bug-lilypond
[Top][All Lists]
Advanced

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

Wrongly read property with MetronomeMark


From: Thomas Morley
Subject: Wrongly read property with MetronomeMark
Date: Sun, 29 Nov 2020 18:40:30 +0100

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



reply via email to

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