bug-lilypond
[Top][All Lists]
Advanced

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

Re: when adding \new Staff to a StaffGroup, ledger lines not rendered if


From: Phil Holmes
Subject: Re: when adding \new Staff to a StaffGroup, ledger lines not rendered if clef is specified.
Date: Fri, 29 Jan 2016 15:52:59 -0000

"Andy Deitrich" <address@hidden> wrote in message news:address@hidden
% The example here renders perfectly if \clef bass is removed
% but as is, the ledger lines in the new staff are not rendered.

\version "2.18.2"

\new StaffGroup \relative c {
\time 6/8
\new Staff
c''2. | c2.
<<
{<bes des f>2.~ | <bes des f>}
\new Staff
\clef bass
{ges,,2. | f}
>>
}

I've no idea what you're trying to do here, but if you sort out your << >> and { } groups, the music starts to look like I'd guess it should:

\version "2.18.2"

\new StaffGroup \relative c {
\time 6/8
<<
\new Staff {
c''2. | c2.
<bes des f>2.~ | <bes des f>
}
\new Staff
{ \clef bass
ges,,2. | f }

}


--
Phil Holmes





reply via email to

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