lilypond-user
[Top][All Lists]
Advanced

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

RE: SustainPedal and outside-staff-priority


From: Mark Stephen Mrotek
Subject: RE: SustainPedal and outside-staff-priority
Date: Sun, 9 Sep 2018 07:45:05 -0700

FoxFanFare,

Why not place the slut above the notes?
To me that would be more conventional.

Mark


-----Original Message-----
From: lilypond-user
[mailto:address@hidden On Behalf Of
foxfanfare
Sent: Sunday, September 09, 2018 3:12 AM
To: address@hidden
Subject: SustainPedal and outside-staff-priority

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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