Simon Albrecht <[email protected]> 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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to