lilypond-user
[Top][All Lists]
Advanced

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

Re: Staff/chords spacing.


From: David Kastrup
Subject: Re: Staff/chords spacing.
Date: Mon, 17 Mar 2014 20:42:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Simon Albrecht <address@hidden> writes:

> In more complex situations with \include and several scores in one
> file it _is_ useful or even necessary, if you want to have one \layout
> definition for all scores in common, but for example remove the
> Mark_engraver (from Score) only for one of the scores. At least I did
> not find an alternative for \with in this particular case.

\score {
   ...
   \layout {
     \context { \Score
                \remove "Mark_engraver"
     }
   }
}

This only changes \layout for the given score.

-- 
David Kastrup



reply via email to

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