Updates:
Summary: Hidden BarLine during note yields programming error
Comment #1 on issue 4084 by [email protected]: Hidden BarLine during note
yields programming error
https://code.google.com/p/lilypond/issues/detail?id=4084
Here’s a smaller example:
\version "2.18"
\score {
\new Voice <<
c''
{
\override Staff.BarLine.break-visibility = #end-of-line-visible
s8 \bar "|"
}
>>
}
The bug only appears, if:
– the bar line occurs while a note is playing
– the bar line is hidden through break-visibility (with \omit, there’s no
error).
--
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