lilypond-user
[Top][All Lists]
Advanced

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

Fwd: layout scope correction


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




-------- Forwarded Message --------
Subject: layout scope
Date: Tue, 8 Mar 2016 13:53:30 +0100
From: BB <address@hidden>
To: lilypond-user Mailinglist <address@hidden>


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{}?

Sorry, the code in my former post was errounous! Here the correctly compiling code:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.18.0" #(set-global-staff-size 30) %%% Systemgröße 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} >> } \score { << \new Staff { \a-bseven-pent} >> } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




reply via email to

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