bug-lilypond
[Top][All Lists]
Advanced

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

\stopStaff at \break makes SpanBar disappear


From: Trevor Bača
Subject: \stopStaff at \break makes SpanBar disappear
Date: Thu, 30 Nov 2017 16:22:43 -0600

Hi,

Stopping-and-restarting the staff at line break makes SpanBar disappear:

### BEGIN ###

\version "2.19.80"

\new Score <<
    \new StaffGroup <<
        \new Staff {
            c'1
            \break
            \stopStaff
            \once \override Staff.StaffSymbol.line-count = 3
            \startStaff
            c'1
        }
        \new Staff {
            c'1
            c'1
        }
        \new Staff {
            c'1
            c'1
        }
        \new Staff {
            c'1
            c'1
        }
    >>
>>

### END ###

Note that the problem appears to a fence-posting error: *the bug arises
only when stopping-and-restarting *the topmost staff* (as shown above) or
*the bottommost staff**; stopping-and-restarting any of the inner staves in
the staff group does not trigger the bug.

Thanks,

Trevor.

-- 
Trevor Bača
www.trevorbaca.com
soundcloud.com/trevorbaca

Attachment: staff-restart-line-break-bug.png
Description: PNG image


reply via email to

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