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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to