lilypond-user
[Top][All Lists]
Advanced

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

layout scope


From: BB
Subject: layout scope
Date: Tue, 8 Mar 2016 13:53:30 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

In the added example I want to have one noteline with bar lines the second noteline without bar lines.

How can I restrict the scope of \layout{} to only one \score{}?

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.18.0"

#(set-global-staff-size 30)

a-pent = {

\relative c {

\clef bass

\key a \major

a b cis e fis a a fis e cis b a

}

}

a-bseven-pent = {

\relative c {

\clef bass

\key a \major

a b cis e fis g a a g fis e cis b a

}

}

\layout {

indent = 4\cm

\omit Stem

\context {

\Score

defaultBarType = ""

}

}

\score {

<<

\new Staff { \a-pent-four}

>>

}

\score {

<<

\new Staff { \a-bseven-pent-four}

>>

} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


reply via email to

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