lilypond-user
[Top][All Lists]
Advanced

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

Re: Beamed Tremolo + Fermata


From: Thomas Morley
Subject: Re: Beamed Tremolo + Fermata
Date: Tue, 29 Dec 2015 00:11:17 +0100

2015-12-28 23:47 GMT+01:00 David Kastrup <address@hidden>:

>>   \once \override TupletNumber.text =
>>   #(lambda (grob)
>>     (let ((dir (ly:grob-property grob 'direction)))
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ That one calls
>                  Tuplet_bracket::get_default_dir which references a
>                  whole lot of other callbacks and properties and then
>                  caches the resulting value.  I'm not sure this will
>                  always be correct.

Hmmm.
Up to now I found no problematic case, though would it be better to do
       (let ((dir (ly:grob-property (ly:grob-object grob 'bracket) 'direction)))
?

Cheers,
  Harm



reply via email to

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