Mogens,
This type of ossia is presented at
http://lilypond.org/doc/v2.18/Documentation/notation/modifying-single-staves#ossia-staves
I have done a revision (attached) accordingly.
Mark
From: lilypond-user [mailto:[email protected]]
On Behalf Of [email protected]
Sent: Friday, January 06, 2017 1:24 PM
To: Lilypond User <[email protected]>
Subject: undesired bar line
Hi List,
How do I get rid of the bar line in the bottom staff (only) at the end of the
first system; see the attached picture. Lilypond code both inline below and
attached.
\version "2.18.2"
<<
\new Staff {
c'4 c' c' c'
d' d' d' d'
e' e' e' e'
\break
f' f' f' f'
g' g' g' g'
}
\new Staff {
\stopStaff s1 \startStaff
a'4 a' b' b'
\stopStaff s1 \startStaff
c''4 c'' d'' d''
}
>>
\layout { ragged-right = ##t }
Regards,
Mogens
\version "2.18.2"
{ c'4 c' c' c'
<<
{d' d' d' d'}
\new Staff
{a' a' b' b'}
>>
e' e' e' e'
\break
<<
{f' f' f' f'}
\new Staff
{c'' c'' d'' d''}
>>
g' g' g' g'
}
\layout { ragged-right = ##t }
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user