lilypond-user
[Top][All Lists]
Advanced

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

Re: substitution in layout-block


From: -Eluze
Subject: Re: substitution in layout-block
Date: Mon, 2 Mar 2009 08:36:33 -0800 (PST)


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.





reply via email to

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