lilypond-user
[Top][All Lists]
Advanced

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

Re: Editorial accidentals in figured bass


From: Shane Brandes
Subject: Re: Editorial accidentals in figured bass
Date: Fri, 29 Jul 2016 06:39:11 -0400

A possible method by Andrew Cashner on Stack overflow. Probably a
better method out there but this may suffice.


\version "2.18.2"
{
    \clef "bass"
    <<
     { c2 c2 }
     \figures { < [6- ]>2
        <
            \markup \fontsize #-1 \concat {
            \raise #0.2 {
                [
                \fontsize #-3.5 {\raise #0.2 {\flat}}
                ]
            }
            {\number 6}
            }
        >2
        }
    >>
}

On Fri, Jul 29, 2016 at 2:57 AM, Robert Blackstone
<address@hidden> wrote:
> Dear all,
>
> I've seen in the documentattion that it is possible to put figure+accidental 
> pairs between brackets, like this [#3] .
> Now in some examples I need [#]3.
> Is there a way to do this?
>
> Thanks in advance for any help.
>
> Best regards,
> Robert Blackstone
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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