lilypond-user
[Top][All Lists]
Advanced

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

Re: advanced \tag -ing


From: aliteralmind
Subject: Re: advanced \tag -ing
Date: Sat, 18 Sep 2010 13:32:32 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> Let's say I have 4 different tags: one, two, three and
> four. [...] I do need to combine them (4 scores with tags: 
one and three, one and four, two and three, two and four) 

How about this?

-------------
music = {
   \tag #'onethree \tag #'one { ... }
   \tag #'onethree \tag #'three { ... }
}
...

\score {
   \keepWithTag #'onethree \music
}
------------

There's also this scheme function for multiple tags:

http://thread.gmane.org/gmane.comp.gnu.lilypond.general
/27631/focus=27733




reply via email to

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