サステイン ペダル記号のテキストを変更する
ペダル ダウンやペダル アップに使われるテキストは、Staff.pedalSustainStrings で変更できます。このスニペットに表示されているものがグリフの全てであり、これ以外の文字は使用することができません。
sustainNotes = { c4\sustainOn d e\sustainOff\sustainOn f\sustainOff }
\relative c' {
\sustainNotes
\set Staff.pedalSustainStrings = #'("P" "P-" "-")
\sustainNotes
\set Staff.pedalSustainStrings = #'("d" "de" "e")
\sustainNotes
\set Staff.pedalSustainStrings = #'("M" "M-" "-")
\sustainNotes
\set Staff.pedalSustainStrings = #'("Ped" "*Ped" "*")
\sustainNotes
}
\layout {
ragged-right = ##f
}