From 29b620865a3a2360501ea6b08552e3026e5c0ff6 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 21 Jan 2007 13:50:00 -0800 Subject: [PATCH] Fixes from mailist. --- Documentation/user/instrument-notation.itely | 75 ++++++++++++++------ 1 file changed, 54 insertions(+), 21 deletions(-) diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index fdd4d5ca41..b36de05bb4 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -1381,12 +1381,11 @@ layout. @node More about stanzas @subsection More about stanzas +@c what's this doing here? @cindex phrasing, in lyrics - @cindex stanza number -@cindex singer's names -@cindex name of singer +@subsubsection Adding stanza numbers Stanza numbers can be added by setting @code{stanza}, e.g., @@ -1402,7 +1401,57 @@ Stanza numbers can be added by setting @code{stanza}, e.g., } @end lilypond -These numbers are put just before the start of first syllable. +@noindent +These numbers are put just before the start of the first syllable. + + +@subsubsection Adding dynamics marks + +Stanzas differing in loudness may be indicated by putting a +dynamics mark before each stanza. In Lilypond, everthing coming in +front of a stanza goes into the @code{StanzaNumber} object; dynamics marks +are no different. For technical reasons, you have to set the stanza +outside @code{\lyricmode}: + +@lilypond[quote,ragged-right,verbatim] +text = { + \set stanza = \markup { \dynamic "ff" "1. " } + \lyricmode { + Big bang + } +} + +<< + \new Voice = "tune" { + \time 3/4 + g'4 c'2 + } +\new Lyrics \lyricsto "tune" \text +>> +@end lilypond + +@cindex singer name +@cindex name of singer +@subsubsection Adding singer names + +Names of singers can also be added. They are printed at the start of +the line, just like instrument names. They are created by setting +@code{vocalName}. A short version may be entered as @code{shortVocalName}. + +@lilypond[fragment,ragged-right,quote,verbatim,relative=2] +\new Voice { + \time 3/4 g2 e4 a2 f4 g2. +} \addlyrics { + \set vocalName = "Bert " + Hi, my name is Bert. +} \addlyrics { + \set vocalName = "Ernie " + Oh, che -- ri, je t'aime +} +@end lilypond + + +@subsubsection Printing stanzas at the end Sometimes it is appropriate to have one stanza set to the music, and the rest added in verse form at @@ -1448,23 +1497,7 @@ its fleece was white as snow. @end lilypond -Names of singers can also be added. They are printed at the start of -the line, just like instrument names. They are created by setting -@code{vocalName}. A short version may be entered as @code{shortVocalName}. - - -@lilypond[fragment,ragged-right,quote,verbatim,relative=2] -\new Voice { - \time 3/4 g2 e4 a2 f4 g2. -} \addlyrics { - \set vocalName = "Bert " - Hi, my name is Bert. -} \addlyrics { - \set vocalName = "Ernie " - Oh, che -- ri, je t'aime -} -@end lilypond - +@subsubsection Printing stanzas at the end in multiple columns When a piece of music has many verses, they are often printed in multiple columns across the page. An outdented verse number often -- 2.39.2