Hello,
1) how can I set the distance between sustain pedal and staff on lily 2.15.22 ?
I tried (see the attached example):
\override Score.SustainPedalLineSpanner #'padding = #'20
(as well as Y-offset and some other options) but it doesn't seem to work...
2) is it possible to change the font of "Ped" text ?
Thanks all
Paolo
--------------------------------------------------------
global = {
\key c \major
\time 4/4
}
upper = \relative c'' {
\clef treble
a4 b c d
}
lower = \relative c {
\clef bass
a2 c
}
dynamics = {
s2\fff\> s4 s\!\pp
}
pedal = {
s2\sustainOn s\sustainOff
}
\score {
\new PianoStaff = "PianoStaff_pf" <<
\set Score.pedalSustainStrings = #'("Ped" "P-" "-")
\set Score.pedalSustainStyle = #'mixed
\override Score.SustainPedalLineSpanner #'padding = #'20
\new Staff = "Staff_pfUpper" << \global \upper >>
\new Dynamics = "Dynamics_pf" \dynamics
\new Staff = "Staff_pfLower" << \global \lower >>
\new Dynamics = "pedal" \pedal
>>
\layout
{
}
}
\score {
\new PianoStaff = "PianoStaff_pf" <<
\new Staff = "Staff_pfUpper" << \global \upper \dynamics \pedal >>
\new Staff = "Staff_pfLower" << \global \lower \dynamics \pedal >>
>>
\midi { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user