[ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
[ < Engraving tremolos with floating beams ] | [ Up : Repeats ] | [ Measure counter > ] |
Isolierte Prozentwiederholungen
Isolierte Prozentwiederholungen können auch ausgegeben werden. Das wird erreicht, indem man eine Ganztaktpause notiert und ihre Ausgabeform ändert:
makePercent = #(define-music-function (note) (ly:music?) "Make a percent repeat the same length as NOTE." (make-music 'PercentEvent 'length (ly:music-length note))) \relative c'' { \makePercent s1 }