bug-lilypond
[Top][All Lists]
Advanced

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

Re: bendAfter affected by bar numbers - possible bug?


From: Colin Campbell
Subject: Re: bendAfter affected by bar numbers - possible bug?
Date: Fri, 20 Sep 2013 11:53:16 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 13-09-19 12:23 PM, Phil Holmes wrote:
----- Original Message ----- From: "Mark Knoop" <address@hidden>
To: <address@hidden>
Sent: Thursday, September 19, 2013 4:51 PM
Subject: bendAfter affected by bar numbers - possible bug?


In the following example the bends are compressed to avoid the bar
numbers. This would seem to be unnecessary. Possible bug? and any
ideas for a workaround?

\version "2.17.26"

music = \repeat unfold 16 { c''4\bendAfter #-4 }
sixteens = \repeat unfold 64 { c'16 }

\new Score \with {
} {
 << \music \sixteens >>
}

\new Score \with {
 % bar number set high to accentuate the problem
 currentBarNumber = #200
 barNumberVisibility = #(every-nth-bar-number-visible 1)
 \override BarNumber.break-visibility = #end-of-line-invisible
} {
 << \music \sixteens >>
}

--
Mark Knoop

That looks like a bug to me.  Forwarding to the bug list.

--
Phil Holmes

_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Reported as Issue 3568 <http://code.google.com/p/lilypond/issues/detail?id=3568>: bendAfter affected by bar numbers

Cheers,
Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )



reply via email to

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