Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\book { \header { title = "4 or 8 notes in LilyPond" condition=1 } \relative { c d e f if condition=1 { c d e f } }}
\book { \header { title = "4 or 8 notes in LilyPond" } \relative { c d e f %%{ c d e f %} }}
\version "2.18.0"condition = ##f\relative { c d e f #(if condition #{ c d e f #} #{ #})}
aber ein condition = ##t reicht ja
\version "2.18.0"condition = "what-ever"\relative { c d e f #(if condition #{ c d e f #} #{ #})}