From c3298da29d67a1143e7fd5ed8b71c0c10269fd08 Mon Sep 17 00:00:00 2001 From: gpercival Date: Wed, 26 Apr 2006 12:07:43 +0000 Subject: [PATCH] A few more fixes to Vocal music from Eduardo. --- ChangeLog | 5 + Documentation/user/instrument-notation.itely | 111 +++++++++---------- 2 files changed, 60 insertions(+), 56 deletions(-) diff --git a/ChangeLog b/ChangeLog index a409c382a6..0c6ae97954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-26 Graham Percival + + * Documentation/user/instrument-notation.itely: a few more fixes + from Eduardo, thanks! + 2006-04-24 Graham Percival * Documentation/user/instrument-notation.itely: many alterations diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 3e4b0db092..f28aa8edff 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -676,9 +676,9 @@ way is to use the @code{\addlyrics} function. * Hyphens and extenders:: * The Lyrics context:: * Melismata:: -* Another way of entring lyrics:: +* Another way of entering lyrics:: * Flexibility in alignment:: -* More stanzas:: +* More about stanzas:: * Ambitus:: * Other vocal issues:: @end menu @@ -734,50 +734,6 @@ More stanzas can be added by adding more \addlyrics { joue le jeu } @end lilypond -Sometimes it is appropriate to have one stanza set -to the music, and the rest added in verse form at -the end of the piece. This can be accomplished by adding -the extra verses into a @code{\markup} section outside -of the main score block. Notice that there are two -different ways to force linebreaks when using -@code{\markup}. - -@lilypond[ragged-right,verbatim,quote] -melody = \relative c' { -e d c d | e e e e | -d d e d | c1 | -} - -text = \lyricmode { -\set stanza = "1." Ma- ry had a lit- tle lamb, -its fleece was white as snow. -} - -\book{ - \score{ << - \new Voice = "one" { \melody } - \new Lyrics \lyricsto "one" \text - >> - \layout { } - } - \markup { \column{ - \line{ Verse 2. } - \line{ All the children laughed and played } - \line{ To see a lamb at school. } - } - } - \markup{ - \wordwrap-string #" - Verse 3. - - Mary took it home again, - - It was against the rule." - } -} -@end lilypond - - The command @code{\addlyrics} cannot handle polyphony settings. For these cases you should use @code{\lyricsto} and @code{\lyricmode}. @@ -850,10 +806,10 @@ it with utf-8 encoding. See @ref{Text encoding} for more info. To use normal quotes in lyrics, add a backslash before the quotes. For example, -@c FIXME: make this a real example. -gp -@code{\lyricmode @{ "\"I" am so "lonely"\", said she @}}, would -render: "I am so lonely", said she. - +@lilypond[quote,ragged-right,fragment,verbatim] +\relative c' { \time 3/4 e4 e4. e8 d4 e d c2. } +\addlyrics { "\"I" am so "lone- ly"\", said she } +@end lilypond The full definition of a word start in Lyrics mode is somewhat more complex. @@ -866,7 +822,6 @@ combination of a backslash followed by one of @code{`}, @code{'}, @code{"}, or @code{^}. - @seealso Program reference: @internalsref{LyricText}, @internalsref{LyricSpace}. @@ -931,7 +886,7 @@ then the lyrics are specified with @code{\lyricsto}. The command @code{\lyricsto} switches to @code{\lyricmode} mode automatically, so the @code{\lyricmode} keyword may be omitted. -The following example uses different commands for entring lyrics. +The following example uses different commands for entering lyrics. @lilypond[quote,fragment,ragged-right,verbatim] << @@ -1073,8 +1028,8 @@ Melismata are not detected automatically, and extender lines must be inserted by hand. -@node Another way of entring lyrics -@subsection Another way of entring lyrics +@node Another way of entering lyrics +@subsection Another way of entering lyrics Lyrics can also be entered without @code{\lyricsto}. In this case the duration of each syllable must be entered explicitly, for example, @@ -1321,8 +1276,8 @@ To make this change for all lyrics in the score, set the property in the layout. @end lilypond -@node More stanzas -@subsection More stanzas +@node More about stanzas +@subsection More about stanzas @cindex phrasing, in lyrics @@ -1347,6 +1302,50 @@ Stanza numbers can be added by setting @code{stanza}, e.g., These numbers are put just before the start of first syllable. +Sometimes it is appropriate to have one stanza set +to the music, and the rest added in verse form at +the end of the piece. This can be accomplished by adding +the extra verses into a @code{\markup} section outside +of the main score block. Notice that there are two +different ways to force linebreaks when using +@code{\markup}. + +@lilypond[ragged-right,verbatim,quote] +melody = \relative c' { +e d c d | e e e e | +d d e d | c1 | +} + +text = \lyricmode { +\set stanza = "1." Ma- ry had a lit- tle lamb, +its fleece was white as snow. +} + +\book{ + \score{ << + \new Voice = "one" { \melody } + \new Lyrics \lyricsto "one" \text + >> + \layout { } + } + \markup { \column{ + \line{ Verse 2. } + \line{ All the children laughed and played } + \line{ To see a lamb at school. } + } + } + \markup{ + \wordwrap-string #" + Verse 3. + + Mary took it home again, + + It was against the rule." + } +} +@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{vocNam}. -- 2.39.2