-------- Forwarded Message --------
Subject:        layout scope
Date:   Tue, 8 Mar 2016 13:53:30 +0100
From:   BB <bb-543...@telecolumbus.net>
To:     lilypond-user Mailinglist <lilypond-user@gnu.org>



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} >> } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to