lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3684 in lilypond: staff with more than 5 lines get


From: lilypond
Subject: [Lilypond-auto] Issue 3684 in lilypond: staff with more than 5 lines get a barline at the beginning
Date: Fri, 29 Nov 2013 08:59:16 +0000

Status: Accepted
Owner: ----

New issue 3684 by address@hidden: 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

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