独立したパーセント繰り返し

パーセント繰り返しを単独で表示することができます。

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
}

[image of music]

LilyPond snippets v2.25.15 (開発版).