]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/vocal.itely
Doc: phrasing slurs do not affect melismata (2565)
[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.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @c \version "2.14.0"
11
12 @node Vocal music
13 @section Vocal music
14
15 @lilypondfile[quote]{vocal-headword.ly}
16
17 This section explains how to typeset vocal music, and make sure
18 that the lyrics will be aligned with the notes of their melody.
19
20 @menu
21 * Common notation for vocal music::
22 * Techniques specific to lyrics::
23 * Stanzas::
24 * Songs::
25 * Choral::
26 * Opera and stage musicals::
27 * Chants psalms and hymns::
28 * Ancient vocal music::
29
30 @end menu
31
32
33 @node Common notation for vocal music
34 @subsection Common notation for vocal music
35
36 This section discusses issues common to most types of vocal music.
37
38 @menu
39 * References for vocal music::
40 * Entering lyrics::
41 * Aligning lyrics to a melody::
42 * Automatic syllable durations::
43 * Manual syllable durations::
44 * Multiple syllables to one note::
45 * Multiple notes to one syllable::
46 * Extenders and hyphens::
47 @end menu
48
49
50 @node References for vocal music
51 @unnumberedsubsubsec References for vocal music
52
53 This section indicates where to find details of notation issues
54 that may arise in any type of vocal music.
55
56 @itemize
57
58 @item
59 Most styles of vocal music use written text as lyrics.  An
60 introduction to this notation is to be found in
61 @rlearning{Setting simple songs}.
62
63 @item
64 Vocal music is likely to require the use of @code{markup} mode,
65 either for lyrics or for other text elements (characters' names,
66 etc.)  This syntax is described in @ref{Text markup introduction}.
67
68 @item
69 @notation{Ambitus} may be added at the beginning of vocal staves,
70 as explained in @ref{Ambitus}.
71
72 @item
73 Dynamic markings by default are placed below the staff, but in
74 choral music they are usually placed above the staff in order to
75 avoid the lyrics, as explained in @ref{Score layouts for choral}.
76
77 @end itemize
78
79 @seealso
80 Music Glossary:
81 @rglos{ambitus}.
82
83 Learning Manual:
84 @rlearning{Setting simple songs}.
85
86 Notation Reference:
87 @ref{Text markup introduction},
88 @ref{Ambitus},
89 @ref{Score layouts for choral}.
90
91 Snippets:
92 @rlsr{Vocal music}.
93
94
95 @node Entering lyrics
96 @unnumberedsubsubsec Entering lyrics
97
98 @cindex lyrics, entering
99 @cindex entering lyrics
100 @cindex formatting in lyrics
101 @cindex lyrics, formatting
102 @cindex punctuation in lyrics
103 @cindex lyrics punctuation
104 @cindex spaces in lyrics
105 @cindex quotes in lyrics
106 @funindex \lyricmode
107
108 @c TODO should we explain hyphens here
109
110 Lyrics are entered in a special input mode, which can be introduced
111 by the keyword @code{\lyricmode}, or by using @code{\addlyrics} or
112 @code{\lyricsto}.  In this special input mode, the input @code{d}
113 is not parsed as the pitch @notation{D}, but rather as a one-letter
114 syllable of text.  In other words, syllables are entered like notes
115 but with pitches replaced by text.
116
117 For example:
118
119 @example
120 \lyricmode @{ Three4 blind mice,2 three4 blind mice2 @}
121 @end example
122
123 There are two main methods for specifying the horizontal placement
124 of the syllables, either by specifying the duration of each syllable
125 explicitly, as in the example above, or by leaving the lyrics to be
126 aligned automatically to a melody or other voice of music, using
127 @code{\addlyrics} or @code{\lyricsto}.  The former method is
128 described below in @ref{Manual syllable durations}.  The latter
129 method is described in @ref{Automatic syllable durations}.
130
131 A word or syllable of lyrics begins with an alphabetic character
132 (plus some other characters, see below) and is terminated by any
133 white space or a digit.  Later characters in the syllable can be any
134 character that is not a digit or white space.
135
136 Because any character that is not a digit or white space is regarded
137 as part of the syllable, a word is valid even if it ends with
138 @code{@}}, which often leads to the following mistake:
139
140 @example
141 \lyricmode @{ lah lah lah@}
142 @end example
143
144 In this example, the @code{@}} is included in the final syllable, so the
145 opening brace is not balanced and the input file will probably not
146 compile.  Instead, braces should always be surrounded with white space:
147
148 @example
149 \lyricmode @{ lah lah lah @}
150 @end example
151
152 @cindex overrides in lyric mode
153 @funindex \override in \lyricmode
154
155 Similarly, in lyric mode, a period will be included in the
156 alphabetic sequence that it follows.  As a consequence, spaces
157 must be inserted around the period in @code{\override} commands.
158 Do @emph{not} write
159
160 @example
161 \override Score.LyricText #'font-shape = #'italic
162 @end example
163
164 @noindent
165 but instead use
166
167 @example
168 \override Score . LyricText #'font-shape = #'italic
169 @end example
170
171 Punctuation, lyrics with accented characters, characters from
172 non-English languages, or special characters (such as the heart
173 symbol or slanted quotes), may simply be inserted directly
174 into the input file, providing it is saved with UTF-8 encoding.
175 For more information, see @ref{Special characters}.
176
177 @lilypond[quote,verbatim]
178 \relative c'' { d8 c16 a bes8 f e' d c4 }
179 \addlyrics { „Schad’ um das schö -- ne grü -- ne Band, }
180 @end lilypond
181
182 Normal quotes may be used in lyrics, but they have to be preceded
183 with a backslash character and the whole syllable has to be
184 enclosed between additional quotes.  For example,
185
186 @lilypond[quote,verbatim]
187 \relative c' { \time 3/4 e4 e4. e8 d4 e d c2. }
188 \addlyrics { "\"I" am so lone -- "ly,\"" said she }
189 @end lilypond
190
191 The full definition of a word start in lyrics mode is somewhat more
192 complex.  A word in lyrics mode is one that begins with an
193 alphabetic character, @code{_}, @code{?}, @code{!}, @code{:},
194 @code{'}, the control characters @code{^A} through @code{^F},
195 @code{^Q} through @code{^W}, @code{^Y}, @code{^^}, any 8-bit
196 character with an ASCII code over 127, or a two-character
197 combination of a backslash followed by one of @code{`}, @code{'},
198 @code{"}, or @code{^}.
199
200 @c " to balance double quotes for not-so-bright context-sensitive editors
201
202 Great control over the appearance of lyrics comes from using
203 @code{\markup} inside the lyrics themselves. For explanation of many
204 options, see @ref{Formatting text}.
205
206 @snippets
207
208 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
209 {formatting-lyrics-syllables.ly}
210
211
212 @seealso
213 Learning Manual:
214 @rlearning{Songs}.
215
216 Notation Reference:
217 @ref{Automatic syllable durations},
218 @ref{Fonts},
219 @ref{Formatting text},
220 @ref{Input modes},
221 @ref{Manual syllable durations},
222 @ref{Special characters}.
223
224 Internals Reference:
225 @rinternals{LyricText}.
226
227 Snippets:
228 @rlsr{Text}.
229
230
231 @node Aligning lyrics to a melody
232 @unnumberedsubsubsec Aligning lyrics to a melody
233
234 @cindex lyrics, aligning to a melody
235 @cindex @code{associatedVoice}
236 @funindex \lyricmode
237 @funindex \addlyrics
238 @funindex \lyricsto
239
240 Lyrics are printed by interpreting them in the context called
241 @code{Lyrics}, see @ref{Contexts explained}.
242
243 @example
244 \new Lyrics \lyricmode @{ @dots{} @}
245 @end example
246
247 Lyrics can be aligned with melodies in two main ways:
248
249 @itemize
250
251 @item
252 Lyrics can be aligned automatically, with the durations of the
253 syllables being taken from another voice of music or (in special
254 circumstances) an associated melody, using @code{\addlyrics},
255 @code{\lyricsto}, or by setting the @code{associatedVoice} property.
256 For more details, see @ref{Automatic syllable durations}.
257
258 @lilypond[quote,ragged-right,verbatim]
259 <<
260   \new Staff <<
261     \time 2/4
262     \new Voice = "one" \relative c'' {
263       \voiceOne
264       c4 b8. a16 g4. r8 a4 ( b ) c2
265     }
266     \new Voice = "two" \relative c' {
267       \voiceTwo
268        s2 s4. f8 e4 d c2
269     }
270   >>
271
272 % takes durations and alignment from notes in "one"
273   \new Lyrics \lyricsto "one" {
274     Life is __ _ love, live __ life.
275   }
276
277 % takes durations and alignment from notes in "one" initially
278 % then switches to "two"
279   \new Lyrics \lyricsto "one" {
280     No more let
281     \set associatedVoice = "two"  % must be set one syllable early
282     sins and sor -- rows grow.
283   }
284 >>
285 @end lilypond
286
287 The first stanza shows the normal way of entering lyrics.
288
289 The second stanza shows how the voice from which the lyric
290 durations are taken can be changed.  This is useful if the words to
291 different stanzas fit the notes in different ways and all the
292 durations are available in Voice contexts.  For more details, see
293 @ref{Stanzas}.
294
295 @item
296 Lyrics can be aligned independently of the duration of any notes
297 if the durations of the syllables are specified explicitly,
298 and entered with @code{\lyricmode}.
299
300 @lilypond[quote,ragged-right,verbatim]
301 <<
302   \new Voice = "one" \relative c'' {
303     \time 2/4
304     c4 b8. a16 g4. f8 e4 d c2
305   }
306
307 % uses previous explicit duration of 2;
308   \new Lyrics \lyricmode {
309     Joy to the earth!
310   }
311
312 % explicit durations, set to a different rhythm
313   \new Lyrics \lyricmode {
314     Life4 is love,2. live4 life.2
315   }
316 >>
317 @end lilypond
318
319 The first stanza is not aligned with the notes because the durations
320 were not specified, and the previous value of 2 is used for each
321 word.
322
323 The second stanza shows how the words can be aligned quite
324 independently from the notes.  This is useful if the words to
325 different stanzas fit the notes in different ways and the required
326 durations are not available in a music context.  For more details
327 see @ref{Manual syllable durations}.  This technique is also useful
328 when setting dialogue over music; for examples showing this, see
329 @ref{Dialogue over music}.
330
331 When entered in this way the words are left-aligned to the notes
332 by default, but may be center-aligned to the notes of a melody by
333 specifying an associated voice, if one exists.  For details, see
334 @ref{Manual syllable durations}.
335
336 @end itemize
337
338 @seealso
339 Learning Manual:
340 @rlearning{Aligning lyrics to a melody}.
341
342 Notation Reference:
343 @ref{Contexts explained},
344 @ref{Automatic syllable durations},
345 @ref{Stanzas},
346 @ref{Manual syllable durations},
347 @ref{Dialogue over music},
348 @ref{Manual syllable durations}.
349
350 Internals Reference:
351 @rinternals{Lyrics}.
352
353
354 @node Automatic syllable durations
355 @unnumberedsubsubsec Automatic syllable durations
356
357 @cindex syllable durations, automatic
358 @cindex lyrics and melodies
359 @cindex associatedVoice
360 @funindex \addlyrics
361 @funindex \lyricsto
362
363 Lyrics can be automatically aligned to the notes of a melody in
364 three ways:
365
366 @itemize
367
368 @item
369 by specifying the named Voice context containing the melody with
370 @code{\lyricsto},
371
372 @item
373 by introducing the lyrics with @code{\addlyrics} and placing them
374 immediately after the Voice context containing the melody,
375
376 @item
377 by setting the @code{associatedVoice} property, the alignment of
378 the lyrics may be switched to a different named Voice context at
379 any musical moment.
380
381 @end itemize
382
383 In all three methods hyphens can be drawn between the syllables of
384 a word and extender lines can be drawn beyond the end of a word.  For
385 details, see @ref{Extenders and hyphens}.
386
387 The @code{Voice} context containing the melody to which the lyrics
388 are being aligned must not have @qq{died}, or the lyrics after that
389 point will be lost.  This can happen if there are periods when that
390 voice has nothing to do.  For methods of keeping contexts alive, see
391 @ref{Keeping contexts alive}.
392
393 @subheading Using @code{\lyricsto}
394
395 @cindex \lyricsto
396 @funindex \lyricsto
397
398 Lyrics can be aligned under a melody automatically by specifying
399 the named Voice context containing the melody with
400 @code{\lyricsto}:
401
402 @lilypond[quote,verbatim,relative=2]
403 <<
404   \new Voice = "melody" {
405     a4 a a a
406   }
407   \new Lyrics \lyricsto "melody" {
408     These are the words
409   }
410 >>
411 @end lilypond
412
413 @noindent
414 This aligns the lyrics to the notes of the named @code{Voice}
415 context, which must already exist.  Therefore normally the
416 @code{Voice} context is specified first, followed by the
417 @code{Lyrics} context.  The lyrics themselves follow the
418 @code{\lyricsto} command.  The @code{\lyricsto} command
419 invokes lyric mode automatically, so the @code{\lyricmode} keyword
420 may be omitted.  By default, the lyrics are placed underneath the
421 notes.  For other placements, see @ref{Placing lyrics vertically}.
422
423 @subheading Using @code{\addlyrics}
424
425 @cindex \addlyrics
426 @funindex \addlyrics
427
428 The @code{\addlyrics} command is just a convenient shortcut that
429 can sometimes be used instead of having to set up the lyrics
430 through a more complicated LilyPond structure.
431
432 @example
433 @{ MUSIC @}
434 \addlyrics @{ LYRICS @}
435 @end example
436
437 @noindent
438 is the same as
439
440 @example
441 \new Voice = "blah" @{ MUSIC @}
442 \new Lyrics \lyricsto "blah" @{ LYRICS @}
443 @end example
444
445 Here is an example,
446
447 @lilypond[verbatim,quote]
448 {
449   \time 3/4
450   \relative c' { c2 e4 g2. }
451   \addlyrics { play the game }
452 }
453 @end lilypond
454
455 More stanzas can be added by adding more
456 @code{\addlyrics} sections:
457
458
459 @lilypond[ragged-right,verbatim,quote]
460 {
461   \time 3/4
462   \relative c' { c2 e4 g2. }
463   \addlyrics { play the game }
464   \addlyrics { speel het spel }
465   \addlyrics { joue le jeu }
466 }
467 @end lilypond
468
469 The command @code{\addlyrics} cannot handle polyphonic settings.
470 For these cases one should use @code{\lyricsto}.
471
472 @subheading Using associatedVoice
473
474 The melody to which the lyrics are being aligned can be changed by
475 setting the @code{associatedVoice} property,
476
477 @example
478 \set associatedVoice = #"lala"
479 @end example
480
481 @noindent
482
483 The value of the property (here: @code{"lala"}) should be the name
484 of a @code{Voice} context.  For technical reasons, the @code{\set}
485 command must be placed one syllable before the one to which the
486 change in voice is to apply.
487
488 Here is an example demonstrating its use:
489
490 @lilypond[quote,ragged-right,verbatim]
491 <<
492   \new Staff <<
493     \time 2/4
494     \new Voice = "one" \relative c'' {
495       \voiceOne
496       c4 b8. a16 g4. r8 a4 ( b ) c2
497     }
498     \new Voice = "two" \relative c' {
499       \voiceTwo
500        s2 s4. f8 e8 d4. c2
501     }
502   >>
503 % takes durations and alignment from notes in "one" initially
504 % then switches to "two"
505   \new Lyrics \lyricsto "one" {
506     No more let
507     \set associatedVoice = "two"  % must be set one syllable early
508     sins and sor -- rows grow.
509   }
510 >>
511 @end lilypond
512
513 @seealso
514 Notation Reference:
515 @ref{Extenders and hyphens},
516 @ref{Keeping contexts alive},
517 @ref{Placing lyrics vertically}.
518
519
520 @node Manual syllable durations
521 @unnumberedsubsubsec Manual syllable durations
522
523 In some complex vocal music, it may be desirable to place lyrics
524 completely independently of notes.  In this case do not use
525 @code{\lyricsto} or @code{\addlyrics} and do not set
526 @code{associatedVoice}.  Syllables are entered like notes --
527 but with pitches replaced by text -- and the duration of each
528 syllable is entered explicitly after the syllable.
529
530 By default, syllables will be left-aligned to the corresponding
531 musical moment.  Hyphenated lines may be drawn between syllables
532 as usual, but extender lines cannot be drawn when there is no
533 associated voice.
534
535 Here are two examples:
536
537 @lilypond[relative=1,verbatim,quote]
538 <<
539   \new Voice = "melody" {
540     \time 3/4
541     c2 e4 g2 f
542   }
543   \new Lyrics \lyricmode {
544     play1 the4 game4
545   }
546 >>
547 @end lilypond
548
549
550 @lilypond[quote,verbatim,ragged-right]
551 <<
552   \new Staff {
553     \relative c'' {
554       c2 c2
555       d1
556     }
557   }
558   \new Lyrics {
559     \lyricmode {
560       I2 like4. my8 cat!1
561     }
562   }
563   \new Staff {
564     \relative c' {
565       c8 c c c c c c c
566       c8 c c c c c c c
567     }
568   }
569 >>
570 @end lilypond
571
572 This technique is useful when writing dialogue over music, see
573 @ref{Dialogue over music}.
574
575 To center-align syllables on the notes at the corresponding musical
576 moments, set @code{associatedVoice} to the name of the Voice context
577 containing those notes.  When @code{associatedVoice} is set, both
578 double hyphens and double underscores can be used to draw
579 hyphenated lines and extenders under melismata correctly.
580
581 @lilypond[relative=1,verbatim,quote]
582 <<
583   \new Voice = "melody" {
584     \time 3/4
585     c2 e4 g f g
586   }
587   \new Lyrics \lyricmode {
588     \set associatedVoice = #"melody"
589     play2 the4 game2. __
590   }
591 >>
592 @end lilypond
593
594 @c TODO see also feature request 707 - show how to do this with manual durations
595
596 @seealso
597 Notation Reference:
598 @ref{Dialogue over music}.
599
600 Internals Reference:
601 @rinternals{Lyrics},
602 @rinternals{Voice}.
603
604
605 @node Multiple syllables to one note
606 @unnumberedsubsubsec Multiple syllables to one note
607
608 @funindex _
609 @cindex spaces, in lyrics
610 @cindex quotes, in lyrics
611 @cindex ties, in lyrics
612
613 In order to assign more than one syllable to a single note with
614 spaces between the syllables, you can surround the phrase with
615 quotes or use a @code{_} character.  Alternatively, you can use
616 the tilde symbol (@code{~}) to get a lyric tie.
617
618 @lilypond[quote,ragged-right,verbatim]
619 {
620   \relative c'' { \autoBeamOff
621     r8 b c fis, fis c' b e, }
622   \addlyrics { Che_in ques -- ta_e_in quel -- l'al -- tr'on -- da }
623   \addlyrics { "Che in" ques -- "ta e in" quel -- l'al -- tr'on -- da }
624   \addlyrics { Che~in ques -- ta~e~in quel -- l'al -- tr'on -- da }
625 }
626 @end lilypond
627
628 @seealso
629 Internals Reference:
630 @rinternals{LyricCombineMusic}.
631
632
633 @node Multiple notes to one syllable
634 @unnumberedsubsubsec Multiple notes to one syllable
635
636 @cindex melisma
637 @cindex melismata
638 @cindex phrasing, in lyrics
639 @funindex \melisma
640 @funindex \melismaEnd
641
642 Sometimes, particularly in Medieval music, several notes are to be
643 sung on one syllable; such vocalises are called melismata, or
644 @rglos{melisma}s.  The syllable to a melisma is usually
645 left-aligned with the first note of the melisma.
646
647 When a melisma occurs on a syllable other that the last one in a
648 word, that syllable is usually joined to the following one with a
649 hyphenated line.  This is indicated by placing a double hyphen,
650 @w{@code{--}}, immediately after the syllable.
651
652 Alternatively, when a melisma occurs on the last or only syllable in
653 a word an extender line is usually drawn from the end of the syllable
654 to the last note of the melisma.  This is indicated by placing a
655 double underscore, @code{__}, immediately after the word.
656
657 There are five ways in which melismata can be indicated:
658
659 @itemize
660
661 @item
662 Melismata are created automatically over notes which are tied
663 together:
664
665 @lilypond[quote,relative=2,verbatim]
666 <<
667   \new Voice = "melody" {
668     \time 3/4
669     f4 g2 ~ |
670     g4 e2 ~ |
671     e8
672   }
673   \new Lyrics \lyricsto "melody" {
674     Ky -- ri -- e __
675   }
676 >>
677 @end lilypond
678
679 @item
680 Melismata can be created automatically from the music by placing
681 slurs over the notes of each melisma.  This is the usual way of
682 entering lyrics:
683
684 @lilypond[quote,relative=2,verbatim]
685 <<
686   \new Voice = "melody" {
687     \time 3/4
688     f4 g8 ( f e f )
689     e8 ( d e2 )
690   }
691   \new Lyrics \lyricsto "melody" {
692     Ky -- ri -- e __
693   }
694 >>
695 @end lilypond
696
697 Note that phrasing slurs do not affect the creation of melismata.
698
699 @item
700 Notes are considered a melisma if they are manually beamed,
701 providing automatic beaming is switched off.  See
702 @ref{Setting automatic beam behavior}.
703
704 @lilypond[quote,relative=2,verbatim]
705 <<
706   \new Voice = "melody" {
707     \time 3/4
708     \autoBeamOff
709     f4 g8[ f e f]
710     e2.
711   }
712   \new Lyrics \lyricsto "melody" {
713     Ky -- ri -- e
714   }
715 >>
716 @end lilypond
717
718 Clearly this is not suited to melismata over notes which are longer
719 than eighth notes.
720
721 @item
722 An unslurred group of notes will be treated as a melisma if they
723 are bracketed between @code{\melisma} and @code{\melismaEnd}.
724
725 @lilypond[quote,relative=2,verbatim]
726 <<
727   \new Voice = "melody" {
728     \time 3/4
729     f4 g8
730     \melisma
731     f e f
732     \melismaEnd
733     e2.
734   }
735   \new Lyrics \lyricsto "melody" {
736     Ky -- ri -- e
737   }
738 >>
739 @end lilypond
740
741 @item
742 A melisma can be defined entirely in the lyrics by entering a
743 single underscore character, @code{_}, for every extra note that has
744 to be added to the melisma.
745
746 @lilypond[verbatim, quote, relative=2]
747 <<
748   \new Voice = "melody" {
749     \time 3/4
750     f4 g8 f e f
751     e8 d e2
752   }
753   \new Lyrics \lyricsto "melody" {
754     Ky -- ri -- _ _ _ e __ _ _
755   }
756 >>
757 @end lilypond
758
759 @end itemize
760
761 It is possible to have ties, slurs and manual beams in the melody
762 without their indicating melismata.  To do this, set
763 @code{melismaBusyProperties}:
764
765 @lilypond[relative=1,verbatim,quote]
766 <<
767   \new Voice = "melody" {
768     \time 3/4
769     \set melismaBusyProperties = #'()
770     c4 d ( e )
771     g8 [ f ] f4 ~ f
772   }
773   \new Lyrics \lyricsto "melody" {
774     Ky -- ri -- e e -- le -- i -- son
775   }
776 >>
777 @end lilypond
778
779 Other settings for @code{melismaBusyProperties} can be used to
780 selectively include or exclude ties, slurs, and beams from the
781 automatic detection of melismata; see @code{melismaBusyProperties}
782 in @rinternals{Tunable context properties}.
783
784 Alternatively, if all melismata indications are to be ignored,
785 @code{ignoreMelismata} may be set true;
786 see @ref{Stanzas with different rhythms}.
787
788 If a melisma is required during a passage in which
789 @code{melismaBusyProperties} is active, it may be indicated by
790 placing a single underscore in the lyrics for each note which
791 should be included in the melisma:
792
793 @lilypond[relative=1,verbatim,quote]
794 <<
795   \new Voice = "melody" {
796     \time 3/4
797     \set melismaBusyProperties = #'()
798     c4 d ( e )
799     g8 [ f ] ~ f4 ~ f
800   }
801   \new Lyrics \lyricsto "melody" {
802     Ky -- ri -- _ e __ _ _ _
803   }
804 >>
805 @end lilypond
806
807
808 @predefined
809
810 @code{\autoBeamOff},
811 @code{\autoBeamOn},
812 @code{\melisma},
813 @code{\melismaEnd}.
814
815 @seealso
816 Musical Glossary:
817 @rglos{melisma}.
818
819 Learning Manual:
820 @rlearning{Aligning lyrics to a melody}.
821
822 Notation Reference:
823 @ref{Aligning lyrics to a melody},
824 @ref{Automatic syllable durations},
825 @ref{Setting automatic beam behavior},
826 @ref{Stanzas with different rhythms}.
827
828 Internals Reference:
829 @rinternals{Tunable context properties}.
830
831 @knownissues
832 Extender lines under melismata are not created automatically; they
833 must be inserted manually with a double underscore.
834
835
836 @node Extenders and hyphens
837 @unnumberedsubsubsec Extenders and hyphens
838
839 @cindex melisma
840 @cindex extender
841
842 @c TODO cf Multiple notes to one syllable; should this be merged in?
843
844 @c leave this as samp. -gp
845 In the last syllable of a word, melismata are sometimes indicated with
846 a long horizontal line starting in the melisma syllable, and ending in
847 the next one.  Such a line is called an extender line, and it is
848 entered as @samp{ __ } (note the spaces before and after the two
849 underscore characters).
850
851 @warning{Melismata are indicated in the score with extender lines,
852 which are entered as one double underscore; but short melismata can
853 also be entered by skipping individual notes, which are entered as
854 single underscore characters; these do not make an extender line to be
855 typeset by default.}
856
857 @cindex hyphens
858
859 @c leave this as samp. -gp
860 Centered hyphens are entered as @samp{ -- } between syllables of a
861 same word (note the spaces before and after the two hyphen
862 characters).  The hyphen will be centered between the syllables, and
863 its length will be adjusted depending on the space between the
864 syllables.
865
866 In tightly engraved music, hyphens can be removed.  Whether this
867 happens can be controlled with the @code{minimum-distance} (minimum
868 distance between two syllables) and the @code{minimum-length}
869 (threshold below which hyphens are removed) properties of
870 @code{LyricHyphen}.
871
872 @seealso
873 Internals Reference:
874 @rinternals{LyricExtender},
875 @rinternals{LyricHyphen}.
876
877
878 @node Techniques specific to lyrics
879 @subsection Techniques specific to lyrics
880
881 @c TODO this whole section is to be reorganised
882
883 @menu
884 * Working with lyrics and variables::
885 * Placing lyrics vertically::
886 * Placing syllables horizontally::
887 * Lyrics and repeats::
888 * Divisi lyrics::
889 @end menu
890
891
892
893 @node Working with lyrics and variables
894 @unnumberedsubsubsec Working with lyrics and variables
895
896 @cindex lyrics, using variables
897
898 Variables containing lyrics can be created, but the lyrics must be
899 entered in lyric mode:
900
901 @lilypond[quote,verbatim]
902 musicOne = \relative c'' {
903   c4 b8. a16 g4. f8 e4 d c2
904 }
905 verseOne = \lyricmode {
906   Joy to the world, the Lord is come.
907 }
908 \score {
909   <<
910     \new Voice = "one" {
911       \time 2/4
912       \musicOne
913     }
914     \new Lyrics \lyricsto "one" {
915       \verseOne
916     }
917   >>
918 }
919 @end lilypond
920
921 Durations do not need to be added if the variable is to be invoked
922 with @code{\addlyrics} or @code{\lyricsto}.
923
924 For different or more complex orderings, the best way is to define
925 the music and lyric variables first, then set up the hierarchy of
926 staves and lyrics, omitting the lyrics themselves, and then add the
927 lyrics using @code{\context} underneath.  This ensures that the
928 voices referenced by @code{\lyricsto} have always been defined
929 earlier.  For example:
930
931 @lilypond[quote,verbatim]
932 sopranoMusic = \relative c'' { c4 c c c }
933 contraltoMusic = \relative c'' { a4 a a a }
934 sopranoWords = \lyricmode { Sop -- ra -- no words }
935 contraltoWords = \lyricmode { Con -- tral -- to words }
936
937 \score {
938   \new ChoirStaff <<
939     \new Staff {
940       \new Voice = "sopranos" {
941         \sopranoMusic
942       }
943     }
944     \new Lyrics = "sopranos"
945     \new Lyrics = "contraltos"
946     \new Staff {
947       \new Voice = "contraltos" {
948         \contraltoMusic
949       }
950     }
951     \context Lyrics = "sopranos" {
952       \lyricsto "sopranos" {
953         \sopranoWords
954       }
955     }
956     \context Lyrics = "contraltos" {
957       \lyricsto "contraltos" {
958         \contraltoWords
959       }
960     }
961   >>
962 }
963 @end lilypond
964
965 @seealso
966 Notation Reference:
967 @ref{Placing lyrics vertically}.
968
969 Internals Reference:
970 @rinternals{LyricCombineMusic},
971 @rinternals{Lyrics}.
972
973
974 @node Placing lyrics vertically
975 @unnumberedsubsubsec Placing lyrics vertically
976
977 @cindex placement of lyrics
978 @cindex lyrics, positioning
979
980 Depending on the type of music, lyrics may be positioned
981 above the staff, below the staff, or between staves.  Placing
982 lyrics below the associated staff is the easiest, and can be
983 achieved by simply defining the Lyrics context below the Staff
984 context:
985
986 @lilypond[quote,verbatim]
987 \score {
988   <<
989     \new Staff {
990       \new Voice = "melody" {
991         \relative c'' { c4 c c c }
992       }
993     }
994     \new Lyrics {
995       \lyricsto "melody" {
996         Here are the words
997       }
998     }
999   >>
1000 }
1001 @end lilypond
1002
1003 Lyrics may be positioned above the staff using one of
1004 two methods.  The simplest (and preferred) method
1005 is to use the same syntax as above and explicitly
1006 specify the position of the lyrics:
1007
1008 @lilypond[quote,verbatim]
1009 \score {
1010   <<
1011     \new Staff = "staff" {
1012       \new Voice = "melody" {
1013         \relative c'' { c4 c c c }
1014       }
1015     }
1016     \new Lyrics \with { alignAboveContext = "staff" } {
1017       \lyricsto "melody" {
1018         Here are the words
1019       }
1020     }
1021   >>
1022 }
1023 @end lilypond
1024
1025 Alternatively, a two-step process may be used.  First the Lyrics
1026 context is declared (without any content) before the Staff and
1027 Voice contexts, then the @code{\lyricsto} command is placed after
1028 the Voice declaration it references by using @code{\context}, as
1029 follows:
1030
1031 @lilypond[quote,verbatim]
1032 \score {
1033   <<
1034     \new Lyrics = "lyrics" \with {
1035       % lyrics above a staff should have this override
1036       \override VerticalAxisGroup #'staff-affinity = #DOWN
1037     }
1038     \new Staff {
1039       \new Voice = "melody" {
1040         \relative c'' { c4 c c c }
1041       }
1042     }
1043     \context Lyrics = "lyrics" {
1044       \lyricsto "melody" {
1045         Here are the words
1046       }
1047     }
1048   >>
1049 }
1050 @end lilypond
1051
1052 When there are two voices on separate staves the lyrics may be
1053 placed between the staves using either of these methods.  Here
1054 is an example of the second method:
1055
1056 @lilypond[quote,verbatim]
1057 \score {
1058   \new ChoirStaff <<
1059     \new Staff {
1060       \new Voice = "sopranos" {
1061         \relative c'' { c4 c c c }
1062       }
1063     }
1064     \new Lyrics = "sopranos"
1065     \new Lyrics = "contraltos" \with {
1066       % lyrics above a staff should have this override
1067       \override VerticalAxisGroup #'staff-affinity = #DOWN
1068     }
1069     \new Staff {
1070       \new Voice = "contraltos" {
1071         \relative c'' { a4 a a a }
1072       }
1073     }
1074     \context Lyrics = "sopranos" {
1075       \lyricsto "sopranos" {
1076         Sop -- ra -- no words
1077       }
1078     }
1079     \context Lyrics = "contraltos" {
1080       \lyricsto "contraltos" {
1081         Con -- tral -- to words
1082       }
1083     }
1084   >>
1085 }
1086 @end lilypond
1087
1088 Other combinations of lyrics and staves may be generated by
1089 elaborating these examples, or by examining the
1090 @rlearning{Vocal ensembles} templates in the Learning Manual.
1091
1092 @snippets
1093 @lilypondfile[verbatim,quote,texidoc,doctitle]
1094 {obtaining-2.12-lyrics-spacing-in-newer-versions.ly}
1095
1096 @seealso
1097 Learning Manual:
1098 @rlearning{Vocal ensembles}.
1099
1100 Notation Reference:
1101 @ref{Context layout order},
1102 @ref{Creating contexts}.
1103
1104
1105 @node Placing syllables horizontally
1106 @unnumberedsubsubsec Placing syllables horizontally
1107
1108 @cindex Spacing lyrics
1109 @cindex Lyrics, increasing space between
1110
1111 To increase the spacing between lyrics, set the
1112 @code{minimum-distance} property of @code{LyricSpace}.
1113
1114 @lilypond[relative=1,verbatim,quote,ragged-right]
1115 {
1116   c c c c
1117   \override Lyrics.LyricSpace #'minimum-distance = #1.0
1118   c c c c
1119 }
1120 \addlyrics {
1121   longtext longtext longtext longtext
1122   longtext longtext longtext longtext
1123 }
1124 @end lilypond
1125
1126 @noindent
1127 To make this change for all lyrics in the score, set the property in the
1128 @code{\layout} block.
1129
1130 @lilypond[verbatim,quote,ragged-right]
1131 \score {
1132   \relative c' {
1133   c c c c
1134   c c c c
1135   }
1136   \addlyrics {
1137   longtext longtext longtext longtext
1138   longtext longtext longtext longtext
1139   }
1140   \layout {
1141     \context {
1142       \Lyrics
1143       \override LyricSpace #'minimum-distance = #1.0
1144     }
1145   }
1146 }
1147 @end lilypond
1148
1149 @snippets
1150 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
1151 {lyrics-alignment.ly}
1152
1153 @c TODO: move to LSR -vv
1154
1155 Checking to make sure that text scripts and lyrics are within the margins
1156 requires additional calculations.  To speed up processing slightly, this
1157 feature can be disabled:
1158
1159 @example
1160 \override Score.PaperColumn #'keep-inside-line = ##f
1161 @end example
1162
1163 To make lyrics avoid bar lines as well, use
1164
1165 @example
1166 \layout @{
1167   \context @{
1168     \Lyrics
1169       \consists "Bar_engraver"
1170       \consists "Separating_line_group_engraver"
1171       \override BarLine #'transparent = ##t
1172   @}
1173 @}
1174 @end example
1175
1176 @node Lyrics and repeats
1177 @unnumberedsubsubsec Lyrics and repeats
1178
1179 @cindex repeats and lyrics
1180 @cindex lyrics, repeating
1181
1182 @subheading Simple repeats
1183
1184 Repeats in @emph{music} are fully described elsewhere; see
1185 @ref{Repeats}.  This section explains how to add lyrics to repeated
1186 sections of music.
1187
1188 Lyrics to a section of music that is repeated should be surrounded
1189 by exactly the same repeat construct as the music, if the words are
1190 unchanged.
1191
1192 @lilypond[verbatim,quote]
1193 \score {
1194   <<
1195     \new Staff {
1196       \new Voice = "melody" {
1197         \relative c'' {
1198           a4 a a a
1199           \repeat volta 2 { b4 b b b }
1200         }
1201       }
1202     }
1203     \new Lyrics {
1204       \lyricsto "melody" {
1205         Not re -- peat -- ed.
1206         \repeat volta 2 { Re -- peat -- ed twice. }
1207       }
1208     }
1209   >>
1210 }
1211 @end lilypond
1212
1213 The words will then be correctly expanded if the repeats are
1214 unfolded.
1215
1216 @lilypond[verbatim,quote]
1217 \score {
1218   \unfoldRepeats {
1219     <<
1220       \new Staff {
1221         \new Voice = "melody" {
1222           \relative c'' {
1223             a4 a a a
1224             \repeat volta 2 { b4 b b b }
1225           }
1226         }
1227       }
1228       \new Lyrics {
1229         \lyricsto "melody" {
1230           Not re -- peat -- ed.
1231           \repeat volta 2 { Re -- peat -- ed twice. }
1232         }
1233       }
1234     >>
1235   }
1236 }
1237 @end lilypond
1238
1239 If the repeated section is to be unfolded and has different words,
1240 simply enter all the words:
1241
1242 @lilypond[verbatim,quote,ragged-right]
1243 \score {
1244   <<
1245     \new Staff {
1246       \new Voice = "melody" {
1247         \relative c'' {
1248           a4 a a a
1249           \repeat unfold 2 { b4 b b b }
1250         }
1251       }
1252     }
1253     \new Lyrics {
1254       \lyricsto "melody" {
1255         Not re -- peat -- ed.
1256         The first time words.
1257         Sec -- ond time words.
1258       }
1259     }
1260   >>
1261 }
1262 @end lilypond
1263
1264 When the words to a repeated volta section are different, the words
1265 to each repeat must be entered in separate @code{Lyrics} contexts,
1266 correctly nested in parallel sections:
1267
1268 @lilypond[verbatim,quote]
1269 \score {
1270   <<
1271     \new Staff {
1272       \new Voice = "melody" {
1273         \relative c'' {
1274           a4 a a a
1275           \repeat volta 2 { b4 b b b }
1276         }
1277       }
1278     }
1279     \new Lyrics \lyricsto "melody" {
1280       Not re -- peat -- ed.
1281       <<
1282         { The first time words. }
1283         \new Lyrics {
1284           \set associatedVoice = "melody"
1285           Sec -- ond time words.
1286         }
1287       >>
1288     }
1289   >>
1290 }
1291 @end lilypond
1292
1293 More verses may be added in a similar way:
1294
1295 @lilypond[verbatim,quote]
1296 \score {
1297   <<
1298     \new Staff {
1299       \new Voice = "singleVoice" {
1300         \relative c'' {
1301           a4 a a a
1302           \repeat volta 3 { b4 b b b }
1303           c4 c c c
1304         }
1305       }
1306     }
1307     \new Lyrics \lyricsto "singleVoice" {
1308       Not re -- peat -- ed.
1309       <<
1310         { The first time words. }
1311         \new Lyrics {
1312           \set associatedVoice = "singleVoice"
1313           Sec -- ond time words.
1314         }
1315         \new Lyrics {
1316           \set associatedVoice = "singleVoice"
1317           The third time words.
1318         }
1319       >>
1320       The end sec -- tion.
1321     }
1322   >>
1323 }
1324 @end lilypond
1325
1326
1327 @c TODO positioning a common line of lyrics
1328
1329 @subheading Repeats with alternative endings
1330
1331 @cindex lyrics, repeats with alternative endings
1332 @cindex repeating lyrics with alternative endings
1333 @cindex alternative endings and lyrics
1334
1335 If the words of the repeated section are the same, exactly the
1336 same structure can be used for both the lyrics and music.
1337
1338 @lilypond[quote,verbatim]
1339 \score {
1340   <<
1341     \new Staff {
1342       \time 2/4
1343       \new Voice = "melody" {
1344         \relative c'' {
1345           a4 a a a
1346           \repeat volta 2 { b4 b }
1347           \alternative { { b b } { b c } }
1348         }
1349       }
1350     }
1351     \new Lyrics {
1352       \lyricsto "melody" {
1353         Not re -- peat -- ed.
1354         \repeat volta 2 { Re -- peat -- }
1355         \alternative { { ed twice. } { ed twice. } }
1356       }
1357     }
1358   >>
1359 }
1360 @end lilypond
1361
1362 @funindex \skip
1363 @cindex skipping notes in lyrics
1364 @cindex lyrics, skipping notes
1365
1366 But when the repeated section has different words, a repeat
1367 construct cannot be used around the words and @code{\skip} commands
1368 have to be inserted manually to skip over the notes in the
1369 alternative sections which do not apply.
1370
1371 Note: do not use an underscore, @code{_}, to skip notes -- an
1372 underscore indicates a melisma, causing the preceding syllable
1373 to be left-aligned.
1374
1375 @warning{The @code{@bs{}skip} command must be followed by a number,
1376 but this number is ignored in lyrics which derive their durations
1377 from the notes in an associated melody through @code{\addlyrics} or
1378 @code{\lyricsto}.  Each @code{@bs{}skip} skips a single note of any
1379 value, irrespective of the value of the following number.}
1380
1381 @lilypond[verbatim,quote,ragged-right]
1382 \score {
1383   <<
1384     \new Staff {
1385       \time 2/4
1386       \new Voice = "melody" {
1387         \relative c'' {
1388           \repeat volta 2 { b4 b }
1389           \alternative { { b b } { b c } }
1390           c4 c
1391         }
1392       }
1393     }
1394     \new Lyrics {
1395       \lyricsto "melody" {
1396         The first time words.
1397         \repeat unfold 2 { \skip 1 }
1398         End here.
1399       }
1400     }
1401     \new Lyrics {
1402       \lyricsto "melody" {
1403         Sec -- ond
1404         \repeat unfold 2 { \skip 1 }
1405         time words.
1406       }
1407     }
1408   >>
1409 }
1410 @end lilypond
1411
1412 @cindex lyrics and tied notes
1413 @funindex \repeatTie
1414
1415 When a note is tied over into two or more alternative endings a
1416 tie is used to carry the note into the first alternative ending and
1417 a @code{\repeatTie} is used in the second and subsequent endings.
1418 This structure causes difficult alignment problems when lyrics are
1419 involved and increasing the length of the alternative sections so
1420 the tied notes are contained wholly within them may give a more
1421 acceptable result.
1422
1423 The tie creates a melisma into the first alternative, but not into
1424 the second and subsequent alternatives, so to align the lyrics
1425 correctly it is necessary to disable the automatic creation of
1426 melismata over the volta section and insert manual skips.
1427
1428 @lilypond[quote,verbatim]
1429 \score {
1430   <<
1431     \new Staff {
1432       \time 2/4
1433       \new Voice = "melody" {
1434         \relative c'' {
1435           \set melismaBusyProperties = #'()
1436           \repeat volta 2 { b4 b ~}
1437           \alternative { { b b } { b \repeatTie c } }
1438           \unset melismaBusyProperties
1439           c4 c
1440         }
1441       }
1442     }
1443     \new Lyrics {
1444       \lyricsto "melody" {
1445         \repeat volta 2 { Here's a __ }
1446         \alternative {
1447           { \skip 1 verse }
1448           { \skip 1 sec }
1449         }
1450         ond one.
1451       }
1452     }
1453   >>
1454 }
1455 @end lilypond
1456
1457 Note that if @code{\unfoldRepeats} is used around a section
1458 containing @code{\repeatTie}, the @code{\repeatTie} should be
1459 removed to avoid both types of tie being printed.
1460
1461 When the repeated section has different words a @code{\repeat}
1462 cannot be used around the lyrics and @code{\skip} commands need to
1463 be inserted manually, as before.
1464
1465 @lilypond[quote,verbatim]
1466 \score {
1467   <<
1468     \new Staff {
1469       \time 2/4
1470       \new Voice = "melody" {
1471         \relative c'' {
1472           \repeat volta 2 { b4 b ~}
1473           \alternative { { b b } { b \repeatTie c } }
1474           c4 c
1475         }
1476       }
1477     }
1478     \new Lyrics {
1479       \lyricsto "melody" {
1480         Here's a __ verse.
1481         \repeat unfold 2 { \skip 1 }
1482       }
1483     }
1484     \new Lyrics {
1485       \lyricsto "melody" {
1486         Here's one
1487         \repeat unfold 2 { \skip 1 }
1488         more to sing.
1489       }
1490     }
1491   >>
1492 }
1493 @end lilypond
1494
1495 If you wish to show extenders and hyphens into and out of
1496 alternative sections these must be inserted manually.
1497
1498 @lilypond[quote,verbatim]
1499 \score {
1500   <<
1501     \new Staff {
1502       \time 2/4
1503       \new Voice = "melody" {
1504         \relative c'' {
1505           \repeat volta 2 { b4 b ~}
1506           \alternative { { b b } { b \repeatTie c } }
1507           c4 c
1508         }
1509       }
1510     }
1511     \new Lyrics {
1512       \lyricsto "melody" {
1513         Here's a __ verse.
1514         \repeat unfold 2 { \skip 1 }
1515       }
1516     }
1517     \new Lyrics {
1518       \lyricsto "melody" {
1519         Here's "a_"
1520         \skip 1
1521         "_" sec -- ond one.
1522       }
1523     }
1524   >>
1525 }
1526 @end lilypond
1527
1528 @seealso
1529 Notation Reference:
1530 @ref{Keeping contexts alive},
1531 @ref{Repeats}.
1532
1533
1534 @node Divisi lyrics
1535 @unnumberedsubsubsec Divisi lyrics
1536
1537 @cindex divided lyrics
1538 @cindex lyrics, divided
1539
1540 When just the words and rhythms of the two parts differ with the
1541 pitches remaining the same, temporarily turning off the automatic
1542 detection of melismata and indicating the melisma in the lyrics
1543 may be the appropriate method to use:
1544
1545 @lilypond[quote,verbatim]
1546 \score {
1547   <<
1548     \new Voice = "melody" {
1549       \relative c' {
1550         \set melismaBusyProperties = #'()
1551         \slurDown
1552         \slurDashed
1553         e4 e8 ( e ) c4 c |
1554         \unset melismaBusyProperties
1555         c
1556       }
1557     }
1558     \new Lyrics \lyricsto "melody" {
1559       They shall not o -- ver -- come
1560     }
1561     \new Lyrics \lyricsto "melody" {
1562       We will _
1563     }
1564   >>
1565 }
1566 @end lilypond
1567
1568 When both music and words differ it may be better to display
1569 the differing music and lyrics by naming voice contexts and
1570 attaching lyrics to those specific contexts:
1571
1572 @lilypond[verbatim,ragged-right,quote]
1573 \score {
1574   <<
1575     \new Voice = "melody" {
1576       \relative c' {
1577         <<
1578           {
1579             \voiceOne
1580             e4 e8 e
1581           }
1582           \new Voice = "splitpart" {
1583             \voiceTwo
1584             c4 c
1585           }
1586         >>
1587         \oneVoice
1588         c4 c |
1589         c
1590       }
1591     }
1592     \new Lyrics \lyricsto "melody" {
1593       They shall not o -- ver -- come
1594     }
1595     \new Lyrics \lyricsto "splitpart" {
1596       We will
1597     }
1598   >>
1599 }
1600 @end lilypond
1601
1602
1603 @node Stanzas
1604 @subsection Stanzas
1605
1606 @menu
1607 * Adding stanza numbers::
1608 * Adding dynamics marks to stanzas::
1609 * Adding singers' names to stanzas::
1610 * Stanzas with different rhythms::
1611 * Printing stanzas at the end::
1612 * Printing stanzas at the end in multiple columns::
1613 @end menu
1614
1615
1616 @node Adding stanza numbers
1617 @unnumberedsubsubsec Adding stanza numbers
1618
1619 @cindex stanza number
1620
1621 Stanza numbers can be added by setting @code{stanza}, e.g.,
1622
1623 @lilypond[quote,ragged-right,verbatim,relative=2]
1624 \new Voice {
1625   \time 3/4 g2 e4 a2 f4 g2.
1626 } \addlyrics {
1627   \set stanza = #"1. "
1628   Hi, my name is Bert.
1629 } \addlyrics {
1630   \set stanza = #"2. "
1631   Oh, ché -- ri, je t'aime
1632 }
1633 @end lilypond
1634
1635
1636 @noindent
1637 These numbers are put just before the start of the first syllable.
1638
1639 @c TODO Create and add snippet to show how two lines of a
1640 @c stanza can be grouped together, along these lines:
1641 @c (might need improving a bit) -td
1642
1643 @ignore
1644 leftbrace = \markup { \override #'(font-encoding . fetaBraces) \lookup
1645 #"brace105" }
1646
1647 stanzaOneOne = {
1648   \set stanza = \markup { "1. " \leftbrace }
1649   \lyricmode { Child, you're mine and I love you.
1650     Lend thine ear to what I say.
1651
1652   }
1653 }
1654
1655 stanzaOneThree =  {
1656 %  \set stanza = \markup { "   "}
1657   \lyricmode { Child, I have no great -- er joy
1658     Than to have you walk in truth.
1659
1660   }
1661 }
1662
1663 \new Voice {
1664   \repeat volta 2 { c'8 c' c' c' c' c' c'4
1665                     c'8 c' c' c' c' c' c'4   }
1666 }  \addlyrics { \stanzaOneOne }
1667    \addlyrics { \stanzaOneThree }
1668
1669 @end ignore
1670
1671 @node Adding dynamics marks to stanzas
1672 @unnumberedsubsubsec Adding dynamics marks to stanzas
1673
1674 Stanzas differing in loudness may be indicated by putting a
1675 dynamics mark before each stanza.  In LilyPond, everything coming in
1676 front of a stanza goes into the @code{StanzaNumber} object; dynamics
1677 marks are no different.  For technical reasons, you have to set the
1678 stanza outside @code{\lyricmode}:
1679
1680 @lilypond[quote,ragged-right,verbatim]
1681 text = {
1682   \set stanza = \markup { \dynamic "ff" "1. " }
1683   \lyricmode {
1684     Big bang
1685   }
1686 }
1687
1688 <<
1689   \new Voice = "tune" {
1690     \time 3/4
1691     g'4 c'2
1692   }
1693 \new Lyrics \lyricsto "tune" \text
1694 >>
1695 @end lilypond
1696
1697 @node Adding singers' names to stanzas
1698 @unnumberedsubsubsec Adding singers' names to stanzas
1699
1700 @cindex singer name
1701 @cindex name of singer
1702
1703 Names of singers can also be added.  They are printed at the start of
1704 the line, just like instrument names.  They are created by setting
1705 @code{vocalName}.  A short version may be entered as
1706 @code{shortVocalName}.
1707
1708 @lilypond[ragged-right,quote,verbatim,relative=2]
1709 \new Voice {
1710   \time 3/4 g2 e4 a2 f4 g2.
1711 } \addlyrics {
1712   \set vocalName = #"Bert "
1713   Hi, my name is Bert.
1714 } \addlyrics {
1715   \set vocalName = #"Ernie "
1716   Oh, ché -- ri, je t'aime
1717 }
1718 @end lilypond
1719
1720 @node Stanzas with different rhythms
1721 @unnumberedsubsubsec Stanzas with different rhythms
1722
1723 Often, different stanzas of one song are put to one melody in slightly
1724 differing ways.  Such variations can still be captured with
1725 @code{\lyricsto}.
1726
1727 @subsubheading Ignoring melismata
1728
1729 One possibility is that the text has a melisma in one stanza, but
1730 multiple syllables in another.  One solution is to make the faster
1731 voice ignore the melisma.  This is done by setting
1732 @code{ignoreMelismata} in the Lyrics context.
1733
1734 @lilypond[verbatim,ragged-right,quote]
1735 <<
1736   \relative c' \new Voice = "lahlah" {
1737     \set Staff.autoBeaming = ##f
1738     c4
1739     \slurDotted
1740     f8.[( g16])
1741     a4
1742   }
1743   \new Lyrics \lyricsto "lahlah" {
1744     more slow -- ly
1745   }
1746   \new Lyrics \lyricsto "lahlah" {
1747     go
1748     \set ignoreMelismata = ##t
1749     fas -- ter
1750     \unset ignoreMelismata
1751     still
1752   }
1753 >>
1754 @end lilypond
1755
1756 @knownissues
1757 Unlike most @code{\set} commands, @code{\set ignoreMelismata} does
1758 not work if prefixed with @code{\once}.  It is necessary to use
1759 @code{\set} and @code{\unset} to bracket the lyrics where melismata
1760 are to be ignored.
1761
1762 @subsubheading Adding syllables to grace notes
1763
1764 @cindex grace notes and lyrics
1765 @cindex lyrics on grace notes
1766
1767 By default, grace notes (e.g. via @code{\grace}) do not get assigned
1768 syllables when using @code{\lyricsto}, but this behavior can be
1769 changed:
1770
1771 @lilypond[verbatim,ragged-right,quote]
1772 <<
1773   \new Voice = melody \relative c' {
1774     f4 \appoggiatura a32 b4
1775     \grace { f16[ a16] } b2
1776     \afterGrace b2 { f16[ a16] }
1777     \appoggiatura a32 b4
1778     \acciaccatura a8 b4
1779   }
1780   \new Lyrics
1781   \lyricsto melody {
1782     normal
1783     \set includeGraceNotes = ##t
1784     case,
1785     gra -- ce case,
1786     after -- grace case,
1787     \set ignoreMelismata = ##t
1788     app. case,
1789     acc. case.
1790   }
1791 >>
1792 @end lilypond
1793
1794 @knownissues
1795 Like @code{associatedVoice}, @code{includeGraceNotes} needs to be
1796 set at latest one syllable before the one which is to be put under a
1797 grace note.  For the case of a grace note at the very beginning of a
1798 piece of music, consider using a @code{\with} or @code{\context}
1799 block:
1800
1801 @lilypond[verbatim,ragged-right,quote]
1802 <<
1803   \new Voice = melody \relative c' {
1804     \grace { c16[( d e f] }
1805     g1) f
1806   }
1807   \new Lyrics \with { includeGraceNotes = ##t }
1808   \lyricsto melody {
1809     Ah __ fa
1810   }
1811 >>
1812 @end lilypond
1813
1814 @subsubheading Switching to an alternative melody
1815
1816 @cindex associatedVoice
1817 @cindex alternative melody, switching to
1818
1819 More complex variations in setting lyrics to music are possible.
1820 The melody to which the lyrics are being set can be changed from
1821 within the lyrics by setting the @code{associatedVoice} property:
1822
1823 @lilypond[verbatim,quote]
1824 <<
1825   \relative c' \new Voice = "lahlah" {
1826     \set Staff.autoBeaming = ##f
1827     c4
1828     <<
1829       \new Voice = "alternative" {
1830         \voiceOne
1831         \times 2/3 {
1832           % show associations clearly.
1833           \override NoteColumn #'force-hshift = #-3
1834           f8 f g
1835         }
1836       }
1837       {
1838         \voiceTwo
1839         f8.[ g16]
1840         \oneVoice
1841       } >>
1842     a8( b) c
1843   }
1844   \new Lyrics \lyricsto "lahlah" {
1845     Ju -- ras -- sic Park
1846   }
1847   \new Lyrics \lyricsto "lahlah" {
1848     % Tricky: need to set associatedVoice
1849     % one syllable too soon!
1850     \set associatedVoice = "alternative" % applies to "ran"
1851     Ty --
1852     ran --
1853     no --
1854     \set associatedVoice = "lahlah" % applies to "rus"
1855     sau -- rus Rex
1856   } >>
1857 @end lilypond
1858
1859 @noindent
1860 The text for the first stanza is set to the melody called
1861 @q{lahlah} in the usual way, but the second stanza is set initally
1862 to the @code{lahlah} context and is then switched to the
1863 @code{alternative} melody for the syllables @q{ran} to @q{sau} by
1864 the lines:
1865
1866 @example
1867 \set associatedVoice = "alternative" % applies to "ran"
1868 Ty --
1869 ran --
1870 no --
1871 \set associatedVoice = "lahlah" % applies to "rus"
1872 sau -- rus Rex
1873 @end example
1874
1875 @noindent
1876 Here, @code{alternative} is the name of the @code{Voice} context
1877 containing the triplet.
1878
1879 Note the placement of the @code{\set associatedVoice} command --
1880 it appears to be one syllable too early, but this is correct.
1881
1882 @warning{The @code{\set associatedVoice} command must be placed
1883 one syllable @emph{before} the one at which the switch to the new
1884 voice is to occur.  In other words, changing the associated Voice
1885 happens one syllable later than expected.  This is for technical
1886 reasons, and it is not a bug.}
1887
1888
1889 @node Printing stanzas at the end
1890 @unnumberedsubsubsec Printing stanzas at the end
1891
1892 Sometimes it is appropriate to have one stanza set
1893 to the music, and the rest added in verse form at
1894 the end of the piece.  This can be accomplished by adding
1895 the extra verses into a @code{\markup} section outside
1896 of the main score block.  Notice that there are two
1897 different ways to force linebreaks when using
1898 @code{\markup}.
1899
1900 @lilypond[ragged-right,verbatim,quote]
1901 melody = \relative c' {
1902 e d c d | e e e e |
1903 d d e d | c1 |
1904 }
1905
1906 text = \lyricmode {
1907 \set stanza = #"1." Ma- ry had a lit- tle lamb,
1908 its fleece was white as snow.
1909 }
1910
1911 \score{ <<
1912   \new Voice = "one" { \melody }
1913   \new Lyrics \lyricsto "one" \text
1914 >>
1915   \layout { }
1916 }
1917 \markup { \column{
1918   \line{ Verse 2. }
1919   \line{ All the children laughed and played }
1920   \line{ To see a lamb at school. }
1921   }
1922 }
1923 \markup{
1924   \wordwrap-string #"
1925   Verse 3.
1926
1927   Mary took it home again,
1928
1929   It was against the rule."
1930 }
1931 @end lilypond
1932
1933
1934 @node Printing stanzas at the end in multiple columns
1935 @unnumberedsubsubsec Printing stanzas at the end in multiple columns
1936
1937 When a piece of music has many verses, they are often printed in
1938 multiple columns across the page.  An outdented verse number often
1939 introduces each verse.  The following example shows how to produce such
1940 output in LilyPond.
1941
1942 @lilypond[ragged-right,quote,verbatim]
1943 melody = \relative c' {
1944   c4 c c c | d d d d
1945 }
1946
1947 text = \lyricmode {
1948   \set stanza = #"1." This is verse one.
1949   It has two lines.
1950 }
1951
1952 \score {
1953   <<
1954     \new Voice = "one" { \melody }
1955     \new Lyrics \lyricsto "one" \text
1956   >>
1957   \layout { }
1958 }
1959
1960 \markup {
1961   \fill-line {
1962     \hspace #0.1 % moves the column off the left margin;
1963      % can be removed if space on the page is tight
1964      \column {
1965       \line { \bold "2."
1966         \column {
1967           "This is verse two."
1968           "It has two lines."
1969         }
1970       }
1971       \vspace #0.1 % adds vertical spacing between verses
1972       \line { \bold "3."
1973         \column {
1974           "This is verse three."
1975           "It has two lines."
1976         }
1977       }
1978     }
1979     \hspace #0.1 % adds horizontal spacing between columns;
1980     \column {
1981       \line { \bold "4."
1982         \column {
1983           "This is verse four."
1984           "It has two lines."
1985         }
1986       }
1987       \vspace #0.1 % adds vertical spacing between verses
1988       \line { \bold "5."
1989         \column {
1990           "This is verse five."
1991           "It has two lines."
1992         }
1993       }
1994     }
1995   \hspace #0.1 % gives some extra space on the right margin;
1996   % can be removed if page space is tight
1997   }
1998 }
1999 @end lilypond
2000
2001
2002 @seealso
2003 Internals Reference:
2004 @rinternals{LyricText},
2005 @rinternals{StanzaNumber}.
2006
2007
2008 @node Songs
2009 @subsection Songs
2010
2011 @menu
2012 * References for songs::
2013 * Lead sheets::
2014 @end menu
2015
2016 @node References for songs
2017 @unnumberedsubsubsec References for songs
2018
2019 Songs are usually written on three staves with the melody for the
2020 singer on the top staff and two staves of piano accompaniment at
2021 the bottom.  The lyrics of the first stanza are printed immediately
2022 underneath the top staff.  If there are just a small number of
2023 further stanzas these can be printed immediately under the first
2024 one, but if there are more stanzas than can be easily accommodated
2025 there the second and subsequent stanzas are printed after the music
2026 as stand-alone text.
2027
2028 All the notational elements needed to write songs are fully described
2029 elsewhere:
2030
2031 @itemize
2032
2033 @item
2034 For constructing the staff layout, see @ref{Displaying staves}.
2035
2036 @item
2037 For writing piano music, see
2038 @ref{Keyboard and other multi-staff instruments}.
2039
2040 @item
2041 For writing the lyrics to a melody line, see
2042 @ref{Common notation for vocal music}.
2043
2044 @item
2045 For placing the lyrics, see @ref{Placing lyrics vertically}.
2046
2047 @item
2048 For entering stanzas, see @ref{Stanzas}.
2049
2050 @item
2051 Songs are frequently printed with the chording indicated by chord
2052 names above the staves.  This is described in @ref{Displaying chords}.
2053
2054 @item
2055 To print fret diagrams of the chords for guitar accompaniment or
2056 accompaniment by other fretted instruments, see @qq{Fret diagram
2057 markups} in @ref{Common notation for fretted strings}.
2058
2059 @end itemize
2060
2061 @seealso
2062 Learning Manual:
2063 @rlearning{Songs}.
2064
2065 Notation Reference:
2066 @ref{Common notation for vocal music},
2067 @ref{Displaying chords},
2068 @ref{Displaying staves},
2069 @ref{Keyboard and other multi-staff instruments},
2070 @ref{Placing lyrics vertically},
2071 @ref{Stanzas}.
2072
2073 Snippets:
2074 @rlsr{Vocal music}.
2075
2076
2077 @node Lead sheets
2078 @unnumberedsubsubsec Lead sheets
2079
2080 Lead sheets may be printed by combining vocal parts and
2081 @q{chord mode}; this syntax is explained in @ref{Chord notation}.
2082
2083 @snippets
2084 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2085 {simple-lead-sheet.ly}
2086
2087 @seealso
2088 Notation Reference:
2089 @ref{Chord notation}.
2090
2091
2092 @node Choral
2093 @subsection Choral
2094
2095 @cindex anthems
2096 @cindex part songs
2097 @cindex oratorio
2098 @cindex SATB
2099
2100 This section discusses notation issues that relate most directly
2101 to choral music.  This includes anthems, part songs, oratorio,
2102 etc.
2103
2104 @menu
2105 * References for choral::
2106 * Score layouts for choral::
2107 * Divided voices::
2108 @end menu
2109
2110 @node References for choral
2111 @unnumberedsubsubsec References for choral
2112
2113 Choral music is usually notated on two, three or four staves within
2114 a @code{ChoirStaff} group.  Accompaniment, if required, is placed
2115 beneath in a @code{PianoStaff} group, which is usually reduced in
2116 size for @emph{a capella} choral works.  The notes for each vocal
2117 part are placed in a @code{Voice} context, with each staff
2118 being given either a single vocal part (i.e., one @code{Voice}) or
2119 a pair of vocal parts (i.e., two @code{Voice}s).
2120
2121 Words are placed in @code{Lyrics} contexts, either underneath each
2122 corresponding music staff, or one above and one below the music
2123 staff if this contains the music for two parts.
2124
2125 Several common topics in choral music are described fully elsewhere:
2126
2127 @itemize
2128
2129 @item
2130 An introduction to creating an SATB vocal score can be found in
2131 the Learning Manual, see @rlearning{Four-part SATB vocal score}.
2132
2133 @item
2134 Several templates suitable for various styles of choral music can
2135 also be found in the Learning Manual, see
2136 @rlearning{Vocal ensembles}.
2137
2138 @item
2139 For information about @code{ChoirStaff} and @code{PianoStaff} see
2140 @ref{Grouping staves}.
2141
2142 @item
2143 Shape note heads, as used in Sacred Harp and similar notation, are
2144 described in @ref{Shape note heads}.
2145
2146 @item
2147 When two vocal parts share a staff the stems, ties, slurs, etc., of
2148 the higher part will be directed up and those of the lower part
2149 down.  To do this, use @code{\voiceOne} and @code{\voiceTwo}.  See
2150 @ref{Single-staff polyphony}.
2151
2152 @end itemize
2153
2154 @predefined
2155 @code{\oneVoice},
2156 @code{\voiceOne},
2157 @code{\voiceTwo}.
2158
2159 @seealso
2160 Learning Manual:
2161 @rlearning{Four-part SATB vocal score},
2162 @rlearning{Vocal ensembles}.
2163
2164 Notation Reference:
2165 @ref{Context layout order},
2166 @ref{Grouping staves},
2167 @ref{Shape note heads},
2168 @ref{Single-staff polyphony}.
2169
2170 Snippets:
2171 @rlsr{Vocal music}.
2172
2173 Internals Reference:
2174 @rinternals{ChoirStaff},
2175 @rinternals{Lyrics},
2176 @rinternals{PianoStaff}.
2177
2178
2179 @node Score layouts for choral
2180 @unnumberedsubsubsec Score layouts for choral
2181
2182 Choral music containing four staves, with or without piano
2183 accompaniment, is usually laid out with two systems per page.
2184 Depending on the page size, achieving this may require changes
2185 to several default settings.  The following settings should be
2186 considered:
2187
2188 @itemize
2189
2190 @item
2191 The global staff size can be modified to change the overall size
2192 of the elements of the score.  See @ref{Setting the staff size}.
2193
2194 @item
2195 The distances between the systems, the staves and the lyrics can
2196 all be adjusted independently.  See @ref{Vertical spacing}.
2197
2198 @item
2199 The dimensions of the vertical layout variables can be displayed as
2200 an aid to adjusting the vertical spacing.  This and other
2201 possibilities for fitting the music onto fewer pages are described
2202 in @ref{Fitting music onto fewer pages}.
2203
2204 @item
2205 If the number of systems per page changes from one to two it is
2206 customary to indicate this with a system separator mark between
2207 the two systems.  See @ref{Separating systems}.
2208
2209 @item
2210 For details of other page formatting properties, see
2211 @ref{Page layout}.
2212
2213 @end itemize
2214
2215
2216 Dynamic markings by default are placed below the staff, but in
2217 choral music they are usually placed above the staff in order to
2218 avoid the lyrics.  The predefined command @code{\dynamicUp} does
2219 this for the dynamic markings in a single @code{Voice} context.
2220 If there are many @code{Voice} contexts this predefined command
2221 would have to be placed in every one.  Alternatively its expanded
2222 form can be used to place all dynamic markings in the entire score
2223 above their respective staves, as shown here:
2224
2225 @lilypond[verbatim,quote]
2226 \score {
2227   \new ChoirStaff <<
2228     \new Staff {
2229       \new Voice {
2230         \relative c'' { g4\f g g g }
2231       }
2232     }
2233     \new Staff {
2234       \new Voice {
2235         \relative c' { d4 d d\p d }
2236       }
2237     }
2238   >>
2239   \layout {
2240     \context {
2241       \Score
2242       \override DynamicText #'direction = #UP
2243       \override DynamicLineSpanner #'direction = #UP
2244     }
2245   }
2246 }
2247 @end lilypond
2248
2249 @predefined
2250 @code{\dynamicUp}, @code{\dynamicDown}, @code{\dynamicNeutral}.
2251
2252 @seealso
2253 Notation Reference:
2254 @ref{Changing spacing},
2255 @ref{Displaying spacing},
2256 @ref{Fitting music onto fewer pages},
2257 @ref{Page layout},
2258 @ref{Score layout},
2259 @ref{Separating systems},
2260 @ref{Setting the staff size},
2261 @ref{Using an extra voice for breaks},
2262 @ref{Vertical spacing}.
2263
2264 Internals Reference:
2265 @rinternals{VerticalAxisGroup},
2266 @rinternals{StaffGrouper}.
2267
2268
2269 @node Divided voices
2270 @unnumberedsubsubsec Divided voices
2271
2272 @cindex voices, divided
2273
2274 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2275 {using-arpeggiobracket-to-make-divisi-more-visible.ly}
2276
2277 @seealso
2278 Notation Reference:
2279 @ref{Expressive marks as lines}.
2280
2281
2282 @node Opera and stage musicals
2283 @subsection Opera and stage musicals
2284
2285 The music, lyrics and dialogue to opera and stage musicals are
2286 usually set out in one or more of the following forms:
2287
2288 @itemize
2289
2290 @item
2291 A @emph{Conductors' Score} containing the full orchestral and vocal
2292 parts, together with libretto cues if there are spoken passages.
2293
2294 @item
2295 @emph{Orchestral Parts} containing the music for the individual
2296 instruments of the orchestra or band.
2297
2298 @item
2299 A @emph{Vocal Score} containing all vocal parts with piano
2300 accompaniment.  The accompaniment is usually an orchestral
2301 reduction, and if so the name of the original orchestral instrument
2302 is often indicated.  Vocal scores sometimes includes stage
2303 directions and libretto cues.
2304
2305 @item
2306 A @emph{Vocal Book} containing just the vocal parts
2307 (no accompaniment), sometimes combined with the libretto.
2308
2309 @item
2310 A @emph{Libretto} containing the extended passages of spoken
2311 dialogue usually found in musicals, together with the words to the
2312 sung parts.  Stage directions are usually included.  LilyPond can
2313 be used to typeset libretti but as they contain no music
2314 alternative methods may be preferable.
2315
2316 @end itemize
2317
2318 The sections in the LilyPond documentation which cover the topics
2319 needed to create scores in the styles commonly found in opera and
2320 musicals are indicated in the References below.  This is followed
2321 by sections covering those techniques which are peculiar to
2322 typesetting opera and musical scores.
2323
2324 @menu
2325 * References for opera and stage musicals::
2326 * Character names::
2327 * Musical cues::
2328 * Spoken music::
2329 * Dialogue over music::
2330 @end menu
2331
2332 @node References for opera and stage musicals
2333 @unnumberedsubsubsec References for opera and stage musicals
2334
2335 @itemize
2336
2337 @item
2338 A conductors' score contains many grouped staves and lyrics.  Ways
2339 of grouping staves is shown in @ref{Grouping staves}.  To nest
2340 groups of staves see @ref{Nested staff groups}.
2341
2342 @item
2343 The printing of empty staves in conductors' scores and vocal scores
2344 is often suppressed.  To create such a @qq{Frenched score} see
2345 @ref{Hiding staves}.
2346
2347 @item
2348 Writing orchestral parts is covered in @ref{Writing parts}.
2349 Other sections in the Specialist notation chapter may be relevant,
2350 depending on the orchestration used.  Many instruments are
2351 transposing instruments, see @ref{Instrument transpositions}.
2352
2353 @item
2354 If the number of systems per page changes from page to page it is
2355 customary to separate the systems with a system separator mark.
2356 See @ref{Separating systems}.
2357
2358 @item
2359 For details of other page formatting properties, see
2360 @ref{Page layout}.
2361
2362 @item
2363 Dialogue cues, stage directions and footnotes can be inserted, see
2364 @ref{Creating footnotes} and @ref{Text}.  Extensive stage directions
2365 can also be added with a section of stand-alone markups between two
2366 @code{\score} blocks, see @ref{Separate text}.
2367
2368 @end itemize
2369
2370 @seealso
2371 Musical Glossary:
2372 @rglos{Frenched score},
2373 @rglos{Frenched staves},
2374 @rglos{transposing instrument}.
2375
2376 Notation Reference:
2377 @ref{Creating footnotes},
2378 @ref{Grouping staves},
2379 @ref{Hiding staves},
2380 @ref{Instrument transpositions},
2381 @ref{Nested staff groups},
2382 @ref{Page layout},
2383 @ref{Separating systems},
2384 @ref{Transpose},
2385 @ref{Writing parts},
2386 @ref{Writing text}.
2387
2388 Snippets:
2389 @rlsr{Vocal music}.
2390
2391
2392 @node Character names
2393 @unnumberedsubsubsec Character names
2394
2395 @cindex character names
2396 @cindex names, character
2397
2398 Character names are usually shown to the left of the staff when the
2399 staff is dedicated to that character alone:
2400
2401 @lilypond[quote,verbatim,ragged-right]
2402 \score {
2403   <<
2404     \new Staff {
2405       \set Staff.vocalName = \markup \smallCaps Kaspar
2406       \set Staff.shortVocalName = \markup \smallCaps Kas.
2407       \relative c' {
2408         \clef "G_8"
2409         c4 c c c
2410         \break
2411         c4 c c c
2412       }
2413     }
2414     \new Staff {
2415       \set Staff.vocalName = \markup \smallCaps Melchior
2416       \set Staff.shortVocalName = \markup \smallCaps Mel
2417       \clef "bass"
2418       \relative c' {
2419         a4 a a a
2420         a4 a a a
2421       }
2422     }
2423   >>
2424 }
2425 @end lilypond
2426
2427 When two or more characters share a staff the character's name is
2428 usually printed above the staff at the start of every section
2429 applying to that character.  This can be done with markup.  Often a
2430 specific font is used for this purpose.
2431
2432 @lilypond[quote,verbatim,relative=1]
2433 \clef "G_8"
2434 c4^\markup \fontsize #1 \smallCaps Kaspar
2435 c c c
2436 \clef "bass"
2437 a4^\markup \fontsize #1 \smallCaps Melchior
2438 a a a
2439 \clef "G_8"
2440 c4^\markup \fontsize #1 \smallCaps Kaspar
2441 c c c
2442 @end lilypond
2443
2444 Alternatively, if there are many character changes, it may be
2445 easier to set up @qq{instrument} definitions for each character at
2446 the top level so that @code{\instrumentSwitch} can be used to
2447 indicate each change.
2448
2449 @lilypond[quote,verbatim]
2450 \addInstrumentDefinition #"kaspar"
2451   #`((instrumentTransposition . ,(ly:make-pitch -1 0 0))
2452      (shortInstrumentName . "Kas.")
2453      (clefGlyph . "clefs.G")
2454      (clefOctavation . -7)
2455      (middleCPosition . 1)
2456      (clefPosition . -2)
2457      (instrumentCueName . ,(markup #:fontsize 1 #:smallCaps "Kaspar"))
2458      (midiInstrument . "voice oohs"))
2459
2460 \addInstrumentDefinition #"melchior"
2461   #`((instrumentTransposition . ,(ly:make-pitch 0 0 0))
2462      (shortInstrumentName . "Mel.")
2463      (clefGlyph . "clefs.F")
2464      (clefOctavation . 0)
2465      (middleCPosition . 6)
2466      (clefPosition . 2)
2467      (instrumentCueName . ,(markup #:fontsize 1 #:smallCaps "Melchior"))
2468      (midiInstrument . "voice aahs"))
2469
2470 \relative c' {
2471   \instrumentSwitch "kaspar"
2472   c4 c c c
2473   \instrumentSwitch "melchior"
2474   a4 a a a
2475   \instrumentSwitch "kaspar"
2476   c4 c c c
2477 }
2478 @end lilypond
2479
2480 @seealso
2481 Notation Reference:
2482 @ref{Instrument names},
2483 @ref{Scheme functions},
2484 @ref{Text},
2485 @ref{Text markup commands}.
2486
2487 Extending LilyPond:
2488 @rextend{Markup construction in Scheme}.
2489
2490
2491 @node Musical cues
2492 @unnumberedsubsubsec Musical cues
2493
2494 @cindex musical cues
2495 @cindex cues, musical
2496
2497 Musical cues can be inserted in Vocal Scores, Vocal Books and
2498 Orchestral Parts to indicate what music in another part
2499 immediately precedes an entry.  Also, cues are often inserted in the
2500 piano reduction in Vocal Scores to indicate what each orchestral
2501 instrument is playing.  This aids the conductor when a full
2502 Conductors' Score is not available.
2503
2504 The basic mechanism for inserting cues is fully explained in the
2505 main text, see @ref{Quoting other voices} and
2506 @ref{Formatting cue notes}.  But when many cues have to be
2507 inserted, for example, as an aid to a conductor in a vocal score,
2508 the instrument name must be positioned carefully just before and
2509 close to the start of the cue notes.  The following example shows
2510 how this is done.
2511
2512 @lilypond[quote,verbatim]
2513 flute = \relative c'' {
2514   s4 s4 e g
2515 }
2516 \addQuote "flute" { \flute }
2517
2518 pianoRH = \relative c'' {
2519   c4. g8
2520   % position name of cue-ing instrument just before the cue notes,
2521   % and above the staff
2522   \new CueVoice {
2523     \override InstrumentSwitch #'self-alignment-X = #RIGHT
2524     \set instrumentCueName = "Flute"
2525   }
2526   \cueDuring "flute" #UP { g4 bes4 }
2527 }
2528 pianoLH = \relative c { c4 <c' e> e, <g c> }
2529
2530 \score {
2531   \new PianoStaff <<
2532     \new Staff {
2533       \pianoRH
2534     }
2535     \new Staff {
2536       \clef "bass"
2537       \pianoLH
2538     }
2539   >>
2540 }
2541 @end lilypond
2542
2543 If a transposing instrument is being quoted the instrument part should
2544 specify its key so the conversion of its cue notes will be done
2545 automatically.  The example below shows this transposition for a
2546 B-flat clarinet.  The notes in this example are low on the staff so
2547 @code{DOWN} is specified in @code{\cueDuring} (so the stems are
2548 down) and the instrument name is positioned below the staff.  Note
2549 also that the piano right-hand voice is explicitly declared.  This
2550 is because the cue notes in this example begin at the start of the
2551 first bar and this would otherwise cause the entire piano right-hand
2552 notes to be placed in a @code{CueVoice} context.
2553
2554 @lilypond[quote,verbatim]
2555 clarinet = \relative c' {
2556   \transposition bes
2557   fis4 d d c
2558 }
2559 \addQuote "clarinet" { \clarinet }
2560
2561 pianoRH = \relative c'' {
2562   \transposition c'
2563   % position name of cue-ing instrument below the staff
2564   \new CueVoice {
2565     \override InstrumentSwitch #'self-alignment-X = #RIGHT
2566     \override InstrumentSwitch #'direction = #DOWN
2567     \set instrumentCueName = "Clar."
2568   }
2569   \cueDuring "clarinet" #DOWN { c4. g8 }
2570   g4 bes4
2571 }
2572 pianoLH = \relative c { c4 <c' e> e, <g c> }
2573
2574 \score {
2575   <<
2576     \new PianoStaff <<
2577       \new Staff {
2578         \new Voice {
2579           \pianoRH
2580         }
2581       }
2582       \new Staff {
2583         \clef "bass"
2584         \pianoLH
2585       }
2586     >>
2587   >>
2588 }
2589 @end lilypond
2590
2591 From these two examples it is clear that inserting many cues in a
2592 Vocal Score would be tedious, and the notes of the piano part would
2593 become obscured.  However, as the following snippet shows, it is
2594 possible to define a music function to reduce the amount of typing
2595 and to make the piano notes clearer.
2596
2597 @snippets
2598 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2599 {adding-orchestral-cues-to-a-vocal-score.ly}
2600
2601 @seealso
2602 Musical Glossary:
2603 @rglos{cue-notes}.
2604
2605 Notation Reference:
2606 @ref{Aligning objects},
2607 @ref{Direction and placement},
2608 @ref{Formatting cue notes},
2609 @ref{Quoting other voices},
2610 @ref{Using music functions}.
2611
2612 Snippets:
2613 @rlsr{Vocal music}.
2614
2615 Internals Reference:
2616 @rinternals{InstrumentSwitch},
2617 @rinternals{CueVoice}.
2618
2619 @knownissues
2620 @code{\cueDuring} automatically inserts a @code{CueVoice} context
2621 and all cue notes are placed in that context.  This means it is not
2622 possible to have two overlapping sequences of cue notes by this
2623 technique.  Overlapping sequences could be entered by explicitly
2624 declaring separate @code{CueVoice} contexts and using
2625 @code{\quoteDuring} to extract and insert the cue notes.
2626
2627
2628 @node Spoken music
2629 @unnumberedsubsubsec Spoken music
2630
2631 @cindex parlato
2632 @cindex Sprechgesang
2633 Such effects as @q{parlato} or @q{Sprechgesang} require performers to
2634 speak without pitch but still with rhythm; these are notated by cross
2635 note heads, as demonstrated in @ref{Special note heads}.
2636
2637 @c TODO add "marking-notes-on-spoken-parts" snippet -vv
2638 @c add "showing the rhythm of a melody" snip
2639 @c add "one staff-line notation"
2640 @c add "improvisation" ref
2641 @c add "lyrics independents of notes" ref
2642
2643 @node Dialogue over music
2644 @unnumberedsubsubsec Dialogue over music
2645
2646 Dialogue over music is usually printed over the staves in an italic
2647 font, with the start of each phrase keyed in to a particular music
2648 moment.
2649
2650 For short interjections a simple markup suffices.
2651
2652 @lilypond[quote,verbatim,relative=2]
2653 a4^\markup { \smallCaps { Alex - } \italic { He's gone } } a a a
2654 a4 a a^\markup { \smallCaps { Bethan - } \italic Where? } a
2655 a4 a a a
2656 @end lilypond
2657
2658 For longer phrases it may be necessary to expand the music to make
2659 the words fit neatly.  There is no provision in LilyPond to do this
2660 fully automatically, and some manual intervention to layout the
2661 page will be necessary.
2662
2663 For long phrases or for passages with a lot of closely packed
2664 dialogue, using a Lyrics context will give better results.  The
2665 Lyrics context should not be associated with a music Voice; instead
2666 each section of dialogue should be given an explicit duration.  If
2667 there is a gap in the dialogue, the final word should be separated
2668 from the rest and the duration split between them so that the
2669 underlying music spaces out smoothly.
2670
2671 If the dialogue extends for more than one line it will be necessary
2672 to manually insert @code{\break}s and adjust the placing of the
2673 dialogue to avoid running into the right margin.  The final word of
2674 the last measure on a line should also be separated out, as above.
2675
2676 Here is an example illustrating how this might be done.
2677
2678 @c This should be a snippet, but it can't be as it needs to be
2679 @c manually adjusted to suit the imposed line length.  -td
2680
2681 @lilypond[quote,verbatim,ragged-right]
2682 music = \relative c'' {
2683   \repeat unfold 3 { a4 a a a }
2684 }
2685
2686 dialogue = \lyricmode {
2687   \markup {
2688     \fontsize #1 \upright \smallCaps Abe:
2689     "Say this over measures one and"
2690   }4*7
2691   "two"4 |
2692   \break
2693   "and this over measure"4*3
2694   "three"4 |
2695 }
2696
2697 \score {
2698   <<
2699     \new Lyrics \with {
2700       \override LyricText #'font-shape = #'italic
2701       \override LyricText #'self-alignment-X = #LEFT
2702     }
2703     { \dialogue }
2704     \new Staff {
2705       \new Voice { \music }
2706     }
2707   >>
2708 }
2709 @end lilypond
2710
2711 @c TODO show use of \column to produce dialogue on two lines
2712
2713 @seealso
2714 Notation Reference:
2715 @ref{Manual syllable durations},
2716 @ref{Text}.
2717
2718 Internal Reference:
2719 @rinternals{LyricText}.
2720
2721
2722 @node Chants psalms and hymns
2723 @subsection Chants psalms and hymns
2724
2725 @cindex chants
2726 @cindex psalms
2727 @cindex hymns
2728 @cindex religious music
2729
2730 The music and words for chants, psalms and hymns usually follow a
2731 well-established format in any particular church.  Although the
2732 formats may differ from church to church the type-setting problems
2733 which arise are broadly similar, and are covered in this section.
2734
2735 @menu
2736 * References for chants and psalms::
2737 * Setting a chant::
2738 * Pointing a psalm::
2739 * Partial measures in hymn tunes::
2740 @end menu
2741
2742 @node References for chants and psalms
2743 @unnumberedsubsubsec References for chants and psalms
2744
2745 Typesetting Gregorian chant in various styles of ancient notation
2746 is described in @ref{Ancient notation}.
2747
2748 @seealso
2749 Notation reference:
2750 @ref{Ancient notation}.
2751
2752 Snippets:
2753 @rlsr{Vocal music}.
2754
2755
2756 @node Setting a chant
2757 @unnumberedsubsubsec Setting a chant
2758
2759 Modern chant settings use modern notation with varying numbers of
2760 elements taken from ancient notation.  Some of the elements and
2761 methods to consider are shown here.
2762
2763 Chants often use quarter notes without stems to indicate the pitch,
2764 with the rhythm being taken from the spoken rhythm of the words.
2765
2766 @lilypond[verbatim,quote]
2767 stemOff = { \override Staff.Stem #'transparent = ##t }
2768
2769 \relative c' {
2770   \stemOff
2771   a'4 b c2 |
2772 }
2773
2774 @end lilypond
2775
2776 Chants often omit the bar lines or use shortened or dotted bar
2777 lines to indicate pauses in the music.  To omit all bar lines from
2778 all staves remove the bar line engraver completely:
2779
2780 @lilypond[verbatim,quote]
2781 \score {
2782   \new StaffGroup <<
2783     \new Staff {
2784       \relative c'' {
2785         a4 b c2 |
2786         a4 b c2 |
2787         a4 b c2 |
2788       }
2789     }
2790     \new Staff {
2791       \relative c'' {
2792         a4 b c2 |
2793         a4 b c2 |
2794         a4 b c2 |
2795       }
2796     }
2797   >>
2798   \layout {
2799     \context {
2800       \Staff
2801       \remove Bar_engraver
2802     }
2803   }
2804 }
2805 @end lilypond
2806
2807 Bar lines can also be removed on a staff-by-staff basis:
2808
2809 @lilypond[verbatim, quote]
2810 \score {
2811   \new ChoirStaff <<
2812     \new Staff
2813     \with { \remove Bar_engraver } {
2814       \relative c'' {
2815         a4 b c2 |
2816         a4 b c2 |
2817         a4 b c2 |
2818       }
2819     }
2820     \new Staff {
2821       \relative c'' {
2822         a4 b c2 |
2823         a4 b c2 |
2824         a4 b c2 |
2825       }
2826     }
2827   >>
2828 }
2829 @end lilypond
2830
2831 To remove bar lines from just a section of music treat it as a
2832 cadenza.  If the section is long you may need to insert dummy
2833 bar lines with @code{\bar ""} to show where the line should break.
2834
2835 @lilypond[verbatim,quote,relative=2]
2836 a4 b c2 |
2837 \cadenzaOn
2838 a4 b c2
2839 a4 b c2
2840 \bar ""
2841 a4 b c2
2842 a4 b c2
2843 \cadenzaOff
2844 a4 b c2 |
2845 a4 b c2 |
2846 @end lilypond
2847
2848 Rests or pauses in chants can be indicated by modified bar lines.
2849
2850 @lilypond[verbatim, quote,relative=2]
2851 a4
2852 \cadenzaOn
2853 b c2
2854 a4 b c2
2855 \bar "'"
2856 a4 b c2
2857 a4 b c2
2858 \bar ":"
2859 a4 b c2
2860 \bar "dashed"
2861 a4 b c2
2862 \bar "||"
2863 @end lilypond
2864
2865 Alternatively, the notation used in Gregorian chant for pauses or
2866 rests is sometimes used even though the rest of the notation is
2867 modern.  This uses a modified @code{\breathe} mark:
2868
2869 @lilypond[verbatim,quote]
2870 divisioMinima = {
2871   \once \override BreathingSign  #'stencil = #ly:breathing-sign::divisio-minima
2872   \once \override BreathingSign  #'Y-offset = #0
2873   \breathe
2874 }
2875 divisioMaior = {
2876   \once \override BreathingSign  #'stencil = #ly:breathing-sign::divisio-maior
2877   \once \override BreathingSign  #'Y-offset = #0
2878   \breathe
2879 }
2880 divisioMaxima = {
2881   \once \override BreathingSign  #'stencil = #ly:breathing-sign::divisio-maxima
2882   \once \override BreathingSign  #'Y-offset = #0
2883   \breathe
2884 }
2885 finalis = {
2886   \once \override BreathingSign  #'stencil = #ly:breathing-sign::finalis
2887   \once \override BreathingSign  #'Y-offset = #0
2888   \breathe
2889 }
2890
2891 \score {
2892   \relative c'' {
2893     g2 a4 g
2894     \divisioMinima
2895     g2 a4 g
2896     \divisioMaior
2897     g2 a4 g
2898     \divisioMaxima
2899     g2 a4 g
2900     \finalis
2901   }
2902   \layout {
2903     \context {
2904       \Staff
2905       \remove Bar_engraver
2906     }
2907   }
2908 }
2909 @end lilypond
2910
2911 Chants usually omit the time signature and often omit the clef too.
2912
2913 @lilypond[verbatim,quote]
2914 \score {
2915   \new Staff {
2916     \relative c'' {
2917       a4 b c2 |
2918       a4 b c2 |
2919       a4 b c2 |
2920     }
2921   }
2922   \layout {
2923     \context {
2924       \Staff
2925       \remove Bar_engraver
2926       \remove Time_signature_engraver
2927       \remove Clef_engraver
2928     }
2929   }
2930 }
2931 @end lilypond
2932
2933 Chants for psalms in the Anglican tradition are usually either
2934 @emph{single}, with 7 bars of music, or @emph{double}, with two lots
2935 of 7 bars.  Each group of 7 bars is divided into two halves,
2936 corresponding to the two halves of each verse, usually separated by
2937 a double bar line.  Only whole and half notes are used.  The 1st bar
2938 in each half always contains a single chord of whole notes.  This is
2939 the @qq{reciting note}.  Chants are usually centered on the page.
2940
2941 @lilypond[verbatim,quote]
2942 SopranoMusic = \relative g' {
2943   g1 | c2 b | a1 | \bar "||"
2944   a1 | d2 c | c b | c1 | \bar "||"
2945 }
2946
2947 AltoMusic = \relative c' {
2948   e1 | g2 g | f1 |
2949   f1 | f2 e | d d | e1 |
2950 }
2951
2952 TenorMusic = \relative a {
2953   c1 | c2 c | c1 |
2954   d1 | g,2 g | g g | g1 |
2955 }
2956
2957 BassMusic =  \relative c {
2958   c1 | e2 e | f1 |
2959   d1 | b2 c | g' g | c,1 |
2960 }
2961
2962 global = {
2963   \time 2/2
2964 }
2965
2966 % Use markup to center the chant on the page
2967 \markup {
2968   \fill-line {
2969     \score {  % centered
2970       <<
2971         \new ChoirStaff <<
2972           \new Staff <<
2973             \global
2974             \clef "treble"
2975             \new Voice = "Soprano" <<
2976               \voiceOne
2977               \SopranoMusic
2978             >>
2979             \new Voice = "Alto" <<
2980               \voiceTwo
2981               \AltoMusic
2982             >>
2983           >>
2984           \new Staff <<
2985             \clef "bass"
2986             \global
2987             \new Voice = "Tenor" <<
2988               \voiceOne
2989               \TenorMusic
2990             >>
2991             \new Voice = "Bass" <<
2992               \voiceTwo
2993               \BassMusic
2994             >>
2995           >>
2996         >>
2997       >>
2998       \layout {
2999         \context {
3000           \Score
3001           \override SpacingSpanner
3002           #'base-shortest-duration = #(ly:make-moment 1 2)
3003         }
3004         \context {
3005           \Staff
3006           \remove "Time_signature_engraver"
3007         }
3008       }
3009     }  % End score
3010   }
3011 }  % End markup
3012 @end lilypond
3013
3014 Some other approaches to setting such a chant are shown in the first
3015 of the following snippets.
3016
3017 @snippets
3018
3019 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
3020 {chant-or-psalms-notation.ly}
3021
3022 Canticles and other liturgical texts may be set more freely, and
3023 may use notational elements from ancient music.  Often the words
3024 are shown underneath and aligned with the notes.  If so, the notes
3025 are spaced in accordance with the syllables rather than the notes'
3026 durations.
3027
3028 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
3029 {ancient-notation-template----modern-transcription-of-gregorian-music.ly}
3030
3031 @seealso
3032 Learning Manual:
3033 @rlearning{Visibility and color of objects},
3034 @rlearning{Vocal ensembles}.
3035
3036 Notation Reference:
3037 @ref{Ancient notation},
3038 @ref{Bar lines},
3039 @ref{Modifying context plug-ins},
3040 @ref{Typesetting Gregorian chant},
3041 @ref{Unmetered music},
3042 @ref{Visibility of objects}.
3043
3044
3045 @node Pointing a psalm
3046 @unnumberedsubsubsec Pointing a psalm
3047
3048 The words to an Anglican psalm are usually printed in separate
3049 verses centered underneath the chant.
3050
3051 Single chants (with 7 bars) are repeated for every verse.  Double
3052 chants (with 14 bars) are repeated for every pair of verses.  Marks
3053 are inserted in the words to show how they should be fitted to the
3054 chant.  Each verse is divided into two halves.  A colon is usually
3055 used to indicate this division.  This corresponds to the double bar
3056 line in the music.  The words before the colon are sung to the first
3057 three bars of music; the words after the colon are sung to the last
3058 four bars.
3059
3060 Single bar lines (or in some psalters an inverted comma or similar
3061 symbol) are inserted between words to indicate where the bar lines
3062 in the music fall.  In markup mode a single bar line can be entered
3063 with the bar check symbol, @code{|}.
3064
3065 @lilypond[verbatim,quote]
3066 \markup {
3067   \fill-line {
3068     \column {
3069       \left-align {
3070         \line { O come let us sing | unto the | Lord : let }
3071         \line { us heartily rejoice in the | strength of | our }
3072         \line { sal- | -vation. }
3073       }
3074     }
3075   }
3076 }
3077 @end lilypond
3078
3079 Other symbols may require glyphs from the @code{fetaMusic} fonts.
3080 For details, see @ref{Fonts}.
3081
3082 @lilypond[verbatim,quote]
3083 tick = \markup {
3084   \raise #1 \fontsize #-5 \musicglyph #"scripts.rvarcomma"
3085 }
3086 \markup {
3087   \fill-line {
3088     \column {
3089       \left-align {
3090         \line { O come let us sing \tick unto the \tick Lord : let }
3091         \line {
3092           us heartily rejoice in the \tick strength of \tick our
3093         }
3094         \line { sal \tick vation. }
3095       }
3096     }
3097   }
3098 }
3099 @end lilypond
3100
3101 Where there is one whole note in a bar all the words corresponding
3102 to that bar are recited on that one note in speech rhythm.  Where
3103 there are two notes in a bar there will usually be only one or two
3104 corresponding syllables.  If there are more that two syllables a
3105 dot is usually inserted to indicate where the change in note occurs.
3106
3107 @lilypond[verbatim,quote]
3108 dot = \markup {
3109   \raise #0.7 \musicglyph #"dots.dot"
3110 }
3111 tick = \markup {
3112   \raise #1 \fontsize #-5 \musicglyph #"scripts.rvarcomma"
3113 }
3114 \markup {
3115   \fill-line {
3116     \column {
3117       \left-align {
3118         \line {
3119           O come let us sing \tick unto \dot the \tick Lord : let
3120         }
3121         \line {
3122           us heartily rejoice in the \tick strength of \tick our
3123         }
3124         \line { sal \tick vation. }
3125       }
3126     }
3127   }
3128 }
3129 @end lilypond
3130
3131 In some psalters an asterisk is used to indicate a break in a
3132 recited section instead of a comma, and stressed or slightly
3133 lengthened syllables are indicated in bold text.
3134
3135 @lilypond[verbatim,quote]
3136 dot = \markup {
3137   \raise #0.7 \musicglyph #"dots.dot"
3138 }
3139 tick = \markup {
3140   \raise #1 \fontsize #-5 \musicglyph #"scripts.rvarcomma"
3141 }
3142 \markup {
3143   \fill-line {
3144     \column {
3145       \left-align {
3146         \line { Today if ye will hear his voice * }
3147         \line {
3148           \concat { \bold hard en }
3149           | not your | hearts : as in the pro-
3150         }
3151         \line { vocation * and as in the \bold day of tempt- | }
3152         \line { -ation | in the | wilderness. }
3153       }
3154     }
3155   }
3156 }
3157 @end lilypond
3158
3159 In other psalters an accent is placed over the syllable to indicate
3160 stress.
3161
3162 @lilypond[verbatim,quote]
3163 tick = \markup {
3164   \raise #2 \fontsize #-5 \musicglyph #"scripts.rvarcomma"
3165 }
3166 \markup {
3167   \fill-line {
3168     \column {
3169       \left-align {
3170         \line {
3171           O come let us \concat {
3172             si \combine \tick ng
3173           }
3174           | unto the | Lord : let
3175         }
3176         \line {
3177           us heartily \concat {
3178             rejo \combine \tick ice
3179           }
3180           in the | strength of | our
3181         }
3182         \line { sal- | -vation. }
3183       }
3184     }
3185   }
3186 }
3187 @end lilypond
3188
3189 The use of markup to center text, and arrange lines in columns is
3190 described in @ref{Formatting text}.
3191
3192 Most of these elements are shown in one or other of the two verses
3193 in the template, see @qq{Psalms} in @rlearning{Vocal ensembles}.
3194
3195 @seealso
3196 Learning Manual:
3197 @rlearning{Vocal ensembles}.
3198
3199 Notation Reference:
3200 @ref{Fonts},
3201 @ref{Formatting text}.
3202
3203
3204 @node Partial measures in hymn tunes
3205 @unnumberedsubsubsec Partial measures in hymn tunes
3206
3207 Hymn tunes frequently start and end every line of music with
3208 partial measures so that each line of music corresponds exactly
3209 with a line of text.  This requires a @code{\partial} command at
3210 the start of the music and @code{\bar "|"} or @code{\bar "||"}
3211 commands at the end of each line.
3212
3213 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
3214 {hymn-template.ly}
3215
3216
3217 @node Ancient vocal music
3218 @subsection Ancient vocal music
3219
3220 Ancient vocal music is supported, as explained in
3221 @ref{Ancient notation}.
3222
3223 @c TODO
3224
3225 @c Add "Printing both the ancient and the modern clef in vocal music" snippet,
3226 @c and "Transcription of Ancient music with incipit" snippet. -vv
3227
3228 @seealso
3229 Notation Reference:
3230 @ref{Ancient notation}.
3231
3232
3233
3234