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: MING TSANG
Subject: Re: 350 "\relative"s on all parts - is it possible to simply the code?
Date: Fri, 13 Sep 2013 14:31:47 -0700 (PDT)

Urs, Jieren & David:

Thank you for the suggestion. I will code parts with "\relative" and then use frecobaldi to convert it to absolute.  This will save time to code 350 "\relative"s.  The code is much cleaner.

Thanks,
Ming.


From: Urs Liska <address@hidden>
To: Kieren MacMillan <address@hidden>; MING TSANG <address@hidden>
Cc: "address@hidden" <address@hidden>; David Nalesnik <address@hidden>
Sent: Friday, September 13, 2013 2:39:21 PM
Subject: Re: 350 "\relative"s on all parts - is it possible to simply the code?

You might also consider writing everything in one relative variable, then convert everything to absolute (with Frescobaldi for example), then create a little script to split the variables into chunks and finally reconvert them to relative mode.

HTH
Urs



Kieren MacMillan <address@hidden> schrieb:
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.


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

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.



reply via email to

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