Thomas Morley <thomasmorle...@gmail.com> writes:

> { \"*3" { \"*4" { c'8 d' e' d' \"*2" g'4 \bar "||" } \bar "S" } }

Allow me to quote David's approach:

  "\\*" =
  #(define-music-function (parser location n m) (index? ly:music?)
    (make-music 'UnfoldedRepeatedMusic
     'repeat-count n
     'element m))

  %% Use: \* 6 {c8 g e g}

Warning: It's addictive.

-- Johan

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to