On 4/21/15 10:34 AM, "SonusProj ." wrote:
>I want to add below the chord, treble clef, the associated Roman numeral
>description of each chord.
>
>
>I.E. on the C Major I would have I, the Dm7 would have ii7 with the 7 in
>superscript, the Em7 would have iii7 with the 7 in superscript, etc.
>
>
>
"Rob Tuley" wrote in message
news:loom.20150421t125453...@post.gmane.org...
I'm not top posting.
\version "2.18.2"
\new PianoStaff
<<
% Output is consistent with the documentation, but the number of
cautionary
accidentals is ugly.
\accidentalStyle piano
\new Staff { c''4 c'' c'' c'' }
\new S
> I'm not top posting.
\version "2.18.2"
\new PianoStaff
<<
% Output is consistent with the documentation, but the number of cautionary
accidentals is ugly.
\accidentalStyle piano
\new Staff { c''4 c'' c'' c'' }
\new Staff { d'8 cis' d' cis' d' cis' d' cis' }
>>
___