lilypond-user
[Top][All Lists]
Advanced

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

Re: layout scope


From: Malte Meyn
Subject: Re: layout scope
Date: Tue, 8 Mar 2016 14:03:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Am 08.03.2016 um 13:53 schrieb BB:
How can I restrict the scope of \layout{} to only one \score{}?

Just put the \layout block into the \score block. Same for \midi:

\score {
  [MUSIC]
  \layout { […] }
  \midi { […] }
}



reply via email to

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