bug-lilypond
[Top][All Lists]
Advanced

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

Re: Wrongly read property with MetronomeMark


From: James
Subject: Re: Wrongly read property with MetronomeMark
Date: Wed, 13 Jan 2021 06:22:03 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

Hello

On 29/11/2020 17:40, Thomas Morley wrote:
Hi,

the following code

{
   \tempo 4 = 60
   \override TupletBracket.after-line-breaking =
     #(lambda (grob)
     (format #t "\nstyle is: '~a" (ly:grob-property grob 'style)))
   \override TupletBracket.style = #'dashed-line
   \tuplet 3/2 { 2 2 2 }
}

prints in terminal:

style is: 'line

As soon as \tempo is commented 'dashed-line is written.
This happens at least since 2.21.6
2.20.0 is ok

Cheers,
   Harm

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

Thanks.

https://gitlab.com/lilypond/lilypond/-/issues/6087

James




reply via email to

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