Status: Accepted
Owner: ----

New issue 3684 by [email protected]: staff with more than 5 lines get a barline at the beginning
http://code.google.com/p/lilypond/issues/detail?id=3684

\version "2.17.96"

\markup "No barline on the left edge, as it's supposed to be:"
{ c'1 }

\markup "Why this gets a barline?"
\new Staff \with {
  \override StaffSymbol #'line-count = #6
}
{ c'1 }

\markup "No barline for staves with 5 lines or less:"
\new Staff \with {
  \override StaffSymbol #'line-count = #4
}
{ c'1 }


Attachments:
        more than 5-line staves have barline at the beginnign.png  21.4 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to