Hello,

I'm new to LilyPond and have been searching for a useful strategy to write out 
roman numeral analyses for my class' theory worksheets.  Here's what I've come 
up with:

<<{
        \clef bass
        \override Score.TimeSignature #'transparent = ##t
        \time 4/4
        \key a \major
        \set Staff.printKeyCancellation = ##f
        \hideNotes
        a1
        -\tweak #'self-alignment-X #2  
        -\tweak #'Y-offset #ly:self-alignment-interface::y-aligned-on-self
        -\tweak #'self-alignment-Y #8  
        -ii
}


\new FiguredBass{
        \figuremode{
        <6>1
        }
}>>

If there is a more streamlined approach, I'd be grateful to know, but I hope 
this might be useful for some in the community.

Hope everyone is well,

Jerod
----------------------------------
www.jerodsommerfeldt.com




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

Reply via email to