Re: Wrongly read property with MetronomeMark

2021-01-12 Thread James

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


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


Re: Wrongly read property with MetronomeMark

2020-12-01 Thread Kevin Barry
I did a git bisect on this (and confirmed the result by checking that reverting
the change removes the problem):

905ba822ef656b06b1cc4f0ca33960c9c is the first bad commit
commit 2c2908c905ba822ef656b06b1cc4f0ca33960c9c
Author: Malte Meyn 
Date:   Sun Sep 29 10:10:35 2019 +0200

Issue 5563: make edges of brackets dashable

The new boolean grob property dashed-edge controls whether the edges of
a dashed bracket are solid or dashed.

Kevin

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


Wrongly read property with MetronomeMark

2020-11-29 Thread Thomas Morley
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