lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4084 in lilypond: Hidden BarLine during note y


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4084 in lilypond: Hidden BarLine during note yields programming error
Date: Tue, 07 Jul 2015 21:49:23 +0000

Updates:
        Summary: Hidden BarLine during note yields programming error

Comment #1 on issue 4084 by address@hidden: 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

reply via email to

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