lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 350 "\relative"s on all parts - is it possible to simply the code?


From: Kieren MacMillan
Subject: Re: 350 "\relative"s on all parts - is it possible to simply the code?
Date: Fri, 13 Sep 2013 14:19:50 -0400

Hi Ming,

Perhaps if you used

  \relative a' { a4 c b e | }

instead of

  \relative c'' { a4 c b e | }

you'd be able to reuse the material?

Also, there are \extractMusic functions which you might be able to use, to pull 
just specific chunks (e.g., one measure) out of a larger variable.

Hope this helps!
Kieren.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]