lilypond-user
[Top][All Lists]
Advanced

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

Roman numeral analysis


From: Jerod Sommerfeldt
Subject: Roman numeral analysis
Date: Fri, 29 Jul 2011 08:33:08 -0400

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






reply via email to

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