Stefan Thomas-3 wrote:
>
>
> keineTaktart = \layout { \context { \Staff \remove
> "Time_signature_engraver"} }
>
i don't think there is a way to put context properties in a variable.
but defining these properties in a \layout { … } block will do the thing:
\layout {
\context {
\Score
% \remove "Bar_engraver"
defaultBarType =":"
\remove "Bar_number_engraver"
}
\context {
\Staff
\remove "Key_engraver"
\remove "Clef_engraver"
\remove "Time_signature_engraver"
}
\context {
\Voice bla bla bla …
}
}
--
View this message in context:
http://www.nabble.com/substitution-in-layout-block-tp22289872p22291517.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user