lilypond-user
[Top][All Lists]
Advanced

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

Harmonic Analysis


From: Mark Stephen Mrotek
Subject: Harmonic Analysis
Date: Sat, 8 Dec 2012 17:29:41 -0800

Hello:

 

The function for creating Roman numerals for harmonic analysis is given (at http://lsr.dsi.unimi.it/LSR/Item?id=710) as:

 

\markup \rN { …list of symbols…}.

 

Later it states “The analysis can be created in a Lyrics context.” I assume this means

 

\lyricsmode {…text…}.

 

Using the template in notation reference (2.1.2) I write this

 

leftTwo = \relative c' {

  %% here are the pitches%%

}

roman = \lyricmode { \markup \rN { …list of symbols …}

 

\score { %%following 3 lines supplied by Frescobaldi.%%

 \new PianoStaff  <<

    \new Staff = "right" << \rightOne \\ \rightTwo >>

    \new Staff = "left" { \clef bass << \leftOne \\ \leftTwo >> }

%% This line is from me.%%

\new Lyrics \lyrics to ’’leftTwo” {roman}

  >>

  \layout { }

}

 

Lilypond’s error code is “unknown escaped string: ‘\rN’.”

 

Where is my error?

 

Thank you for your kind attention.

 

Mark Stephen Mrotek


reply via email to

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