conditional scores

2013-07-25 Thread MarcM
} } #}) -- View this message in context: http://lilypond.1069038.n5.nabble.com/conditional-scores-tp148432.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

Re: conditional scores

2013-07-25 Thread MarcM
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

Re: conditional scores

2013-07-25 Thread David Kastrup
MarcM m...@mouries.net writes: 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 }