lilypond-user
[Top][All Lists]
Advanced

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

funktionsbezeichnungen


From: Stefan Thomas
Subject: funktionsbezeichnungen
Date: Thu, 13 Dec 2007 13:02:41 +0100

Dear Lilypond-users,
 does someone know if it possible to create "Funktionsbezeichnungen",
like "T" "D",etc. ?
I tried the example below, but the problem is, the "7" must on the
same level like the "5". Also the "T" and "D" should be a little
lower. What can I do?

global = {\time 3/4 \key aes \major}

upper = {\skip 2.} 
under = \relative c { 
\global \clef bass 
s2._\markup {T} s2._\markup {D \super \small 7 \sub 5 }
 
}


\score { 
\new PianoStaff 
<< \new Staff = "upper" \upper
\new Staff = "under" \under >>
}





reply via email to

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