lilypond-user
[Top][All Lists]
Advanced

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

RE: unwanted staves


From: Klaus Blum
Subject: RE: unwanted staves
Date: Sat, 20 Aug 2016 15:50:20 -0700 (MST)

Hi Mark, 

in your second code example, the contents of the "lower" staff is no more
grouped into a single expression by  << ... >>, so you should put it into a
pair of braces:


% ------------------------------
\new Staff = "lower"
  {  % !!
    \time 4/4
    \key bes \major
    \clef bass
    \relative c {

      c4 c c c
    }
  }  % !!
% ------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/unwanted-staves-tp193853p193857.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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