]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/vocal.itely
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / Documentation / user / vocal.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9 @c \version "2.12.0"
10
11 @node Vocal music
12 @section Vocal music
13
14 @c TODO: inspirational headword
15
16 This section explains how to typeset vocal music, and make sure
17 that the lyrics will be aligned with the notes of their melody.
18
19 @menu
20 * Common notation for vocal music::
21 * Entering lyrics::
22 * Aligning lyrics to a melody::
23 * Specific uses of lyrics::
24 * Stanzas::
25 @end menu
26
27
28 @node Common notation for vocal music
29 @subsection Common notation for vocal music
30
31 This section discusses issues related to vocal music in general, and
32 to some particular styles of vocal music.
33
34 @menu
35 * References for vocal music and lyrics::
36 * Opera::
37 * Song books::
38 * Spoken music::
39 * Chants::
40 * Ancient vocal music::
41 @end menu
42
43
44 @node References for vocal music and lyrics
45 @unnumberedsubsubsec References for vocal music and lyrics
46
47 @c TODO: split this section in two parts? -vv
48
49 Various issues may arise when engraving vocal music.  Some of these
50 are discussed in this section, while others are explained elsewhere:
51
52 @itemize
53 @item
54 Most styles of vocal music use written text as lyrics.  An introduction
55 to this notation is to be found in @rlearning{Setting simple songs}.
56
57 @item
58 Vocal music is likely to require the use of @code{markup} mode, either
59 for lyrics of for other text elements (character's names, etc.).
60 This syntax is described in @ref{Text markup introduction}.
61
62 @item
63 Lead sheets may be printed by combining vocal parts and @q{chord mode};
64 this syntax is explained in @ref{Chord notation}.
65
66 @item
67 @q{Ambitus} may be added at the beginning of vocal staves, as explained
68 in @ref{Ambitus}.
69
70 @item
71 Vocal parts may be printed using traditional clefs, as shown in @ref{Clef}.
72
73 @item
74 Ancient vocal music is supported, as explained in @ref{Ancient notation}.
75 @end itemize
76
77
78 @node Opera
79 @unnumberedsubsubsec Opera
80
81 @c TODO
82 TBC
83
84 @c add characters names snippet -vv
85
86 @node Song books
87 @unnumberedsubsubsec Song books
88
89 @c TODO
90 TBC
91
92 @snippets
93 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
94 {simple-lead-sheet.ly}
95
96
97 @seealso
98 Notation Reference:
99 @ref{Chord notation}.
100
101
102 @node Spoken music
103 @unnumberedsubsubsec Spoken music
104 @cindex parlato
105 @cindex Sprechgesang
106 Such effects as @q{parlato} or @q{Sprechgesang} require perfomers to speak
107 without pitch but still with rhythm; these are notated by cross
108 note heads, as demonstrated in @ref{Special note heads}.
109
110 @c TODO add "marking-notes-on-spoken-parts" snippet -vv
111 @c add "showing the rhythm of a melody" snip
112 @c add "one staff-line notation"
113 @c add "improvisation" ref
114 @c add "lyrics independents of notes" ref
115
116 @node Chants
117 @unnumberedsubsubsec Chants
118
119 @c TODO Add text from lsr and -user
120 TBC
121
122 @node Ancient vocal music
123 @unnumberedsubsubsec Ancient vocal music
124
125 @c TODO
126 TBC
127
128 @c Add "Printing both the ancient and the modern clef in vocal music" snippet,
129 @c and "Transcription of Ancient music with incipit" snippet. -vv
130
131
132 @seealso
133 Notation Reference:
134 @ref{Ancient notation}.
135
136
137 @node Entering lyrics
138 @subsection Entering lyrics
139
140 @c TODO add one sentence here. -vv
141
142 @menu
143 * Lyrics explained::
144 * Setting simple songs::
145 * Working with lyrics and variables::
146 @end menu
147
148
149 @node Lyrics explained
150 @unnumberedsubsubsec Lyrics explained
151
152 @cindex lyrics
153 @funindex \lyricmode
154 @cindex punctuation
155 @cindex spaces, in lyrics
156 @cindex quotes, in lyrics
157
158 @c FIXME: this section is to be rewritten.
159 Since LilyPond input files are text, there is at least one
160 issue to consider when working with vocal music:
161 song texts must be interpreted as text, not notes.  For example, the
162 input@tie{}@code{d} should be interpreted as a one letter syllable,
163 not the note@tie{}D.
164 Therefore, a special lyric mode has to be used, either explicitly
165 or using some abbreviated methods.
166
167 Lyrics are entered in a special input mode, which can be introduced
168 by the keyword @code{\lyricmode}, or by using @code{\addlyrics} or
169 @code{\lyricsto}.  In this mode you can enter lyrics,
170 with punctuation and accents, and the input @code{d} is not parsed as
171 a pitch, but rather as a one letter syllable.  Syllables are entered
172 like notes, but with pitches replaced by text.  For example,
173
174 @example
175 \lyricmode @{ Twin-4 kle4 twin- kle litt- le star2 @}
176 @end example
177
178 There are two main methods to specify the horizontal placement
179 of the syllables, either by specifying the duration of each syllable
180 explicitly, like in the example above, or by automatically aligning
181 the lyrics to a melody or other voice of music, using @code{\addlyrics}
182 or @code{\lyricsto}.
183 @c  TODO: broken
184 @c For more details see @ref{The Lyrics context}.
185
186 A word or syllable of lyrics begins with an alphabetic character, and ends
187 with
188 any space or digit.  The following characters can be any character
189 that is not a digit or white space.
190
191 Any character that is not a digit or white space will be regarded as
192 part of the syllable; one important consequence of this is that a word
193 can end with @code{@}}, which often leads to the following mistake:
194
195 @example
196 \lyricmode @{ lah- lah@}
197 @end example
198
199 In this example, the @code{@}} is included in the final syllable, so the
200 opening brace is not balanced and the input file will probably not
201 compile.
202
203
204 @funindex \property in \lyricmode
205
206 @noindent
207 Similarly, a period which follows an alphabetic sequence is included in
208 the resulting string.  As a consequence, spaces must be inserted around
209 property commands: do @emph{not} write
210
211 @example
212 \override Score.LyricText #'font-shape = #'italic
213 @end example
214
215 @noindent
216 but instead use
217
218 @example
219 \override Score . LyricText #'font-shape = #'italic
220 @end example
221
222 @funindex _
223 @cindex spaces, in lyrics
224 @cindex quotes, in lyrics
225 @cindex ties, in lyrics
226
227 In order to assign more than one syllable to a single note, you can
228 surround them with quotes or use a @code{_} character, to get spaces
229 between syllables, or use tilde  symbol (@code{~}) to get a lyric tie.
230
231 @lilypond[quote,ragged-right,fragment,verbatim]
232 \time 3/4
233 \relative c' { c2 e4 g2 e4 }
234 \addlyrics { gran- de_a- mi- go }
235 \addlyrics { pu- "ro y ho-" nes- to }
236 \addlyrics { pu- ro~y~ho- nes- to }
237 @end lilypond
238
239 @noindent
240 The lyric tie is implemented with the Unicode character
241 @code{U+203F}; therefore a font that includes this glyph
242 (such as DejaVuLGC) has to be used.  More explanations about
243 text and non-text fonts can be found in @ref{Fonts}.
244
245
246 To enter lyrics with characters from non-English languages, or with
247 accented and special characters (such as the heart symbol or slanted quotes),
248 simply insert the characters directly into the input file and save
249 it with UTF-8 encoding.  See @ref{Text encoding}, for more info.
250
251 @lilypond[quote,ragged-right,fragment,verbatim]
252 \relative c' { e4 f e d e f e2 }
253 \addlyrics { He said: “Let my peo ple go”. }
254 @end lilypond
255
256 To use normal quotes in lyrics, add a backslash before the
257 quotes.  For example,
258
259 @lilypond[quote,ragged-right,fragment,verbatim]
260 \relative c' { \time 3/4 e4 e4. e8 d4 e d c2. }
261 \addlyrics { "\"I" am so lone- "ly\"" said she }
262 @end lilypond
263
264 The full definition of a word start in Lyrics mode is somewhat more
265 complex.
266
267 A word in Lyrics mode begins with: an alphabetic character, @code{_},
268 @code{?}, @code{!}, @code{:}, @code{'}, the control characters @code{^A}
269 through @code{^F}, @code{^Q} through @code{^W}, @code{^Y}, @code{^^},
270 any 8-bit character with ASCII code over 127, or a two-character
271 combination of a backslash followed by one of @code{`}, @code{'},
272 @code{"}, or @code{^}.
273
274 @c " to balance double quotes for not-so-bright context-sensitive editors
275
276 To define variables containing lyrics, the function @code{lyricmode}
277 must be used.
278
279 @example
280 verseOne = \lyricmode @{ Joy to the world the Lord is come @}
281 \score @{
282   <<
283     \new Voice = "one" \relative c'' @{
284       \autoBeamOff
285       \time 2/4
286       c4 b8. a16 g4. f8 e4 d c2
287     @}
288     \addlyrics @{ \verseOne @}
289   >>
290 @}
291 @end example
292
293
294 @seealso
295 Notation Reference:
296 @ref{Fonts}.
297
298 Internals Reference:
299 @rinternals{LyricText},
300 @rinternals{LyricSpace}.
301
302
303 @c FIXME: this title has to be changed (possible confusion with LM) -vv
304 @node Setting simple songs
305 @unnumberedsubsubsec Setting simple songs
306
307 @cindex \addlyrics
308
309 The easiest way to add lyrics to a melody is to append
310
311 @example
312 \addlyrics @{ @var{the lyrics} @}
313 @end example
314
315 @noindent
316 to a melody.  Here is an example,
317
318 @lilypond[ragged-right,verbatim,fragment,quote]
319 \time 3/4
320 \relative c' { c2 e4 g2. }
321 \addlyrics { play the game }
322 @end lilypond
323
324 More stanzas can be added by adding more
325 @code{\addlyrics} sections
326
327 @lilypond[ragged-right,verbatim,fragment,quote]
328 \time 3/4
329 \relative c' { c2 e4 g2. }
330 \addlyrics { play the game }
331 \addlyrics { speel het spel }
332 \addlyrics { joue le jeu }
333 @end lilypond
334
335 The command @code{\addlyrics} cannot handle polyphony settings.  For these
336 cases you should use @code{\lyricsto} and @code{\lyricmode}, as will be
337 introduced in @ref{Lyrics explained}.
338
339 @c TODO: one additional section may be needed here,
340 @c such as "advanced lyric syntax" or whatever -vv
341
342 @node Working with lyrics and variables
343 @unnumberedsubsubsec Working with lyrics and variables
344
345 @cindex lyrics, variables
346
347 To define variables containing lyrics, the function @code{\lyricmode}
348 must be used.  You do not have to enter durations though, if you add
349 @code{\addlyrics} or @code{\lyricsto}
350 when invoking your variable.
351
352 @example
353 verseOne = \lyricmode @{ Joy to the world the Lord is come @}
354 \score @{
355  <<
356    \new Voice = "one" \relative c'' @{
357      \autoBeamOff
358      \time 2/4
359      c4 b8. a16 g4. f8 e4 d c2
360    @}
361    \addlyrics @{ \verseOne @}
362  >>
363 @}
364 @end example
365
366 For different or more complex orderings, the best way is to setup the
367 hierarchy of staves and lyrics first, e.g.,
368 @example
369 \new ChoirStaff <<
370   \new Voice = "soprano" @{ @emph{music} @}
371   \new Lyrics = "sopranoLyrics" @{ s1 @}
372   \new Lyrics = "tenorLyrics" @{ s1 @}
373   \new Voice = "tenor" @{ @emph{music} @}
374 >>
375 @end example
376
377 and then combine the appropriate melodies and lyric lines
378
379 @example
380 \context Lyrics = sopranoLyrics \lyricsto "soprano"
381 @emph{the lyrics}
382 @end example
383
384 @noindent
385
386 The final input would resemble
387
388 @example
389 <<\new ChoirStaff << @emph{setup the music} >>
390  \lyricsto "soprano" @emph{etc}
391  \lyricsto "alto" @emph{etc}
392 @emph{etc}
393 >>
394 @end example
395
396 @ignore
397 @c FIXME
398 http://code.google.com/p/lilypond/issues/detail?id=329
399 The problem cannot be reproduced.
400 The following has no sense, because the issue seems to be fixed.
401 A comment is in tracker waiting for response ---FV
402
403
404 Be careful when defining a variable with lyrics that creates a new
405 context, for example, using the deprecated @code{\lyrics} command. See
406 the next erroneous example:
407
408 @example
409 words = \lyrics{ %warning: this creates a new context
410  one two
411 }
412 <<
413   \new Voice = "sop" { c1 }
414   \new Lyrics \lyricsto "sop" { \words }
415   \new Voice = "alt" { c2 c }
416   \new Lyrics \lyricsto "alt" { \words }
417 >>
418 @end example
419
420 the problem is that \lyricsto will try to connect the "sop" melody with the context
421 created by "\new Lyrics".
422
423 Then \lyrics in \words creates another context, and the original "\new Lyrics" one
424 remains empty.
425
426 @end ignore
427
428
429 @seealso
430 @c TODO: document \new Staff << Voice \lyricsto >> bug
431 Internals Reference:
432 @rinternals{LyricCombineMusic},
433 @rinternals{Lyrics}.
434
435
436 @node Aligning lyrics to a melody
437 @subsection Aligning lyrics to a melody
438
439 @funindex \lyricmode
440 @funindex \addlyrics
441 @funindex \lyricsto
442
443 @c FIXME: this stuff is to be rewritten. -vv
444
445 Aligning of text with melodies can be made automatically, but if you
446 specify the durations of the syllables it can also be made manually.
447 Lyrics aligning and typesetting are prepared with the help of skips,
448 hyphens and extender lines.
449
450 Lyrics are printed by interpreting them in the context called
451 @rinternals{Lyrics}.
452
453 @example
454 \new Lyrics \lyricmode @dots{}
455 @end example
456
457 There are two main methods to specify the horizontal placement
458 of the syllables:
459
460 @itemize
461 @item
462 by automatically aligning
463 the lyrics to a melody or other voice of music, using @code{\addlyrics}
464 or @code{\lyricsto}.
465
466 @item
467 or by specifying the duration of each syllable
468 explicitly, using @code{\lyricmode}
469 @end itemize
470
471 The @code{Voice} context containing the melody to which the lyrics
472 are being aligned must not have @qq{died}, or the lyrics after that
473 point will be lost.  This can happen if there are periods when that
474 voice has nothing to do.  For methods of keeping contexts alive, see
475 @ref{Keeping contexts alive}.
476
477
478 @menu
479 * Automatic syllable durations::
480 * Manual syllable durations::
481 * Multiple syllables to one note::
482 * Multiple notes to one syllable::
483 * Skipping notes::
484 * Extenders and hyphens::
485 * Lyrics and repeats::
486 @end menu
487
488 @node Automatic syllable durations
489 @unnumberedsubsubsec Automatic syllable durations
490
491 @cindex automatic syllable durations
492 @cindex lyrics and melodies
493
494 The lyrics can be aligned under a given melody
495 automatically.  This is achieved by combining the
496 melody and the lyrics with the @code{\lyricsto} expression
497
498 @example
499 \new Lyrics \lyricsto @var{name} @dots{}
500 @end example
501
502 This aligns the lyrics to the
503 notes of the @rinternals{Voice} context called @var{name}, which must
504 already exist.  Therefore normally the @code{Voice} is specified first, and
505 then the lyrics are specified with @code{\lyricsto}.  The command
506 @code{\lyricsto} switches to @code{\lyricmode} mode automatically, so the
507 @code{\lyricmode} keyword may be omitted.
508
509 The following example uses different commands for entering lyrics.
510
511 @lilypond[quote,fragment,ragged-right,verbatim]
512 <<
513   \new Voice = "one" \relative c'' {
514     \autoBeamOff
515     \time 2/4
516     c4 b8. a16 g4. f8 e4 d c2
517   }
518
519 % not recommended: left aligns syllables
520   \new Lyrics \lyricmode { Joy4 to8. the16 world!4. the8 Lord4 is come.2 }
521
522 % wrong: durations needed
523   \new Lyrics \lyricmode { Joy to the earth! the Sa -- viour reigns. }
524
525 %correct
526   \new Lyrics \lyricsto "one" { No more let sins and sor -- rows grow. }
527 >>
528 @end lilypond
529
530 The second stanza is not properly aligned because the durations
531 were not specified.  A solution for that would be to use @code{\lyricsto}.
532
533 The @code{\addlyrics} command is actually just a convenient way
534 to write a more complicated LilyPond structure that sets up the
535 lyrics.
536
537 @example
538 @{ MUSIC @}
539 \addlyrics @{ LYRICS @}
540 @end example
541
542 @noindent
543 is the same as
544
545 @example
546 \new Voice = "blah" @{ music @}
547 \new Lyrics \lyricsto "blah" @{ LYRICS @}
548 @end example
549
550 @node Manual syllable durations
551 @unnumberedsubsubsec Manual syllable durations
552
553 Lyrics can also be entered without @code{\addlyrics} or
554 @code{\lyricsto}.  In this case,
555 syllables are entered like notes -- but with pitches replaced by text -- and the
556 duration of each syllable must be entered explicitly.  For example:
557
558 @example
559 play2 the4 game2.
560 sink2 or4 swim2.
561 @end example
562
563 The alignment to a melody can be specified with the
564 @code{associatedVoice} property,
565
566 @example
567 \set associatedVoice = #"lala"
568 @end example
569
570 @noindent
571 The value of the property (here: @code{"lala"}) should be the name of
572 a @rinternals{Voice} context.  Without this setting, extender lines
573 will not be formatted properly.
574
575 Here is an example demonstrating manual lyric durations,
576
577 @lilypond[relative=1,ragged-right,verbatim,fragment,quote]
578 << \new Voice = "melody" {
579     \time 3/4
580     c2 e4 g2.
581  }
582  \new Lyrics \lyricmode {
583    \set associatedVoice = #"melody"
584    play2 the4 game2.
585  } >>
586 @end lilypond
587
588
589 @seealso
590 Notation Reference:
591 @ref{Keeping contexts alive}.
592
593 Internals Reference:
594 @rinternals{Lyrics}.
595
596
597 @node Multiple syllables to one note
598 @unnumberedsubsubsec Multiple syllables to one note
599
600
601 @funindex _
602 @cindex ties, in lyrics
603
604 In order to assign more than one syllable to a single note, you can
605 surround them with quotes or use a @code{_} character, to get spaces
606 between syllables, or use tilde  symbol (@code{~}) to get a lyric
607 tie@footnote{The lyric ties is implemented with the Unicode character
608 U+203F, so be
609 sure to have a font (Like DejaVuLGC) installed that includes this
610 glyph.}.
611
612 @lilypond[quote,ragged-right,fragment,verbatim]
613 \time 3/4
614 \relative c' { c2 e4 g2 e4 }
615 \addlyrics { gran- de_a- mi- go }
616 \addlyrics { pu- "ro y ho-" nes- to }
617 \addlyrics { pu- ro~y~ho- nes- to }
618 @end lilypond
619
620
621 @seealso
622 Internals Reference:
623 @rinternals{LyricCombineMusic}.
624
625 @c Here come the section which used to be "Melismata"
626 @c the new title might be more self-explanatory
627
628
629 @node Multiple notes to one syllable
630 @unnumberedsubsubsec Multiple notes to one syllable
631
632 @cindex melisma
633 @cindex melismata
634 @cindex phrasing, in lyrics
635
636 Sometimes, particularly in Medieval music, several notes are to be sung on one
637 single syllable; such vocalises are called melismas, or melismata.
638
639 @c this method seems to be the simplest; therefore
640 @c it might be better to present it first - vv
641
642 You can define melismata entirely in the lyrics, by entering @code{_}
643 for every extra note that has to be added to the melisma.
644
645 @c FIXME: clarify: __ is used to crate a lyric extender,
646 @c _ is used to add a note to a melisma, so both __ and _ are needed.
647
648 @c verbose! --FV
649 @c duplicated: TODO fix
650 Additionaly, you can make an extender line to be typeset to indicate
651 the melisma in the score, writing a double underscore next to the
652 first syllable of the melisma. This example shows the three elements
653 that are used for this purpose (all of them surrounded by spaces):
654 double hyphens to separate syllables in a word, underscores to add
655 notes to a melisma, and a double underscore to put an extender line.
656
657 @c wrong: extender line only on last syllable of a word. Change example
658 @lilypond[relative=1,verbatim,fragment,quote]
659 { \set melismaBusyProperties = #'()
660  c d( e) f f( e) e e  }
661 \addlyrics
662  { Ky -- _ _ ri __ _ _ _  e }
663 @end lilypond
664
665 In this case, you can also have ties and slurs in the melody if you
666 set @code{melismaBusyProperties}, as is done in the example above.
667
668 However, the @code{\lyricsto} command can also
669 detect melismata automatically: it only puts one
670 syllable under a tied or slurred group of notes.  If you want to force
671 an unslurred group of notes to be a melisma, insert @code{\melisma}
672 after the first note of the group, and @code{\melismaEnd} after the
673 last one, e.g.,
674
675 @lilypond[quote,relative=2,ragged-right,fragment,verbatim]
676 <<
677   \new Voice = "lala" {
678     \time 3/4
679     f4 g8
680     \melisma
681     f e f
682     \melismaEnd
683     e2
684   }
685   \new Lyrics \lyricsto "lala" {
686     la di __ daah
687   }
688 >>
689 @end lilypond
690
691 In addition, notes are considered a melisma if they are manually
692 beamed, and automatic beaming (see @ref{Setting automatic beam
693 behavior}) is switched off.
694
695 @c FIXME: this now links to LM -vv
696
697 @cindex SATB
698 @cindex choral score
699
700 A complete example of a SATB score setup is in section
701 @rlearning{Vocal ensembles}.
702
703
704 @predefined
705 @funindex \melisma
706 @code{\melisma},
707 @funindex \melismaEnd
708 @code{\melismaEnd}.
709 @endpredefined
710
711
712 @seealso
713 @c @lsr{vocal,lyric@/-combine.ly}.
714
715
716 @knownissues
717
718 Melismata are not detected automatically, and extender lines must be
719 inserted by hand.
720
721 @node Skipping notes
722 @unnumberedsubsubsec Skipping notes
723
724 Making a lyric line run slower than the melody can be achieved by
725 inserting @code{\skip}s into the lyrics.  For every @code{\skip},
726 the text will be delayed another note.  The @code{\skip} command
727 must be followed by a valid duration, but this is ignored when
728 @code{\skip} is used in lyrics.
729
730 For example,
731
732 @lilypond[verbatim,ragged-right,quote]
733 \relative c' { c c g' }
734 \addlyrics {
735   twin -- \skip 4
736   kle
737 }
738 @end lilypond
739
740
741 @node Extenders and hyphens
742 @unnumberedsubsubsec Extenders and hyphens
743
744 @cindex melisma
745 @cindex extender
746
747 @c leave this as samp. -gp
748 In the last syllable of a word, melismata are sometimes indicated with
749 a long horizontal line starting in the melisma syllable, and ending in
750 the next one.  Such a line is called an extender line, and it is
751 entered as @samp{ __ } (note the spaces before and after the two
752 underscore characters).
753
754 @warning{Melismata are indicated in the score with extender lines,
755 which are entered as one double underscore; but short melismata can
756 also be entered by skipping individual notes, which are entered as
757 single underscore characters; these do not make an extender line to be
758 typeset by default.}
759
760 @cindex hyphens
761
762 @c leave this as samp. -gp
763 Centered hyphens are entered as @samp{ -- } between syllables of a same word
764 (note the spaces before and after the two hyphen characters).  The hyphen
765 will be centered between the syllables, and its length will be adjusted
766 depending on the space between the syllables.
767
768 In tightly engraved music, hyphens can be removed.  Whether this
769 happens can be controlled with the @code{minimum-distance} (minimum
770 distance between two syllables) and the @code{minimum-length}
771 (threshold below which hyphens are removed).
772
773
774 @seealso
775 Internals Reference:
776 @rinternals{LyricExtender},
777 @rinternals{LyricHyphen}
778
779
780 @node Lyrics and repeats
781 @unnumberedsubsubsec Lyrics and repeats
782
783 @c TODO New section.  Add text
784 TBC
785
786
787 @node Specific uses of lyrics
788 @subsection Specific uses of lyrics
789
790 @c FIXME This whole section is to be reorganized. -vv
791
792 Often, different stanzas of one song are put to one melody in slightly
793 differing ways.  Such variations can still be captured with
794 @code{\lyricsto}.
795
796 @menu
797 * Divisi lyrics::
798 * Lyrics independent of notes::
799 * Spacing out syllables::
800 * Centering lyrics between staves::
801 @end menu
802
803
804
805 @node Divisi lyrics
806 @unnumberedsubsubsec Divisi lyrics
807
808 You can display alternate (or divisi) lyrics by naming voice
809 contexts and attaching lyrics to those specific contexts.
810
811 @lilypond[verbatim,ragged-right,quote]
812 \score{ <<
813   \new Voice = "melody" {
814     \relative c' {
815       c4
816       <<
817         { \voiceOne c8 e }
818         \new Voice = "splitpart" { \voiceTwo c4 }
819       >>
820       \oneVoice c4 c | c
821     }
822   }
823   \new Lyrics \lyricsto "melody" { we shall not o- ver- come }
824   \new Lyrics \lyricsto "splitpart" { will }
825 >> }
826 @end lilypond
827
828
829 You can use this trick to display different lyrics for a repeated
830 section.
831
832 @lilypond[verbatim,ragged-right,quote]
833 \score{ <<
834   \new Voice = "melody" \relative c' {
835     c2 e | g e | c1 |
836     \new Voice = "verse" \repeat volta 2 {c4 d e f | g1 | }
837     a2 b | c1}
838   \new Lyrics = "mainlyrics" \lyricsto melody \lyricmode {
839     do mi sol mi do
840     la si do }
841   \context Lyrics = "mainlyrics" \lyricsto verse \lyricmode {
842    do re mi fa sol }
843   \new Lyrics = "repeatlyrics" \lyricsto verse \lyricmode {
844    dodo rere mimi fafa solsol }
845 >>
846 }
847 @end lilypond
848
849
850
851 @node Lyrics independent of notes
852 @unnumberedsubsubsec Lyrics independent of notes
853
854 @cindex Devnull context
855
856 In some complex vocal music, it may be desirable to place
857 lyrics completely independently of notes.  Music defined
858 inside @code{lyricrhythm} disappears into the
859 @code{Devnull} context, but the rhythms can still be used
860 to place the lyrics.
861
862 @lilypond[quote,verbatim,ragged-right]
863 voice = {
864   c''2
865   \tag #'music { c''2 }
866   \tag #'lyricrhythm { c''4. c''8 }
867   d''1
868 }
869
870 lyr = \lyricmode { I like my cat! }
871
872 <<
873   \new Staff \keepWithTag #'music \voice
874   \new Devnull="nowhere" \keepWithTag #'lyricrhythm \voice
875   \new Lyrics \lyricsto "nowhere" \lyr
876   \new Staff { c'8 c' c' c' c' c' c' c'
877   c' c' c' c' c' c' c' c' }
878 >>
879 @end lilypond
880
881 This method is recommended only if the music in the @code{Devnull}
882 context does not contain melismata.  Melismata are defined by the
883 @code{Voice} context. Connecting lyrics to a @code{Devnull} context
884 makes the voice/lyrics links to get lost, and so does the info on
885 melismata.  Therefore, if you link lyrics to a @code{Devnull} context,
886 the implicit melismata get ignored.
887
888 @c Conclusion: do not use devnull for lyrics -FV
889
890 @c this clarifies http://code.google.com/p/lilypond/issues/detail?id=248
891
892 @node Spacing out syllables
893 @unnumberedsubsubsec Spacing out syllables
894
895 @cindex Spacing lyrics
896 @cindex Lyrics, increasing space between
897
898 To increase the spacing between lyrics, set the minimum-distance property of
899 LyricSpace.
900
901 @lilypond[relative,verbatim,fragment,quote,ragged-right]
902 {
903   c c c c
904   \override Lyrics.LyricSpace #'minimum-distance = #1.0
905   c c c c
906 }
907 \addlyrics {
908   longtext longtext longtext longtext
909   longtext longtext longtext longtext
910 }
911 @end lilypond
912
913 To make this change for all lyrics in the score, set the property in the
914 layout.
915
916 @lilypond[verbatim,quote,ragged-right]
917 \score {
918   \relative c' {
919   c c c c
920   c c c c
921   }
922   \addlyrics {
923   longtext longtext longtext longtext
924   longtext longtext longtext longtext
925   }
926   \layout {
927     \context {
928       \Lyrics
929       \override LyricSpace #'minimum-distance = #1.0
930     }
931   }
932 }
933 @end lilypond
934
935 @c @snippets
936 @c This snippet has been renamed to "lyrics-alignment.ly"
937 @c update as soon as lsr/is updated -vv
938 @c @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
939 @c {lyrics-alignment.ly}
940
941 @c TODO: move to LSR -vv
942 @snippets
943
944 Checking to make sure that text scripts and lyrics are within the margins is
945 a relatively large computational task.  To speed up processing, LilyPond does
946 not perform such calculations by default; to enable it, use
947
948 @example
949 \override Score.PaperColumn #'keep-inside-line = ##t
950 @end example
951
952 To make lyrics avoid bar lines as well, use
953
954 @example
955 \layout @{
956   \context @{
957     \Lyrics
958       \consists "Bar_engraver"
959       \consists "Separating_line_group_engraver"
960       \override BarLine #'transparent = ##t
961   @}
962 @}
963 @end example
964
965 @c TODO Create and add lsr example of lyricMelismaAlignment
966 @c It's used like this to center-align all lyric syllables,
967 @c even when notes are tied. -td
968
969 @ignore
970 \layout
971 {
972      \context { \Score lyricMelismaAlignment = #0 }
973 }
974 @end ignore
975
976
977 @node Centering lyrics between staves
978 @unnumberedsubsubsec Centering lyrics between staves
979
980 @c TODO Add text from -user
981 TBC
982
983 @node Stanzas
984 @subsection Stanzas
985
986 @menu
987 * Adding stanza numbers::
988 * Adding dynamics marks to stanzas::
989 * Adding singers' names to stanzas::
990 * Stanzas with different rhythms::
991 * Printing stanzas at the end::
992 * Printing stanzas at the end in multiple columns::
993 @end menu
994
995
996 @node Adding stanza numbers
997 @unnumberedsubsubsec Adding stanza numbers
998
999 @cindex stanza number
1000
1001 Stanza numbers can be added by setting @code{stanza}, e.g.,
1002
1003 @lilypond[quote,ragged-right,verbatim,relative=2,fragment]
1004 \new Voice {
1005   \time 3/4 g2 e4 a2 f4 g2.
1006 } \addlyrics {
1007   \set stanza = #"1. "
1008   Hi, my name is Bert.
1009 } \addlyrics {
1010   \set stanza = #"2. "
1011   Oh, ché -- ri, je t'aime
1012 }
1013 @end lilypond
1014
1015
1016 @noindent
1017 These numbers are put just before the start of the first syllable.
1018
1019 @c TODO Create and add snippet to show how two lines of a
1020 @c stanza can be grouped together, along these lines:
1021 @c (might need improving a bit) -td
1022
1023 @ignore
1024 leftbrace = \markup { \override #'(font-encoding . fetaBraces) \lookup
1025 #"brace105" }
1026
1027 stanzaOneOne = {
1028   \set stanza = \markup { "1. " \leftbrace }
1029   \lyricmode { Child, you're mine and I love you.
1030     Lend thine ear to what I say.
1031
1032   }
1033 }
1034
1035 stanzaOneThree =  {
1036 %  \set stanza = \markup { "   "}
1037   \lyricmode { Child, I have no great -- er joy
1038     Than to have you walk in truth.
1039
1040   }
1041 }
1042
1043 \new Voice {
1044   \repeat volta 2 { c'8 c' c' c' c' c' c'4
1045                     c'8 c' c' c' c' c' c'4   }
1046 }  \addlyrics { \stanzaOneOne }
1047    \addlyrics { \stanzaOneThree }
1048
1049 @end ignore
1050
1051 @node Adding dynamics marks to stanzas
1052 @unnumberedsubsubsec Adding dynamics marks to stanzas
1053
1054 Stanzas differing in loudness may be indicated by putting a
1055 dynamics mark before each stanza.  In LilyPond, everything coming in
1056 front of a stanza goes into the @code{StanzaNumber} object; dynamics marks
1057 are no different.  For technical reasons, you have to set the stanza
1058 outside @code{\lyricmode}:
1059
1060 @lilypond[quote,ragged-right,verbatim]
1061 text = {
1062   \set stanza = \markup { \dynamic "ff" "1. " }
1063   \lyricmode {
1064     Big bang
1065   }
1066 }
1067
1068 <<
1069   \new Voice = "tune" {
1070     \time 3/4
1071     g'4 c'2
1072   }
1073 \new Lyrics \lyricsto "tune" \text
1074 >>
1075 @end lilypond
1076
1077 @node Adding singers' names to stanzas
1078 @unnumberedsubsubsec Adding singers' names to stanzas
1079
1080 @cindex singer name
1081 @cindex name of singer
1082
1083 Names of singers can also be added.  They are printed at the start of
1084 the line, just like instrument names.  They are created by setting
1085 @code{vocalName}.  A short version may be entered as @code{shortVocalName}.
1086
1087 @lilypond[fragment,ragged-right,quote,verbatim,relative=2]
1088 \new Voice {
1089   \time 3/4 g2 e4 a2 f4 g2.
1090 } \addlyrics {
1091   \set vocalName = #"Bert "
1092   Hi, my name is Bert.
1093 } \addlyrics {
1094   \set vocalName = #"Ernie "
1095   Oh, ché -- ri, je t'aime
1096 }
1097 @end lilypond
1098
1099 @node Stanzas with different rhythms
1100 @unnumberedsubsubsec Stanzas with different rhythms
1101
1102 @subsubheading Ignoring melismata
1103
1104 One possibility is that the text has a melisma in one stanza, but
1105 multiple syllables in another one.  One solution is to make the faster
1106 voice ignore the melisma.  This is done by setting
1107 @code{ignoreMelismata} in the Lyrics context.
1108
1109 @lilypond[verbatim,ragged-right,quote]
1110 <<
1111   \relative c' \new Voice = "lahlah" {
1112     \set Staff.autoBeaming = ##f
1113     c4
1114     \slurDotted
1115     f8.[( g16])
1116     a4
1117   }
1118   \new Lyrics \lyricsto "lahlah" {
1119     more slow -- ly
1120   }
1121   \new Lyrics \lyricsto "lahlah" {
1122     go
1123     \set ignoreMelismata = ##t
1124     fas -- ter
1125     \unset ignoreMelismata
1126     still
1127   }
1128 >>
1129 @end lilypond
1130
1131 @knownissues
1132 Unlike most @code{\set} commands, @code{\set ignoreMelismata} does
1133 not work if prefixed with @code{\once}.  It is necessary to use
1134 @code{\set} and @code{\unset} to bracket the lyrics where melismata
1135 are to be ignored.
1136
1137 @subsubheading Switching to an alternative melody
1138
1139 More complex variations in text underlay are possible.  It is possible
1140 to switch the melody for a line of lyrics during the text.  This is
1141 done by setting the @code{associatedVoice} property.  In the example
1142
1143 @lilypond[ragged-right,quote]
1144 <<
1145   \relative c' \new Voice = "lahlah" {
1146     \set Staff.autoBeaming = ##f
1147     c4
1148     <<
1149       \new Voice = "alternative" {
1150         \voiceOne
1151         \times 2/3 {
1152           % show associations clearly.
1153           \override NoteColumn #'force-hshift = #-3
1154           f8 f g
1155         }
1156       }
1157       {
1158         \voiceTwo
1159         f8.[ g16]
1160         \oneVoice
1161       } >>
1162     a8( b) c
1163   }
1164   \new Lyrics \lyricsto "lahlah" {
1165     Ju -- ras -- sic Park
1166   }
1167   \new Lyrics \lyricsto "lahlah" {
1168     % Tricky: need to set associatedVoice
1169     % one syllable too soon!
1170     \set associatedVoice = alternative % applies to "ran"
1171     Ty --
1172     ran --
1173     no --
1174     \set associatedVoice = lahlah % applies to "rus"
1175     sau -- rus Rex
1176   } >>
1177 @end lilypond
1178
1179 @noindent
1180 the text for the first stanza is set to a melody called @q{lahlah},
1181
1182 @example
1183 \new Lyrics \lyricsto "lahlah" @{
1184   Ju -- ras -- sic Park
1185 @}
1186 @end example
1187
1188
1189 The second stanza initially is set to the @code{lahlah} context, but
1190 for the syllable @q{ran}, it switches to a different melody.
1191 This is achieved with
1192 @example
1193 \set associatedVoice = alternative
1194 @end example
1195
1196 @noindent
1197 Here, @code{alternative} is the name of the @code{Voice} context
1198 containing the triplet.
1199
1200 @c FIXME: make this easier to understand -vv
1201 This command must be one syllable too early, before @q{Ty} in this
1202 case.  In other words, changing the associatedVoice happens one step
1203 later than expected.  This is for technical reasons, and it is not a
1204 bug.
1205
1206 @example
1207 \new Lyrics \lyricsto "lahlah" @{
1208   \set associatedVoice = alternative % applies to "ran"
1209   Ty --
1210   ran --
1211   no --
1212   \set associatedVoice = lahlah % applies to "rus"
1213   sau -- rus Rex
1214 @}
1215 @end example
1216
1217 @noindent
1218 The underlay is switched back to the starting situation by assigning
1219 @code{lahlah} to @code{associatedVoice}.
1220
1221
1222 @node Printing stanzas at the end
1223 @unnumberedsubsubsec Printing stanzas at the end
1224
1225 Sometimes it is appropriate to have one stanza set
1226 to the music, and the rest added in verse form at
1227 the end of the piece.  This can be accomplished by adding
1228 the extra verses into a @code{\markup} section outside
1229 of the main score block.  Notice that there are two
1230 different ways to force linebreaks when using
1231 @code{\markup}.
1232
1233 @lilypond[ragged-right,verbatim,quote]
1234 melody = \relative c' {
1235 e d c d | e e e e |
1236 d d e d | c1 |
1237 }
1238
1239 text = \lyricmode {
1240 \set stanza = #"1." Ma- ry had a lit- tle lamb,
1241 its fleece was white as snow.
1242 }
1243
1244 \score{ <<
1245   \new Voice = "one" { \melody }
1246   \new Lyrics \lyricsto "one" \text
1247 >>
1248   \layout { }
1249 }
1250 \markup { \column{
1251   \line{ Verse 2. }
1252   \line{ All the children laughed and played }
1253   \line{ To see a lamb at school. }
1254   }
1255 }
1256 \markup{
1257   \wordwrap-string #"
1258   Verse 3.
1259
1260   Mary took it home again,
1261
1262   It was against the rule."
1263 }
1264 @end lilypond
1265
1266
1267 @node Printing stanzas at the end in multiple columns
1268 @unnumberedsubsubsec Printing stanzas at the end in multiple columns
1269
1270 When a piece of music has many verses, they are often printed in
1271 multiple columns across the page.  An outdented verse number often
1272 introduces each verse.  The following example shows how to produce such
1273 output in LilyPond.
1274
1275 @lilypond[ragged-right,quote,verbatim]
1276 melody = \relative c' {
1277   c c c c | d d d d
1278 }
1279
1280 text = \lyricmode {
1281   \set stanza = #"1." This is verse one.
1282   It has two lines.
1283 }
1284
1285 \score{ <<
1286     \new Voice = "one" { \melody }
1287     \new Lyrics \lyricsto "one" \text
1288    >>
1289   \layout { }
1290 }
1291
1292 \markup {
1293   \fill-line {
1294     \hspace #0.1 % moves the column off the left margin;
1295         % can be removed if space on the page is tight
1296      \column {
1297       \line { \bold "2."
1298         \column {
1299           "This is verse two."
1300           "It has two lines."
1301         }
1302       }
1303       \hspace #0.1 % adds vertical spacing between verses
1304       \line { \bold "3."
1305         \column {
1306           "This is verse three."
1307           "It has two lines."
1308         }
1309       }
1310     }
1311     \hspace #0.1  % adds horizontal spacing between columns;
1312         % if they are still too close, add more " " pairs
1313         % until the result looks good
1314      \column {
1315       \line { \bold "4."
1316         \column {
1317           "This is verse four."
1318           "It has two lines."
1319         }
1320       }
1321       \hspace #0.1 % adds vertical spacing between verses
1322       \line { \bold "5."
1323         \column {
1324           "This is verse five."
1325           "It has two lines."
1326         }
1327       }
1328     }
1329   \hspace #0.1 % gives some extra space on the right margin;
1330       % can be removed if page space is tight
1331   }
1332 }
1333 @end lilypond
1334
1335
1336 @seealso
1337 Internals Reference:
1338 @rinternals{LyricText},
1339 @rinternals{StanzaNumber}.
1340
1341
1342
1343