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.

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

Reply via email to