Dear Robert,

in a text environment, Davids solution is probably better. But if you
want to use the full bass figure syntax, you can also insert scores into
markup like this:

\paper {
  indent = 0
}

\layout {
  \override FiguredBass.BassFigure.font-size = -1
}


\markup \line {
  would be a
  \raise #3.2 \score { \figures { < 6 5 3> } }
  on the first line and
  \raise #3.2 \score { \figures { < 6 4+ 3> } }
  on the ...
  harmonized as
  \raise #2.4 \score { \figures { < 7 3+> } }
  →
  \raise #2.4 \score { \figures { < 7 5> } }
}

Yet another way of using music glyphs in text is the LilyGlyphs LaTeX
package: http://www.openlilylib.org/lilyglyphs/

HTH,
Joram

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

Reply via email to