Hi all,

Attached, I show my solutions for two figured bass tweaks: first, a parenthesized (/not/ bracketed) figure; and second, a lone integer on the "lower line."

The work-arounds are good enough for now, I'm just curious if anyone has any better ideas, or if I missed an obvious solution in the manual; I'd appreciate any comments anyone would be willing to offer.

Thanks,

Sam
\version "2.19.40"

line = {
  c'1 |
  d' |
}

figs = \figuremode {
  < 7 >2 < \markup \tiny \concat { \raise #0.75 \musicglyph #"accidentals.leftparen" \musicglyph #"six" \raise #0.75 \musicglyph #"accidentals.rightparen" } > | % cleaner approach to this?
  < 5_3 > < \markup \tiny { \with-color #white \musicglyph #"five" }_3 > | % or this?
}

\score {
  <<
    \new Staff \line
    \new FiguredBass \figs
  >>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to