lilypond-user
[Top][All Lists]
Advanced

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

Re: conditional scores


From: MarcM
Subject: Re: conditional scores
Date: Thu, 25 Jul 2013 18:29:10 -0700 (PDT)

i took another look at the tag documentation and I was able to have a score
printed only under a certain condition with tag.

music = \relative c' { 
  \tag #'dontPrintScore
   { 
        c e g c
        }
}

\score {
  \keepWithTag #'inFunctions \music
}

This works. This only inconvenient is that i will have to tag all the mini
scores i have in my library.
Any other idea for a global #IFDEF like condition?




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/conditional-scores-tp148432p148433.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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