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:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] 
On Behalf Of mog...@kayju.com
Sent: Friday, January 06, 2017 1:24 PM
To: Lilypond User <lilypond-user@gnu.org>
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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to