lilypond-user
[Top][All Lists]
Advanced

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

re: jazz chords superscript


From: steve berthiaume
Subject: re: jazz chords superscript
Date: Mon, 7 May 2007 12:51:04 -0400

mats advice helped; i'll post the code as reference for anyone else.

note:  i'm still trying to decode the regression test- what's the "ignatzek" thing all about?  is that something someone added to lilypond, and the program will know what to do with it?

here's the code:

\version "2.10.20"


         sl =     {
               \override NoteHead #'style = #'slash
               \override Stem #'transparent = ##t
             }

\score

{\relative c' 


 
    {  \sl
    b'4^\markup {"G#mi" \super "9"} b b b
    }

}

reply via email to

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