lilypond-user
[Top][All Lists]
Advanced

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

Supress cross-system tuplet courtesy text?


From: Michael Blankenship
Subject: Supress cross-system tuplet courtesy text?
Date: Mon, 19 Apr 2021 11:16:07 -0400

I'm wondering if anyone knows a way to stop the tuplet engraver from reprinting the "number" (which in this case is really a string) when the tuplet (which is really an analysis bracket) is split over a system break?
​It would very helpful to be able to use both horizontal brackets and tuplet brackets with different formatting settings for parallel analysis.
​The tiny example of what I'm using now looks like this:gClass =
#(define-music-function
   (string note)
   (string? ly:music?)
#{
    \tweak TupletNumber.text #string
    \tuplet 1/1
    #note
    #})
Anyone got any ideas? the ouput currently looks like this:
​Thanks!
​Michael

reply via email to

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