2014-06-13 17:42 GMT+02:00 Hlolli <[email protected]>:
> Is is possible to do smoething like this:
>
> {c'8 d' e' d'}*4 -> c'8 d' e' d' | c'8 d' e' d' | c'8 d' e' d' | c'8 d' e'
> d' ?
>
> Just to save space I was hoping that repetitive musical patterns could be
> repeted with multiplication/asterix sign?
>
>
You can write:
\repeat unfold 4 { c'8 d' e' d' | }
The asterisk is used to scale durations:
http://lilypond.org/doc/v2.18/Documentation/notation/writing-rhythms#scaling-durations
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user