Joshua Haberman <[EMAIL PROTECTED]> writes:

> How could I accomplish the following figured bass?
> 
>  T 6
>  |
>  |
>  - 4


> Any suggestions? Am I going about this in totally the wrong way?

A good try.  You can do:

\score {
   \notes {
        c''_#'(rows (bold "I") (super "6") (((kern . -1) sub) "4"))
        % or use direct tex...
        c''_#'(bold "I$^6_4$")
   }
}

Super and sub in markup text are only related to font size and
vertical shift.  I don't think that can be easily fixed.  Hmm.

Also, I found a bug in markup text, it seems that you need an extra
set of parentheses around the last sub, I'll will look into that.

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to