]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/vocal.itely
Minor formatting.
[lilypond.git] / Documentation / notation / 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 set up 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 @noindent
378 and then combine the appropriate melodies and lyric lines
379
380 @example
381 \context Lyrics = sopranoLyrics \lyricsto "soprano"
382 @emph{the lyrics}
383 @end example
384
385 @noindent
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 @code{Lyrics}; see @rinternals{Lyrics}, for more.
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 @noindent
503 This aligns the lyrics to the
504 notes of the @code{Voice} context called @var{name}, which must
505 already exist.  Therefore normally the @code{Voice} is specified first, and
506 then the lyrics are specified with @code{\lyricsto}.  The command
507 @code{\lyricsto} switches to @code{\lyricmode} mode automatically, so the
508 @code{\lyricmode} keyword may be omitted.
509
510 The following example uses different commands for entering lyrics.
511
512 @lilypond[quote,fragment,ragged-right,verbatim]
513 <<
514   \new Voice = "one" \relative c'' {
515     \autoBeamOff
516     \time 2/4
517     c4 b8. a16 g4. f8 e4 d c2
518   }
519
520 % not recommended: left-aligned syllables
521   \new Lyrics \lyricmode { Joy4 to8. the16 world!4. the8 Lord4 is come.2 }
522
523 % wrong: durations needed
524   \new Lyrics \lyricmode { Joy to the earth! the Sa -- viour reigns. }
525
526 %correct
527   \new Lyrics \lyricsto "one" { No more let sins and sor -- rows grow. }
528 >>
529 @end lilypond
530
531 The second stanza is not properly aligned because the durations
532 were not specified.  A solution for that would be to use @code{\lyricsto}.
533
534 The @code{\addlyrics} command is actually just a convenient way
535 to write a more complicated LilyPond structure that sets up the
536 lyrics.
537
538 @example
539 @{ MUSIC @}
540 \addlyrics @{ LYRICS @}
541 @end example
542
543 @noindent
544 is the same as
545
546 @example
547 \new Voice = "blah" @{ music @}
548 \new Lyrics \lyricsto "blah" @{ LYRICS @}
549 @end example
550
551 @node Manual syllable durations
552 @unnumberedsubsubsec Manual syllable durations
553
554 Lyrics can also be entered without @code{\addlyrics} or
555 @code{\lyricsto}.  In this case,
556 syllables are entered like notes -- but with pitches replaced by text -- and the
557 duration of each syllable must be entered explicitly.  For example:
558
559 @example
560 play2 the4 game2.
561 sink2 or4 swim2.
562 @end example
563
564 The alignment to a melody can be specified with the
565 @code{associatedVoice} property,
566
567 @example
568 \set associatedVoice = #"lala"
569 @end example
570
571 @noindent
572 The value of the property (here: @code{"lala"}) should be the name of
573 a @code{Voice} context.  Without this setting, extender lines
574 will not be formatted properly.
575
576 Here is an example demonstrating manual lyric durations,
577
578 @lilypond[relative=1,ragged-right,verbatim,fragment,quote]
579 << \new Voice = "melody" {
580     \time 3/4
581     c2 e4 g2.
582  }
583  \new Lyrics \lyricmode {
584    \set associatedVoice = #"melody"
585    play2 the4 game2.
586  } >>
587 @end lilypond
588
589
590 @seealso
591 Notation Reference:
592 @ref{Keeping contexts alive}.
593
594 Internals Reference:
595 @rinternals{Lyrics},
596 @rinternals{Voice}.
597
598
599 @node Multiple syllables to one note
600 @unnumberedsubsubsec Multiple syllables to one note
601
602
603 @funindex _
604 @cindex ties, in lyrics
605
606 In order to assign more than one syllable to a single note, you can
607 surround them with quotes or use a @code{_} character, to get spaces
608 between syllables, or use tilde  symbol (@code{~}) to get a lyric
609 tie.@footnote{The lyric ties is implemented with the Unicode character
610 U+203F, so be
611 sure to have a font (like DejaVuLGC) installed that includes this
612 glyph.}
613
614 @lilypond[quote,ragged-right,fragment,verbatim]
615 \time 3/4
616 \relative c' { c2 e4 g2 e4 }
617 \addlyrics { gran- de_a- mi- go }
618 \addlyrics { pu- "ro y ho-" nes- to }
619 \addlyrics { pu- ro~y~ho- nes- to }
620 @end lilypond
621
622
623 @seealso
624 Internals Reference:
625 @rinternals{LyricCombineMusic}.
626
627 @c Here come the section which used to be "Melismata"
628 @c the new title might be more self-explanatory
629
630
631 @node Multiple notes to one syllable
632 @unnumberedsubsubsec Multiple notes to one syllable
633
634 @cindex melisma
635 @cindex melismata
636 @cindex phrasing, in lyrics
637
638 Sometimes, particularly in Medieval music, several notes are to be sung on one
639 single syllable; such vocalises are called melismas, or melismata.
640
641 @c this method seems to be the simplest; therefore
642 @c it might be better to present it first - vv
643
644 You can define melismata entirely in the lyrics, by entering @code{_}
645 for every extra note that has to be added to the melisma.
646
647 @c FIXME: clarify: __ is used to crate a lyric extender,
648 @c _ is used to add a note to a melisma, so both __ and _ are needed.
649
650 @c verbose! --FV
651 @c duplicated: TODO fix
652 Additionaly, you can make an extender line to be typeset to indicate
653 the melisma in the score, writing a double underscore next to the
654 first syllable of the melisma. This example shows the three elements
655 that are used for this purpose (all of them surrounded by spaces):
656 double hyphens to separate syllables in a word, underscores to add
657 notes to a melisma, and a double underscore to put an extender line.
658
659 @c wrong: extender line only on last syllable of a word. Change example
660 @lilypond[relative=1,verbatim,fragment,quote]
661 { \set melismaBusyProperties = #'()
662  c d( e) f f( e) e e  }
663 \addlyrics
664  { Ky -- _ _ ri __ _ _ _  e }
665 @end lilypond
666
667 In this case, you can also have ties and slurs in the melody if you
668 set @code{melismaBusyProperties}, as is done in the example above.
669
670 However, the @code{\lyricsto} command can also
671 detect melismata automatically: it only puts one
672 syllable under a tied or slurred group of notes.  If you want to force
673 an unslurred group of notes to be a melisma, insert @code{\melisma}
674 after the first note of the group, and @code{\melismaEnd} after the
675 last one, e.g.,
676
677 @lilypond[quote,relative=2,ragged-right,fragment,verbatim]
678 <<
679   \new Voice = "lala" {
680     \time 3/4
681     f4 g8
682     \melisma
683     f e f
684     \melismaEnd
685     e2
686   }
687   \new Lyrics \lyricsto "lala" {
688     la di __ daah
689   }
690 >>
691 @end lilypond
692
693 In addition, notes are considered a melisma if they are manually
694 beamed, and automatic beaming (see @ref{Setting automatic beam
695 behavior}) is switched off.
696
697 @c FIXME: this now links to LM -vv
698
699 @cindex SATB
700 @cindex choral score
701
702 A complete example of a SATB score setup is in
703 @rlearning{Vocal ensembles}.
704
705
706 @predefined
707 @funindex \melisma
708 @code{\melisma},
709 @funindex \melismaEnd
710 @code{\melismaEnd}.
711 @endpredefined
712
713
714 @c @seealso
715 @c @lsr{vocal,lyric@/-combine.ly}.
716
717
718 @knownissues
719
720 Melismata are not detected automatically, and extender lines must be
721 inserted by hand.
722
723 @node Skipping notes
724 @unnumberedsubsubsec Skipping notes
725
726 Making a lyric line run slower than the melody can be achieved by
727 inserting @code{\skip}s into the lyrics.  For every @code{\skip},
728 the text will be delayed another note.  The @code{\skip} command
729 must be followed by a valid duration, but this is ignored when
730 @code{\skip} is used in lyrics.
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 @code{minimum-distance}
899 property of @code{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 @noindent
914 To make this change for all lyrics in the score, set the property in the
915 layout.
916
917 @lilypond[verbatim,quote,ragged-right]
918 \score {
919   \relative c' {
920   c c c c
921   c c c c
922   }
923   \addlyrics {
924   longtext longtext longtext longtext
925   longtext longtext longtext longtext
926   }
927   \layout {
928     \context {
929       \Lyrics
930       \override LyricSpace #'minimum-distance = #1.0
931     }
932   }
933 }
934 @end lilypond
935
936 @c @snippets
937 @c This snippet has been renamed to "lyrics-alignment.ly"
938 @c update as soon as lsr/is updated -vv
939 @c @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
940 @c {lyrics-alignment.ly}
941
942 @c TODO: move to LSR -vv
943 @snippets
944
945 Checking to make sure that text scripts and lyrics are within the margins is
946 a relatively large computational task.  To speed up processing, LilyPond does
947 not perform such calculations by default; to enable it, use
948
949 @example
950 \override Score.PaperColumn #'keep-inside-line = ##t
951 @end example
952
953 To make lyrics avoid bar lines as well, use
954
955 @example
956 \layout @{
957   \context @{
958     \Lyrics
959       \consists "Bar_engraver"
960       \consists "Separating_line_group_engraver"
961       \override BarLine #'transparent = ##t
962   @}
963 @}
964 @end example
965
966 @c TODO Create and add lsr example of lyricMelismaAlignment
967 @c It's used like this to center-align all lyric syllables,
968 @c even when notes are tied. -td
969
970 @ignore
971 \layout
972 {
973      \context { \Score lyricMelismaAlignment = #0 }
974 }
975 @end ignore
976
977
978 @node Centering lyrics between staves
979 @unnumberedsubsubsec Centering lyrics between staves
980
981 @c TODO Add text from -user
982 TBC
983
984 @node Stanzas
985 @subsection Stanzas
986
987 @menu
988 * Adding stanza numbers::
989 * Adding dynamics marks to stanzas::
990 * Adding singers' names to stanzas::
991 * Stanzas with different rhythms::
992 * Printing stanzas at the end::
993 * Printing stanzas at the end in multiple columns::
994 @end menu
995
996
997 @node Adding stanza numbers
998 @unnumberedsubsubsec Adding stanza numbers
999
1000 @cindex stanza number
1001
1002 Stanza numbers can be added by setting @code{stanza}, e.g.,
1003
1004 @lilypond[quote,ragged-right,verbatim,relative=2,fragment]
1005 \new Voice {
1006   \time 3/4 g2 e4 a2 f4 g2.
1007 } \addlyrics {
1008   \set stanza = #"1. "
1009   Hi, my name is Bert.
1010 } \addlyrics {
1011   \set stanza = #"2. "
1012   Oh, ché -- ri, je t'aime
1013 }
1014 @end lilypond
1015
1016
1017 @noindent
1018 These numbers are put just before the start of the first syllable.
1019
1020 @c TODO Create and add snippet to show how two lines of a
1021 @c stanza can be grouped together, along these lines:
1022 @c (might need improving a bit) -td
1023
1024 @ignore
1025 leftbrace = \markup { \override #'(font-encoding . fetaBraces) \lookup
1026 #"brace105" }
1027
1028 stanzaOneOne = {
1029   \set stanza = \markup { "1. " \leftbrace }
1030   \lyricmode { Child, you're mine and I love you.
1031     Lend thine ear to what I say.
1032
1033   }
1034 }
1035
1036 stanzaOneThree =  {
1037 %  \set stanza = \markup { "   "}
1038   \lyricmode { Child, I have no great -- er joy
1039     Than to have you walk in truth.
1040
1041   }
1042 }
1043
1044 \new Voice {
1045   \repeat volta 2 { c'8 c' c' c' c' c' c'4
1046                     c'8 c' c' c' c' c' c'4   }
1047 }  \addlyrics { \stanzaOneOne }
1048    \addlyrics { \stanzaOneThree }
1049
1050 @end ignore
1051
1052 @node Adding dynamics marks to stanzas
1053 @unnumberedsubsubsec Adding dynamics marks to stanzas
1054
1055 Stanzas differing in loudness may be indicated by putting a
1056 dynamics mark before each stanza.  In LilyPond, everything coming in
1057 front of a stanza goes into the @code{StanzaNumber} object; dynamics marks
1058 are no different.  For technical reasons, you have to set the stanza
1059 outside @code{\lyricmode}:
1060
1061 @lilypond[quote,ragged-right,verbatim]
1062 text = {
1063   \set stanza = \markup { \dynamic "ff" "1. " }
1064   \lyricmode {
1065     Big bang
1066   }
1067 }
1068
1069 <<
1070   \new Voice = "tune" {
1071     \time 3/4
1072     g'4 c'2
1073   }
1074 \new Lyrics \lyricsto "tune" \text
1075 >>
1076 @end lilypond
1077
1078 @node Adding singers' names to stanzas
1079 @unnumberedsubsubsec Adding singers' names to stanzas
1080
1081 @cindex singer name
1082 @cindex name of singer
1083
1084 Names of singers can also be added.  They are printed at the start of
1085 the line, just like instrument names.  They are created by setting
1086 @code{vocalName}.  A short version may be entered as @code{shortVocalName}.
1087
1088 @lilypond[fragment,ragged-right,quote,verbatim,relative=2]
1089 \new Voice {
1090   \time 3/4 g2 e4 a2 f4 g2.
1091 } \addlyrics {
1092   \set vocalName = #"Bert "
1093   Hi, my name is Bert.
1094 } \addlyrics {
1095   \set vocalName = #"Ernie "
1096   Oh, ché -- ri, je t'aime
1097 }
1098 @end lilypond
1099
1100 @node Stanzas with different rhythms
1101 @unnumberedsubsubsec Stanzas with different rhythms
1102
1103 @subsubheading Ignoring melismata
1104
1105 One possibility is that the text has a melisma in one stanza, but
1106 multiple syllables in another one.  One solution is to make the faster
1107 voice ignore the melisma.  This is done by setting
1108 @code{ignoreMelismata} in the Lyrics context.
1109
1110 @lilypond[verbatim,ragged-right,quote]
1111 <<
1112   \relative c' \new Voice = "lahlah" {
1113     \set Staff.autoBeaming = ##f
1114     c4
1115     \slurDotted
1116     f8.[( g16])
1117     a4
1118   }
1119   \new Lyrics \lyricsto "lahlah" {
1120     more slow -- ly
1121   }
1122   \new Lyrics \lyricsto "lahlah" {
1123     go
1124     \set ignoreMelismata = ##t
1125     fas -- ter
1126     \unset ignoreMelismata
1127     still
1128   }
1129 >>
1130 @end lilypond
1131
1132 @knownissues
1133 Unlike most @code{\set} commands, @code{\set ignoreMelismata} does
1134 not work if prefixed with @code{\once}.  It is necessary to use
1135 @code{\set} and @code{\unset} to bracket the lyrics where melismata
1136 are to be ignored.
1137
1138 @subsubheading Switching to an alternative melody
1139
1140 More complex variations in text underlay are possible.  It is possible
1141 to switch the melody for a line of lyrics during the text.  This is
1142 done by setting the @code{associatedVoice} property.  In the example
1143
1144 @lilypond[ragged-right,quote]
1145 <<
1146   \relative c' \new Voice = "lahlah" {
1147     \set Staff.autoBeaming = ##f
1148     c4
1149     <<
1150       \new Voice = "alternative" {
1151         \voiceOne
1152         \times 2/3 {
1153           % show associations clearly.
1154           \override NoteColumn #'force-hshift = #-3
1155           f8 f g
1156         }
1157       }
1158       {
1159         \voiceTwo
1160         f8.[ g16]
1161         \oneVoice
1162       } >>
1163     a8( b) c
1164   }
1165   \new Lyrics \lyricsto "lahlah" {
1166     Ju -- ras -- sic Park
1167   }
1168   \new Lyrics \lyricsto "lahlah" {
1169     % Tricky: need to set associatedVoice
1170     % one syllable too soon!
1171     \set associatedVoice = alternative % applies to "ran"
1172     Ty --
1173     ran --
1174     no --
1175     \set associatedVoice = lahlah % applies to "rus"
1176     sau -- rus Rex
1177   } >>
1178 @end lilypond
1179
1180 @noindent
1181 the text for the first stanza is set to a melody called @q{lahlah},
1182
1183 @example
1184 \new Lyrics \lyricsto "lahlah" @{
1185   Ju -- ras -- sic Park
1186 @}
1187 @end example
1188
1189
1190 The second stanza initially is set to the @code{lahlah} context, but
1191 for the syllable @q{ran}, it switches to a different melody.
1192 This is achieved with
1193 @example
1194 \set associatedVoice = alternative
1195 @end example
1196
1197 @noindent
1198 Here, @code{alternative} is the name of the @code{Voice} context
1199 containing the triplet.
1200
1201 @c FIXME: make this easier to understand -vv
1202 This command must be one syllable too early, before @q{Ty} in this
1203 case.  In other words, changing the associatedVoice happens one step
1204 later than expected.  This is for technical reasons, and it is not a
1205 bug.
1206
1207 @example
1208 \new Lyrics \lyricsto "lahlah" @{
1209   \set associatedVoice = alternative % applies to "ran"
1210   Ty --
1211   ran --
1212   no --
1213   \set associatedVoice = lahlah % applies to "rus"
1214   sau -- rus Rex
1215 @}
1216 @end example
1217
1218 @noindent
1219 The underlay is switched back to the starting situation by assigning
1220 @code{lahlah} to @code{associatedVoice}.
1221
1222
1223 @node Printing stanzas at the end
1224 @unnumberedsubsubsec Printing stanzas at the end
1225
1226 Sometimes it is appropriate to have one stanza set
1227 to the music, and the rest added in verse form at
1228 the end of the piece.  This can be accomplished by adding
1229 the extra verses into a @code{\markup} section outside
1230 of the main score block.  Notice that there are two
1231 different ways to force linebreaks when using
1232 @code{\markup}.
1233
1234 @lilypond[ragged-right,verbatim,quote]
1235 melody = \relative c' {
1236 e d c d | e e e e |
1237 d d e d | c1 |
1238 }
1239
1240 text = \lyricmode {
1241 \set stanza = #"1." Ma- ry had a lit- tle lamb,
1242 its fleece was white as snow.
1243 }
1244
1245 \score{ <<
1246   \new Voice = "one" { \melody }
1247   \new Lyrics \lyricsto "one" \text
1248 >>
1249   \layout { }
1250 }
1251 \markup { \column{
1252   \line{ Verse 2. }
1253   \line{ All the children laughed and played }
1254   \line{ To see a lamb at school. }
1255   }
1256 }
1257 \markup{
1258   \wordwrap-string #"
1259   Verse 3.
1260
1261   Mary took it home again,
1262
1263   It was against the rule."
1264 }
1265 @end lilypond
1266
1267
1268 @node Printing stanzas at the end in multiple columns
1269 @unnumberedsubsubsec Printing stanzas at the end in multiple columns
1270
1271 When a piece of music has many verses, they are often printed in
1272 multiple columns across the page.  An outdented verse number often
1273 introduces each verse.  The following example shows how to produce such
1274 output in LilyPond.
1275
1276 @lilypond[ragged-right,quote,verbatim]
1277 melody = \relative c' {
1278   c c c c | d d d d
1279 }
1280
1281 text = \lyricmode {
1282   \set stanza = #"1." This is verse one.
1283   It has two lines.
1284 }
1285
1286 \score{ <<
1287     \new Voice = "one" { \melody }
1288     \new Lyrics \lyricsto "one" \text
1289    >>
1290   \layout { }
1291 }
1292
1293 \markup {
1294   \fill-line {
1295     \hspace #0.1 % moves the column off the left margin;
1296         % can be removed if space on the page is tight
1297      \column {
1298       \line { \bold "2."
1299         \column {
1300           "This is verse two."
1301           "It has two lines."
1302         }
1303       }
1304       \hspace #0.1 % adds vertical spacing between verses
1305       \line { \bold "3."
1306         \column {
1307           "This is verse three."
1308           "It has two lines."
1309         }
1310       }
1311     }
1312     \hspace #0.1  % adds horizontal spacing between columns;
1313         % if they are still too close, add more " " pairs
1314         % until the result looks good
1315      \column {
1316       \line { \bold "4."
1317         \column {
1318           "This is verse four."
1319           "It has two lines."
1320         }
1321       }
1322       \hspace #0.1 % adds vertical spacing between verses
1323       \line { \bold "5."
1324         \column {
1325           "This is verse five."
1326           "It has two lines."
1327         }
1328       }
1329     }
1330   \hspace #0.1 % gives some extra space on the right margin;
1331       % can be removed if page space is tight
1332   }
1333 }
1334 @end lilypond
1335
1336
1337 @seealso
1338 Internals Reference:
1339 @rinternals{LyricText},
1340 @rinternals{StanzaNumber}.
1341
1342
1343
1344