Do you know \repeat unfold?

\repeat unfold 4 { c'8 d' e' d' }
or
\repeat unfold 4 { c'8 d' e' d' | }

would do what you want (depending on whether you want bar checks). Another hint (seems like you’re a LilyPond novice, correct me if I’m wrong): have you already seen \relative?

\relative c' { c8 d e d }

does the same as

{ c'8 d' e' d' }

On 13.06.2014 17:42, Hlolli wrote:
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?



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Macro-multiply-notes-tp163291.html
Sent from the User mailing list archive at Nabble.com.

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


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

Reply via email to