| [ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
| [ < Engraving tremolos with floating beams ] | [ Up: Repeats ] | [ Measure counter > ] |
Ripetizioni con segni di percentuale isolati
Si possono stampare anche segni di percentuale isolati.
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 }
| [ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
| [ < Engraving tremolos with floating beams ] | [ Up: Repeats ] | [ Measure counter > ] |