Am 30.04.2018 um 12:28 schrieb David Kastrup:
     which can be achieved by using ‘_’ instead of a number.
That's what I wanted to propose, but it didn't produce what I hoped for:

\figures { < 5 4 > < _ 3+> }
Oh.  Ok.  Sorry for the noise.

I made this work for me by inserting at line 206 of scm/translation-functions.scm (current master):

    (if (and (not fig-markup) (not alt-markup))
        (begin
          (set! fig-markup (markup #:transparent #:number "0"))
          ))

But I expect this is way too hacky and could never be considered as a viable way of introducing this feature?

Best
Lukas

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

Reply via email to