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
<blackstone.rob...@gmail.com> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to