lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SustainPedal and outside-staff-priority


From: foxfanfare
Subject: SustainPedal and outside-staff-priority
Date: Sun, 9 Sep 2018 03:11:45 -0700 (MST)

Hi all,

Could someone please tell me what's wrong in my code?

\version "2.19.81"

\new Staff
\relative c' {
 \override Staff.SustainPedal.outside-staff-priority = #5
  \shape #'((0 . 0)(0 . -5)(0 . -5)(0 . 0))Slur
  c_( d e f 
  g\sustainOn a b c d e f g)\sustainOff
}

pedal1.JPG <http://lilypond.1069038.n5.nabble.com/file/t5604/pedal1.JPG>  

I want to place the first Pedal sign inside the slur but for some reason, I
can't achieve it. I tried also with SustainPedalLineSpanner and
avoid-slur...
The only thing working is when I change the staff-priority of the slur, but
then the sustainOff doesn't show properly, see:

\version "2.19.81"

\new Staff
\relative c' {
 \override Slur.outside-staff-priority = #3000
  \shape #'((0 . 0)(0 . -5)(0 . -5)(0 . 0))Slur
  c_( d e f 
  g\sustainOn a b c d e f g)\sustainOff
}

pedal2.JPG <http://lilypond.1069038.n5.nabble.com/file/t5604/pedal2.JPG>  



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]