From: Graham Percival Date: Sat, 12 Nov 2005 09:35:17 +0000 (+0000) Subject: Added Cameron Horsburgh's multiple stanzas docs. X-Git-Tag: release/2.7.17~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e699ddd5f7622e4808cfb6dca597a03fae3d7546;p=lilypond.git Added Cameron Horsburgh's multiple stanzas docs. --- diff --git a/ChangeLog b/ChangeLog index b9e467bcdd..d9d6f1e0aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-12 Graham Percival + + * Documentation/user/instrument-notation.itely: added + Cameron Horsburgh's multiple stanzas docs. Thanks! + 2005-11-11 Han-Wen Nienhuys * lily/GNUmakefile diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 837f077cbb..d32a95aa83 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -737,6 +737,48 @@ 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[raggedright,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, +it's fleece was white as snow. +} + +\score{ << + \context Voice = one { \melody } + \lyricsto "one" \new Lyrics \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 + + @c TODO - this isn't such a great place for this note, but I can't @c find a better place without rearranging a lot of lyric stuff. @c It's yet another thing to look at post-3.0. diff --git a/THANKS b/THANKS index e4c5b87e32..da00bde8ca 100644 --- a/THANKS +++ b/THANKS @@ -13,6 +13,7 @@ Graham Percival - Documentation Editor CONTRIBUTORS Bruce Fairchild +Cameron Horsburgh Heikki Junes Joe Neeman Sven Axelsson