]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
release: 1.5.41
[lilypond.git] / ly / engraver-init.ly
index 1552a368960b539189a68796c6bafbd02e67f0e3..2db5d63839bfcb85d5ff8cc2aa2fefbec8c09ee9 100644 (file)
@@ -379,7 +379,10 @@ ScoreContext = \translator {
 
        pedalSustainStrings = #'("Ped." "*Ped." "*")
        pedalUnaCordaStrings = #'("una corda" "" "tre corde")
-       pedalSostenutoStrings = #'()  % FIXME
+
+       %% these are in ordinary italic font, including the *, but they are unlikely to be used, 
+       %% as the default pedal-style for SostenutoPedal is 'mixed': i.e.  Sost. Ped_____________________ 
+       pedalSostenutoStrings = #'("Sost. Ped." "*Sost. Ped." "*") 
 
        tupletNumberFormatFunction = #denominator-tuplet-formatter