lilypond-user
[Top][All Lists]
Advanced

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

Re: Another Figured Bass problem


From: Lukas-Fabian Moser
Subject: Re: Another Figured Bass problem
Date: Wed, 2 May 2018 23:24:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0


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



reply via email to

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