gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: super and sub of same text?


From: Jan Nieuwenhuizen
Subject: Re: super and sub of same text?
Date: 12 Apr 2001 09:18:59 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Joshua Haberman <address@hidden> 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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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