Changing the text for sustain markings: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<code>Staff.pedalSustainStrings</code> can be used to set the text used for pedal down and up. Note that the only valid strings are those found in the list of pedal glyphs - the values used this snippet constitute an exhaustive list.
With the <code>pedalSustainStrings</code> context property it is possible to set the text used for pedal down and up. Note that the only valid strings are those found in the list of pedal glyphs the values shown in this snippet constitute an exhaustive list.


<lilypond version="2.24.0">
<lilypond version="2.24">
sustainNotes = { c4\sustainOn d e\sustainOff\sustainOn f\sustainOff }
sustainNotes = { c4\sustainOn d e\sustainOff\sustainOn f\sustainOff }


Line 14: Line 14:
   \set Staff.pedalSustainStrings = #'("Ped" "*Ped" "*")
   \set Staff.pedalSustainStrings = #'("Ped" "*Ped" "*")
   \sustainNotes  
   \sustainNotes  
}
\layout {
  ragged-right = ##f
}
}
</lilypond>
</lilypond>


[[Category:Included in the official documentation]]
[[Category:Keyboards]]
[[Category:Keyboards]]
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]