Mogens Lemvig Hansen wrote > 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 > > > _______________________________________________ > lilypond-user mailing list
> lilypond-user@ > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > ossia.PNG (17K) > <http://lilypond.1069038.n5.nabble.com/attachment/198927/0/ossia.PNG> > ossia.ly (416 bytes) > <http://lilypond.1069038.n5.nabble.com/attachment/198927/1/ossia.ly> Hello, Not sure what exactly the full fix is, but I believe it's related somehow to the \start and \stopStaff command you're using in such a way. I would say it's possible to just omit like this, it does what you are asking: << \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' *\omit Score.BarLine* \stopStaff s1 \startStaff c''4 c'' d'' d'' } >> \layout { ragged-right = ##t } ----- composer | sound designer | asmr artist LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond -- View this message in context: http://lilypond.1069038.n5.nabble.com/undesired-bar-line-tp198927p198928.html Sent from the User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user