]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/notation.itely
236dcdbf55ad740ffe1078db4583c44f7d768c7d
[lilypond.git] / Documentation / user / notation.itely
1 @c -*- coding: latin-1; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3
4 @c A menu is needed before every deeper *section nesting of @node's; run
5 @c     M-x texinfo-all-menus-update
6 @c to automatically fill in these menus before saving changes
7
8 @node Notation manual
9 @chapter Notation manual
10
11 This chapter describes all the different types of notation supported
12 by LilyPond.  It is intended as a reference for users who are already
13 somewhat familiar with LilyPond.
14
15 @menu
16 * Note entry::                  
17 * Easier music entry::          
18 * Staff notation::              
19 * Polyphony::                   
20 * Beaming::                     
21 * Accidentals::                 
22 * Expressive marks::            
23 * Repeats::                     
24 * Rhythmic music::              
25 * Piano music::                 
26 * Vocal music::                 
27 * Other instrument specific notation::  
28 * Tablatures::                  
29 * Popular music::               
30 * Orchestral music::            
31 * Ancient notation::            
32 * Contemporary notation::       
33 * Educational use::             
34 @end menu
35
36 @c FIXME: Note entry vs Music entry at top level menu is confusing.
37
38 @node Note entry
39 @section Note entry
40 @cindex Note entry
41
42 This section is about basic notation elements like notes, rests, and
43 related constructs, such as stems, tuplets and ties.
44
45 @menu
46 * Notes::                       
47 * Pitches::                     
48 * Chromatic alterations::       
49 * Micro tones::                 
50 * Chords::                      
51 * Rests::                       
52 * Skips::                       
53 * Durations::                   
54 * Augmentation dots::           
55 * Scaling durations::           
56 * Stems::                       
57 * Ties::                        
58 * Tuplets::                     
59 @end menu
60
61
62 @node Notes
63 @subsection Notes
64
65
66 A note is printed by specifying its pitch and then its duration,
67
68 @lilypond[quote,verbatim,raggedright]
69 { cis'4 d'8 e'16 c'16 }
70 @end lilypond
71
72
73 @node Pitches
74 @subsection Pitches
75
76 @cindex Pitch names
77 @cindex Note specification
78 @cindex pitches
79 @cindex entering notes
80
81 The most common syntax for pitch entry is used for standard notes and
82 @code{\chordmode} modes.  In these modes, pitches may be designated by
83 names.  The notes are specified by the letters @code{a} through
84 @code{g}.  The octave is formed with notes ranging from @code{c}
85 to @code{b}.  The pitch @code{c} is an octave below middle C and the
86 letters span the octave above that C
87
88 @lilypond[quote,fragment,verbatim]
89 \clef bass
90 a,4 b, c d e f g a b c' d' e' \clef treble f' g' a' b' c''
91 @end lilypond
92
93 @cindex note names, Dutch
94
95 A sharp is formed by adding @code{-is} to the end of a pitch name and
96 a flat is formed by adding @code{-es}.  Double sharps and double flats
97 are obtained by adding @code{-isis} or @code{-eses}.  These
98 names are the Dutch note names.  In Dutch, @code{aes} is contracted to
99 @code{as}, but both forms are accepted.  Similarly, both
100 @code{es} and @code{ees} are accepted
101
102 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
103 ceses4
104 ces
105 c
106 cis
107 cisis
108 @end lilypond
109
110 There are predefined sets of note names for various other languages.
111 To use them, include the language specific init file.  For
112 example: @code{\include "english.ly"}.  The available language files
113 and the note names they define are
114
115 @anchor{note name}
116 @anchor{note names}
117 @example
118                         Note Names               sharp       flat
119 nederlands.ly  c   d   e   f   g   a   bes b   -is         -es
120 english.ly     c   d   e   f   g   a   bf  b   -s/-sharp   -f/-flat
121                                                -x (double)
122 deutsch.ly     c   d   e   f   g   a   b   h   -is         -es
123 norsk.ly       c   d   e   f   g   a   b   h   -iss/-is    -ess/-es
124 svenska.ly     c   d   e   f   g   a   b   h   -iss        -ess
125 italiano.ly    do  re  mi  fa  sol la  sib si  -d          -b
126 catalan.ly     do  re  mi  fa  sol la  sib si  -d/-s       -b
127 espanol.ly     do  re  mi  fa  sol la  sib si  -s          -b
128 @end example
129
130 @cindex @code{'}
131 @cindex @code{,}
132
133
134
135 The optional octave specification takes the form of a series of
136 single quote (`@code{'}') characters or a series of comma
137 (`@code{,}') characters.  Each @code{'} raises the pitch by one
138 octave; each @code{,} lowers the pitch by an octave
139
140 @lilypond[quote,raggedright,fragment,verbatim]
141 c' c'' es' g' as' gisis' ais'
142 @end lilypond
143
144 @c FIXME: we need this info (hide/unhide) somewhere in the manual, but this ain't the place.  -gp
145 @refcommands
146 Notes can be hidden and unhidden with the following commands
147
148 @cindex @code{\hideNotes}
149 @code{\hideNotes},
150 @cindex @code{\unHideNotes}
151 @code{\unHideNotes}.
152
153
154 @seealso
155
156 Program reference: @internalsref{NoteEvent}, and @internalsref{NoteHead}.
157
158
159
160 @node Chromatic alterations
161 @subsection Chromatic alterations
162
163 Normally accidentals are printed automatically, but you may also
164 print them manually.  A reminder accidental
165 @cindex reminder accidental
166 @cindex @code{?}
167 can be forced by adding an exclamation mark @code{!}
168 after the pitch.  A cautionary accidental
169 @cindex cautionary accidental
170 @cindex parenthesized accidental
171 (i.e., an accidental within parentheses) can be obtained by adding the
172 question mark `@code{?}' after the pitch.
173
174 @lilypond[quote,raggedright,fragment,verbatim]
175 cis' cis' cis'! cis'?
176 @end lilypond
177
178
179 @seealso
180
181 The automatic production of accidentals can be tuned in many
182 ways.  For more information, refer to @ref{Automatic accidentals}.
183
184
185
186 @node Micro tones
187 @subsection Micro tones
188
189 Half-flats and half-sharps are formed by adding @code{-eh} and
190 @code{-ih}; the following is a series of Cs with increasing pitches
191
192 @cindex quarter tones
193 @cindex semi-flats, semi-sharps
194
195 @lilypond[verbatim,raggedright,quote,relative=2,fragment]
196 { ceseh ceh cih cisih }
197 @end lilypond
198
199 Micro tones are also exported to the MIDI file
200
201
202 @refbugs
203
204 There are no generally accepted standards for denoting three quarter
205 flats, so LilyPond's symbol does not conform to any standard.
206
207 @node Chords
208 @subsection Chords
209
210 A chord is formed by a enclosing a set of pitches in @code{<} and
211 @code{>}.  A chord may be followed by a duration, and a set of
212 articulations, just like simple notes
213
214 @lilypond[verbatim,raggedright,fragment,quote,relative=1]
215 <c e g>4 <c>8
216 @end lilypond
217
218 @node Rests
219 @subsection Rests
220 @cindex Rests
221
222
223 @cindex @code{\rest}
224 @cindex @code{r}
225
226 Rests are entered like notes, with the note name @code{r}
227
228 @lilypond[fragment,quote,raggedright,verbatim]
229 r1 r2 r4 r8
230 @end lilypond
231
232 Whole bar rests, centered in middle of the bar,
233 must be done with multi-measure rests.  They are discussed in
234 @ref{Multi measure rests}.
235
236
237 A rest's vertical position may be explicitly specified by entering a
238 note with the @code{\rest} keyword appended, the rest will be placed at
239 the note's place.  This makes manual formatting in polyphonic music
240 easier.  Automatic rest collision formatting will leave these rests
241 alone
242
243 @lilypond[fragment,quote,raggedright,verbatim]
244 a'4\rest d'4\rest
245 @end lilypond
246
247 @seealso
248
249 Program reference: @internalsref{RestEvent}, and @internalsref{Rest}.
250
251
252 @c FIXME: naming.
253 @node Skips
254 @subsection Skips
255 @cindex Skip
256 @cindex Invisible rest
257 @cindex Space note
258
259 @cindex @code{\skip}
260 @cindex @code{s}
261 An invisible rest (also called a `skip') can be entered like a note
262 with note name `@code{s}' or with @code{\skip @var{duration}}
263
264 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
265 a4 a4 s4 a4 \skip 1 a4
266 @end lilypond
267
268 The @code{s} syntax is only available in note mode and chord mode.  In
269 other situations, for example, when entering lyrics, you should use
270 the @code{\skip} command
271
272 @lilypond[quote,raggedright,verbatim]
273 <<
274   \relative { a'2 a1 }
275   \new Lyrics \lyricmode { \skip 2 bla1 }
276 >>
277 @end lilypond
278
279 The skip command is merely an empty musical placeholder.  It does not
280 produce any output, not even transparent output.
281
282 The @code{s} skip command does create @internalsref{Staff} and
283 @internalsref{Voice} when necessary, similar to note and rest
284 commands.  For example, the following results in an empty staff.
285
286 @lilypond[quote,raggedright,verbatim]
287 { s4 }
288 @end lilypond
289
290 The fragment @code{@{ \skip 4 @} } would produce an empty page.
291
292 @seealso
293
294 Program reference: @internalsref{SkipEvent}, @internalsref{SkipMusic}.
295
296
297
298 @node Durations
299 @subsection Durations
300
301
302 @cindex duration
303 @cindex @code{\longa}
304 @cindex @code{\breve}
305 @cindex @code{\maxima}
306
307
308 In Note, Chord, and Lyrics mode, durations are designated by numbers and
309 dots: durations are entered as their reciprocal values.  For example, a
310 quarter note is entered using a @code{4} (since it is a 1/4 note), while
311 a half note is entered using a @code{2} (since it is a 1/2 note).  For
312 notes longer than a whole you must use the variables @code{\longa} and
313 @code{\breve}
314
315 @example
316 c'\breve
317 c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64
318 r\longa r\breve
319 r1 r2 r4 r8 r16 r32 r64 r64
320 @end example
321
322 @lilypond[quote]
323 \score {
324  \relative c'' {
325     a\breve*1/2 \autoBeamOff
326     a1 a2 a4 a8 a16 a32 a64 a64
327    \bar "empty"
328    \break
329     r\longa*1/4 r\breve *1/2
330     r1 r2 r4 r8 r16 r32 r64 r64
331   }
332   \layout {
333     raggedright = ##t
334     \context {
335       \Staff
336         \remove "Clef_engraver"
337         \override StaffSymbol #'transparent = ##t
338         \override TimeSignature #'transparent = ##t
339         \override BarLine #'transparent = ##t
340         \consists "Pitch_squash_engraver"
341     }
342   }
343 }
344 @end lilypond
345
346 If the duration is omitted then it is set to the previously entered
347 duration.  The default for the first note is a quarter note.
348
349 @lilypond[quote,raggedright,verbatim,fragment]
350 { a a a2 a a4 a a1 a }
351 @end lilypond
352
353
354
355 @node Augmentation dots
356 @subsection Augmentation dots
357
358 @cindex @code{.}
359 To obtain dotted note lenghts, simply add a dot (`@code{.}') to
360 the number.  Double-dotted notes are produced in a similar way.
361
362 @lilypond[quote,raggedright,fragment,verbatim]
363 a'4 b' c''4. b'8 a'4. b'4.. c''8.
364 @end lilypond
365
366 @refcommands
367
368 Dots are normally moved up to avoid staff lines, except in polyphonic
369 situations.  The following commands may be used to force a particular
370 direction manually
371
372 @cindex @code{\dotsUp}
373 @code{\dotsUp},
374 @cindex @code{\dotsDown}
375 @code{\dotsDown},
376 @cindex @code{\dotsNeutral}
377 @code{\dotsNeutral}.
378
379 @seealso
380
381 Program reference: @internalsref{Dots}, and @internalsref{DotColumn}.
382
383 @node Scaling durations
384 @subsection Scaling durations
385
386 You can alter the length of duration by a fraction @var{N/M}
387 appending `@code{*}@var{N/M}' (or `@code{*}@var{N}' if @var{M=1}).  This
388 will not affect the appearance of the notes or rests produced.
389
390 In the following example, the first three notes take up exactly two
391 beats, but no triplet bracket is printed.
392 @lilypond[quote,raggedright,fragment,relative=2,verbatim]
393 \time 2/4
394 a4*2/3 gis4*2/3 a4*2/3
395 a4 a4 a4*2
396 b16*4 c4
397 @end lilypond
398
399
400 @seealso
401
402 This manual: @ref{Tuplets}
403
404
405 @c TODO: I'm not certain that Stems belong here in the manual.  -gp
406 @node Stems
407 @subsection Stems
408
409 Whenever a note is found, a @internalsref{Stem} object is created
410 automatically.  For whole notes and rests, they are also created but
411 made invisible.
412
413 @refcommands
414
415 @cindex @code{\stemUp}
416 @code{\stemUp},
417 @cindex @code{\stemDown}
418 @code{\stemDown},
419 @cindex @code{\stemNeutral}
420 @code{\stemNeutral}.
421
422
423 @node Ties
424 @subsection Ties
425
426 @cindex Tie
427 @cindex ties
428 @cindex @code{~}
429
430 A tie connects two adjacent note heads of the same pitch.  The tie in
431 effect extends the length of a note.  Ties should not be confused with
432 slurs, which indicate articulation, or phrasing slurs, which indicate
433 musical phrasing.  A tie is entered using the tilde symbol `@code{~}'
434
435 @lilypond[quote,raggedright,fragment,verbatim]
436 e' ~ e' <c' e' g'> ~ <c' e' g'>
437 @end lilypond
438
439 When a tie is applied to a chord, all note heads whose pitches match
440 are connected.  When no note heads match, no ties will be created.
441
442 A tie is just a way of extending a note duration, similar to the
443 augmentation dot.  The following example shows two ways of notating
444 exactly the same concept
445 @c
446 @lilypond[quote,fragment,raggedright]
447 \time 3/4 c'2. c'2 ~ c'4
448 @end lilypond
449
450 @noindent
451 Ties are used either when the note crosses a bar line, or when dots
452 cannot be used to denote the rhythm.  When using ties, larger note
453 values should be aligned to subdivisions of the measure, eg.
454
455 @lilypond[fragment,quote,raggedright]
456 \relative {
457   r8 c8 ~ c2 r4 | r8^"not" c2 ~ c8 r4
458 }
459 @end lilypond
460
461 If you need to tie a lot of notes over bars, it may be easier to use
462 automatic note splitting (see @ref{Automatic note splitting}).  This
463 mechanism automatically splits long notes, and ties them across bar
464 lines.
465
466 @refcommands
467
468
469 @cindex @code{\tieUp}
470 @code{\tieUp},
471 @cindex @code{\tieDown}
472 @code{\tieDown},
473 @cindex @code{\tieNeutral}
474 @code{\tieNeutral},
475 @cindex @code{\tieDotted}
476 @code{\tieDotted},
477 @cindex @code{\tieSolid}
478 @code{\tieSolid}.
479
480 @seealso
481
482 In this manual: @ref{Automatic note splitting}.
483
484 Program reference: @internalsref{TieEvent}, @internalsref{Tie}.
485
486 @refbugs
487
488
489 Switching staves when a tie is active will not produce a slanted tie.
490
491 Formatting of ties is a difficult subject.  The results are often not
492 optimal.
493
494 @node Tuplets
495 @subsection Tuplets
496
497 @cindex tuplets
498 @cindex triplets
499 @cindex @code{\times}
500
501 Tuplets are made out of a music expression by multiplying all durations
502 with a fraction
503
504 @cindex @code{\times}
505 @example
506 \times @var{fraction} @var{musicexpr}
507 @end example
508
509 @noindent
510 The duration of @var{musicexpr} will be multiplied by the fraction.
511 The fraction's denominator will be printed over the notes, optionally
512 with a bracket.  The most common tuplet is the triplet in which 3
513 notes have the length of 2, so the notes are 2/3 of their written
514 length
515
516 @lilypond[quote,raggedright,fragment,verbatim]
517 g'4 \times 2/3 {c'4 c' c'} d'4 d'4
518 @end lilypond
519
520 The property @code{tupletSpannerDuration} specifies how long each
521 bracket should last.  With this, you can make lots of tuplets while
522 typing @code{\times} only once, thus saving lots of typing.  In the next
523 example, there are two triplets shown, while @code{\times} was only
524 used once
525
526 @lilypond[quote,fragment,relative=1,raggedright,verbatim]
527 \set tupletSpannerDuration = #(ly:make-moment 1 4)
528 \times 2/3 { c'8 c c c c c }
529 @end lilypond
530
531 The format of the number is determined by the property
532 @code{tupletNumberFormatFunction}.  The default prints only the
533 denominator, but if it is set to the Scheme function
534 @code{fraction-tuplet-formatter}, @var{num}:@var{den} will be printed
535 instead.
536
537
538 @cindex @code{tupletNumberFormatFunction}
539 @cindex tuplet formatting
540
541
542 @refcommands
543
544 @cindex @code{\tupletUp}
545 @code{\tupletUp},
546 @cindex @code{\tupletDown}
547 @code{\tupletDown},
548 @cindex @code{\tupletNeutral}
549 @code{\tupletNeutral}.
550
551 @seealso
552
553 User manual: @ref{Changing context properties on the fly} for the
554 @code{\set} command.
555
556
557 Program reference: @internalsref{TupletBracket}, and @internalsref{TimeScaledMusic}.
558
559 Examples: @inputfileref{input/@/regression,tuplet@/-nest@/.ly}.
560
561 @refbugs
562
563 Nested tuplets are not formatted automatically.  In this case, outer
564 tuplet brackets should be moved manually, which is demonstrated in
565 @inputfileref{input/@/regression,tuplet@/-nest@/.ly}.
566
567
568
569 @node Easier music entry
570 @section Easier music entry
571 @cindex Music entry
572
573 This section deals with tricks and features of the input language that
574 were added solely to help entering music and finding and correcting
575 mistakes.  There are also external tools that make debugging easier.
576 See @ref{Point and click} for more information.
577
578 It is also possible to enter and edit music using other programs, such as
579 GUI interfaces or MIDI sequencers.  Refer to the LilyPond
580 website for more information.
581
582
583 @menu
584 * Relative octaves::            
585 * Octave check::                
586 * Bar check::                   
587 * Skipping corrected music::    
588 * Automatic note splitting::    
589 @end menu
590
591
592
593
594 @node Relative octaves
595 @subsection Relative octaves
596 @cindex Relative
597 @cindex relative octave specification
598
599 Octaves are specified by adding @code{'} and @code{,} to pitch names.
600 When you copy existing music, it is easy to accidentally put a pitch
601 in the wrong octave and hard to find such an error.  The relative
602 octave mode prevents these errors by making the mistakes much
603 larger: a single error puts the rest of the piece off by one octave
604
605 @cindex @code{\relative}
606 @example
607 \relative @var{startpitch} @var{musicexpr}
608 @end example
609
610 @noindent
611 or
612
613 @example
614 \relative @var{musicexpr}
615 @end example
616
617 The octave of notes that appear in @var{musicexpr} are calculated as
618 follows: if no octave changing marks are used, the basic interval
619 between this and the last note is always taken to be a fourth or
620 less.  This distance is determined without regarding alterations; a
621 @code{fisis} following a @code{ceses} will be put above the
622 @code{ceses}.  In other words, a doubly-augmented fourth is considered
623 a smaller interval than a diminshed fifth, even though the fourth is
624 seven semitones while the fifth is only six semitones.
625
626 The octave changing marks @code{'} and @code{,} can be added to raise
627 or lower the pitch by an extra octave.  Upon entering relative mode,
628 an absolute starting pitch can be specified that will act as the
629 predecessor of the first note of @var{musicexpr}.  If no starting pitch
630 is specified, then middle C is used as a start.
631
632 Here is the relative mode shown in action
633 @lilypond[quote,fragment,raggedright,verbatim]
634 \relative c'' {
635   b c d c b c bes a
636 }
637 @end lilypond
638
639 Octave changing marks are used for intervals greater than a fourth
640 @lilypond[quote,raggedright,fragment,verbatim]
641 \relative c'' {
642   c g c f, c' a, e''
643 }
644 @end lilypond
645
646 If the preceding item is a chord, the first note of the chord is used
647 to determine the first note of the next chord
648
649 @lilypond[quote,raggedright,fragment,verbatim]
650 \relative c' {
651   c <c e g>
652   <c' e g>
653   <c, e' g>
654 }
655 @end lilypond
656
657 The pitch after the @code{\relative} contains a note name.
658
659
660 The relative conversion will not affect @code{\transpose},
661 @code{\chordmode} or @code{\relative} sections in its argument.  To use
662 relative within transposed music, an additional @code{\relative} must
663 be placed inside @code{\transpose}.
664
665 @node Octave check
666 @subsection Octave check
667
668
669 Octave checks make octave errors easier to correct: a note may be
670 followed by @code{=}@var{quotes} which indicates what its absolute
671 octave should be.  In the following example,
672 @example
673 \relative c'' @{ c='' b=' d,='' @}
674 @end example
675
676 @noindent
677 @c take care with @code, adds confusing quotes.
678 the @code{d} will generate a warning, because a @code{d''} is expected
679 (because @code{b'} to @code{d''} is only a third), but a @code{d}' is
680 found.  In the output, the octave is corrected to be a @code{d''} and
681 the next note is calculated relative to @code{d''} instead of @code{d'}.
682
683
684
685 There is also a syntax that is separate from the notes.  The syntax
686
687 @example
688 \octave @var{pitch}
689 @end example
690
691 This checks that @var{pitch} (without quotes) yields @var{pitch} (with
692 quotes) in \relative mode.  If not, a warning is printed, and the
693 octave is corrected.
694
695 In the example below, the first check passes without incident, since
696 the @code{e} (in relative mode) is within a fifth of @code{a'}.  However,
697 the second check produces a warning, since the @code{e} is not within
698 a fifth of @code{b'}.  The warning message is printed, and the octave
699 is adjusted so that the following notes are in the correct octave
700 once again.
701
702 @example
703 \relative c' @{
704   e
705   \octave a'
706   \octave b'
707 @}
708 @end example
709
710
711 The octave of a note following an octave check is determined with
712 respect to the note preceding it.  In the next fragment, the last note
713 is a @code{a'}, above middle C.  That means that the @code{\octave}
714 check passes successfully, so the check could be deleted without changing
715 the output of the piece.
716
717 @lilypond[quote,raggedright,verbatim,fragment]
718 \relative c' {
719   e
720   \octave b
721   a
722 }
723 @end lilypond
724
725 @node Bar check
726 @subsection Bar check
727 @cindex Bar check
728
729 @cindex bar check
730 @cindex @code{barCheckSynchronize}
731 @cindex @code{|}
732
733 Bar checks help detect errors in the durations.  A bar check is
734 entered using the bar symbol, `@code{|}'.  Whenever it is encountered
735 during interpretation, it should fall on a measure boundary.  If it
736 does not, a warning is printed.  In the next example, the second bar
737 check will signal an error
738 @example
739 \time 3/4 c2 e4 | g2 |
740 @end example
741
742 Bar checks can also be used in lyrics, for example
743
744 @example
745 \lyricmode @{
746   \time 2/4
747   Twin -- kle | Twin -- kle
748 @}
749 @end example
750
751
752 @cindex @code{skipTypesetting}
753
754 Failed bar checks are caused by entering incorrect
755 durations.  Incorrect durations often completely garble up the score,
756 especially if the score is polyphonic, so a good place to start correcting
757 input is by scanning for failed bar checks and incorrect durations.  To
758 speed up this process, the @code{skipTypesetting} feature may be
759 used.  It is described in the next section.
760
761 @cindex @code{|}
762 @cindex @code{pipeSymbol}
763
764 It is also possible to redefine the meaning of @code{|}.  This is done
765 by assigning a music expression to @code{pipeSymbol},
766
767 @lilypond[quote,raggedright,verbatim]
768 pipeSymbol = \bar "||"
769
770 { c'2 c' | c'2 c }
771 @end lilypond
772
773
774 @node Skipping corrected music
775 @subsection Skipping corrected music
776
777 The property @code{Score.skipTypesetting} can be used to switch on and
778 off typesetting completely during the interpretation phase.  When
779 typesetting is switched off, the music is processed much more
780 quickly.  This can be used to skip over the parts of a score that
781 have already been checked for errors
782
783 @lilypond[quote,fragment,raggedright,verbatim]
784 \relative c'' {
785   c8 d
786   \set Score.skipTypesetting = ##t
787   e e e e e e e e
788   \set Score.skipTypesetting = ##f
789   c d b bes a g c2 }
790 @end lilypond
791
792 In polyphonic music, @code{Score.skipTypesetting} will affect all
793 voices and staves, saving even more time.
794
795 @node Automatic note splitting
796 @subsection Automatic note splitting
797
798 Long notes can be converted automatically to tied notes.  This is done
799 by replacing the @internalsref{Note_heads_engraver} by the
800 @internalsref{Completion_heads_engraver}.
801 In the following examples, notes crossing the bar line are split and tied.
802
803
804 @lilypond[quote,fragment,verbatim,relative=1,linewidth=12\cm]
805 \new Voice \with {
806   \remove "Note_heads_engraver"
807   \consists "Completion_heads_engraver"
808 } {
809   c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2
810 }
811 @end lilypond
812
813 This engraver splits all running notes at the bar line, and inserts
814 ties.  One of its uses is to debug complex scores: if the measures are
815 not entirely filled, then the ties exactly show how much each measure
816 is off.
817
818 @refbugs
819
820 Not all durations (especially those containing tuplets) can be
821 represented exactly with normal notes and dots, but the engraver will
822 not insert tuplets.
823
824 @seealso
825
826 Examples: @inputfileref{input/@/regression,completion@/-heads@/.ly}.
827
828 @noindent
829
830 Program reference: @internalsref{Completion_heads_engraver}.
831
832
833 @node Staff notation
834 @section Staff notation
835
836 This section describes music notation that occurs on staff level,
837 such as key signatures, clefs and time signatures.
838
839 @cindex Staff notation
840
841 @menu
842 * Staff symbol::                
843 * Key signature::               
844 * Clef::                        
845 * Ottava brackets::             
846 * Time signature::              
847 * Partial measures::            
848 * Unmetered music::             
849 * Bar lines::                   
850 * Time administration::         
851 * Controlling formatting of prefatory matter::  
852 @end menu
853
854 @node Staff symbol
855 @subsection Staff symbol
856
857 @cindex adjusting staff symbol
858
859 Notes, dynamic signs, etc., are grouped
860 with a set of horizontal lines, into a staff (plural `staves').  In our
861 system, these lines are drawn using a separate layout object called
862 staff symbol.
863
864
865 @cindex staff lines, setting number of
866 @cindex staff lines, setting thickness of
867 @cindex thickness of staff lines, setting
868 @cindex number of staff lines, setting
869
870 @seealso
871
872 Program reference: @internalsref{StaffSymbol}.
873
874 Examples: @inputfileref{input/@/test,staff@/-lines@/.ly},
875 @inputfileref{input/@/test,staff@/-size@/.ly}.
876
877 @refbugs
878
879 If a staff is ended halfway a piece, the staff symbol may not end
880 exactly on the bar line.
881
882
883 @node Key signature
884 @subsection Key signature
885 @cindex Key signature
886
887 @cindex @code{\key}
888
889 The key signature indicates the tonality in which a piece is played.  It
890 is denoted by a set of alterations (flats or sharps) at the start of the
891 staff.
892
893
894 Setting or changing the key signature is done with the @code{\key}
895 command
896 @example
897 @code{\key} @var{pitch} @var{type}
898 @end example
899
900 @cindex @code{\minor}
901 @cindex @code{\major}
902 @cindex @code{\minor}
903 @cindex @code{\ionian}
904 @cindex @code{\locrian}
905 @cindex @code{\aeolian}
906 @cindex @code{\mixolydian}
907 @cindex @code{\lydian}
908 @cindex @code{\phrygian}
909 @cindex @code{\dorian}
910
911 Here, @var{type} should be @code{\major} or @code{\minor} to get
912 @var{pitch}-major or @var{pitch}-minor, respectively.
913 The standard mode names @code{\ionian},
914 @code{\locrian}, @code{\aeolian}, @code{\mixolydian}, @code{\lydian},
915 @code{\phrygian}, and @code{\dorian} are also defined.
916
917 This command sets the context property
918 @internalsref{Staff}.@code{keySignature}.  Non-standard key signatures
919 can be specified by setting this property directly.
920
921 Accidentals and key signatures often confuse new users, because
922 unaltered notes get natural signs depending on the key signature.  For
923 more information, see @ref{More about pitches}.
924
925 @seealso
926
927 Program reference: @internalsref{KeyChangeEvent},
928 @internalsref{KeyCancellation} and @internalsref{KeySignature}.
929
930 @cindex @code{keySignature}
931
932
933 @node Clef
934 @subsection Clef
935 @cindex @code{\clef}
936
937 The clef indicates which lines of the staff correspond to which
938 pitches.
939
940
941 The clef can be set with the @code{\clef} command
942 @lilypond[quote,raggedright,fragment,verbatim]
943 { c''2 \clef alto g'2 }
944 @end lilypond
945
946 Supported clef-names include
947 @c Moved standard clefs to the top /MB
948 @table @code
949 @cindex treble clef
950 @cindex violin clef
951 @item treble, violin, G, G2
952 G clef on 2nd line
953 @item alto, C
954 @cindex alto clef
955  C clef on 3rd line
956 @item tenor
957 @cindex tenor clef
958  C clef on 4th line.
959 @item bass, F
960 @cindex bass clef
961  F clef on 4th line
962 @item french
963 @cindex french clef
964  G clef on 1st line, so-called French violin clef
965 @item soprano
966 @cindex soprano clef
967  C clef on 1st line
968 @item mezzosoprano
969 @cindex mezzosoprano clef
970  C clef on 2nd line
971 @item baritone
972 @cindex baritone clef
973  C clef on 5th line
974 @item varbaritone
975 @cindex varbaritone clef
976  F clef on 3rd line
977 @item subbass
978 @cindex subbass clef
979  F clef on 5th line
980 @item percussion
981  percussion clef
982 @item tab
983  tablature clef
984 @end table
985
986 By adding @code{_8} or @code{^8} to the clef name, the clef is
987 transposed one octave down or up, respectively, and @code{_15} and
988 @code{^15} transposes by two octaves.  The argument @var{clefname}
989 must be enclosed in quotes when it contains underscores or digits.  For
990 example,
991
992
993 @cindex choral tenor clef
994 @lilypond[quote,raggedright,verbatim,fragment,relative=1]
995 \clef "G_8" c4
996 @end lilypond
997
998 This command is equivalent to setting @code{clefGlyph},
999 @code{clefPosition} (which controls the Y position of the clef),
1000 @code{centralCPosition} and @code{clefOctavation}.  A clef is printed
1001 when any of these properties are changed.  The following example shows
1002 possibilities when setting properties manually.
1003
1004 @lilypond[quote,raggedright,verbatim]
1005 {
1006   \set Staff.clefGlyph = #"clefs-F"
1007   \set Staff.clefPosition = #2
1008   c'4
1009   \set Staff.clefGlyph = #"clefs-G"
1010   c'4
1011   \set Staff.clefGlyph = #"clefs-C"
1012   c'4
1013   \set Staff.clefOctavation = #7
1014   c'4
1015   \set Staff.clefOctavation = #0
1016   \set Staff.clefPosition = #0
1017   c'4
1018   \clef "bass"
1019   c'4
1020 }
1021 @end lilypond
1022
1023
1024 @seealso
1025
1026 Program reference: @internalsref{Clef}.
1027
1028
1029
1030 @node Ottava brackets
1031 @subsection Ottava brackets
1032
1033 `Ottava' brackets introduce an extra transposition of an octave for
1034 the staff.  They are created by invoking the function
1035 @code{set-octavation}
1036
1037 @cindex ottava
1038 @cindex 15ma
1039 @cindex octavation
1040
1041 @lilypond[quote,raggedright,verbatim,fragment]
1042 \relative c''' {
1043   a2 b
1044   #(set-octavation 1)
1045   a b
1046   #(set-octavation 0)
1047   a b
1048 }
1049 @end lilypond
1050
1051 The @code{set-octavation} function also takes -1 (for 8va bassa) and 2
1052 (for 15ma) as arguments.  Internally the function sets the properties
1053 @code{ottavation} (e.g., to @code{"8va"}) and
1054 @code{centralCPosition}.  For overriding the text of the bracket, set
1055 @code{ottavation} after invoking @code{set-octavation}, i.e.,
1056
1057 @lilypond[quote,raggedright,verbatim]
1058 {
1059   #(set-octavation 1)
1060   \set Staff.ottavation = #"8"
1061   c'''
1062 }
1063 @end lilypond
1064
1065 @seealso
1066
1067 Program reference: @internalsref{OttavaBracket}.
1068
1069 Examples: @inputfileref{input/@/regression,ottava@/.ly},
1070 @inputfileref{input/@/regression,ottava@/-broken@/.ly}.
1071
1072 @refbugs
1073
1074 @code{set-octavation} will get confused when clef changes happen
1075 during an octavation bracket.
1076
1077
1078
1079
1080 @node Time signature
1081 @subsection Time signature
1082 @cindex Time signature
1083 @cindex meter
1084 @cindex @code{\time}
1085
1086 Time signature indicates the metrum of a piece: a regular pattern of
1087 strong and weak beats.  It is denoted by a fraction at the start of the
1088 staff.
1089
1090
1091 The time signature is set or changed by the @code{\time}
1092 command
1093 @lilypond[quote,raggedright,fragment,verbatim]
1094 \time 2/4 c'2 \time 3/4 c'2.
1095 @end lilypond
1096
1097 The symbol that is printed can be customized with the @code{style}
1098 property.  Setting it to @code{#'()} uses fraction style for 4/4 and
1099 2/2 time,
1100
1101 @lilypond[fragment,quote,raggedright,verbatim]
1102 \time 4/4 c'1
1103 \time 2/2 c'1
1104 \override Staff.TimeSignature #'style = #'()
1105 \time 4/4 c'1
1106 \time 2/2 c'1
1107 @end lilypond
1108
1109
1110
1111 There are many more options for its layout.  See @ref{Ancient time
1112 signatures} for more examples.
1113
1114
1115 This command sets the property @code{timeSignatureFraction},
1116 @code{beatLength} and @code{measureLength} in the @code{Timing}
1117 context, which is normally aliased to @internalsref{Score}.  The
1118 property @code{measureLength} determines where bar lines should be
1119 inserted, and how automatic beams should be generated.  Changing the
1120 value of @code{timeSignatureFraction} also causes the symbol to be
1121 printed.
1122
1123 More options are available through the Scheme function
1124 @code{set-time-signature}.  In combination with the
1125 @internalsref{Measure_grouping_engraver}, it will create
1126 @internalsref{MeasureGrouping} signs.  Such signs ease reading
1127 rhythmically complex modern music.  In the following example, the 9/8
1128 measure is subdivided in 2, 2, 2 and 3.  This is passed to
1129 @code{set-time-signature} as the third argument @code{(2 2 2 3)}
1130
1131 @lilypond[quote,raggedright,verbatim]
1132 \score {
1133   \relative c'' {
1134     #(set-time-signature 9 8 '(2 2 2 3))
1135     g8[ g] d[ d] g[ g] a8[( bes g]) |
1136     #(set-time-signature 5 8 '(3 2))
1137     a4. g4
1138   }
1139   \layout {
1140     \context {
1141       \Staff
1142       \consists "Measure_grouping_engraver"
1143     }
1144   }
1145 }
1146 @end lilypond
1147
1148 @seealso
1149
1150 Program reference: @internalsref{TimeSignature}, and @internalsref{Timing_engraver}.
1151
1152
1153 @refbugs
1154
1155 Automatic beaming does not use the measure grouping specified with
1156 @code{set-time-signature}.
1157
1158 @node Partial measures
1159 @subsection Partial measures
1160 @cindex Partial
1161 @cindex anacrusis
1162 @cindex partial measure
1163 @cindex measure, partial
1164 @cindex shorten measures
1165 @cindex @code{\partial}
1166
1167 Partial measures, for example in upsteps, are entered using the
1168 @code{\partial} command
1169 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
1170 \partial 16*5 c16 cis d dis e | a2. c,4 | b2
1171 @end lilypond
1172
1173 The syntax for this command is
1174 @example
1175 \partial @var{duration}
1176 @end example
1177 This is internally translated into
1178 @example
1179 \set Timing.measurePosition = -@var{length of duration}
1180 @end example
1181 @cindex @code{|}
1182 The property @code{measurePosition} contains a rational number
1183 indicating how much of the measure has passed at this point.
1184
1185 @refbugs
1186
1187 This command does not take into account grace notes at the start of
1188 the music.  When a piece starts with graces notes in the pickup, then
1189 the @code{\partial} should follow the grace notes
1190
1191 @lilypond[verbatim,quote,raggedright,relative,fragment]
1192 {
1193   \grace f16
1194   \partial 4
1195   g4
1196   a2 g2
1197 }
1198 @end lilypond
1199
1200
1201 @node Unmetered music
1202 @subsection Unmetered music
1203
1204 @cindex @code{\bar}
1205
1206 Bar lines and bar numbers are calculated automatically.  For unmetered
1207 music (cadenzas, for example), this is not desirable.  By setting
1208 @code{Score.timing} to false, this automatic timing can be switched
1209 off.  Empty bar lines,
1210
1211 @example
1212 \bar ""
1213 @end example
1214
1215 @noindent
1216 indicate where line breaks can occur.
1217
1218 @refcommands
1219
1220 @cindex @code{\cadenzaOn}
1221 @code{\cadenzaOn},
1222 @cindex @code{\cadenzaOff}
1223 @code{\cadenzaOff}.
1224
1225
1226
1227
1228 @node Bar lines
1229 @subsection Bar lines
1230 @cindex Bar lines
1231
1232 @cindex @code{\bar}
1233 @cindex measure lines
1234 @cindex repeat bars
1235
1236
1237 Bar lines delimit measures, but are also used to indicate repeats.
1238 Normally, they are inserted automatically.  Line breaks may only
1239 happen on bar lines.
1240
1241 Special types of bar lines can be forced with the @code{\bar} command
1242 @c
1243 @lilypond[quote,raggedright,relative=2,fragment,verbatim]
1244 c4 \bar "|:" c4
1245 @end lilypond
1246
1247 The following bar types are available
1248 @lilypondfile[raggedright,quote]{bar-lines.ly}
1249
1250 For allowing line breaks, there is a special command,
1251 @example
1252 \bar ""
1253 @end example
1254 This will insert an invisible bar line, and allow line breaks at this
1255 point.
1256
1257 In scores with many staves, a @code{\bar} command in one staff is
1258 automatically applied to all staves.  The resulting bar lines are
1259 connected between different staves of a @internalsref{StaffGroup}
1260 @c
1261 @lilypond[quote,raggedright,fragment,verbatim]
1262 <<
1263   \context StaffGroup <<
1264     \new Staff {
1265       e'4 d'
1266       \bar "||"
1267       f' e'
1268     }
1269     \new Staff { \clef bass c4 g e g }
1270   >>
1271   \new Staff { \clef bass c2 c2 }
1272 >>
1273 @end lilypond
1274
1275
1276 The command @code{\bar }@var{bartype} is a short cut for doing
1277 @code{\set Timing.whichBar = }@var{bartype}.  Whenever @code{whichBar}
1278 is set to a string, a bar line of that type is created.
1279
1280 A bar line is created whenever the @code{whichBar} property is set.
1281 At the start of a measure it is set to the contents of
1282 @code{Timing.defaultBarType}.  The contents of @code{repeatCommands} are used
1283 to override default measure bars.
1284
1285 @cindex @code{whichBar}
1286 @cindex @code{repeatCommands}
1287 @cindex @code{defaultBarType}
1288
1289 You are encouraged to use @code{\repeat} for repetitions.  See
1290 @ref{Repeats}.
1291
1292
1293
1294 @seealso
1295
1296 In this manual: @ref{Repeats}, @ref{System start delimiters}.
1297
1298
1299 Program reference: @internalsref{BarLine} (created at
1300 @internalsref{Staff} level), @internalsref{SpanBar} (across staves).
1301
1302 @cindex bar lines at start of system
1303 @cindex start of system
1304
1305
1306
1307 Examples: @inputfileref{input/@/test,bar@/-lines@/.ly},
1308
1309
1310 @node Time administration
1311 @subsection Time administration
1312
1313 Time is administered by the @internalsref{Time_signature_engraver},
1314 which usually lives in the @internalsref{Score} context.
1315 The bookkeeping deals with the following variables
1316
1317 @table @code
1318 @item currentBarNumber
1319 The measure number.
1320
1321 @item measureLength
1322 The length of the measures in the current time signature.  For a 4/4
1323 time this is@tie{}1, and for 6/8 it is 3/4.
1324
1325 @item measurePosition
1326 The point within the measure where we currently are.  This quantity
1327 is reset to@tie{}0 whenever it exceeds @code{measureLength}.  When that
1328 happens, @code{currentBarNumber} is incremented.
1329
1330 @item timing
1331 If set to true, the above variables are updated for every time
1332 step.  When set to false, the engraver stays in the current measure
1333 indefinitely.
1334 @end table
1335
1336 Timing can be changed by setting any of these variables explicitly.
1337 In the next example, the 4/4 time signature is printed, but
1338 @code{measureLength} is set to 5/4.  After a while, the measure is
1339 shortened by 1/8, by setting @code{measurePosition} to -3/8 at 2/4 in
1340 the measure, so the next bar line will fall at 2/4 + 3/8.
1341
1342 @lilypond[quote,raggedright,verbatim,relative,fragment]
1343 \set Score.measureLength = #(ly:make-moment 5 4)
1344 c1 c4
1345 c1 c4
1346 c4 c4
1347 \set Score.measurePosition = #(ly:make-moment -3 8)
1348 b8 b b
1349 c4 c1
1350 @end lilypond
1351
1352
1353 @node Controlling formatting of prefatory matter
1354 @subsection Controlling formatting of prefatory matter
1355
1356 TODO: Somebody needs to explain this example, but I don't know what
1357 they're trying to do, so it won't be me.  -gp
1358
1359 @lilypond[quote,verbatim]
1360 \transpose c c' {
1361   \override Staff.Clef
1362     #'break-visibility = #end-of-line-visible
1363   \override Staff.KeySignature
1364     #'break-visibility = #end-of-line-visible
1365   \set Staff.explicitClefVisibility = #end-of-line-visible
1366   \set Staff.explicitKeySignatureVisibility = #end-of-line-visible
1367
1368   % We want the time sig to take space, otherwise there is not
1369   % enough white at the start of the line.
1370
1371   \override Staff.TimeSignature #'transparent = ##t
1372   \set Score.defaultBarType = #"empty"
1373
1374   c1 d e f g a b c
1375   \key d \major
1376   \break
1377
1378   % see above.
1379   \time 4/4
1380
1381   d e fis g a b cis d
1382   \key g \major
1383   \break
1384   \time 4/4
1385 }
1386 @end lilypond
1387
1388
1389 @node Polyphony
1390 @section Polyphony
1391
1392 Polyphony in music refers to having more than one voice occuring in
1393 a piece of music.  Polyphony in LilyPond refers to having more than
1394 one voice on the same staff.
1395
1396 @menu
1397 * Writing polyphonic music::    
1398 @end menu
1399
1400 @node Writing polyphonic music
1401 @subsection Writing polyphonic music
1402 @cindex polyphony
1403
1404 The easiest way to enter fragments with more than one voice on a staff
1405 is to split chords using the separator @code{\\}.  You can use it for
1406 small, short-lived voices or for single chords
1407
1408 @cindex @code{\\}
1409
1410 @lilypond[quote,raggedright,verbatim,fragment]
1411 \context Staff \relative c'' {
1412   c4 << { f d e } \\ { b c2 } >>
1413   c4 << g' \\ b, \\ f' \\ d >>
1414 }
1415 @end lilypond
1416
1417 The separator causes @internalsref{Voice} contexts@footnote{Polyphonic
1418 voices are sometimes called ``layers'' in other notation packages}
1419 @cindex layers
1420 to be instantiated.  They bear the names @code{"1"}, @code{"2"}, etc.  In
1421 each of these contexts, vertical direction of slurs, stems, etc., is set
1422 appropriately.
1423
1424 @cindex @code{\voiceOne}
1425 @cindex @code{\voiceFour}
1426
1427 This can also be done by instantiating @internalsref{Voice} contexts
1428 by hand, and using @code{\voiceOne}, up to @code{\voiceFour} to assign
1429 a stem directions and horizontal shift for each part
1430 @c
1431
1432 @lilypond[quote,raggedright,verbatim]
1433 \relative c''
1434 \context Staff <<
1435   \new Voice { \voiceOne cis2 b }
1436   \new Voice { \voiceThree b4 ais ~ ais4 gis4 }
1437   \new Voice { \voiceTwo fis4~ fis4 f ~ f } >>
1438 @end lilypond
1439
1440 @noindent
1441 The command @code{\oneVoice} will revert back to the normal setting.
1442 @cindex @code{\oneVoice}
1443
1444
1445 Normally, note heads with a different number of dots are not merged, but
1446 when the object property @code{merge-differently-dotted} is set in
1447 the @internalsref{NoteCollision} object, they are merged
1448 @lilypond[quote,verbatim,fragment,raggedright,relative=2]
1449 \context Voice << {
1450   g8 g8
1451   \override Staff.NoteCollision
1452     #'merge-differently-dotted = ##t
1453   g8 g8
1454 } \\ { g8.[ f16] g8.[ f16] } >>
1455 @end lilypond
1456
1457 Similarly, you can merge half note heads with eighth notes, by setting
1458 @code{merge-differently-headed}
1459 @lilypond[quote,raggedright,fragment,relative=2,verbatim]
1460 \context Voice << {
1461   c8 c4.
1462   \override Staff.NoteCollision
1463     #'merge-differently-headed = ##t
1464 c8 c4. } \\ { c2 c2 } >>
1465 @end lilypond
1466
1467 LilyPond also vertically shifts rests that are opposite of a stem,
1468 for example
1469
1470 @lilypond[quote,raggedright,fragment,verbatim]
1471 \context Voice << c''4 \\ r4 >>
1472 @end lilypond
1473
1474
1475 @refcommands
1476
1477
1478
1479 @cindex @code{\oneVoice}
1480 @code{\oneVoice},
1481 @cindex @code{\voiceOne}
1482 @code{\voiceOne},
1483 @cindex @code{\voiceTwo}
1484 @code{\voiceTwo},
1485 @cindex @code{\voiceThree}
1486 @code{\voiceThree},
1487 @cindex @code{\voiceFour}
1488 @code{\voiceFour}.
1489
1490
1491
1492 @cindex @code{\shiftOn}
1493 @code{\shiftOn},
1494 @cindex @code{\shiftOnn}
1495 @code{\shiftOnn},
1496 @cindex @code{\shiftOnnn}
1497 @code{\shiftOnnn},
1498 @cindex @code{\shiftOff}
1499 @code{\shiftOff}: these commands specify in what chords of the current
1500 voice should be shifted.  The outer voices (normally: voice one and
1501 two) have @code{\shiftOff}, while the inner voices (three and four)
1502 have @code{\shiftOn}.  @code{\shiftOnn} and @code{\shiftOnnn} define
1503 further shift levels.
1504
1505
1506 When LilyPond cannot cope, the @code{force-hshift}
1507 property of the @internalsref{NoteColumn} object and pitched rests can
1508 be used to override typesetting decisions.
1509
1510 @lilypond[quote,verbatim,raggedright]
1511 \relative <<
1512 {
1513   <d g>
1514   <d g>
1515 } \\ {
1516   <b f'>
1517   \once \override NoteColumn #'force-hshift = #1.7
1518   <b f'>
1519 } >>
1520 @end lilypond
1521
1522
1523
1524 @seealso
1525
1526 Program reference: the objects responsible for resolving collisions are
1527 @internalsref{NoteCollision} and @internalsref{RestCollision}.
1528
1529 Examples:
1530 @inputfileref{input/@/regression,collision@/-dots@/.ly},
1531 @inputfileref{input/@/regression,collision@/-head-chords@/.ly},
1532 @inputfileref{input/@/regression,collision@/-heads@/.ly},
1533 @inputfileref{input/@/regression,collision@/-mesh@/.ly}, and
1534 @inputfileref{input/@/regression,collisions@/.ly}.
1535
1536
1537 @refbugs
1538
1539
1540 When using @code{merge-differently-headed} with an upstem eighth or a
1541 shorter note, and a downstem half note, the eighth note gets the wrong
1542 offset.
1543
1544 There is no support for clusters where the same note occurs with
1545 different accidentals in the same chord.  In this case, it is
1546 recommended to use enharmonic transcription, or to use special cluster
1547 notation (see @ref{Clusters}).
1548
1549 @node Beaming
1550 @section Beaming
1551
1552 Beams are used to group short notes into chunks that are aligned with
1553 the metrum.  LilyPond normally inserts beams automatically, but if you
1554 wish you may control them manually or changed how beams are automatically
1555 grouped.
1556
1557 @cindex Automatic beams
1558 @menu
1559 * Automatic beams::             
1560 * Manual beams::                
1561 * Setting automatic beam behavior::  
1562 * Beam formatting::             
1563 @end menu
1564
1565 @node Automatic beams
1566 @subsection Automatic beams
1567
1568 LilyPond inserts beams automatically
1569
1570 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
1571 \time 2/4 c8 c c c \time 6/8 c c c c8. c16 c8
1572 @end lilypond
1573
1574 When these automatic decisions are not good enough, beaming can be
1575 entered explicitly.  It is also possible to define beaming patterns
1576 that differ from the defaults.
1577
1578 Individual notes may be marked with @code{\noBeam}, to prevent them
1579 from being beamed
1580
1581 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
1582 \time 2/4 c8 c\noBeam c c
1583 @end lilypond
1584
1585
1586 @seealso
1587
1588 Program reference: @internalsref{Beam}.
1589
1590
1591 @node Manual beams
1592 @subsection Manual beams
1593 @cindex beams, manual
1594 @cindex @code{]}
1595 @cindex @code{[}
1596
1597 In some cases it may be necessary to override the automatic beaming
1598 algorithm.  For example, the autobeamer will not put beams over rests
1599 or bar lines.  Such beams are specified manually by marking the begin
1600 and end point with @code{[} and @code{]}
1601
1602 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
1603 {
1604   r4 r8[ g' a r8] r8 g[ | a] r8
1605 }
1606 @end lilypond
1607
1608 @cindex @code{stemLeftBeamCount}
1609
1610 Normally, beaming patterns within a beam are determined automatically.
1611 If necessary, the properties @code{stemLeftBeamCount} and
1612 @code{stemRightBeamCount} can be used to override the defaults.  If
1613 either property is set, its value will be used only once, and then it
1614 is erased
1615
1616 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
1617 {
1618    f8[ r16
1619       f g a]
1620    f8[ r16
1621    \set stemLeftBeamCount = #1
1622       f g a]
1623 }
1624 @end lilypond
1625 @cindex @code{stemRightBeamCount}
1626
1627
1628 The property @code{subdivideBeams} can be set in order to subdivide
1629 all 16th or shorter beams at beat positions, as defined by the
1630 @code{beatLength} property.
1631
1632
1633 @lilypond[fragment,quote,relative=2,verbatim]
1634 c16[ c c c c c c c]
1635 \set subdivideBeams = ##t
1636 c16[ c c c c c c c]
1637 \set Score.beatLength = #(ly:make-moment 1 8)
1638 c16[ c c c c c c c]
1639 @end lilypond
1640 @cindex @code{subdivideBeams}
1641
1642 Normally, line breaks are forbidden when beams cross bar lines.  This
1643 behavior can be changed by setting @code{allowBeamBreak}.
1644
1645 @cindex @code{allowBeamBreak}
1646 @cindex beams and line breaks
1647
1648 @cindex beams, kneed
1649 @cindex kneed beams
1650 @cindex auto-knee-gap
1651
1652
1653 @seealso
1654
1655 User manual: @ref{Changing context properties on the fly} for the
1656 @code{\set} command
1657
1658
1659 @refbugs
1660
1661 @cindex Frenched staves
1662 Kneed beams are inserted automatically, when a large gap is detected
1663 between the note heads.  This behavior can be tuned through the object.
1664
1665
1666 Automatically kneed cross-staff beams cannot be used together with
1667 hidden staves.  See @ref{Hiding staves}.
1668
1669 Beams do not avoid collisions with symbols around the notes, such as
1670 texts and accidentals.
1671
1672 @c FIXME.
1673
1674
1675 @node Setting automatic beam behavior
1676 @subsection Setting automatic beam behavior
1677
1678 @cindex @code{autoBeamSettings}
1679 @cindex @code{(end * * * *)}
1680 @cindex @code{(begin * * * *)}
1681 @cindex automatic beams, tuning
1682 @cindex tuning automatic beaming
1683
1684 @c [TODO: use \applycontext]
1685
1686 In normal time signatures, automatic beams can start on any note but can
1687 only end in a few positions within the measure: beams can end on a beat,
1688 or at durations specified by the properties in
1689 @code{autoBeamSettings}.  The defaults for @code{autoBeamSettings}
1690 are defined in @file{scm/@/auto@/-beam@/.scm}.
1691
1692 The value of @code{autoBeamSettings} is changed with two functions,
1693 @example
1694 #(override-auto-beam-setting
1695    '(@var{be} @var{p} @var{q} @var{n} @var{m}) @var{a} @var{b}
1696    [@var{context}])
1697 #(revert-auto-beam-setting '(@var{be} @var{p} @var{q} @var{n} @var{m}))
1698 @end example
1699 Here, @var{be} is the symbol @code{begin} or @code{end}, and
1700 @var{context} is an optional context (default: @code{'Voice}).  It
1701 determines whether the rule applies to begin or end-points.  The
1702 quantity @var{p}/@var{q} refers to the length of the beamed notes (and
1703 `@code{* *}' designates notes of any length), @var{n}/@var{M} refers
1704 to a time signature (wildcards `@code{* *}' may be entered to
1705 designate all time signatures), @var{a}/@var{b} is a duration.  By
1706 default, this command changes settings for the current voice.  It is
1707 also possible to adjust settings at higher contexts, by adding a
1708 @var{context} argument.
1709
1710 For example, if automatic beams should end on every quarter note, use
1711 the following
1712 @example
1713 #(override-auto-beam-setting '(end * * * *) 1 4 'Staff)
1714 @end example
1715 Since the duration of a quarter note is 1/4 of a whole note, it is
1716 entered as @code{(ly:make-moment 1 4)}.
1717
1718 The same syntax can be used to specify beam starting points.  In this
1719 example, automatic beams can only end on a dotted quarter note
1720 @example
1721 #(override-auto-beam-setting '(end * * * *) 3 8)
1722 @end example
1723 In 4/4 time signature, this means that automatic beams could end only on
1724 3/8 and on the fourth beat of the measure (after 3/4, that is 2 times
1725 3/8, has passed within the measure).
1726
1727 Rules can also be restricted to specific time signatures.  A rule that
1728 should only be applied in @var{N}/@var{M} time signature is formed by
1729 replacing the second asterisks by @var{N} and @var{M}.  For example, a
1730 rule for 6/8 time exclusively looks like
1731 @example
1732 #(override-auto-beam-setting '(begin * * 6 8) @dots{})
1733 @end example
1734
1735 If a rule should be to applied only to certain types of beams, use the
1736 first pair of asterisks.  Beams are classified according to the
1737 shortest note they contain.  For a beam ending rule that only applies
1738 to beams with 32nd notes (and no shorter notes), use @code{(end 1 32 *
1739 *)}.
1740
1741 @cindex automatic beam generation
1742 @cindex autobeam
1743 @cindex @code{autoBeaming}
1744 @cindex lyrics
1745
1746 If beams are used to indicate melismata in songs, then automatic
1747 beaming should be switched off.  This is done by setting
1748 @code{autoBeaming} to @code{#f}.
1749
1750 @refcommands
1751
1752 @cindex @code{\autoBeamOff}
1753 @code{\autoBeamOff},
1754 @cindex @code{\autoBeamOn}
1755 @code{\autoBeamOn}.
1756
1757
1758 @refbugs
1759
1760 If a score ends while an automatic beam has not been ended and is
1761 still accepting notes, this last beam will not be typeset at all.  The
1762 same holds polyphonic voices, entered with @code{<< @dots{} \\ @dots{}
1763 >>}.  If a polyphonic voice ends while an automatic beam is still
1764 accepting notes, it is not typeset.
1765
1766 The rules for ending a beam depend on the shortest note in a beam.
1767 So, while it is possible to have different ending rules for eight
1768 beams and sixteenth beams, a beam that contains both eight and
1769 sixteenth notes will use the rules for the sixteenth beam.
1770
1771 In the example below, the autobeamer makes eighth beams and sixteenth
1772 end at three eighths.  The third beam can only be corrected by
1773 specifying manual beaming.
1774
1775 @lilypond[quote,raggedright,fragment,relative=1]
1776 #(override-auto-beam-setting '(end * * * *) 3 8)
1777 % rather show case where it goes wrong
1778 %\time 12/8 c'8 c c c16 c c c c c c[ c c c] c8[ c] c4
1779 \time 12/8 c'8 c c c16 c c c c c c c c c c8 c c4
1780 @end lilypond
1781 It is not possible to specify beaming parameters that act differently in
1782 different parts of a measure.  This means that it is not possible to use
1783 automatic beaming in irregular meters such as @code{5/8}.
1784
1785 @node Beam formatting
1786 @subsection Beam formatting
1787
1788
1789 When a beam falls in the middle of the staff, the beams point normally
1790 down.  However, this behaviour can be altered with the
1791 @code{neutral-direction} property.
1792
1793
1794 @lilypond[quote,raggedright,relative=2,fragment,verbatim]
1795 {
1796   b8[ b]
1797   \override Beam #'neutral-direction = #-1
1798   b[ b]
1799   \override Beam #'neutral-direction = #1
1800   b[ b]
1801 }
1802 @end lilypond
1803
1804
1805 @node Accidentals
1806 @section Accidentals
1807
1808 This section describes how to change the way that accidentals are
1809 inserted automatically before notes.
1810
1811 @menu
1812 * Automatic accidentals::       
1813 @end menu
1814
1815 @node Automatic accidentals
1816 @subsection Automatic accidentals
1817 @cindex Automatic accidentals
1818
1819 Common rules for typesetting accidentals have been placed in a
1820 function.  This function is called as follows
1821
1822 @cindex @code{set-accidental-style}
1823 @example
1824 #(set-accidental-style 'STYLE #('CONTEXT#))
1825 @end example
1826
1827 The function can take two arguments: the name of the accidental style,
1828 and an optional argument that denotes the context that should be
1829 changed.  If no context name is supplied, @code{Staff} is the default,
1830 but you may wish to apply the accidental style to a single @code{Voice}
1831 instead.
1832
1833 The following accidental styles are supported
1834 @table @code
1835 @item default
1836 This is the default typesetting behavior.  It corresponds
1837 to 18th century common practice: Accidentals are
1838 remembered to the end of the measure in which they occur and
1839 only on their own octave.
1840
1841 @item voice
1842 The normal behavior is to remember the accidentals on
1843 Staff-level.  This variable, however, typesets accidentals
1844 individually for each voice.  Apart from that, the rule is similar to
1845 @code{default}.
1846
1847 As a result, accidentals from one voice do not get canceled in other
1848 voices, which is often an unwanted result
1849
1850 @lilypond[quote,raggedright,relative=1,fragment,verbatim]
1851 \context Staff <<
1852   #(set-accidental-style 'voice)
1853   <<
1854     { es g } \\
1855     { c, e }
1856 >> >>
1857 @end lilypond
1858
1859 The @code{voice} option should be used if the voices
1860 are to be read solely by individual musicians.  If the staff is to be
1861 used by one musician (e.g., a conductor) then
1862 @code{modern} or @code{modern-cautionary}
1863 should be used instead.
1864
1865 @item modern
1866 @cindex @code{modern} style accidentals
1867 This rule corresponds to the common practice in the 20th century.  This rule
1868 prints the same accidentals as @code{default}, but temporary
1869 accidentals also are canceled in other octaves.  Furthermore,
1870 in the same octave, they also get canceled in the following
1871 measure
1872
1873 @lilypond[quote,raggedright,fragment,verbatim]
1874 #(set-accidental-style 'modern)
1875 cis' c'' cis'2 | c'' c'
1876 @end lilypond
1877
1878 @item @code{modern-cautionary}
1879 @cindex @code{modern-cautionary}
1880 This rule is similar to @code{modern}, but the ``extra'' accidentals
1881 (the ones not typeset by @code{default}) are typeset as cautionary
1882 accidentals.  They are printed in reduced size or with parentheses
1883 @lilypond[quote,raggedright,fragment,verbatim]
1884 #(set-accidental-style 'modern-cautionary)
1885 cis' c'' cis'2 | c'' c'
1886 @end lilypond
1887
1888 @cindex @code{modern-voice}
1889 @item modern-voice
1890 This rule is used for multivoice accidentals to be read both by musicians
1891 playing one voice and musicians playing all voices.  Accidentals are
1892 typeset for each voice, but they @emph{are} canceled across voices in
1893 the same @internalsref{Staff}.
1894
1895 @cindex @code{modern-voice-cautionary}
1896 @item modern-voice-cautionary
1897 This rule is the same as @code{modern-voice}, but with the extra
1898 accidentals (the ones not typeset by @code{voice}) typeset
1899 as cautionaries.  Even though all accidentals typeset by
1900 @code{default} @emph{are} typeset by this variable,
1901 some of them are typeset as cautionaries.
1902
1903 @item piano
1904 @cindex @code{piano} accidentals
1905 This rule reflects 20th century practice for piano notation.  Very similar to
1906 @code{modern} but accidentals also get canceled
1907 across the staves in the same @internalsref{GrandStaff} or
1908 @internalsref{PianoStaff}.
1909
1910 @item piano-cautionary
1911 @cindex @code{#(set-accidental-style 'piano-cautionary)}
1912 Same as @code{#(set-accidental-style 'piano)} but with the extra
1913 accidentals typeset as cautionaries.
1914
1915 @item no-reset
1916 @cindex @code{no-reset} accidental style
1917 This is the same as @code{default} but with accidentals lasting
1918 ``forever'' and not only until the next measure
1919 @lilypond[quote,raggedright,fragment,verbatim,relative=1]
1920 #(set-accidental-style 'no-reset)
1921 c1 cis cis c
1922 @end lilypond
1923
1924 @item forget
1925 This is sort of the opposite of @code{no-reset}: Accidentals
1926 are not remembered at all---and hence all accidentals are
1927 typeset relative to the key signature, regardless of what was
1928 before in the music
1929
1930 @lilypond[quote,raggedright,fragment,verbatim,relative=1]
1931 #(set-accidental-style 'forget)
1932 \key d\major c4 c cis cis d d dis dis
1933 @end lilypond
1934 @end table
1935
1936
1937 @seealso
1938
1939 Program reference: @internalsref{Accidental_engraver},
1940 @internalsref{Accidental}, and @internalsref{AccidentalPlacement}.
1941
1942
1943 @refbugs
1944
1945 Simultaneous notes are considered to be entered in sequential
1946 mode.  This means that in a chord the accidentals are typeset as if the
1947 notes in the chord happened once at a time - in the order in which
1948 they appear in the input file.
1949
1950 This is a problem when accidentals in a chord depend on each other,
1951 which does not happen for the default accidental style.  The problem
1952 can be solved by manually inserting @code{!} and @code{?} for the
1953 problematic notes.
1954
1955
1956 @node Expressive marks
1957 @section Expressive marks
1958
1959
1960 @c todo: should change ordering
1961 @c where to put text spanners, metronome marks,
1962 @c fingering?
1963
1964 Expressive marks help musicians to bring more to the music than simple
1965 notes and rhythms.
1966
1967 @menu
1968 * Slurs::                       
1969 * Phrasing slurs::              
1970 * Breath marks::                
1971 * Metronome marks::             
1972 * Text scripts::                
1973 * Text spanners::               
1974 * Analysis brackets::           
1975 * Articulations::               
1976 * Running trills::              
1977 * Fingering instructions::      
1978 * Grace notes::                 
1979 * Glissando::                   
1980 * Dynamics::                    
1981 @end menu
1982
1983 @node Slurs
1984 @subsection Slurs
1985 @cindex Slurs
1986
1987 A slur indicates that notes are to be played bound or @emph{legato}.
1988
1989 They are entered using parentheses
1990 @lilypond[quote,raggedright,relative=2,fragment,verbatim]
1991 f( g a) a8 b( a4 g2 f4)
1992 <c e>2( <b d>2)
1993 @end lilypond
1994
1995 The direction of a slur can be set with the
1996 generic commands
1997
1998 @example
1999 \override Slur #'direction = #UP
2000 \slurUp            % shortcut for the previous line
2001 @end example
2002
2003 @noindent
2004 However, there is a convenient shorthand for forcing slur
2005 directions.  By adding @code{_} or @code{^} before the opening
2006 parentheses, the direction is also set.  For example,
2007
2008 @lilypond[relative=2,raggedright,quote,verbatim,fragment]
2009 c4_( c) c^( c)
2010 @end lilypond
2011
2012 Some composers write two slurs when they want legato chords.  This can
2013 be achieved in LilyPond by setting @code{doubleSlurs},
2014
2015 @lilypond[verbatim,raggedright,relative,fragment,quote]
2016 \set doubleSlurs = ##t
2017 <c e>4 ( <d f> <c e> <d f> )
2018 @end lilypond
2019
2020
2021 @refcommands
2022
2023
2024 @cindex @code{\slurUp}
2025 @code{\slurUp},
2026 @cindex @code{\slurDown}
2027 @code{\slurDown},
2028 @cindex @code{\slurNeutral}
2029 @code{\slurNeutral},
2030 @cindex @code{\slurDotted}
2031 @code{\slurDotted},
2032 @cindex @code{\slurSolid}
2033 @code{\slurSolid}.
2034
2035 @seealso
2036
2037 Program reference: @seeinternals{Slur}, and @internalsref{SlurEvent}.
2038
2039
2040 @node Phrasing slurs
2041 @subsection Phrasing slurs
2042
2043 @cindex phrasing slurs
2044 @cindex phrasing marks
2045
2046 A phrasing slur (or phrasing mark) connects chords and is used to
2047 indicate a musical sentence.  It is written using @code{\(} and @code{\)}
2048 respectively
2049
2050 @lilypond[quote,raggedright,fragment,verbatim,relative=1]
2051 \time 6/4 c'\( d( e) f( e) d\)
2052 @end lilypond
2053
2054 Typographically, the phrasing slur behaves almost exactly like a
2055 normal slur.  However, they are treated as different objects.  A
2056 @code{\slurUp} will have no effect on a phrasing slur; instead, use
2057 @code{\phrasingSlurUp}, @code{\phrasingSlurDown}, and
2058 @code{\phrasingSlurNeutral}.
2059
2060 The commands @code{\slurUp}, @code{\slurDown}, and @code{\slurNeutral}
2061 will only affect normal slurs and not phrasing slurs.
2062
2063 @refcommands
2064
2065 @cindex @code{\phrasingSlurUp}
2066 @code{\phrasingSlurUp},
2067 @cindex @code{\phrasingSlurDown}
2068 @code{\phrasingSlurDown},
2069 @cindex @code{\phrasingSlurNeutral}
2070 @code{\phrasingSlurNeutral}.
2071
2072 @seealso
2073
2074 Program reference: see also @internalsref{PhrasingSlur}, and
2075 @internalsref{PhrasingSlurEvent}.
2076
2077 @refbugs
2078
2079 Putting phrasing slurs over rests leads to spurious warnings.
2080
2081 @node Breath marks
2082 @subsection Breath marks
2083
2084 Breath marks are entered using @code{\breathe}
2085
2086
2087 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2088 c'4 \breathe d4
2089 @end lilypond
2090
2091 The glyph of the breath mark can be tuned by overriding the
2092 @code{text} property of the @code{BreathingSign} layout object with
2093 any markup text.  For example,
2094 @lilypond[quote,raggedright,fragment,verbatim,relative=1]
2095 c'4
2096 \override BreathingSign #'text
2097   = #(make-musicglyph-markup "scripts-rvarcomma")
2098 \breathe
2099 d4
2100 @end lilypond
2101
2102 @seealso
2103
2104 Program reference: @internalsref{BreathingSign},
2105 @internalsref{BreathingSignEvent}.
2106
2107 Examples: @inputfileref{input/@/regression,breathing@/-sign@/.ly}.
2108
2109
2110 @node Metronome marks
2111 @subsection Metronome marks
2112
2113 @cindex Tempo
2114 @cindex beats per minute
2115 @cindex metronome marking
2116
2117 Metronome settings can be entered as follows
2118 @example
2119 \tempo @var{duration} = @var{per-minute}
2120 @end example
2121
2122 In the MIDI output, they are interpreted as a tempo change.  In the
2123 layout output, a metronome marking is printed
2124 @cindex @code{\tempo}
2125 @lilypond[quote,raggedright,verbatim,fragment]
2126 \tempo 8.=120 c''1
2127 @end lilypond
2128
2129 @seealso
2130
2131 Program reference: @internalsref{MetronomeChangeEvent}.
2132
2133
2134 @node Text scripts
2135 @subsection Text scripts
2136 @cindex Text scripts
2137
2138 @cindex text items, non-empty
2139 @cindex non-empty texts
2140
2141 It is possible to place arbitrary strings of text or markup text (see
2142 @ref{Text markup}) above or below notes by using a string
2143 @code{c^"text"}.  By default, these indications do not influence the
2144 note spacing, but by using the command @code{\fatText}, the widths
2145 will be taken into account
2146
2147 @lilypond[quote,fragment,raggedright,verbatim,relative=1]
2148 c4^"longtext" \fatText c4_"longlongtext" c4
2149 @end lilypond
2150
2151 More complex formatting may also be added to a note by using the
2152 markup command,
2153 @lilypond[fragment,raggedright,verbatim,quote]
2154 c'4^\markup { bla \bold bla }
2155 @end lilypond
2156
2157 The @code{\markup} is described in more detail in
2158 @ref{Text markup}.
2159
2160
2161 @refcommands
2162
2163 @cindex @code{\fatText}
2164 @code{\fatText},
2165 @cindex @code{\emptyText}
2166 @code{\emptyText}.
2167
2168 @seealso
2169
2170 In this manual: @ref{Text markup}.
2171
2172 Program reference: @internalsref{TextScriptEvent}, @internalsref{TextScript}.
2173
2174
2175 @node Text spanners
2176 @subsection Text spanners
2177 @cindex Text spanners
2178
2179 Some performance indications, e.g., @i{rallentando} or @i{accelerando},
2180 are written as text and are extended over many measures with dotted
2181 lines.  Such texts are created using text spanners; attach
2182 @code{\startTextSpan} and @code{\stopTextSpan} to the first and last
2183 notes of the spanner.
2184
2185 The string to be printed, as well as the style, is set through object
2186 properties
2187
2188 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2189 c1
2190 \override TextSpanner #'direction = #-1
2191 \override TextSpanner #'edge-text = #'("rall " . "")
2192 c2\startTextSpan b c\stopTextSpan a
2193 @end lilypond
2194
2195
2196 @seealso
2197
2198 Internals @internalsref{TextSpanEvent},
2199 @internalsref{TextSpanner}.
2200
2201 Examples: @inputfileref{input/@/regression,text@/-spanner@/.ly}.
2202
2203
2204 @node Analysis brackets
2205 @subsection Analysis brackets
2206 @cindex brackets
2207 @cindex phrasing brackets
2208 @cindex musicological analysis
2209 @cindex note grouping bracket
2210
2211 Brackets are used in musical analysis to indicate structure in musical
2212 pieces.  LilyPond supports a simple form of nested horizontal
2213 brackets.  To use this, add the @internalsref{Horizontal_bracket_engraver}
2214 to @internalsref{Staff} context.  A bracket is started with
2215 @code{\startGroup} and closed with @code{\stopGroup}
2216
2217 @lilypond[quote,raggedright,verbatim]
2218 \score {
2219   \relative c'' {
2220     c4\startGroup\startGroup
2221     c4\stopGroup
2222     c4\startGroup
2223     c4\stopGroup\stopGroup
2224   }
2225   \layout {
2226     \context {
2227       \Staff \consists "Horizontal_bracket_engraver"
2228 }}}
2229 @end lilypond
2230
2231 @seealso
2232
2233 Program reference: @internalsref{HorizontalBracket},
2234 @internalsref{NoteGroupingEvent}.
2235
2236 Examples: @inputfileref{input/@/regression,note@/-group@/-bracket@/.ly}.
2237
2238
2239 @node Articulations
2240 @subsection Articulations
2241 @cindex Articulations
2242
2243 @cindex articulations
2244 @cindex scripts
2245 @cindex ornaments
2246
2247 A variety of symbols can appear above and below notes to indicate
2248 different characteristics of the performance.  They are added to a note
2249 by adding a dash and the character signifying the
2250 articulation.  They are demonstrated here
2251
2252 @lilypondfile[quote,raggedright]{script-abbreviations.ly}
2253
2254 The meanings of these shorthands can be changed.  See
2255 @file{ly/@/script@/-init@/.ly} for examples.
2256
2257
2258 The script is automatically placed, but the direction can be forced as
2259 well.  Like other pieces of LilyPond code, @code{_} will place them
2260 below the staff, and @code{^} will place them above.
2261
2262
2263 @lilypond[quote,raggedright,fragment,verbatim]
2264 c''4^^ c''4_^
2265 @end lilypond
2266
2267 Other symbols can be added using the syntax
2268 @var{note}@code{\}@var{name}.  Again, they
2269 can be forced up or down using @code{^} and @code{_},
2270 e.g.,
2271
2272 @lilypond[quote,raggedright,verbatim,fragment,relative=2]
2273 c\fermata c^\fermata c_\fermata
2274 @end lilypond
2275
2276
2277
2278 @cindex accent
2279 @cindex marcato
2280 @cindex staccatissimo
2281 @cindex fermata
2282 @cindex stopped
2283 @cindex staccato
2284 @cindex portato
2285 @cindex tenuto
2286 @cindex upbow
2287 @cindex downbow
2288 @cindex foot marks
2289 @cindex organ pedal marks
2290 @cindex turn
2291 @cindex open
2292 @cindex flageolet
2293 @cindex reverseturn
2294 @cindex trill
2295 @cindex prall
2296 @cindex mordent
2297 @cindex prallprall
2298 @cindex prallmordent
2299 @cindex prall, up
2300 @cindex prall, down
2301 @cindex mordent
2302 @cindex thumb marking
2303 @cindex segno
2304 @cindex coda
2305 @cindex varcoda
2306
2307 Here is a chart showing all scripts available,
2308
2309 @lilypondfile[raggedright,quote]{script-chart.ly}
2310
2311
2312 The vertical ordering of scripts is controlled with the
2313 @code{script-priority} property.  The lower this number, the closer it
2314 will be put to the note.  In this example, the
2315 @internalsref{TextScript} (the sharp symbol) first has the lowest
2316 priority, so it is put lowest in the first example.  In the second, the
2317 prall trill (the @internalsref{Script}) has the lowest, so it is on the
2318 inside.  When two objects have the same priority, the order in which
2319 they are entered decides which one comes first.
2320
2321
2322 @lilypond[verbatim,relative=3,raggedright,fragment,quote]
2323 \once \override TextScript #'script-priority = #-100
2324 a4^\prall^\markup { \sharp }
2325
2326 \once \override Script #'script-priority = #-100
2327 a4^\prall^\markup { \sharp }
2328 @end lilypond
2329
2330
2331
2332
2333 @seealso
2334
2335 Program reference: @internalsref{ScriptEvent}, and @internalsref{Script}.
2336
2337 @refbugs
2338
2339 These signs appear in the printed output but have no effect on the
2340 MIDI rendering of the music.
2341
2342
2343
2344 @node Running trills
2345 @subsection Running trills
2346
2347 Long running trills are made with @code{\startTrillSpan} and
2348 @code{\stopTrillSpan},
2349
2350
2351 @lilypond[verbatim,raggedright,relative=2,quote,fragment]
2352 \new Voice {
2353   << { c1 \startTrillSpan }
2354      { s2. \grace { d16[\stopTrillSpan e] } } >>
2355   c4 }
2356 @end lilypond
2357
2358 @refcommands
2359
2360 @code{\startTrillSpan},
2361 @cindex @code{\startTrillSpan}
2362 @code{\stopTrillSpan}.
2363 @cindex @code{\stopTrillSpan}
2364
2365 @seealso
2366
2367 Program reference: @internalsref{TrillSpanner},
2368 @internalsref{TrillSpanEvent}.
2369
2370 @node Fingering instructions
2371 @subsection Fingering instructions
2372
2373 @cindex fingering
2374
2375 Fingering instructions can be entered using
2376 @example
2377 @var{note}-@var{digit}
2378 @end example
2379 For finger changes, use markup texts
2380
2381 @lilypond[quote,verbatim,raggedright,fragment,relative=1]
2382 c4-1 c-2 c-3 c-4
2383 c^\markup { \finger "2-3" }
2384 @end lilypond
2385
2386 @cindex finger change
2387 @cindex scripts
2388 @cindex superscript
2389 @cindex subscript
2390
2391 You can use the thumb-script to indicate that a note should be
2392 played with the thumb (e.g., in cello music)
2393 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
2394 <a_\thumb a'-3>8 <b_\thumb b'-3>
2395 @end lilypond
2396
2397 Fingerings for chords can also be added to individual notes
2398 of the chord by adding them after the pitches
2399 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
2400 < c-1 e-2 g-3 b-5 >4
2401 @end lilypond
2402
2403 @noindent
2404 In this case, setting @code{fingeringOrientations} will put fingerings next
2405 to note heads
2406
2407 @lilypond[quote,verbatim,raggedright,fragment,relative=1]
2408 \set fingeringOrientations = #'(left down)
2409 <c-1 es-2 g-4 bes-5 > 4
2410 \set fingeringOrientations = #'(up right down)
2411 <c-1 es-2 g-4 bes-5 > 4
2412 @end lilypond
2413
2414 Using this feature, it is also possible to put fingering instructions
2415 very close to note heads in monophonic music,
2416
2417 @lilypond[verbatim,raggedright,quote,fragment]
2418 \set fingeringOrientations = #'(right)
2419 <es'-2>4
2420 @end lilypond
2421
2422
2423 @seealso
2424
2425 Program reference: @internalsref{FingerEvent}, and @internalsref{Fingering}.
2426
2427 Examples: @inputfileref{input/@/regression,finger@/-chords@/.ly}.
2428
2429
2430
2431
2432 @node Grace notes
2433 @subsection Grace notes
2434
2435
2436 @c should have blurb about accaciatura / appogiatura
2437
2438 @cindex @code{\grace}
2439 @cindex ornaments
2440 @cindex grace notes
2441
2442 Grace notes are ornaments that are written out.  The most common ones
2443 are acciaccatura, which should be played as very short.  It is denoted
2444 by a slurred small note with a slashed stem.  The appoggiatura is a
2445 grace note that takes a fixed fraction of the main note, and is
2446 denoted as a slurred note in small print without a slash.  They
2447 are entered with the commands @code{\acciaccatura} and
2448 @code{\appoggiatura}, as demonstrated in the following example
2449
2450
2451 @cindex appoggiatura
2452 @cindex acciaccatura
2453
2454 @lilypond[quote,raggedright,relative=2,verbatim,fragment]
2455 b4 \acciaccatura d8 c4 \appoggiatura e8 d4
2456 \acciaccatura { g16[ f] } e4
2457 @end lilypond
2458
2459 Both are special forms of the @code{\grace} command.  By prefixing this
2460 keyword to a music expression, a new one is formed, which will be
2461 printed in a smaller font and takes up no logical time in a measure.
2462
2463 @lilypond[quote,raggedright,relative=2,verbatim,fragment]
2464 c4 \grace c16 c4
2465 \grace { c16[ d16] } c2 c4
2466 @end lilypond
2467
2468 @noindent
2469 Unlike @code{\acciaccatura} and @code{\appoggiatura}, the
2470 @code{\grace} command does not start a slur.
2471
2472 Internally, timing for grace notes is done using a second, `grace'
2473 timing.  Every point in time consists of two rational numbers: one
2474 denotes the logical time, one denotes the grace timing.  The above
2475 example is shown here with timing tuples
2476
2477 @lilypond[quote,raggedright]
2478 <<
2479   \relative c''{
2480     c4 \grace c16 c4 \grace {
2481     c16[ d16] } c2 c4
2482   }
2483   \new Lyrics \lyricmode {
2484     \override LyricText #'font-family = #'typewriter
2485
2486     \markup { (0,0) } 4
2487     \grace { \markup {
2488       ( \fraction 1 4 , \fraction -1 16 ) } 16 }
2489     \markup { (\fraction 1 4 , 0 ) } 4
2490     \grace {
2491       \markup { (\fraction 2 4 , \fraction "-1" 8 ) } 16
2492       \markup { (\fraction 2 4 , \fraction "-1" 16 ) } 16
2493     }
2494     \markup { ( \fraction 2 4 , 0 ) }
2495   }
2496 >>
2497 @end lilypond
2498
2499
2500 The placement of grace notes is synchronized between different staves.
2501 In the following example, there are two sixteenth grace notes for
2502 every eighth grace note
2503
2504 @lilypond[quote,raggedright,relative=2,verbatim,fragment]
2505 << \new Staff { e4 \grace { c16[ d e f] } e4 }
2506    \new Staff { c4 \grace { g8[ b] } c4 } >>
2507 @end lilypond
2508
2509
2510
2511 If you want to end a note with a grace, use the @code{\afterGrace}
2512 command. It takes two arguments: the main note, and the grace notes
2513 following the main note. 
2514
2515 @lilypond[raggedright, verbatim,relative=2]
2516 c1 \afterGrace d1 { c16[ d] } c4   
2517 @end lilypond
2518
2519 This will put the grace notes after a ``space'' lasting 3/4 of the
2520 length of the main note. The fraction 3/4 can be changed by setting
2521 @code{afterGraceFraction}, ie.
2522
2523 @example
2524 afterGraceFraction = #(cons 7 8) 
2525 @end example
2526
2527 @noindent
2528 will put the grace note at 7/8 of the main note. 
2529
2530
2531 The same effect can be achieved manually by doing
2532
2533
2534 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2535 \context Voice {
2536   << { d1^\trill_( }
2537      { s2 \grace { c16[ d] } } >>
2538   c4)
2539 }
2540 @end lilypond
2541
2542 @noindent
2543 By adjusting the duration of the skip note (here it is a half-note),
2544 the space between the main-note and the grace is adjusted.
2545
2546
2547
2548
2549 A @code{\grace} section will introduce special typesetting settings,
2550 for example, to produce smaller type, and set directions.  Hence, when
2551 introducing layout tweaks, they should be inside the grace section,
2552 for example,
2553 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2554 \new Voice {
2555   \acciaccatura {
2556     \stemDown
2557     f16->
2558     \stemNeutral
2559   }
2560   g4
2561 }
2562 @end lilypond
2563
2564 @noindent
2565 The overrides should also be reverted inside the grace section.
2566
2567 The layout of grace sections can be changed throughout the music using
2568 the function @code{add-grace-property}.  The following example
2569 undefines the Stem direction for this grace, so stems do not always
2570 point up.
2571
2572 @example
2573 \new Staff @{
2574   #(add-grace-property 'Voice 'Stem 'direction '())
2575   @dots{}
2576 @}
2577 @end example
2578
2579 @noindent
2580 Another option is to change the variables @code{startGraceMusic},
2581 @code{stopGraceMusic}, @code{startAcciaccaturaMusic},
2582 @code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic},
2583 @code{stopAppoggiaturaMusic}.  More information is in the file
2584 @file{ly/@/grace@/-init@/.ly}.
2585
2586
2587 @seealso
2588
2589 Program reference: @internalsref{GraceMusic}.
2590
2591 @refbugs
2592
2593 A score that starts with a @code{\grace} section needs an explicit
2594 @code{\context Voice} declaration, otherwise the main note and the grace
2595 note end up on different staves.
2596
2597 Grace note synchronization can also lead to surprises.  Staff notation,
2598 such as key signatures, bar lines, etc., are also synchronized.  Take
2599 care when you mix staves with grace notes and staves without, for example,
2600
2601 @lilypond[quote,raggedright,relative=2,verbatim,fragment]
2602 << \new Staff { e4 \bar "|:" \grace c16 d4 }
2603    \new Staff { c4 \bar "|:" d4 } >>
2604 @end lilypond
2605
2606 @noindent
2607 This can be remedied by inserting grace skips, for the above example
2608
2609 @example
2610 \new Staff @{ c4 \bar "|:" \grace s16 d4 @}
2611 @end example
2612
2613 Grace sections should only be used within sequential music
2614 expressions.  Nesting or juxtaposing grace sections is not supported,
2615 and might produce crashes or other errors.
2616
2617
2618 @node Glissando
2619 @subsection Glissando
2620 @cindex Glissando
2621
2622 @cindex @code{\glissando}
2623
2624 A glissando is a smooth change in pitch.  It is denoted by a line or a
2625 wavy line between two notes.  It is requested by attaching
2626 @code{\glissando} to a note
2627
2628 @lilypond[quote,raggedright,fragment,relative=2,verbatim]
2629 c\glissando c'
2630 @end lilypond
2631
2632 @seealso
2633
2634 Program reference: @internalsref{Glissando}, and @internalsref{GlissandoEvent}.
2635
2636 Example files: @file{input/@/regression/@/glissando@/.ly}.
2637
2638
2639
2640 @refbugs
2641
2642 Printing text over the line (such as @emph{gliss.}) is not supported.
2643
2644
2645 @node Dynamics
2646 @subsection Dynamics
2647 @cindex Dynamics
2648
2649
2650
2651 @cindex @code{\ppp}
2652 @cindex @code{\pp}
2653 @cindex @code{\p}
2654 @cindex @code{\mp}
2655 @cindex @code{\mf}
2656 @cindex @code{\f}
2657 @cindex @code{\ff}
2658 @cindex @code{\fff}
2659 @cindex @code{\ffff}
2660 @cindex @code{\fp}
2661 @cindex @code{\sf}
2662 @cindex @code{\sff}
2663 @cindex @code{\sp}
2664 @cindex @code{\spp}
2665 @cindex @code{\sfz}
2666 @cindex @code{\rfz}
2667
2668
2669 Absolute dynamic marks are specified using a command after a note
2670 @code{c4\ff}.  The available dynamic marks are @code{\ppp},
2671 @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff},
2672 @code{\fff}, @code{\fff}, @code{\fp}, @code{\sf}, @code{\sff},
2673 @code{\sp}, @code{\spp}, @code{\sfz}, and @code{\rfz}
2674
2675 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
2676 c\ppp c\pp c \p c\mp c\mf c\f c\ff c\fff
2677 c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz
2678 @end lilypond
2679
2680 @cindex @code{\<}
2681 @cindex @code{\>}
2682 @cindex @code{\"!}
2683
2684
2685
2686 A crescendo mark is started with @code{\<} and terminated with
2687 @code{\!}.  A decrescendo is started with @code{\>} and also terminated
2688 with @code{\!}.  Because these marks are bound to notes, you must
2689 use spacer notes if multiple marks are needed during one note
2690
2691 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2692 c\< c\! d\> e\!
2693 << f1 { s4 s4\< s4\! \> s4\! } >>
2694 @end lilypond
2695 This may give rise to very short hairpins.  Use @code{minimum-length}
2696 in @internalsref{Voice}.@internalsref{Hairpin} to lengthen them, for
2697 example
2698
2699 @example
2700 \override Staff.Hairpin #'minimum-length = #5
2701 @end example
2702
2703 You can also use a text saying @emph{cresc.} instead of hairpins.  Here
2704 is an example how to do it
2705
2706 @lilypond[quote,raggedright,fragment,relative=2,verbatim]
2707 \setTextCresc
2708 c \< d e f\!
2709 \setHairpinCresc
2710 e\> d c b\!
2711 @end lilypond
2712
2713 @cindex crescendo
2714 @cindex decrescendo
2715
2716 You can also supply your own texts
2717 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2718 \set crescendoText = \markup { \italic "cresc. poco" }
2719 \set crescendoSpanner = #'dashed-line
2720 a'2\< a a a\!\mf
2721 @end lilypond
2722
2723 @cindex diminuendo
2724
2725
2726 @refcommands
2727
2728 @cindex @code{\dynamicUp}
2729 @code{\dynamicUp},
2730 @cindex @code{\dynamicDown}
2731 @code{\dynamicDown},
2732 @cindex @code{\dynamicNeutral}
2733 @code{\dynamicNeutral}.
2734
2735 @cindex direction, of dynamics
2736
2737 @seealso
2738
2739 Program reference: @internalsref{CrescendoEvent},
2740 @internalsref{DecrescendoEvent}, and
2741 @internalsref{AbsoluteDynamicEvent}.
2742
2743 Dynamics are @internalsref{DynamicText} and @internalsref{Hairpin}
2744 objects.  Vertical positioning of these symbols is handled by the
2745 @internalsref{DynamicLineSpanner} object.
2746
2747
2748 @node Repeats
2749 @section Repeats
2750
2751 Repetition is a central concept in music, and multiple notations exist
2752 for repetitions.
2753
2754 @menu
2755 * Repeat types::                
2756 * Repeat syntax::               
2757 * Repeats and MIDI::            
2758 * Manual repeat commands::      
2759 * Tremolo repeats::             
2760 * Tremolo subdivisions::        
2761 * Measure repeats::             
2762 @end menu
2763
2764 @node Repeat types
2765 @subsection Repeat types
2766
2767 @cindex repeats
2768 @cindex @code{\repeat}
2769
2770 The following types of repetition are supported
2771
2772 @table @code
2773 @item unfold
2774 Repeated music is fully written (played) out.  This is useful when
2775 entering repetitious music.  This is the only kind of repeat that
2776 is included in MIDI output.
2777
2778 @item volta
2779 Repeats are not written out, but alternative endings (volte) are
2780 printed, left to right with brackets.  This is the standard notation
2781 for repeats with alternatives.  These are not played in MIDI output by default.
2782
2783 @ignore
2784 @item fold
2785 Alternative endings are written stacked.  This has limited use but may be
2786 used to typeset two lines of lyrics in songs with repeats, see
2787 @inputfileref{input,star-spangled-banner@/.ly}.
2788 @end ignore
2789
2790 @c tremolo, beamed
2791 @item tremolo
2792 Make tremolo beams.  These are not played in MIDI output by default.
2793
2794 @item percent
2795 Make beat or measure repeats.  These look like percent signs.  These
2796 are not played in MIDI output by default.
2797
2798 @end table
2799
2800 @node Repeat syntax
2801 @subsection Repeat syntax
2802
2803
2804 LilyPond has one syntactic construct for specifying different types of
2805 repeats.  The syntax is
2806
2807 @example
2808 \repeat @var{variant} @var{repeatcount} @var{repeatbody}
2809 @end example
2810
2811 If you have alternative endings, you may add
2812 @cindex @code{\alternative}
2813 @example
2814 \alternative @{ @var{alternative1}
2815                @var{alternative2}
2816                @var{alternative3} @dots{} @}
2817 @end example
2818 where each @var{alternative} is a music expression.  If you do not
2819 give enough alternatives for all of the repeats, the first alternative
2820 is assumed to be played more than once.
2821
2822 Standard repeats are used like this
2823 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2824 c1
2825 \repeat volta 2 { c4 d e f }
2826 \repeat volta 2 { f e d c }
2827 @end lilypond
2828
2829 With alternative endings
2830 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2831 c1
2832 \repeat volta 2 {c4 d e f}
2833 \alternative { {d2 d} {f f,} }
2834 @end lilypond
2835
2836
2837 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2838 \context Staff {
2839   \partial 4
2840   \repeat volta 4 { e | c2 d2 | e2 f2 | }
2841   \alternative { { g4 g g } { a | a a a a | b2. } }
2842 }
2843 @end lilypond
2844
2845 It is possible to shorten volta brackets
2846 by setting @code{voltaSpannerDuration}.  In the next example, the
2847 bracket only lasts one measure, which is a duration of 3/4.
2848
2849
2850
2851 @lilypond[verbatim,raggedright,quote]
2852 \relative c''{
2853   \time 3/4
2854   c c c
2855   \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4)
2856   \repeat "volta" 5 { d d d }
2857   \alternative { { e e e f f f }
2858   { g g g } }
2859 }
2860 @end lilypond
2861
2862
2863 @seealso
2864
2865 Examples:
2866
2867 Brackets for the repeat are normally only printed over the topmost
2868 staff.  This can be adjusted by setting the @code{voltaOnThisStaff}
2869 property @inputfileref{input/@/regression,volta@/-multi@/-staff@/.ly},
2870 @inputfileref{input/@/regression,volta@/-chord@/-names@/.ly}.
2871
2872
2873 @refbugs
2874
2875 A nested repeat like
2876
2877 @example
2878 \repeat @dots{}
2879 \repeat @dots{}
2880 \alternative
2881 @end example
2882
2883 @noindent
2884 is ambiguous, since it is is not clear to which @code{\repeat} the
2885 @code{\alternative} belongs.  This ambiguity is resolved by always
2886 having the @code{\alternative} belong to the inner @code{\repeat}.
2887 For clarity, it is advisable to use braces in such situations.
2888 @cindex ambiguity
2889
2890
2891
2892 Timing information is not remembered at the start of an alternative,
2893 so after a repeat timing information must be reset by hand, for
2894 example by setting @code{Score.measurePosition} or entering
2895 @code{\partial}.  Similarly, slurs or ties are also not repeated.
2896
2897
2898
2899
2900 @node Repeats and MIDI
2901 @subsection Repeats and MIDI
2902
2903 @cindex expanding repeats
2904
2905 With a little bit of tweaking, all types of repeats can be present
2906 in the MIDI output.  This is achieved by applying the
2907 @code{\unfoldrepeats} music function.  This functions changes all
2908 repeats to unfold repeats.
2909
2910 @lilypond[quote,verbatim,fragment,linewidth=8.0\cm]
2911 \unfoldrepeats {
2912   \repeat tremolo 8 {c'32 e' }
2913   \repeat percent 2 { c''8 d'' }
2914   \repeat volta 2 {c'4 d' e' f'}
2915   \alternative {
2916     { g' a' a' g' }
2917     {f' e' d' c' }
2918   }
2919 }
2920 \bar "|."
2921 @end lilypond
2922
2923 When creating a score file using @code{\unfoldrepeats} for midi, then
2924 it is necessary to make two @code{\score} blocks.  One for MIDI (with
2925 unfolded repeats) and one for notation (with volta, tremolo, and
2926 percent repeats).  For example,
2927
2928 @example
2929 \score @{
2930   @var{..music..}
2931   \layout @{ .. @}
2932 @}
2933 \score @{
2934   \unfoldrepeats @var{..music..}
2935   \midi @{ .. @}
2936 @}
2937 @end example
2938
2939 @node Manual repeat commands
2940 @subsection Manual repeat commands
2941
2942 @cindex @code{repeatCommands}
2943
2944 The property @code{repeatCommands} can be used to control the layout of
2945 repeats.  Its value is a Scheme list of repeat commands.
2946
2947 @table @asis
2948 @item @code{start-repeat}
2949 Print a @code{|:} bar line.
2950
2951 @item @code{end-repeat}
2952 Print a @code{:|} bar line.
2953
2954 @item @code{(volta @var{text})}
2955 Print a volta bracket saying @var{text}: The text can be specified as
2956 a text string or as a markup text, see @ref{Text markup}.  Do not
2957 forget to change the font, as the default number font does not contain
2958 alphabetic characters;
2959
2960 @item @code{(volta #f)}
2961 Stop a running volta bracket.
2962 @end table
2963
2964 @lilypond[quote,raggedright,verbatim,fragment,relative=2]
2965 c4
2966   \set Score.repeatCommands = #'((volta "93") end-repeat)
2967 c4 c4
2968   \set Score.repeatCommands = #'((volta #f))
2969 c4 c4
2970 @end lilypond
2971
2972
2973
2974 @seealso
2975
2976 Program reference: @internalsref{VoltaBracket}, @internalsref{RepeatedMusic},
2977 @internalsref{VoltaRepeatedMusic},
2978 @internalsref{UnfoldedRepeatedMusic}, and
2979 @internalsref{FoldedRepeatedMusic}.
2980
2981 @node Tremolo repeats
2982 @subsection Tremolo repeats
2983 @cindex tremolo beams
2984
2985 To place tremolo marks between notes, use @code{\repeat} with tremolo
2986 style
2987 @lilypond[quote,verbatim,raggedright]
2988 \new Voice \relative c' {
2989   \repeat "tremolo" 8 { c16 d16 }
2990   \repeat "tremolo" 4 { c16 d16 }
2991   \repeat "tremolo" 2 { c16 d16 }
2992 }
2993 @end lilypond
2994
2995 Tremolo marks can also be put on a single note.  In this case, the
2996 note should not be surrounded by braces.
2997 @lilypond[quote,verbatim,raggedright]
2998 \repeat "tremolo" 4 c'16
2999 @end lilypond
3000
3001 Similar output is obtained using the tremolo subdivision, described in
3002 @ref{Tremolo subdivisions}.
3003
3004 @seealso
3005
3006 In this manual: @ref{Tremolo subdivisions}, @ref{Repeats}.
3007
3008 Program reference: tremolo beams are @internalsref{Beam} objects.  Single stem
3009 tremolos are @internalsref{StemTremolo} objects.  The music expression is
3010 @internalsref{TremoloEvent}.
3011
3012 Example files: @inputfileref{input/@/regression,chord@/-tremolo@/.ly},
3013 @inputfileref{input/@/regression,stem@/-tremolo@/.ly}.
3014
3015 @node Tremolo subdivisions
3016 @subsection Tremolo subdivisions
3017 @cindex tremolo marks
3018 @cindex @code{tremoloFlags}
3019
3020 Tremolo marks can be printed on a single note by adding
3021 `@code{:}[@var{number}]' after the note.  The number indicates the
3022 duration of the subdivision, and it must be at least 8.  A
3023 @var{length} value of 8 gives one line across the note stem.  If the
3024 length is omitted, the last value (stored in @code{tremoloFlags}) is
3025 used
3026
3027 @lilypond[quote,raggedright,verbatim,fragment]
3028 c'2:8 c':32 | c': c': |
3029 @end lilypond
3030
3031 @c [TODO: stok is te kort bij 32en]
3032 @c   somebody want to translate that into English?
3033 @c   `Stem is too short for 32nds' (wl)
3034
3035 @refbugs
3036
3037 Tremolos entered in this way do not carry over into the MIDI output.
3038
3039 @seealso
3040
3041 In this manual: @ref{Tremolo repeats}.
3042
3043 Elsewhere: @internalsref{StemTremolo}, @internalsref{TremoloEvent}.
3044
3045 @node Measure repeats
3046 @subsection Measure repeats
3047
3048 @cindex percent repeats
3049 @cindex measure repeats
3050
3051 In the @code{percent} style, a note pattern can be repeated.  It is
3052 printed once, and then the pattern is replaced with a special sign.
3053 Patterns of one and two measures are replaced by percent-like signs,
3054 patterns that divide the measure length are replaced by slashes
3055
3056 @lilypond[quote,verbatim,raggedright]
3057 \new Voice \relative c' {
3058   \repeat "percent" 4 { c4 }
3059   \repeat "percent" 2 { c2 es2 f4 fis4 g4 c4 }
3060 }
3061 @end lilypond
3062
3063 @seealso
3064
3065 Program reference: @internalsref{RepeatSlash}, @internalsref{PercentRepeat},
3066 @internalsref{PercentRepeatedMusic}, and
3067 @internalsref{DoublePercentRepeat}.
3068
3069
3070
3071 @node Rhythmic music
3072 @section Rhythmic music
3073
3074 Rhythmic music is primarily used for percussion and drum notation, but it can
3075 also be used to show the rhythms of melodies.
3076
3077 @menu
3078 * Showing melody rhythms::      
3079 * Entering percussion::         
3080 * Percussion staves::           
3081 @end menu
3082
3083
3084 @node Showing melody rhythms
3085 @subsection Showing melody rhythms
3086
3087 Sometimes you might want to show only the rhythm of a melody.  This
3088 can be done with the rhythmic staff.  All pitches of notes on such a
3089 staff are squashed, and the staff itself has a single line
3090
3091 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
3092 \context RhythmicStaff {
3093   \time 4/4
3094   c4 e8 f g2 | r4 g r2 | g1:32 | r1 |
3095 }
3096 @end lilypond
3097
3098 @seealso
3099
3100 Program reference: @internalsref{RhythmicStaff}.
3101
3102 Examples: @inputfileref{input/@/regression,rhythmic@/-staff@/.ly}.
3103
3104
3105 @node Entering percussion
3106 @subsection Entering percussion
3107
3108 @cindex percussion
3109 @cindex drums
3110
3111
3112 Percussion notes may be entered in @code{\drummode} mode, which is
3113 similar to the standard mode for entering notes.  Each piece of
3114 percussion has a full name and an abbreviated name, and both can be used
3115 in input files
3116
3117 @lilypond[quote,raggedright,verbatim]
3118 \drums {
3119   hihat hh bassdrum bd
3120 }
3121 @end lilypond
3122
3123 The complete list of drum names is in the init file
3124 @file{ly/@/drumpitch@/-init@/.ly}.
3125 @c TODO: properly document this.
3126
3127 @seealso
3128
3129 Program reference: @internalsref{DrumNoteEvent}.
3130
3131 @node Percussion staves
3132 @subsection Percussion staves
3133 @cindex percussion
3134 @cindex drums
3135
3136 A percussion part for more than one instrument typically uses a
3137 multiline staff where each position in the staff refers to one piece
3138 of percussion.
3139
3140
3141 To typeset the music, the notes must be interpreted in a
3142 @internalsref{DrumStaff} and @internalsref{DrumVoice} contexts
3143
3144 @lilypond[quote,raggedright,verbatim]
3145 up = \drummode { crashcymbal4 hihat8 halfopenhihat hh hh hh openhihat }
3146 down = \drummode { bassdrum4 snare8 bd r bd sn4 }
3147   \new DrumStaff <<
3148     \new DrumVoice { \voiceOne \up }
3149     \new DrumVoice { \voiceTwo \down }
3150   >>
3151 @end lilypond
3152
3153 The above example shows verbose polyphonic notation.  The short
3154 polyphonic notation, described in @ref{Polyphony}, can also be used if
3155 the @internalsref{DrumVoices} are instantiated by hand first.  For example,
3156
3157 @lilypond[quote,raggedright,fragment,verbatim]
3158 \new DrumStaff <<
3159   \context DrumVoice = "1" { s1 *2 }
3160   \context DrumVoice = "2" { s1 *2 }
3161   \drummode {
3162     bd4 sn4 bd4 sn4
3163     <<
3164       { \repeat unfold 16 hh16 }
3165       \\
3166       { bd4 sn4 bd4 sn4 }
3167     >>
3168   }
3169 >>
3170 @end lilypond
3171
3172
3173 There are also other layout possibilities.  To use these, set the
3174 property @code{drumStyleTable} in context @internalsref{DrumVoice}.
3175 The following variables have been predefined
3176
3177 @table @code
3178 @item drums-style
3179 This is the default.  It typesets a typical drum kit on a five-line staff
3180
3181 @lilypond[quote,linewidth=10.0\cm]
3182 nam = \lyricmode {
3183   cymc cyms cymr hh hhc hho hhho hhp
3184   cb hc bd sn ss tomh tommh tomml toml tomfh tomfl }
3185 mus = \drummode {
3186   cymc cyms cymr hh hhc hho hhho hhp \break
3187   cb hc bd sn ss tomh tommh tomml toml tomfh tomfl s16 }
3188 \score {
3189   << \new DrumStaff \with {
3190        \remove Bar_engraver
3191        \remove Time_signature_engraver
3192        \override Stem #'transparent = ##t
3193        \override Stem #'Y-extent-callback = ##f
3194        minimumVerticalExtent = #'(-4.0 . 5.0)
3195      } \mus
3196      \context Lyrics \nam
3197   >>
3198   \layout {
3199     \context {
3200       \Score
3201       \override LyricText #'font-family = #'typewriter
3202       \override BarNumber #'transparent =##T
3203     }
3204   }
3205 }
3206 @end lilypond
3207
3208 The drum scheme supports six different toms.  When there are fewer toms,
3209 simply select the toms that produce the desired result, i.e., to get toms
3210 on the three middle lines you use @code{tommh}, @code{tomml}, and
3211 @code{tomfh}.
3212
3213 @item timbales-style
3214 This typesets timbales on a two line staff
3215
3216 @lilypond[quote,raggedright]
3217 nam = \lyricmode { timh ssh timl ssl cb }
3218 mus = \drummode { timh ssh timl ssl cb s16 }
3219
3220 <<
3221   \context DrumStaff \with {
3222     \remove Bar_engraver
3223     \remove Time_signature_engraver
3224     \override Stem #'transparent = ##t
3225     \override Stem #'Y-extent-callback = ##f
3226     \override StaffSymbol #'line-count = #2
3227     \override StaffSymbol #'staff-space = #2
3228     minimumVerticalExtent = #'(-3.0 . 4.0)
3229     drumStyleTable = #timbales-style
3230   } \mus
3231   \context Lyrics {
3232     \override LyricText #'font-family = #'typewriter
3233     \nam
3234   }
3235 >>
3236 @end lilypond
3237
3238 @item congas-style
3239 This typesets congas on a two line staff
3240
3241 @lilypond[quote,raggedright]
3242 nam = \lyricmode { cgh cgho cghm ssh cgl cglo cglm ssl }
3243 mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 }
3244
3245 <<
3246   \context DrumStaff \with {
3247     \remove Bar_engraver
3248     \remove Time_signature_engraver
3249     drumStyleTable = #congas-style
3250     \override StaffSymbol #'line-count = #2
3251
3252     %% this sucks; it will lengthen stems.
3253     \override StaffSymbol #'staff-space = #2
3254     \override Stem #'transparent = ##t
3255     \override Stem #'Y-extent-callback = ##f
3256   } \mus
3257   \context Lyrics {
3258     \override LyricText #'font-family = #'typewriter
3259     \nam
3260   }
3261 >>
3262 @end lilypond
3263
3264 @item bongos-style
3265 This typesets bongos on a two line staff
3266
3267 @lilypond[quote,raggedright]
3268 nam = \lyricmode { boh boho bohm ssh bol bolo bolm ssl }
3269 mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 }
3270
3271 <<
3272   \context DrumStaff\with {
3273     \remove Bar_engraver
3274     \remove Time_signature_engraver
3275     \override StaffSymbol #'line-count = #2
3276     drumStyleTable = #bongos-style
3277
3278     %% this sucks; it will lengthen stems.
3279     \override StaffSymbol #'staff-space = #2
3280     \override Stem #'transparent = ##t
3281     \override Stem #'Y-extent-callback = ##f
3282   } \mus
3283   \context Lyrics {
3284     \override LyricText #'font-family = #'typewriter
3285     \nam
3286   }
3287 >>
3288 @end lilypond
3289
3290 @item percussion-style
3291 To typeset all kinds of simple percussion on one line staves.
3292
3293 @lilypond[quote,raggedright]
3294 nam = \lyricmode { tri trio trim gui guis guil cb cl tamb cab mar hc }
3295 mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 }
3296
3297 <<
3298   \context DrumStaff\with{
3299     \remove Bar_engraver
3300     drumStyleTable = #percussion-style
3301     \override StaffSymbol #'line-count = #1
3302     \remove Time_signature_engraver
3303     \override Stem #'transparent = ##t
3304     \override Stem #'Y-extent-callback = ##f
3305   } \mus
3306   \context Lyrics {
3307     \override LyricText #'font-family = #'typewriter
3308     \nam
3309   }
3310 >>
3311 @end lilypond
3312 @end table
3313
3314 If you do not like any of the predefined lists you can define your own
3315 list at the top of your file
3316
3317 @lilypond[quote,raggedright,verbatim]
3318 #(define mydrums '(
3319          (bassdrum     default   #f         -1)
3320          (snare        default   #f         0)
3321          (hihat        cross     #f         1)
3322          (pedalhihat   xcircle   "stopped"  2)
3323          (lowtom       diamond   #f         3)))
3324 up = \drummode { hh8 hh hh hh hhp4 hhp }
3325 down = \drummode { bd4 sn bd toml8 toml }
3326
3327 \new DrumStaff <<
3328   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
3329   \new DrumVoice { \voiceOne \up }
3330   \new DrumVoice { \voiceTwo \down }
3331 >>
3332 @end lilypond
3333
3334
3335 @seealso
3336
3337 Init files: @file{ly/@/drumpitch@/-init@/.ly}.
3338
3339 Program reference: @internalsref{DrumStaff}, @internalsref{DrumVoice}.
3340
3341 @refbugs
3342
3343 Because general MIDI does not contain rim shots, the sidestick is used
3344 for this purpose instead.
3345
3346 @node Piano music
3347 @section Piano music
3348
3349 Piano staves are two normal staves coupled with a brace.  The staves
3350 are largely independent, but sometimes voices can cross between the
3351 two staves.  The same notation is also used for harps and other key
3352 @c Is this `harp' or `harpsichord'?
3353 instruments.  The @internalsref{PianoStaff} is especially built to
3354 handle this cross-staffing behavior.  In this section we discuss the
3355 @internalsref{PianoStaff} and some other pianistic peculiarities.
3356
3357
3358 @menu
3359 * Automatic staff changes::     
3360 * Manual staff switches::       
3361 * Pedals::                      
3362 * Arpeggio::                    
3363 * Staff switch lines::          
3364 * Cross staff stems::           
3365 @end menu
3366
3367 @refbugs
3368
3369 Dynamics are not centered, but workarounds do exist.  See the
3370 ``piano centered dynamics'' template in @ref{Piano templates}.
3371
3372 @cindex cross staff stem
3373 @cindex stem, cross staff
3374 @cindex distance between staves in piano music
3375
3376 The distance between the two staves is the same for all systems in the
3377 score.  It is possible to override this per system, but it does require
3378 an arcane command incantation.  See
3379 @inputfileref{input/@/test,piano@/-staff@/-distance@/.ly}.
3380
3381
3382 @node Automatic staff changes
3383 @subsection Automatic staff changes
3384 @cindex Automatic staff changes
3385
3386 Voices can be made to switch automatically between the top and the bottom
3387 staff.  The syntax for this is
3388
3389 @quotation
3390 @example
3391 \autochange @dots{}@var{music}@dots{}
3392 @end example
3393 @end quotation
3394
3395 @noindent
3396 This will create two staves inside the current PianoStaff, called
3397 @code{up} and @code{down}.  The lower staff will be in bass clef by
3398 default.
3399
3400 A @code{\relative} section that is outside of @code{\autochange} has
3401 no effect on the pitches of @var{music}, so, if necessary, put
3402 @code{\relative} inside @code{\autochange} like
3403
3404 @quotation
3405 @example
3406 \autochange \relative @dots{} @dots{}
3407 @end example
3408 @end quotation
3409
3410
3411 The autochanger switches on basis of the pitch (middle C is the turning
3412 point), and it looks ahead skipping over rests to switch in
3413 advance.  Here is a practical example
3414
3415 @lilypond[quote,verbatim,raggedright]
3416 \context PianoStaff
3417   \autochange \relative c'
3418   {
3419     g4 a b c d r4 a g
3420   }
3421 @end lilypond
3422
3423
3424 @seealso
3425
3426 In this manual: @ref{Manual staff switches}.
3427
3428 Program reference: @internalsref{AutoChangeMusic}.
3429
3430
3431
3432 @refbugs
3433
3434 The staff switches may not end up in optimal places.  For high
3435 quality output, staff switches should be specified manually.
3436
3437
3438 @code{\autochange} cannot be inside @code{\times}.
3439
3440 Internally, the @code{\partcombine} interprets both arguments as
3441 @code{Voice}s named @code{one} and @code{two}, and then decides when
3442 the parts can be combined.  Consequently, if the arguments switch to
3443 differently named @internalsref{Voice} contexts, the events in those
3444 will be ignored.
3445
3446
3447 @node Manual staff switches
3448 @subsection Manual staff switches
3449
3450 @cindex manual staff switches
3451 @cindex staff switch, manual
3452
3453 Voices can be switched between staves manually, using the command
3454 @example
3455 \change Staff = @var{staffname} @var{music}
3456 @end example
3457
3458 @noindent
3459 The string @var{staffname} is the name of the staff.  It switches the
3460 current voice from its current staff to the Staff called
3461 @var{staffname}.  Typically @var{staffname} is @code{"up"} or
3462 @code{"down"}.  The @context{Staff} referred to must already exist, so
3463 usually the setup for a score will start with a setup of the staves,
3464
3465 @example
3466 <<
3467   \context Staff = up @{
3468     \skip 1 * 10  % @emph{keep staff alive}
3469     @}
3470   \context Staff = down @{
3471     \skip 1 * 10  % @emph{idem}
3472     @}
3473 >>
3474 @end example
3475
3476
3477 and the @context{Voice} is inserted afterwards
3478
3479 @example
3480 \context Staff = down
3481   \new Voice @{ @dots{} \change Staff = up @dots{} @}
3482 @end example
3483
3484
3485 @node Pedals
3486 @subsection Pedals
3487 @cindex Pedals
3488
3489 Pianos have pedals that alter the way sound is produced.  Generally, a
3490 piano has three pedals, sustain, una corda, and sostenuto.
3491
3492
3493 Piano pedal instruction can be expressed by attaching
3494 @code{\sustainDown}, @code{\sustainUp}, @code{\unaCorda},
3495 @code{\treCorde}, @code{\sostenutoDown} and @code{\sostenutoUp} to a
3496 note or chord
3497
3498 @lilypond[quote,raggedright,fragment,verbatim]
3499 c'4\sustainDown c'4\sustainUp
3500 @end lilypond
3501
3502 What is printed can be modified by setting @code{pedal@var{X}Strings},
3503 where @var{X} is one of the pedal types: @code{Sustain},
3504 @code{Sostenuto} or @code{UnaCorda}.  Refer to
3505 @internalsref{SustainPedal} in the program reference for more
3506 information.
3507
3508 Pedals can also be indicated by a sequence of brackets, by setting the
3509 @code{pedalSustainStyle} property to bracket objects
3510
3511 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
3512 \set Staff.pedalSustainStyle = #'bracket
3513 c\sustainDown d e
3514 b\sustainUp\sustainDown
3515 b g \sustainUp a \sustainDown \bar "|."
3516 @end lilypond
3517
3518 A third style of pedal notation is a mixture of text and brackets,
3519 obtained by setting the @code{pedalSustainStyle} property to
3520 @code{mixed}
3521
3522 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
3523 \set Staff.pedalSustainStyle = #'mixed
3524 c\sustainDown d e
3525 b\sustainUp\sustainDown
3526 b g \sustainUp a \sustainDown \bar "|."
3527 @end lilypond
3528
3529 The default `*Ped.' style for sustain and damper pedals corresponds to
3530 style @code{#'text}.  The sostenuto pedal uses @code{mixed} style by
3531 default.
3532
3533 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
3534 c\sostenutoDown d e c, f g a\sostenutoUp
3535 @end lilypond
3536
3537 For fine-tuning the appearance of a pedal bracket, the properties
3538 @code{edge-width}, @code{edge-height}, and @code{shorten-pair} of
3539 @code{PianoPedalBracket} objects (see
3540 @internalsref{PianoPedalBracket} in the Program reference) can be
3541 modified.  For example, the bracket may be extended to the right edge
3542 of the note head
3543
3544 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
3545 \override Staff.PianoPedalBracket #'shorten-pair = #'(0 . -1.0)
3546 c\sostenutoDown d e c, f g a\sostenutoUp
3547 @end lilypond
3548
3549 @node Arpeggio
3550 @subsection Arpeggio
3551 @cindex Arpeggio
3552
3553 @cindex broken arpeggio
3554 @cindex @code{\arpeggio}
3555
3556 You can specify an arpeggio sign on a chord by attaching an
3557 @code{\arpeggio} to a chord
3558
3559
3560 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
3561 <c e g c>\arpeggio
3562 @end lilypond
3563
3564 When an arpeggio crosses staves, you attach an arpeggio to the chords
3565 in both staves, and set
3566 @internalsref{PianoStaff}.@code{connectArpeggios}
3567
3568 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
3569 \context PianoStaff <<
3570   \set PianoStaff.connectArpeggios = ##t
3571   \new Staff { <c' e g c>\arpeggio }
3572   \new Staff { \clef bass <c,, e g>\arpeggio }
3573 >>
3574 @end lilypond
3575
3576 The direction of the arpeggio is sometimes denoted by adding an
3577 arrowhead to the wiggly line
3578
3579 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
3580 \context Voice {
3581   \arpeggioUp
3582   <c e g c>\arpeggio
3583   \arpeggioDown
3584   <c e g c>\arpeggio
3585 }
3586 @end lilypond
3587
3588 A square bracket on the left indicates that the player should not
3589 arpeggiate the chord
3590
3591 @c todo: ugh, lousy typography.  Look for real example. --hwn
3592
3593 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
3594 \arpeggioBracket
3595 <c' e g c>\arpeggio
3596 @end lilypond
3597
3598 @refcommands
3599
3600 @cindex @code{\arpeggio}
3601 @code{\arpeggio},
3602 @cindex @code{\arpeggioUp}
3603 @code{\arpeggioUp},
3604 @cindex @code{\arpeggioDown}
3605 @code{\arpeggioDown},
3606 @cindex @code{\arpeggioNeutral}
3607 @code{\arpeggioNeutral},
3608 @cindex @code{\arpeggioBracket}
3609 @code{\arpeggioBracket}.
3610
3611 @seealso
3612
3613 Program reference: @internalsref{ArpeggioEvent},
3614 @internalsref{Arpeggio}.
3615
3616 @refbugs
3617
3618 It is not possible to mix connected arpeggios and unconnected
3619 arpeggios in one @internalsref{PianoStaff} at the same point in time.
3620
3621 @node Staff switch lines
3622 @subsection Staff switch lines
3623
3624
3625 @cindex follow voice
3626 @cindex staff switching
3627 @cindex cross staff
3628
3629 @cindex @code{followVoice}
3630
3631 Whenever a voice switches to another staff, a line connecting the notes
3632 can be printed automatically.  This is switched on by setting
3633 @code{PianoStaff.followVoice} to true
3634
3635 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
3636 \context PianoStaff <<
3637   \set PianoStaff.followVoice = ##t
3638   \context Staff \context Voice {
3639     c1
3640     \change Staff=two
3641     b2 a
3642   }
3643  \context Staff=two { \clef bass \skip 1*2 }
3644 >>
3645 @end lilypond
3646
3647 @seealso
3648
3649 Program reference: @internalsref{VoiceFollower}.
3650
3651 @refcommands
3652
3653 @cindex @code{\showStaffSwitch}
3654 @code{\showStaffSwitch},
3655 @cindex @code{\hideStaffSwitch}
3656 @code{\hideStaffSwitch}.
3657
3658
3659 @node Cross staff stems
3660 @subsection Cross staff stems
3661
3662 Chords that cross staves may be produced by increasing the length
3663 of the stem in the lower staff, so it reaches the stem in the upper
3664 staff, or vice versa.
3665
3666 @lilypond[raggedright,verbatim,quote]
3667 stemExtend = \once \override Stem #'length = #22
3668 noFlag = \once \override Stem #'flag-style = #'no-flag
3669 \context PianoStaff <<
3670   \new Staff {
3671     \stemDown \stemExtend
3672     f'4
3673     \stemExtend \noFlag
3674     f'8
3675   }
3676   \new Staff {
3677     \clef bass
3678     a4 a8
3679   }
3680 >>
3681 @end lilypond
3682
3683
3684 @node Vocal music
3685 @section Vocal music
3686
3687 There are three different issues when printing vocal music
3688
3689 @itemize @bullet
3690 @item
3691 Song texts must be entered as text, not notes.  For example, the
3692 input@tie{}@code{d} should be interpreted as a one letter syllable, not the
3693 note@tie{}D.
3694
3695 @item
3696 Song texts must be printed as text, not as notes.
3697
3698 @item
3699 Song texts must be aligned with the notes of their melody.
3700 @end itemize
3701
3702 The simplest solution for printing music uses the @code{\addlyrics}
3703 function to solve all these problems at once.  However, these
3704 three functions can be controlled separately, which is necessary
3705 for complex vocal music.
3706
3707
3708 @menu
3709 * Setting simple songs::        
3710 * Entering lyrics::             
3711 * Hyphens and extenders::       
3712 * The Lyrics context::          
3713 * Flexibility in alignment::    
3714 * More stanzas::                
3715 * Ambitus::                     
3716 @end menu
3717
3718 @node Setting simple songs
3719 @subsection Setting simple songs
3720
3721 The easiest way to add lyrics to a melody is to append
3722 @cindex \addlyrics
3723 @example
3724 \addlyrics @{ @var{the lyrics} @}
3725 @end example
3726
3727 @noindent
3728 to a melody.  Here is an example,
3729
3730 @lilypond[raggedright,verbatim,fragment,quote]
3731 \time 3/4
3732 \relative { c2 e4 g2. }
3733 \addlyrics { play the game }
3734 @end lilypond
3735
3736 More stanzas can be added by adding more
3737 @code{\addlyrics} sections
3738
3739 @lilypond[raggedright,verbatim,fragment,quote]
3740 \time 3/4
3741 \relative { c2 e4 g2. }
3742 \addlyrics { play the game }
3743 \addlyrics { speel het spel }
3744 \addlyrics { joue le jeu }
3745 @end lilypond
3746
3747 @c TODO - this isn't such a great place for this note, but I can't
3748 @c  find a better place without rearranging a lot of lyric stuff.
3749 @c  It's yet another thing to look at post-3.0.
3750
3751 The @code{\addlyrics} command is actually just a convienient way
3752 to write a more complicated LilyPond structure that sets up the
3753 lyrics.  You should use @code{\addlyrics} unless you need to
3754 fancy things, in which case you should investigate
3755 @code{\lyricsto} or @code{\lyricmode}.
3756
3757 @example
3758 @{ MUSIC @}
3759 \addlyrics @{ LYRICS @}
3760 @end example
3761
3762 @noindent
3763 is the same as
3764
3765 @example
3766 \context Voice = blah @{ music @}
3767 \lyricsto "blah" \lyricsmode \new lyrics @{ LYRICS @}
3768 @end example
3769
3770
3771 @node Entering lyrics
3772 @subsection Entering lyrics
3773
3774
3775 @cindex lyrics
3776 @cindex @code{\lyricmode}
3777 @cindex punctuation
3778
3779 Lyrics are entered in a special input mode.  This mode is introduced
3780 by the keyword @code{\lyricmode}, or by using @code{addlyrics} or
3781 @code{lyricsto}.  In this mode you can enter lyrics,
3782 with punctuation and accents, and the input @code{d} is not parsed as
3783 a pitch, but rather as a one letter syllable.  Syllables are entered
3784 like notes, but with pitches replaced by text.  For example,
3785 @example
3786 \lyricmode @{ Twin-4 kle4 twin- kle litt- le star2 @}
3787 @end example
3788
3789
3790 A word lyrics mode begins with an alphabetic character, and ends with
3791 any space or digit.  The following characters can be any character
3792 that is not a digit or white space.  One important consequence of this
3793 is that a word can end with @code{@}}.  The following example is
3794 usually a mistake in the input file.  The syllable includes a @code{@}}, so the
3795 opening brace is not balanced
3796 @example
3797 \lyricmode @{ twinkle @}
3798 @end example
3799
3800 @cindex @code{\property}, in @code{\lyricmode}
3801 @noindent
3802 Similarly, a period which follows an alphabetic sequence is included in
3803 the resulting string.  As a consequence, spaces must be inserted around
3804 property commands
3805 @example
3806 \override Score . LyricText #'font-shape = #'italic
3807 @end example
3808
3809 @cindex @code{_}
3810 @cindex spaces, in lyrics
3811 @cindex quotes, in lyrics
3812
3813 Any @code{_} character that appears in an unquoted word is converted
3814 to a space.  This provides a mechanism for introducing spaces into words
3815 without using quotes.  Quoted words can also be used in Lyrics mode to
3816 specify words that cannot be written with the above rules.  The
3817 following example incorporates double quotes
3818
3819 @example
3820 \lyricmode @{ He said: "\"Let" my peo ple "go\"" @}
3821 @end example
3822
3823 This example is slightly academic, since it gives better looking
3824 results using single quotes, @code{``} and @code{''}
3825 @example
3826 \lyricmode @{ He said: ``Let my peo ple go'' @}
3827 @end example
3828
3829
3830 The full definition of a word start in Lyrics mode is somewhat more
3831 complex.
3832
3833 A word in Lyrics mode begins with: an alphabetic character, @code{_},
3834 @code{?}, @code{!}, @code{:}, @code{'}, the control characters @code{^A}
3835 through @code{^F}, @code{^Q} through @code{^W}, @code{^Y}, @code{^^},
3836 any 8-bit character with ASCII code over 127, or a two-character
3837 combination of a backslash followed by one of @code{`}, @code{'},
3838 @code{"}, or @code{^}.
3839
3840
3841
3842 @seealso
3843
3844 Program reference: events @internalsref{LyricEvent}, and
3845 @internalsref{LyricText}.
3846
3847 @refbugs
3848
3849 The definition of lyrics mode is too complex.
3850
3851 @node Hyphens and extenders
3852 @subsection Hyphens and extenders
3853
3854 @cindex hyphens
3855
3856 Centered hyphens are entered as `@code{-}@code{-}' between syllables.
3857 The hyphen will have variable length depending on the space between
3858 the syllables and it will be centered between the syllables.
3859
3860 @cindex melisma
3861 @cindex extender
3862
3863 When a lyric is sung over many notes (this is called a melisma), this is
3864 indicated with a horizontal line centered between a syllable and the
3865 next one.  Such a line is called an extender line, and it is entered as
3866 @code{__}.
3867
3868
3869 @seealso
3870
3871 Program reference: @internalsref{HyphenEvent},
3872 @internalsref{ExtenderEvent}, @internalsref{LyricHyphen}, and
3873 @internalsref{LyricExtender}
3874
3875 Examples: @inputfileref{input/@/test,lyric@/-hyphen@/-retain@/.ly}.
3876
3877
3878
3879 @node The Lyrics context
3880 @subsection The Lyrics context
3881
3882
3883 Lyrics are printed by interpreting them in a @internalsref{Lyrics} context
3884 @example
3885 \context Lyrics \lyricmode @dots{}
3886 @end example
3887
3888 @cindex automatic syllable durations
3889 @cindex @code{\lyricsto}
3890 @cindex lyrics and melodies
3891
3892 This will place the lyrics according to the durations that were
3893 entered.  The lyrics can also be aligned under a given melody
3894 automatically.  In this case, it is no longer necessary to enter the
3895 correct duration for each syllable.  This is achieved by combining the
3896 melody and the lyrics with the @code{\lyricsto} expression
3897 @example
3898 \lyricsto @var{name} \new Lyrics @dots{}
3899 @end example
3900
3901 This aligns the lyrics to the
3902 notes of the @internalsref{Voice} context called @var{name}, which has
3903 to exist.  Therefore, normally the @code{Voice} is specified first, and
3904 then the lyrics are specified with @code{\lyricsto}.  The command
3905 @code{\lyricsto} switches to @code{\lyricmode} mode automatically, so the
3906 @code{\lyricmode} keyword may be omitted.
3907
3908 For different or more complex orderings, the best way is to setup the
3909 hierarchy of staves and lyrics first, e.g.,
3910 @example
3911 \context ChoirStaff <<
3912   \context Lyrics = sopranoLyrics @{ s1 @}
3913   \context Voice = soprano @{ @emph{music} @}
3914   \context Lyrics = tenorLyrics @{ s1 @}
3915   \context Voice = tenor @{ @emph{music} @}
3916 >>
3917 @end example
3918 and then combine the appropriate melodies and lyric lines
3919 @example
3920 \lyricsto "soprano" \context Lyrics = sopranoLyrics
3921   @emph{the lyrics}
3922 @end example
3923
3924 @noindent
3925 The final input would resemble
3926
3927 @example
3928 <<\context ChoirStaff << @emph{setup the music} >>
3929   \lyricsto "soprano" @emph{etc}
3930   \lyricsto "alto" @emph{etc}
3931   @emph{etc}
3932 >>
3933 @end example
3934
3935
3936 The @code{\lyricsto} command detects melismata: it only puts one
3937 syllable under a tied or slurred group of notes.  If you want to force
3938 an unslurred group of notes to be a melisma, insert @code{\melisma}
3939 after the first note of the group, and @code{\melismaEnd} after the
3940 last one, e.g.,
3941
3942 @lilypond[quote,relative=2,raggedright,fragment,verbatim]
3943 <<
3944   \context Voice = "lala" {
3945     \time 3/4
3946     f4 g8
3947     \melisma
3948     f e f
3949     \melismaEnd
3950     e2
3951   }
3952   \lyricsto "lala" \new Lyrics {
3953     la di __ daah
3954   }
3955 >>
3956 @end lilypond
3957
3958 In addition, notes are considered a melisma if they are manually
3959 beamed, and automatic beaming (see @ref{Setting automatic beam
3960 behavior}) is switched off.
3961
3962 @ignore
3963
3964 @c nonformation:
3965
3966 The criteria for deciding melismata can
3967 be tuned with the property @code{melismaBusyProperties}.  See
3968 @internalsref{Melisma_translator} in the program reference for more
3969 information.
3970
3971 @end ignore
3972
3973 Lyrics can also be entered without @code{\lyricsto}.  In this case the
3974 duration of each syllable must be entered explicitly, for example,
3975
3976 @example
3977 play2 the4 game2.
3978 sink2 or4 swim2.
3979 @end example
3980
3981 The alignment to a melody can be specified with the
3982 @code{associatedVoice} property,
3983
3984 @example
3985 \set associatedVoice = #"lala"
3986 @end example
3987
3988 @noindent
3989 The value of the property (here: @code{"lala"}) should be the name of
3990 a @internalsref{Voice} context.  Without this setting, extender lines
3991 will not be formatted properly.
3992
3993 Here is an example demonstrating manual lyric durations,
3994
3995 @lilypond[relative=1,raggedright,verbatim,fragment,quote]
3996 << \context Voice = melody {
3997      \time 3/4
3998      c2 e4 g2.
3999   }
4000   \new Lyrics \lyricmode {
4001     \set associatedVoice = #"melody"
4002     play2 the4 game2.
4003   } >>
4004 @end lilypond
4005
4006 @cindex SATB
4007 @cindex choral score
4008
4009 A complete example of a SATB score setup is in section
4010 @ref{Small ensembles}.
4011
4012
4013 @refcommands
4014
4015 @code{\melisma}, @code{\melismaEnd}
4016 @cindex @code{\melismaEnd}
4017 @cindex @code{\melisma}
4018
4019 @seealso
4020
4021 Program reference: @internalsref{LyricCombineMusic},
4022 @internalsref{Lyrics}, @internalsref{Melisma_translator}.
4023
4024 Examples: @ref{Small ensembles},
4025 @inputfileref{input/@/regression,lyric@/-combine@/-new@/.ly},
4026 @c TODO: make separate section for melismata
4027 @inputfileref{input/@/test,lyrics@/-melisma@/-variants@/.ly}.
4028 @inputfileref{input/@/test,lyrics@/-melisma@/-faster@/.ly}.
4029
4030 @refbugs
4031
4032 Melismata are not detected automatically, and extender lines must be
4033 inserted by hand.
4034
4035
4036 @c TODO: document \new Staff << Voice \lyricsto >> bug
4037
4038 @node Flexibility in alignment
4039 @subsection Flexibility in alignment
4040
4041
4042 Often, different stanzas of one song are put to one melody in slightly
4043 differing ways.  Such variations can still be captured with
4044 @code{\lyricsto}.
4045
4046 One possibility is that the text has a melisma in one stanza, but
4047 multiple syllables in another one.  One solution is to make the faster
4048 voice ignore the melisma.  This is done by setting
4049 @code{ignoreMelismata} in the Lyrics context.
4050
4051 There has one tricky aspect.  The setting for @code{ignoreMelismata}
4052 must be set one syllable @emph{before} the non-melismatic syllable
4053 in the text, as shown here,
4054
4055 @lilypond[verbatim,raggedright,quote]
4056 <<
4057   \relative \context Voice = "lahlah" {
4058     \set Staff.autoBeaming = ##f
4059     c4
4060     \slurDotted
4061     f8.[( g16])
4062     a4
4063   }
4064   \new Lyrics \lyricsto "lahlah" {
4065     more slow -- ly
4066   }
4067   \new Lyrics \lyricsto "lahlah" {
4068     \set ignoreMelismata = ##t % applies to "fas"
4069     go fas -- ter
4070     \unset ignoreMelismata
4071     still
4072   }
4073 >>
4074 @end lilypond
4075
4076
4077 The @code{ignoreMelismata} applies to the syllable ``fas'', so it
4078 should be entered before ``go''.
4079
4080 The reverse is also possible: making a lyric line slower than the
4081 standard.  This can be achieved by insert @code{\skip}s into the
4082 lyrics.  For every @code{\skip}, the text will be delayed another note.
4083 For example,
4084
4085 @lilypond[verbatim,raggedright,quote]
4086 \relative { c c g' }
4087 \addlyrics {
4088   twin -- \skip 4
4089   kle
4090 }
4091 @end lilypond
4092
4093 More complex variations in text underlay are possible.  It is possible
4094 to switch the melody for a line of lyrics during the text.  This is
4095 done by setting the @code{associatedVoice} property.  In the example
4096
4097 @lilypond[raggedright,quote]
4098 <<
4099   \relative \context Voice = "lahlah" {
4100     \set Staff.autoBeaming = ##f
4101     c4
4102     <<
4103       \context Voice = alternative {
4104         \voiceOne
4105         \times 2/3 {
4106           % show associations clearly.
4107           \override NoteColumn #'force-hshift = #-3
4108           f8 f g
4109         }
4110       }
4111       {
4112         \voiceTwo
4113         f8.[ g16]
4114         \oneVoice
4115       } >>
4116     a8( b) c
4117   }
4118   \new Lyrics \lyricsto "lahlah" {
4119     Ju -- ras -- sic Park
4120   }
4121   \new Lyrics \lyricsto "lahlah" {
4122     % Tricky: need to set associatedVoice
4123     % one syllable too soon!
4124     \set associatedVoice = alternative % applies to "ran"
4125     Ty --
4126     ran --
4127     no --
4128     \set associatedVoice = lahlah % applies to "rus"
4129     sau -- rus Rex
4130   } >>
4131 @end lilypond
4132
4133 @noindent
4134 the text for the first stanza is set to a melody called ``lahlah'',
4135
4136 @example
4137 \new Lyrics \lyricsto "lahlah" @{
4138   Ju -- ras -- sic Park
4139 @}
4140 @end example
4141
4142
4143 The second stanza initially is set to the @code{lahlah} context, but
4144 for the syllable ``ran'', it switches to a different melody.
4145 This is achieved with
4146 @example
4147 \set associatedVoice = alternative
4148 @end example
4149
4150 @noindent
4151 Here, @code{alternative} is the name of the @code{Voice} context
4152 containing the triplet.
4153
4154 Again, the command must be one syllable too early, before ``Ty'' in
4155 this case.
4156
4157 @example
4158 \new Lyrics \lyricsto "lahlah" @{
4159   \set associatedVoice = alternative % applies to "ran"
4160   Ty --
4161   ran --
4162   no --
4163   \set associatedVoice = lahlah % applies to "rus"
4164   sau -- rus Rex
4165 @}
4166 @end example
4167
4168 @noindent
4169 The underlay is switched back to the starting situation by assigning
4170 @code{lahlah} to @code{associatedVoice}.
4171
4172
4173
4174
4175 @node More stanzas
4176 @subsection More stanzas
4177
4178 @cindex phrasing, in lyrics
4179
4180
4181 @cindex stanza number
4182 @cindex singer's names
4183 @cindex name of singer
4184
4185 Stanza numbers can be added by setting @code{stanza}, e.g.,
4186
4187 @lilypond[quote,raggedright,verbatim,relative=2,fragment]
4188 \new Voice {
4189   \time 3/4 g2 e4 a2 f4 g2.
4190 } \addlyrics {
4191   \set stanza = "1. "
4192   Hi, my name is Bert.
4193 } \addlyrics {
4194   \set stanza = "2. "
4195   Oh, che -- ri, je t'aime
4196 }
4197 @end lilypond
4198
4199 These numbers are put just before the start of first syllable.
4200
4201 Names of singers can also be added.  They are printed at the start of
4202 the line, just like instrument names.  They are created by setting
4203 @code{vocalName}.  A short version may be entered as @code{vocNam}.
4204
4205
4206 @lilypond[fragment,raggedright,quote,verbatim,relative=2]
4207 \new Voice {
4208   \time 3/4 g2 e4 a2 f4 g2.
4209 } \addlyrics {
4210   \set vocalName = "Bert "
4211   Hi, my name is Bert.
4212 } \addlyrics {
4213   \set vocalName = "Ernie "
4214   Oh, che -- ri, je t'aime
4215 }
4216 @end lilypond
4217
4218 @seealso
4219
4220 Program reference: Layout objects @internalsref{LyricText} and
4221 @internalsref{VocalName}.  Music expressions
4222 @internalsref{LyricEvent}.
4223
4224
4225
4226 @node Ambitus
4227 @subsection Ambitus
4228 @cindex ambitus
4229
4230 The term @emph{ambitus} denotes a range of pitches for a given voice
4231 in a part of music.  It may also denote the pitch range that a musical
4232 instrument is capable of playing.  Ambits are printed on vocal parts,
4233 so performers can easily determine it meets their capabilities.
4234
4235 Ambits are denoted at the beginning of a piece near the initial clef.
4236 The range is graphically specified by two note heads that represent the
4237 minimum and maximum pitch.  To print such ambits, add the
4238 @internalsref{Ambitus_engraver} to the @internalsref{Voice} context,
4239 for example,
4240
4241 @example
4242 \layout @{
4243   \context @{
4244     \Voice
4245     \consists Ambitus_engraver
4246   @}
4247 @}
4248 @end example
4249
4250 This results in the following output
4251
4252 @lilypond[quote,raggedright]
4253 \layout {
4254   \context {
4255     \Staff
4256     \consists Ambitus_engraver
4257   }
4258 }
4259
4260 \relative \new Staff {
4261   as'' c e2 cis,2
4262 }
4263 @end lilypond
4264
4265 If you have multiple voices in a single staff and you want a single
4266 ambitus per staff rather than per each voice, add the
4267 @internalsref{Ambitus_engraver} to the @internalsref{Staff} context
4268 rather than to the @internalsref{Voice} context.  Here is an example,
4269
4270 @lilypond[verbatim,raggedright,quote]
4271 \new Staff <<
4272   \new Voice \with {
4273     \consists "Ambitus_engraver"
4274   } \relative c'' {
4275     \override Ambitus #'X-offset-callbacks
4276       = #(list (lambda (grob axis) -1.0))
4277     \voiceOne
4278     c4 a d e f2
4279   }
4280   \new Voice \with {
4281     \consists "Ambitus_engraver"
4282   } \relative c' {
4283     \voiceTwo
4284     es4 f g as b2
4285   }
4286 >>
4287 @end lilypond
4288
4289 @noindent
4290 This example uses one advanced feature,
4291
4292 @example
4293 \override Ambitus #'X-offset-callbacks
4294   = #(list (lambda (grob axis) -1.0))
4295 @end example
4296
4297 @noindent
4298 This code moves the ambitus to the left.  The same effect could have
4299 been achieved with @code{extra-offset}, but then the formatting system
4300 would not reserve space for the moved object.
4301
4302 @seealso
4303
4304 Program reference: @internalsref{Ambitus},
4305 @internalsref{AmbitusLine}, @internalsref{AmbitusNoteHead},
4306 @internalsref{AmbitusAccidental}.
4307
4308 Examples: @inputfileref{input/@/regression,ambitus@/.ly}.
4309
4310 @refbugs
4311
4312 There is no collision handling in the case of multiple per-voice
4313 ambitus.
4314
4315 @node Other instrument specific notation, Tablatures, Vocal music, Notation manual
4316 @section Other instrument specific notation
4317
4318 This section includes extra information for writing string music, and may
4319 include extra information for other instruments in the future.
4320
4321 @menu
4322 * Harmonic notes::              
4323 @end menu
4324
4325 @node Harmonic notes, , Other instrument specific notation, Other instrument specific notation
4326 @subsection Harmonic notes
4327
4328 @cindex artificial harmonics
4329 @cindex harmonics
4330
4331 Artificial harmonics are notated with a different notehead style.  They
4332 are entered by marking the harmonic pitch with @code{\harmonic}.
4333
4334 @lilypond[raggedright,verbatim,quote,fragment]
4335 <c' g'\harmonic>4
4336 @end lilypond
4337
4338
4339 @node Tablatures, Popular music, Other instrument specific notation, Notation manual
4340 @section Tablatures
4341
4342 @cindex tablature
4343 @cindex guitar tablature
4344
4345 Tablature notation is used for notating music for plucked string
4346 instruments.  Pitches are not denoted with note heads, but by
4347 indicating on which string and fret a note must be played.  LilyPond
4348 offers limited support for tablature.
4349
4350 @menu
4351 * Tablatures basic::            
4352 * Non-guitar tablatures::       
4353 @end menu
4354
4355 @node Tablatures basic, Non-guitar tablatures, Tablatures, Tablatures
4356 @subsection Tablatures basic
4357 @cindex Tablatures basic
4358
4359 The string number associated to a note is given as a backslash
4360 followed by a number, e.g., @code{c4\3} for a C quarter on the third
4361 string.  By default, string 1 is the highest one, and the tuning
4362 defaults to the standard guitar tuning (with 6 strings).  The notes
4363 are printed as tablature, by using @internalsref{TabStaff} and
4364 @internalsref{TabVoice} contexts
4365
4366 @lilypond[quote,raggedright,fragment,verbatim]
4367 \context TabStaff {
4368   a,4\5 c'\2 a\3 e'\1
4369   e\4 c'\2 a\3 e'\1
4370 }
4371 @end lilypond
4372
4373 @cindex @code{minimumFret}
4374 @cindex fret
4375
4376 When no string is specified, the first string that does not give a
4377 fret number less than @code{minimumFret} is selected.  The default
4378 value for @code{minimumFret} is 0
4379
4380
4381 @example
4382 e16 fis gis a b4
4383 \set TabStaff.minimumFret = #8
4384 e16 fis gis a b4
4385 @end example
4386 @lilypond[quote,raggedright]
4387 frag = {
4388   \key e \major
4389   e16 fis gis a b4
4390   \set TabStaff.minimumFret = #8
4391   e16 fis gis a b4
4392 }
4393   \context StaffGroup <<
4394     \context Staff { \clef "G_8" \frag }
4395     \context TabStaff { \frag }
4396   >>
4397 @end lilypond
4398
4399 @seealso
4400
4401 Program reference: @internalsref{TabStaff}, @internalsref{TabVoice}, and
4402 @internalsref{StringNumberEvent}.
4403
4404 @refbugs
4405
4406 Chords are not handled in a special way, and hence the automatic
4407 string selector may easily select the same string to two notes in a
4408 chord.
4409
4410
4411 @node Non-guitar tablatures, , Tablatures basic, Tablatures
4412 @subsection Non-guitar tablatures
4413 @cindex Non-guitar tablatures
4414
4415 You can change the number of strings, by setting the number of lines
4416 in the @internalsref{TabStaff}.
4417
4418 You can change the tuning of the strings.  A string tuning is given as
4419 a Scheme list with one integer number for each string, the number
4420 being the pitch (measured in semitones relative to middle C) of an
4421 open string.  The numbers specified for @code{stringTuning} are the
4422 numbers of semitones to subtract or add, starting the specified pitch
4423 by default middle C, in string order.  In the next example,
4424 @code{stringTunings} is set for the pitches e, a, d, and g
4425
4426 @lilypond[quote,raggedright,fragment,verbatim]
4427 \context TabStaff <<
4428   \set TabStaff.stringTunings = #'(-5 -10 -15 -20)
4429   {
4430     a,4 c' a e' e c' a e'
4431   }
4432 >>
4433 @end lilypond
4434
4435 @refbugs
4436
4437 No guitar special effects have been implemented.
4438
4439 @seealso
4440
4441 Program reference: @internalsref{Tab_note_heads_engraver}.
4442
4443
4444 @node Popular music, Orchestral music, Tablatures, Notation manual
4445 @section Popular music
4446
4447 This section discusses issues that arise when writing popular music.
4448
4449 @menu
4450 * Chord names::                 
4451 * Chords mode::                 
4452 * Printing chord names::        
4453 * Fret diagrams::               
4454 * Improvisation::               
4455 @end menu
4456
4457 @node Chord names, Chords mode, Popular music, Popular music
4458 @subsection Chord names
4459 @cindex Chords
4460
4461 LilyPond has support for printing chord names.  Chords may be entered
4462 in musical chord notation, i.e., @code{< .. >}, but they can also be
4463 entered by name.  Internally, the chords are represented as a set of
4464 pitches, so they can be transposed
4465
4466
4467 @lilypond[quote,raggedright,verbatim,raggedright]
4468 twoWays = \transpose c c' {
4469   \chordmode {
4470     c1 f:sus4 bes/f
4471   }
4472   <c e g>
4473   <f bes c'>
4474   <f bes d'>
4475 }
4476
4477 << \context ChordNames \twoWays
4478    \context Voice \twoWays >>
4479 @end lilypond
4480
4481 This example also shows that the chord printing routines do not try to
4482 be intelligent.  The last chord (@code{f bes d}) is not interpreted as
4483 an inversion.
4484
4485 @c this menu isn't needed.
4486 @ignore
4487 @menu
4488 * Chords mode::
4489 * Printing chord names::
4490 @end menu
4491 @end ignore
4492
4493 @node Chords mode
4494 @subsection Chords mode
4495 @cindex Chords mode
4496
4497 In chord mode sets of pitches (chords) are entered with normal note
4498 names.  A chord is entered by the root, which is entered like a
4499 normal pitch
4500
4501 @lilypond[quote,raggedright,fragment,verbatim]
4502 \chordmode { es4. d8 c2 }
4503 @end lilypond
4504
4505 @noindent
4506 The mode is introduced by the keyword @code{\chordmode}.
4507
4508 @cindex chord entry
4509 @cindex chord mode
4510
4511 Other chords may be entered by suffixing a colon and introducing a
4512 modifier (which may include a number if desired)
4513 @lilypond[quote,fragment,verbatim]
4514 \chordmode { e1:m e1:7 e1:m7 }
4515 @end lilypond
4516 The first number following the root is taken to be the `type' of the
4517 chord, thirds are added to the root until it reaches the specified
4518 number
4519 @lilypond[quote,fragment,verbatim]
4520 \chordmode { c:3 c:5 c:6 c:7 c:8 c:9 c:10 c:11 }
4521 @end lilypond
4522
4523 @cindex root of chord
4524 @cindex additions, in chords
4525 @cindex removals, in chords
4526
4527 More complex chords may also be constructed adding separate steps
4528 to a chord.  Additions are added after the number following
4529 the colon and are separated by dots
4530 @lilypond[quote,verbatim,fragment]
4531 \chordmode { c:5.6 c:3.7.8 c:3.6.13 }
4532 @end lilypond
4533 Chord steps can be altered by suffixing a @code{-} or @code{+} sign
4534 to the number
4535 @lilypond[quote,verbatim,fragment]
4536 \chordmode { c:7+ c:5+.3- c:3-.5-.7- }
4537 @end lilypond
4538 Removals are specified similarly and are introduced by a caret.  They
4539 must come after the additions
4540 @lilypond[quote,verbatim,fragment]
4541 \chordmode { c^3 c:7^5 c:9^3.5 }
4542 @end lilypond
4543
4544 Modifiers can be used to change pitches.  The following modifiers are
4545 supported
4546
4547 @table @code
4548 @item m
4549 The minor chord.  This modifier lowers the 3rd and (if present) the 7th step.
4550
4551 @item dim
4552 The diminished chord.  This modifier lowers the 3rd, 5th and (if present)
4553 the 7th step.
4554
4555 @item aug
4556 The augmented chord.  This modifier raises the 5th step.
4557
4558 @item maj
4559 The major 7th chord.  This modifier raises the 7th step if present.
4560
4561 @item sus
4562 The suspended 4th or 2nd.  This modifier removes the 3rd
4563 step.  Append either @code{2} or @code{4} to add the 2nd or 4th step to
4564 the chord.
4565 @end table
4566
4567 Modifiers can be mixed with additions
4568 @lilypond[quote,verbatim,fragment]
4569   \chordmode { c:sus4 c:7sus4 c:dim7 c:m6 }
4570 @end lilypond
4571
4572 @cindex modifiers, in chords.
4573 @cindex @code{aug}
4574 @cindex @code{dim}
4575 @cindex @code{maj}
4576 @cindex @code{sus}
4577 @cindex @code{m}
4578
4579 Since an unaltered 11 does not sound good when combined with an
4580 unaltered 3, the 11 is removed in this case (unless it is added
4581 explicitly)
4582 @lilypond[quote,raggedright,fragment,verbatim]
4583 \chordmode { c:13 c:13.11 c:m13 }
4584 @end lilypond
4585
4586 @cindex @code{/}
4587
4588 An inversion (putting one pitch of the chord on the bottom), as well
4589 as bass notes, can be specified by appending
4590 @code{/}@var{pitch} to the chord
4591 @lilypond[quote,raggedright,fragment,verbatim]
4592 \chordmode { c1 c/g c/f }
4593 @end lilypond
4594 @cindex @code{/+}
4595
4596 A bass note can be added instead transposed out of the chord,
4597 by using @code{/+}@var{pitch}.
4598
4599 @lilypond[quote,raggedright,fragment,verbatim]
4600 \chordmode { c1 c/+g c/+f }
4601 @end lilypond
4602
4603 Chords is a mode similar to @code{\lyricmode}, etc.  Most
4604 of the commands continue to work, for example, @code{r} and
4605 @code{\skip} can be used to insert rests and spaces, and property
4606 commands may be used to change various settings.
4607
4608
4609
4610 @refbugs
4611
4612 Each step can only be present in a chord once.  The following
4613 simply produces the augmented chord, since @code{5+} is interpreted
4614 last
4615 @cindex clusters
4616 @lilypond[quote,raggedright,verbatim,fragment]
4617 \chordmode { c:5.5-.5+ }
4618 @end lilypond
4619
4620
4621 @node Printing chord names
4622 @subsection Printing chord names
4623
4624 @cindex printing chord names
4625 @cindex chord names
4626 @cindex chords
4627
4628 For displaying printed chord names, use the @internalsref{ChordNames} context.
4629 The chords may be entered either using the notation
4630 described above, or directly using @code{<} and @code{>}
4631
4632 @lilypond[quote,verbatim,raggedright]
4633 harmonies = {
4634   \chordmode {a1 b c} <d' f' a'> <e' g' b'>
4635 }
4636 <<
4637   \context ChordNames \harmonies
4638   \context Staff \harmonies
4639 >>
4640 @end lilypond
4641
4642 You can make the chord changes stand out by setting
4643 @internalsref{ChordNames}.@code{chordChanges} to true.  This will only
4644 display chord names when there is a change in the chords scheme and at
4645 the start of a new line
4646
4647 @lilypond[quote,verbatim,raggedright]
4648 harmonies = \chordmode {
4649   c1:m c:m \break c:m c:m d
4650 }
4651 <<
4652   \context ChordNames {
4653     \set chordChanges = ##t
4654     \harmonies }
4655   \context Staff \transpose c c' \harmonies
4656 >>
4657 @end lilypond
4658
4659 The previous examples all show chords over a staff.  This is not
4660 necessary.  Chords may also be printed separately.  It may be necessary
4661 to add @internalsref{Volta_engraver} and @internalsref{Bar_engraver}
4662 for showing repeats.
4663
4664 @lilypond[raggedright,verbatim]
4665 \new ChordNames \with {
4666   \override BarLine #'bar-size = #4
4667   voltaOnThisStaff = ##t
4668   \consists Bar_engraver
4669   \consists "Volta_engraver"
4670 }
4671 \repeat volta 2 \chordmode {
4672   f1:maj f:7 bes:7
4673   c:maj
4674 } \alternative {
4675   es e
4676 }
4677 @end lilypond
4678
4679
4680 The default chord name layout is a system for Jazz music, proposed by
4681 Klaus Ignatzek (see @ref{Literature list}).  It can be tuned through the
4682 following properties
4683
4684 @table @code
4685 @cindex @code{chordNameExceptions}
4686 @item chordNameExceptions
4687 This is a list that contains the chords that have special formatting.
4688
4689 The exceptions list should be encoded as
4690 @example
4691 @{ <c f g bes>1 \markup @{ \super "7" "wahh" @} @}
4692 @end example
4693
4694 To get this information into @code{chordNameExceptions} takes a little
4695 manoeuvring.  The following code transforms @code{chExceptionMusic}
4696 (which is a sequential music) into a list of exceptions.
4697 @example
4698 (sequential-music-to-chord-exceptions chExceptionMusic #t)
4699 @end example
4700 Then,
4701 @example
4702 (append
4703  (sequential-music-to-chord-exceptions chExceptionMusic #t)
4704  ignatzekExceptions)
4705 @end example
4706 adds the new exceptions to the default ones, which are defined in
4707 @file{ly/@/chord@/-modifier@/-init@/.ly}.
4708
4709 For an example of tuning this property, see also
4710 @inputfileref{input/@/regression,chord@/-name@/-exceptions@/.ly}.
4711 @cindex exceptions, chord names.
4712
4713
4714 @cindex @code{majorSevenSymbol}
4715 @item majorSevenSymbol
4716 This property contains the markup object used for the 7th step, when
4717 it is major.  Predefined options are @code{whiteTriangleMarkup} and
4718 @code{blackTriangleMarkup}.  See
4719 @inputfileref{input/@/regression,chord@/-name@/-major7@/.ly} for an example.
4720
4721 @cindex @code{chordNameSeparator}
4722 @item chordNameSeparator
4723 Different parts of a chord name are normally separated by a
4724 slash.  By setting @code{chordNameSeparator}, you can specify other
4725 separators, e.g.,
4726 @lilypond[quote,raggedright,fragment,verbatim]
4727 \context ChordNames \chordmode {
4728   c:7sus4
4729   \set chordNameSeparator
4730     = \markup { \typewriter "|" }
4731   c:7sus4
4732 }
4733 @end lilypond
4734
4735 @cindex @code{chordRootNamer}
4736 @item chordRootNamer
4737 The root of a chord is usually printed as a letter with an optional
4738 alteration.  The transformation from pitch to letter is done by this
4739 function.  Special note names (for example, the German ``H'' for a
4740 B-chord) can be produced by storing a new function in this property.
4741
4742 @cindex @code{chordNoteNamer}
4743 @item chordNoteNamer
4744 The default is to print single pitch, e.g., the bass note, using the
4745 @code{chordRootNamer}.  The @code{chordNoteNamer} property can be set
4746 to a specialized function to change this behavior.  For example, the
4747 base can be printed in lower case.
4748
4749 @end table
4750
4751 The predefined variables @code{\germanChords},
4752 @code{\semiGermanChords} set these variables.  The effect is
4753 demonstrated here,
4754
4755 @lilypondfile[raggedright]{chord-names-german.ly}
4756
4757 There are also two other chord name schemes implemented: an alternate
4758 Jazz chord notation, and a systematic scheme called Banter chords.  The
4759 alternate Jazz notation is also shown on the chart in @ref{Chord name
4760 chart}.  Turning on these styles is described in the input file
4761 @inputfileref{input/@/test,chord@/-names@/-jazz@/.ly}.
4762
4763 @cindex Banter
4764 @cindex jazz chords
4765 @cindex chords, jazz
4766
4767
4768 @refcommands
4769
4770 @cindex @code{\germanChords}
4771 @code{\germanChords},
4772 @cindex @code{\semiGermanChords}
4773 @code{\semiGermanChords}.
4774
4775
4776
4777
4778 @seealso
4779
4780 Examples: @inputfileref{input/@/regression,chord@/-name@/-major7@/.ly},
4781 @inputfileref{input/@/regression,chord@/-name@/-exceptions@/.ly},
4782 @inputfileref{input/@/test,chord@/-names@/-jazz@/.ly},
4783 @inputfileref{input/@/test,chords@/-without@/-melody@/.ly}.
4784
4785
4786 Init files: @file{scm/@/chords@/-ignatzek@/.scm}, and
4787 @file{scm/@/chord@/-entry@/.scm}.
4788
4789
4790 @refbugs
4791
4792 Chord names are determined solely from the list of pitches.  Chord
4793 inversions are not identified, and neither are added bass notes.  This
4794 may result in strange chord names when chords are entered with the
4795 @code{< .. >} syntax.
4796
4797
4798 @node Fret diagrams
4799 @subsection Fret diagrams
4800 @cindex fret diagrams
4801 @cindex chord diagrams
4802
4803 Fret diagrams can be added to music as a markup to the desired note.  The
4804 markup contains information about the desired fret diagram, as shown in the
4805 following example
4806
4807 @lilypond[verbatim, raggedright, quote]
4808 \context Voice {
4809   d' ^\markup \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;"
4810   d' d' d'
4811   fis' ^\markup \override #'(size . 0.75) {
4812     \override #'(finger-code . below-string) {
4813       \fret-diagram-verbose #'((place-fret 6 2 1) (barre 6 1 2)
4814                                (place-fret 5 4 3) (place-fret 4 4 4)
4815                                (place-fret 3 3 2) (place-fret 2 2 1)
4816                                (place-fret 1 2 1))
4817     }
4818   }
4819   fis' fis' fis'
4820   c' ^\markup \override #'(dot-radius . 0.35) {
4821     \override #'(finger-code . in-dot) {
4822       \override #'(dot-color . white) {
4823         \fret-diagram-terse #"x;3-1-(;5-2;5-3;5-4;3-1-);"
4824       }
4825     }
4826   }
4827   c' c' c'
4828 }
4829 @end lilypond
4830
4831
4832 There are three different fret-diagram markup interfaces: standard, terse,
4833 and verbose.  The three interfaces produce equivalent markups, but have
4834 varying amounts of information in the markup string.  Details about the
4835 markup interfaces are found at @ref{Overview of text markup commands}.
4836
4837 You can set a number of graphical properties according to your preference.
4838 Details about the property interface to fret diagrams are found at
4839 @internalsref{fret-diagram-interface}.
4840
4841
4842 @seealso
4843
4844 Examples: @inputfileref{input/@/test,fret@/-diagram@/.ly}
4845
4846
4847 @node Improvisation
4848 @subsection Improvisation
4849
4850 Improvisation is sometimes denoted with slashed note heads.  Such note
4851 heads can be created by adding a @internalsref{Pitch_squash_engraver}
4852 to the @internalsref{Staff} or @internalsref{Voice} context.  Then, the
4853 following command
4854
4855 @example
4856 \set squashedPosition = #0
4857 \override NoteHead #'style = #'slash
4858 @end example
4859
4860 @noindent
4861 switches on the slashes.
4862
4863 There are shortcuts @code{\improvisationOn} (and an accompanying
4864 @code{\improvisationOff}) for this command sequence.  They are used in
4865 the following example
4866
4867 @lilypond[verbatim,raggedright,quote]
4868 \new Staff \with {
4869   \consists Pitch_squash_engraver
4870 } \transpose c c' {
4871   e8 e g a a16(bes)(a8) g \improvisationOn
4872   e8
4873   ~e2~e8 f4 fis8
4874   ~fis2 \improvisationOff a16(bes) a8 g e
4875 }
4876 @end lilypond
4877
4878
4879
4880 @node Orchestral music
4881 @section Orchestral music
4882
4883 @cindex Writing parts
4884
4885 Orchestral music involves some special notation, both in the full
4886 score and the individual parts.  This section explains how to tackle
4887 some common problems in orchestral music.
4888
4889
4890
4891 @menu
4892 * System start delimiters::     
4893 * Aligning to cadenzas::        
4894 * Rehearsal marks::             
4895 * Bar numbers::                 
4896 * Instrument names::            
4897 * Transpose::                   
4898 * Instrument transpositions::   
4899 * Multi measure rests::         
4900 * Automatic part combining::    
4901 * Hiding staves::               
4902 * Different editions from one source::  
4903 * Quoting other voices::        
4904 * Formatting cue notes::        
4905 @end menu
4906
4907 @node System start delimiters
4908 @subsection System start delimiters
4909
4910 Polyphonic scores consist of many staves.  These staves can be
4911 constructed in three different ways
4912 @itemize @bullet
4913 @item The group is started with a brace at the left, and bar lines are
4914 connected.  This is done with the @internalsref{GrandStaff} context.
4915
4916 @lilypond[verbatim,raggedright,quote]
4917 \new GrandStaff
4918 \relative <<
4919   \new Staff { c1 c }
4920   \new Staff { c c }
4921 >>
4922 @end lilypond
4923
4924
4925 @item The group is started with a bracket, and bar lines are connected.
4926 This is done with the
4927 @internalsref{StaffGroup} context
4928
4929 @lilypond[verbatim,raggedright,quote]
4930 \new StaffGroup
4931 \relative <<
4932   \new Staff { c1 c }
4933   \new Staff { c c }
4934 >>
4935 @end lilypond
4936
4937
4938 @item The group is started with a vertical line.  Bar lines are not
4939 connected.  This is the default for the score.
4940
4941 @lilypond[verbatim,raggedright,quote]
4942 \relative <<
4943   \new Staff { c1 c }
4944   \new Staff { c c }
4945 >>
4946 @end lilypond
4947
4948 @end itemize
4949
4950 @cindex Staff, multiple
4951 @cindex bracket, vertical
4952 @cindex brace, vertical
4953 @cindex grand staff
4954 @cindex staff group
4955
4956
4957 @seealso
4958
4959 The bar lines at the start of each system are
4960 @internalsref{SystemStartBar}, @internalsref{SystemStartBrace}, and
4961 @internalsref{SystemStartBracket}.  Only one of these types is created
4962 in every context, and that type is determined by the property
4963 @code{systemStartDelimiter}.
4964
4965 @node Aligning to cadenzas
4966 @subsection Aligning to cadenzas
4967
4968
4969 In an orchestral context, cadenzas present a special problem:
4970 when constructing a score that includes a cadenza, all other
4971 instruments should skip just as many notes as the length of the
4972 cadenza, otherwise they will start too soon or too late.
4973
4974 A solution to this problem are the functions @code{mmrest-of-length}
4975 and @code{skip-of-length}.  These Scheme functions take a piece of music
4976 as argument, and generate a @code{\skip} or multi-rest, exactly as
4977 long as the piece.  The use of @code{mmrest-of-length} is demonstrated
4978 in the following example.
4979
4980 @lilypond[verbatim,raggedright,quote]
4981 cadenza = \relative c' {
4982   c4 d8 << { e f g } \\ { d4. } >>
4983   g4 f2 g4 g
4984 }
4985
4986 \new GrandStaff <<
4987   \new Staff { \cadenza c'4 }
4988   \new Staff {
4989     #(ly:export (mmrest-of-length cadenza))
4990     c'4
4991   }
4992 >>
4993 @end lilypond
4994
4995
4996
4997
4998
4999 @node Rehearsal marks
5000 @subsection Rehearsal marks
5001 @cindex Rehearsal marks
5002 @cindex mark
5003 @cindex @code{\mark}
5004
5005 To print a rehearsal mark, use the @code{\mark} command
5006
5007 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
5008 c1 \mark \default
5009 c1 \mark \default
5010 c1 \mark #8
5011 c1 \mark \default
5012 c1 \mark \default
5013 @end lilypond
5014
5015 @noindent
5016 (The letter@tie{}`I' is skipped in accordance with engraving traditions.)
5017 @c umm, is the manual the right place for feature requests?  :)  -gp
5018 @c FIXME - should make that tunable.
5019
5020 To use boxed bar numbers instead of letters, see @ref{Bar numbers}.
5021
5022 The mark is incremented automatically if you use @code{\mark
5023 \default}, but you can also use an integer argument to set the mark
5024 manually.  The value to use is stored in the property
5025 @code{rehearsalMark}.
5026
5027 The style is defined by the property @code{markFormatter}.  It is a
5028 function taking the current mark (an integer) and the current context
5029 as argument.  It should return a markup object.  In the following
5030 example, @code{markFormatter} is set to a canned procedure.  After a
5031 few measures, it is set to function that produces a boxed number.
5032
5033 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
5034 \set Score.markFormatter = #format-mark-numbers
5035 c1 \mark \default
5036 c1 \mark \default
5037 \set Score.markFormatter
5038    = #(lambda (mark context)
5039        (make-bold-markup
5040         (make-box-markup (number->string mark))))
5041 c1 \mark \default
5042 c1 \mark \default
5043 c1
5044 @end lilypond
5045
5046 The file @file{scm/@/translation@/-functions@/.scm} contains the definitions
5047 of @code{format-mark-numbers} (the default format) and
5048 @code{format-mark-letters}.  These can be used as inspiration for other
5049 formatting functions.
5050
5051
5052 @cindex coda on bar line
5053 @cindex segno on bar line
5054 @cindex fermata on bar line
5055 @cindex bar lines, symbols on
5056
5057 The @code{\mark} command can also be used to put signs like coda,
5058 segno, and fermata on a bar line.  Use @code{\markup} to
5059 access the appropriate symbol
5060
5061 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
5062 c1 \mark \markup { \musicglyph #"scripts-ufermata" }
5063 c1
5064 @end lilypond
5065
5066 In the case of a line break, marks must also be printed at the end of
5067 the line, and not at the beginning.  Use the following to force that
5068 behavior
5069 @example
5070 \override Score.RehearsalMark
5071   #'break-visibility = #begin-of-line-invisible
5072 @end example
5073
5074 @cindex fermatas
5075 @cindex coda
5076 @cindex segno
5077 @cindex bar lines, putting symbols on
5078
5079 @seealso
5080
5081 Program reference: @internalsref{MarkEvent}, @internalsref{RehearsalMark}.
5082
5083 Init files: @file{scm/@/translation@/-functions@/.scm} contains the
5084 definition of @code{format-mark-numbers} and
5085 @code{format-mark-letters}.  They can be used as inspiration for other
5086 formatting functions.
5087
5088 Examples: @inputfileref{input/@/regression,rehearsal@/-mark@/-letter@/.ly},
5089
5090 @inputfileref{input/@/regression,rehearsal@/-mark@/-number@/.ly}.
5091
5092
5093 @node Bar numbers
5094 @subsection Bar numbers
5095
5096
5097 @cindex Bar numbers
5098 @cindex measure numbers
5099 @cindex @code{currentBarNumber}
5100
5101 Bar numbers are printed by default at the start of the line.  The
5102 number itself is stored in the @code{currentBarNumber} property, which
5103 is normally updated automatically for every measure.
5104
5105 Bar numbers can be typeset at regular intervals instead of at the
5106 beginning of each line.  This is illustrated in the following example,
5107 whose source is available as
5108 @inputfileref{input/@/test,bar@/-number@/-regular@/-interval@/.ly}
5109
5110 @lilypondfile[raggedright,quote]{bar-number-regular-interval.ly}
5111
5112 Bar numbers can be typeset manually by tweaking the
5113 @code{markFormatter} property
5114
5115 @lilypond[verbatim,raggedright,quote]
5116 \relative c' {
5117   \set Score.markFormatter
5118     = #(lambda (mark context)
5119       (make-bold-markup
5120         (make-box-markup
5121           (number->string (ly:context-property context
5122                                                'currentBarNumber)))))
5123
5124   c1 \bar "||" \mark \default c1 c1 \mark \default c1 \bar "|."
5125 }
5126 @end lilypond
5127
5128 Bar numbers can be manually changed by setting the
5129 @code{Staff.currentBarNumber} property
5130
5131 @lilypond[verbatim,raggedright,quote]
5132 \relative c' {
5133   \repeat unfold 4 {c4 c c c} \break
5134   \set Score.currentBarNumber = #50
5135   \repeat unfold 4 {c4 c c c}
5136 }
5137 @end lilypond
5138
5139 @seealso
5140
5141 Program reference: @internalsref{BarNumber}.
5142
5143 Examples:
5144 @inputfileref{input/@/test,bar@/-number@/-every@/-five@/-reset@/.ly},
5145 and @inputfileref{input/@/test,bar@/-number@/-regular@/-interval@/.ly}.
5146
5147 @refbugs
5148
5149 Bar numbers can collide with the @internalsref{StaffGroup} bracket, if
5150 there is one at the top.  To solve this, the
5151 @code{padding} property of @internalsref{BarNumber} can be
5152 used to position the number correctly.
5153
5154 @node Instrument names
5155 @subsection Instrument names
5156
5157 In an orchestral score, instrument names are printed at the left side
5158 of the staves.
5159
5160 This can be achieved by setting @internalsref{Staff}.@code{instrument}
5161 and @internalsref{Staff}.@code{instr}.  This will print a string before
5162 the start of the staff.  For the first staff, @code{instrument} is
5163 used, for the following ones, @code{instr} is used.
5164
5165 @lilypond[quote,verbatim,raggedright,relative=1,fragment]
5166 \set Staff.instrument = "Ploink "
5167 \set Staff.instr = "Plk "
5168 c1
5169 \break
5170 c''
5171 @end lilypond
5172
5173 You can also use markup texts to construct more complicated instrument
5174 names, for example
5175
5176 @lilypond[quote,fragment,verbatim,raggedright]
5177 \set Staff.instrument = \markup {
5178   \column < "Clarinetti"
5179             { "in B" \smaller \flat } > }
5180 c''1
5181 @end lilypond
5182
5183 For longer instrument names, it may be useful to increase the
5184 @code{indent} setting in the @code{\layout} block.
5185
5186 @seealso
5187
5188 Program reference: @internalsref{InstrumentName}.
5189
5190 @refbugs
5191
5192 When you put a name on a grand staff or piano staff, the width of the
5193 brace is not taken into account.  You must add extra spaces to the end of
5194 the name to avoid a collision.
5195
5196 @node Transpose
5197 @subsection Transpose
5198 @cindex Transpose
5199 @cindex transposition of pitches
5200 @cindex @code{\transpose}
5201
5202 A music expression can be transposed with @code{\transpose}.  The
5203 syntax is
5204 @example
5205 \transpose @var{from} @var{to} @var{musicexpr}
5206 @end example
5207
5208 This means that @var{musicexpr} is transposed by the interval between
5209 the pitches @var{from} and @var{to}: any note with pitch @code{from}
5210 is changed to @code{to}.
5211
5212
5213 For example, consider a piece written in the key of D-major.  If
5214 this piece is a little too low for its performer, it can be
5215 transposed up to E-major with
5216 @example
5217 \transpose d e @dots{}
5218 @end example
5219
5220 Consider a part written for violin (a C instrument).  If
5221 this part is to be played on the A clarinet, the following
5222 transposition will produce the appropriate part
5223
5224 @example
5225 \transpose a c @dots{}
5226 @end example
5227
5228 @code{\transpose} distinguishes between enharmonic pitches: both
5229 @code{\transpose c cis} or @code{\transpose c des} will transpose up
5230 half a tone.  The first version will print sharps and the second
5231 version will print flats
5232
5233 @lilypond[quote,raggedright,verbatim]
5234 mus = { \key d \major cis d fis g }
5235 \context Staff {
5236   \clef "F" \mus
5237   \clef "G"
5238   \transpose c g' \mus
5239   \transpose c f' \mus
5240 }
5241 @end lilypond
5242
5243
5244 @seealso
5245
5246 Program reference: @internalsref{TransposedMusic}, and
5247 @internalsref{UntransposableMusic}.
5248
5249 @refbugs
5250
5251 If you want to use both @code{\transpose} and @code{\relative},
5252 you must put @code{\transpose} outside of @code{\relative}, since
5253 @code{\relative} will have no effect music that appears inside a
5254 @code{\transpose}.
5255
5256 @node Instrument transpositions
5257 @subsection Instrument transpositions
5258
5259 The key of a transposing instrument can also be specified.  This
5260 applies to many wind instruments, for example, clarinets (B-flat, A, and
5261 E-flat), horn (F) and trumpet (B-flat, C, D, and E-flat).
5262
5263 The transposition is entered after the keyword @code{\transposition}
5264
5265 @example
5266 \transposition bes   %% B-flat clarinet
5267 @end example
5268
5269 @noindent
5270 This command sets the property @code{instrumentTransposition}.  The value of
5271 this property is used for MIDI output and quotations.  It does not
5272 affect how notes are printed in the current staff.
5273
5274 The pitch to use for @code{\transposition} should correspond to the
5275 transposition of the notes.  For example, when entering a score in
5276 concert pitch, typically all voices are entered in C, so
5277 they should be entered as
5278
5279 @example
5280 clarinet = @{
5281   \transposition c'
5282   ...
5283 @}
5284 saxophone = @{
5285   \transposition c'
5286   ...
5287 @}
5288 @end example
5289
5290 The command @code{\transposition} should be used when the music is
5291 entered from a (transposed) orchestral part.  For example, in
5292 classical horn parts, the tuning of the instrument is often changed
5293 during a piece.  When copying the notes from the part, use
5294 @code{\transposition}, e.g.,
5295
5296 @example
5297 \transposition d'
5298 c'4^"in D"
5299 ...
5300 \transposition g'
5301 c'4^"in G"
5302 ...
5303 @end example
5304
5305
5306
5307 @cindex transposition, MIDI
5308 @cindex transposition, instrument
5309
5310
5311 @node Multi measure rests
5312 @subsection Multi measure rests
5313 @cindex multi measure rests
5314 @cindex Rests, multi measure
5315
5316 @cindex @code{R}
5317
5318 Multi-measure rests are entered using `@code{R}'.  It is specifically
5319 meant for full bar rests and for entering parts: the rest can expand
5320 to fill a score with rests, or it can be printed as a single
5321 multi-measure rest.  This expansion is controlled by the property
5322 @code{Score.skipBars}.  If this is set to true, empty measures will not
5323 be expanded, and the appropriate number is added automatically
5324
5325 @lilypond[quote,raggedright,fragment,verbatim]
5326 \time 4/4 r1 | R1 | R1*2
5327 \set Score.skipBars = ##t R1*17 R1*4
5328 @end lilypond
5329
5330 The @code{1} in @code{R1} is similar to the duration notation used for
5331 notes.  Hence, for time signatures other than 4/4, you must enter other
5332 durations.  This can be done with augmentation dots or fractions
5333
5334 @lilypond[quote,raggedright,fragment,verbatim]
5335 \set Score.skipBars = ##t
5336 \time 3/4
5337 R2. | R2.*2
5338 \time 13/8
5339 R1*13/8
5340 R1*13/8*12 |
5341 \time 10/8 R4*5*4 |
5342 @end lilypond
5343
5344 An @code{R} spanning a single measure is printed as either a whole rest
5345 or a breve, centered in the measure regardless of the time signature.
5346
5347 If there are only a few measures of rest, LilyPond prints ``church rests''
5348 (a series of rectangles) in the staff.  To replace that with a simple
5349 rest, use @code{MultiMeasureRest.expand-limit}.
5350
5351 @lilypond[quote,raggedright,fragment,verbatim]
5352 \set Score.skipBars = ##t
5353 R1*2 | R1*5 | R1*9
5354 \override MultiMeasureRest #'expand-limit = 1
5355 R1*2 | R1*5 | R1*9
5356 @end lilypond
5357
5358
5359 @cindex text on multi-measure rest
5360 @cindex script on multi-measure rest
5361 @cindex fermata on multi-measure rest
5362
5363 Texts can be added to multi-measure rests by using the
5364 @var{note}-@code{markup} syntax (see @ref{Text markup}).
5365 A variable (@code{\fermataMarkup}) is provided for
5366 adding fermatas
5367
5368 @lilypond[quote,raggedright,verbatim,fragment]
5369 \set Score.skipBars = ##t
5370 \time 3/4
5371 R2.*10^\markup { \italic "ad lib." }
5372 R2.^\fermataMarkup
5373 @end lilypond
5374
5375 If you want to have text on the left end of a multi-measure rest,
5376 attach the text to a zero-length skip note, i.e.,
5377
5378 @example
5379 s1*0^"Allegro"
5380 R1*4
5381 @end example
5382
5383
5384 @cindex whole rests for a full measure
5385
5386 @seealso
5387
5388 Program reference: @internalsref{MultiMeasureRestEvent},
5389 @internalsref{MultiMeasureTextEvent},
5390 @internalsref{MultiMeasureRestMusicGroup}, and
5391 @internalsref{MultiMeasureRest}.
5392
5393 The layout object @internalsref{MultiMeasureRestNumber} is for the
5394 default number, and @internalsref{MultiMeasureRestText} for user
5395 specified texts.
5396
5397 @refbugs
5398
5399 It is not possible to use fingerings (e.g., @code{R1-4}) to put numbers
5400 over multi-measure rests.  And the pitch of multi-measure rests (or
5401 staff-centered rests) can not be influenced.
5402
5403 @cindex condensing rests
5404
5405 There is no way to automatically condense multiple rests into a single
5406 multi-measure rest.  Multi-measure rests do not take part in rest
5407 collisions.
5408
5409 Be careful when entering multi-measure rests followed by whole
5410 notes.  The following will enter two notes lasting four measures each
5411 @example
5412 R1*4 cis cis
5413 @end example
5414 When @code{skipBars} is set, the result will look OK, but the bar
5415 numbering will be off.
5416
5417 @node Automatic part combining
5418 @subsection Automatic part combining
5419 @cindex automatic part combining
5420 @cindex part combiner
5421
5422
5423 Automatic part combining is used to merge two parts of music onto a
5424 staff.  It is aimed at typesetting orchestral scores.  When the two
5425 parts are identical for a period of time, only one is shown.  In
5426 places where the two parts differ, they are typeset as separate
5427 voices, and stem directions are set automatically.  Also, solo and
5428 @emph{a due} parts are identified and can be marked.
5429
5430 The syntax for part combining is
5431
5432 @example
5433 \partcombine @var{musicexpr1} @var{musicexpr2}
5434 @end example
5435
5436
5437
5438 The following example demonstrates the basic functionality of the part
5439 combiner: putting parts on one staff, and setting stem directions and
5440 polyphony
5441
5442 @lilypond[quote,verbatim,raggedright,fragment]
5443 \new Staff \partcombine
5444   \relative g' { g g a( b) c c r r }
5445   \relative g' { g g r4 r e e g g }
5446 @end lilypond
5447
5448 The first @code{g} appears only once, although it was
5449 specified twice (once in each part).  Stem, slur, and tie directions are
5450 set automatically, depending whether there is a solo or unisono.  The
5451 first part (with context called @code{one}) always gets up stems, and
5452 `solo', while the second (called @code{two}) always gets down stems and
5453 `Solo II'.
5454
5455 If you just want the merging parts, and not the textual markings, you
5456 may set the property @code{printPartCombineTexts} to false
5457
5458 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
5459 \new Staff <<
5460   \set Staff.printPartCombineTexts = ##f
5461   \partcombine
5462     \relative g' { g a( b) r }
5463     \relative g' { g r4 r f }
5464 >>
5465 @end lilypond
5466
5467
5468 Both arguments to @code{\partcombine} will be interpreted as
5469 @internalsref{Voice} contexts.  If using relative octaves,
5470 @code{\relative} should be specified for both music expressions, i.e.,
5471
5472 @example
5473 \partcombine
5474   \relative @dots{} @var{musicexpr1}
5475   \relative @dots{} @var{musicexpr2}
5476 @end example
5477
5478 @noindent
5479 A @code{\relative} section that is outside of @code{\partcombine} has
5480 no effect on the pitches of @var{musicexpr1} and @var{musicexpr2}.
5481
5482 @seealso
5483
5484 Program reference: @internalsref{PartCombineMusic},
5485 @internalsref{SoloOneEvent}, and
5486 @internalsref{SoloTwoEvent}, and
5487 @internalsref{UnisonoEvent}.
5488
5489 @refbugs
5490
5491 When @code{printPartCombineTexts} is set, when the two voices play the
5492 same notes on and off, the part combiner may typeset @code{a2} more
5493 than once in a measure.
5494
5495 @code{\partcombine} cannot be inside @code{\times}.
5496
5497 @code{\partcombine} cannot be inside @code{\relative}.
5498
5499 Internally, the @code{\partcombine} interprets both arguments as
5500 @code{Voice}s named @code{one} and @code{two}, and then decides when
5501 the parts can be combined.  Consequently, if the arguments switch to
5502 differently named @internalsref{Voice} contexts, the events in those
5503 will be ignored.
5504
5505 @node Hiding staves
5506 @subsection Hiding staves
5507
5508 @cindex Frenched scores
5509 @cindex Hiding staves
5510
5511 In orchestral scores, staff lines that only have rests are usually
5512 removed.  This saves some space.  This style is called `French Score'.
5513 For @internalsref{Lyrics},
5514 @internalsref{ChordNames} and @internalsref{FiguredBass}, this is
5515 switched on by default.  When the lines of these contexts turn out
5516 empty after the line-breaking process, they are removed.
5517
5518 For normal staves, a specialized @internalsref{Staff} context is
5519 available, which does the same: staves containing nothing (or only
5520 multi-measure rests) are removed.  The context definition is stored in
5521 @code{\RemoveEmptyStaffContext} variable.  Observe how the second staff
5522 in this example disappears in the second line
5523
5524 @lilypond[quote,raggedright,verbatim]
5525 \layout {
5526   \context { \RemoveEmptyStaffContext }
5527 }
5528
5529 {
5530   \relative c' <<
5531     \new Staff { e4 f g a \break c1 }
5532     \new Staff { c4 d e f \break R1 }
5533   >>
5534 }
5535 @end lilypond
5536
5537 The first system shows all staves in full.  If empty staves should be
5538 removed from the first system too, set @code{remove-first} to false in
5539 @internalsref{RemoveEmptyVerticalGroup}.
5540
5541 Another application is making ossia sections, i.e., alternative
5542 melodies on a separate piece of staff, with help of a Frenched
5543 staff.  See @inputfileref{input/@/test,ossia@/.ly} for an example.
5544
5545
5546 @node Different editions from one source
5547 @subsection Different editions from one source
5548
5549 The @code{\tag} command marks music expressions with a name.  These
5550 tagged expressions can be filtered out later.  With this mechanism it
5551 is possible to make different versions of the same music source.
5552
5553 In the following example, we see two versions of a piece of music, one
5554 for the full score, and one with cue notes for the instrumental part
5555
5556 @example
5557 c1
5558 <<
5559   \tag #'part <<
5560     R1 \\
5561     @{
5562       \set fontSize = #-1
5563       c4_"cue" f2 g4 @}
5564   >>
5565   \tag #'score R1
5566 >>
5567 c1
5568 @end example
5569
5570 The same can be applied to articulations, texts, etc.: they are
5571 made by prepending
5572 @example
5573 -\tag #@var{your-tag}
5574 @end example
5575 to an articulation, for example,
5576 @example
5577 c1-\tag #'part ^4
5578 @end example
5579
5580 This defines a note with a conditional fingering indication.
5581
5582 By applying the @code{\keepWithTag} and @code{\removeWithTag}
5583 commands, tagged expressions can be filtered.  For example,
5584 @example
5585 <<
5586   @var{the music}
5587   \keepWithTag #'score @var{the music}
5588   \keepWithTag #'part @var{the music}
5589 >>
5590 @end example
5591 would yield
5592
5593 @lilypondfile[raggedright,quote]{tag-filter.ly}
5594
5595
5596 The argument of the @code{\tag} command should be a symbol, or a list
5597 of symbols, for example,
5598 @example
5599 \tag #'(original-part transposed-part) @dots{}
5600 @end example
5601
5602
5603
5604 @seealso
5605
5606 Examples: @inputfileref{input/@/regression,tag@/-filter@/.ly}.
5607
5608 @refbugs
5609
5610 Multiple rests are not merged if you create the score with both tagged
5611 sections.
5612  
5613
5614 @node Quoting other voices
5615 @subsection Quoting other voices
5616
5617 With quotations, fragments of other parts can be inserted into a part
5618 directly.  Before a part can be quoted, it must be marked especially as
5619 quotable.  This is done with the @code{\addquote} command.
5620
5621 @example
5622 \addquote @var{name} @var{music}
5623 @end example
5624
5625
5626 @noindent
5627 Here, @var{name} is an identifying string.  The @var{music} is any kind
5628 of music.  Here is an example of @code{\addquote}
5629
5630 @example
5631 \addquote clarinet \relative c' @{
5632   f4 fis g gis
5633 @}
5634 @end example
5635
5636 This command must be entered at toplevel, i.e., outside any music
5637 blocks.
5638
5639 After calling @code{\addquote}, the quotation may then be done with
5640 @code{\quoteDuring} or @code{\cueDuring},
5641
5642 @example
5643 \quoteDuring #@var{name} @var{music}
5644 @end example
5645
5646 During a part, a piece of music can be quoted with the @code{\quoteDuring}
5647 command.
5648
5649 @example
5650 \quoteDuring #"clarinet" @{ s2. @}
5651 @end example
5652
5653 This would cite three quarter notes (the duration of @code{s2.})  of
5654 the previously added @code{clarinet} voice.
5655
5656
5657 More precisely, it takes the current time-step of the part being
5658 printed, and extracts the notes at the corresponding point of the
5659 @code{\addquote}d voice.  Therefore, the argument to @code{\addquote}
5660 should be the entire part of the voice to be quoted, including any
5661 rests at the beginning.
5662
5663 Quotations take into account the transposition of both source and target
5664 instruments, if they are specified using the @code{\transposition} command.
5665
5666 @lilypond[quote,raggedright,verbatim]
5667 \addquote clarinet \relative c' {
5668   \transposition bes
5669   f4 fis g gis
5670 }
5671
5672 {
5673   e'8 f'8 \quoteDuring #"clarinet" { s2 }
5674 }
5675 @end lilypond
5676
5677 The type of events that are present in cue notes can be trimmed with
5678 the @code{quotedEventTypes} property.  The default value is
5679 @code{(note-event rest-event)}, which means that only notes and
5680 rests of the cued voice end up in the @code{\quoteDuring}.
5681 Setting
5682
5683 @example
5684 \set Staff.quotedEventTypes =
5685        #'(note-event articulation-event dynamic-event)
5686 @end example
5687
5688 @noindent
5689 will quote notes (but no rests), together with scripts and dynamics.
5690
5691 @refbugs
5692
5693 Only the contents of the first @internalsref{Voice} occurring in an
5694 @code{\addquote} command will be considered for quotation, so
5695 @var{music} can not contain @code{\new} and @code{\context Voice}
5696 statements that would switch to a different Voice.
5697
5698 Quoting grace notes is broken and can even cause LilyPond to crash.
5699
5700 @seealso
5701
5702 In this manual: @ref{Instrument transpositions}.
5703
5704 Examples: @inputfileref{input/@/regression,quote@/.ly}
5705 @inputfileref{input/@/regression,quote@/-transposition@/.ly}
5706
5707 Program reference: @internalsref{QuoteMusic}.
5708
5709 @node Formatting cue notes
5710 @subsection Formatting cue notes
5711
5712 The previous section deals with inserting notes from another voice.
5713 There is a more advanced music function called @code{\cueDuring},
5714 which makes formatting cue notes easier.
5715
5716 The syntax is
5717
5718 @example
5719   \cueDuring #@var{name} #@var{updown} @var{music}
5720 @end example
5721
5722 This will insert notes from the part @var{name} into a
5723 @internalsref{Voice} called @code{cue}. This happens simultaneously
5724 with @var{music}, which usually is a rest.  When the cue notes start,
5725 the staff in effect becomes polyphonic for a moment. The argument
5726 @var{updown} determines whether the cue notes should be notated as a
5727 first or second voice.
5728
5729
5730 @lilypond[verbatim,raggedright]
5731 smaller = {
5732   \set fontSize = #-2
5733   \override Stem #'length = #5.5
5734   \override Beam #'thickness = #0.384
5735   \override Beam #'space-function =
5736     #(lambda (beam mult) (* 0.8 (Beam::space_function beam mult)))
5737 }
5738
5739 \addquote clarinet \relative {
5740   R1*20
5741   r2 r8 c f f
5742
5743
5744 \new Staff \relative  <<
5745
5746   % setup a context for  cue  notes.
5747   \context Voice = cue { \smaller \skip 1*21 }
5748   
5749   \set Score.skipBars = ##t
5750   
5751   \new Voice {
5752     R1*20
5753     \cueDuring #"clarinet" #1 {
5754       R1
5755     }
5756     g4 g2. 
5757   }
5758 >>
5759 @end lilypond 
5760
5761
5762 Here are a couple of hints for successful cue notes
5763
5764 @itemize @bullet
5765 @item
5766 Cue notes have smaller font sizes.
5767 @item
5768  the cued part is marked with the instrument playing the cue.
5769 @item
5770  when the original part takes over again, this should be marked with
5771  the name of the original instrument.
5772
5773  @c really?  Are you sure about that last point?  I'll check after 3.0 -gp
5774
5775 @c Yes, this is good practice. Otherwise, the start of the original
5776 @c part can only be seen from the font size. This is not good enough
5777 @c for sight-reading. It is possilbe to use other
5778 @c markers (eg. a big close-bracket over the staff) to indicate the cue notes are
5779 @c finished.
5780 @c -hwn
5781
5782
5783  any other changes introduced by the cued part should also be
5784 undone. For example, if the cued instrument plays in a different clef,
5785 the original clef should be stated once again.
5786
5787 @end itemize
5788
5789
5790
5791
5792
5793 @node Ancient notation
5794 @section Ancient notation
5795
5796 @cindex Vaticana, Editio
5797 @cindex Medicaea, Editio
5798 @cindex hufnagel
5799 @cindex Petrucci
5800 @cindex mensural
5801
5802 Support for ancient notation includes features for mensural notation
5803 and Gregorian Chant notation.  There is also limited support for
5804 figured bass notation.
5805
5806 Many graphical objects provide a @code{style} property, see
5807 @itemize @bullet
5808 @item
5809 @ref{Ancient note heads},
5810 @item
5811 @ref{Ancient accidentals},
5812 @item
5813 @ref{Ancient rests},
5814 @item
5815 @ref{Ancient clefs},
5816 @item
5817 @ref{Ancient flags},
5818 @item
5819 @ref{Ancient time signatures}.
5820 @end itemize
5821
5822 By manipulating such a grob property, the typographical appearance of
5823 the affected graphical objects can be accommodated for a specific
5824 notation flavor without the need for introducing any new notational
5825 concept.
5826
5827 In addition to the standard articulation signs described in section
5828 @ref{Articulations}, specific articulation signs for ancient notation
5829 are provided.
5830
5831 @itemize @bullet
5832 @item
5833 @ref{Ancient articulations}
5834 @end itemize
5835
5836 Other aspects of ancient notation can not that easily be expressed
5837 in terms of just changing a style property of a graphical object or
5838 adding articulation signs.  Some notational concepts are introduced
5839 specifically for ancient notation,
5840
5841 @itemize @bullet
5842 @item
5843 @ref{Custodes},
5844 @item
5845 @ref{Divisiones},
5846 @item
5847 @ref{Ligatures}.
5848 @end itemize
5849
5850 If this all is too much of documentation for you, and you just want to
5851 dive into typesetting without worrying too much about the details on
5852 how to customize a context, you may have a look at the predefined
5853 contexts.  Use them to set up predefined style-specific voice and
5854 staff contexts, and directly go ahead with the note entry,
5855
5856 @itemize @bullet
5857 @item
5858 @ref{Gregorian Chant contexts},
5859 @item
5860 @ref{Mensural contexts}.
5861 @end itemize
5862
5863 There is limited support for figured bass notation which came
5864 up during the baroque period.
5865
5866 @itemize @bullet
5867 @item
5868 @ref{Figured bass}
5869 @end itemize
5870
5871 Here are all suptopics at a glance:
5872
5873 @menu
5874 * Ancient note heads::          
5875 * Ancient accidentals::         
5876 * Ancient rests::               
5877 * Ancient clefs::               
5878 * Ancient flags::               
5879 * Ancient time signatures::     
5880 * Ancient articulations::       
5881 * Custodes::                    
5882 * Divisiones::                  
5883 * Ligatures::                   
5884 * Gregorian Chant contexts::    
5885 * Mensural contexts::           
5886 * Figured bass::                
5887 @end menu
5888
5889
5890 @node Ancient note heads
5891 @subsection Ancient note heads
5892
5893 @cindex note heads
5894
5895
5896 For ancient notation, a note head style other than the @code{default}
5897 style may be chosen.  This is accomplished by setting the @code{style}
5898 property of the @internalsref{NoteHead} object to @code{baroque},
5899 @code{neomensural} or @code{mensural}.  The @code{baroque} style
5900 differs from the @code{default} style only in using a square shape
5901 for @code{\breve} note heads.  The @code{neomensural} style differs from
5902 the @code{baroque} style in that it uses rhomboidal heads for whole notes
5903 and all smaller durations.  Stems are centered on the note heads.
5904 This style is particularly useful when transcribing mensural music,
5905 e.g., for the incipit.  The @code{mensural} style finally produces note
5906 heads that mimic the look of note heads in historic printings of the
5907 16th century.
5908
5909 The following example demonstrates the @code{neomensural} style
5910
5911 @lilypond[quote,fragment,raggedright,verbatim]
5912 \set Score.skipBars = ##t
5913 \override NoteHead #'style = #'neomensural
5914 a'\longa a'\breve a'1 a'2 a'4 a'8 a'16
5915 @end lilypond
5916
5917 When typesetting a piece in Gregorian Chant notation, the
5918 @internalsref{Gregorian_ligature_engraver} will automatically select
5919 the proper note heads, so there is no need to explicitly set the
5920 note head style.  Still, the note head style can be set, e.g., to
5921 @code{vaticana_punctum} to produce punctum neumes.  Similarly, a
5922 @internalsref{Mensural_ligature_engraver} is used to automatically
5923 assemble mensural ligatures.  See @ref{Ligatures} for how ligature
5924 engravers work.
5925
5926 @seealso
5927
5928 Examples: @inputfileref{input/@/regression,note@/-head@/-style@/.ly} gives an
5929 overview over all available note head styles.
5930
5931
5932 @node Ancient accidentals
5933 @subsection Ancient accidentals
5934
5935 @cindex accidentals
5936
5937
5938 Use the @code{style} property of grob @internalsref{Accidental} to
5939 select ancient accidentals.   Supported styles are
5940 @code{mensural}, @code{vaticana}, @code{hufnagel}, and @code{medicaea}.
5941
5942 @lilypond[quote,raggedright,staffsize=26]
5943 \score {
5944 {
5945   \fatText
5946   s^\markup {
5947     \column <
5948       "vaticana"
5949       { " " \musicglyph #"accidentals-vaticana-1"
5950       " " \musicglyph #"accidentals-vaticana0" }
5951     >
5952     \column <
5953       "medicaea"
5954       { " " \musicglyph #"accidentals-medicaea-1" }
5955     >
5956     \column <
5957       "hufnagel"
5958       { " " \musicglyph #"accidentals-hufnagel-1" }
5959     >
5960     \column <
5961       "mensural"
5962       { " " \musicglyph #"accidentals-mensural-1"
5963       " " \musicglyph #"accidentals-mensural1" }
5964     >
5965   }
5966 }
5967 \layout {
5968   interscoreline = 1
5969   \context { \Score \remove "Bar_number_engraver" }
5970   \context { \Staff
5971       \remove "Clef_engraver"
5972       \remove "Key_engraver"
5973       \remove "Time_signature_engraver"
5974       \remove "Staff_symbol_engraver"
5975       minimumVerticalExtent = ##f
5976     }
5977   }
5978 }
5979 @end lilypond
5980
5981 As shown, not all accidentals are supported by each style.  When
5982 trying to access an unsupported accidental, LilyPond will switch to a
5983 different style, as demonstrated in
5984 @inputfileref{input/@/test,ancient@/-accidentals@/.ly}.
5985
5986 Similarly to local accidentals, the style of the key signature can be
5987 controlled by the @code{style} property of the
5988 @internalsref{KeySignature} grob.
5989
5990 @seealso
5991
5992 In this manual: @ref{Pitches}, @ref{Chromatic alterations} and
5993 @ref{Accidentals} give a general introduction of the use of
5994 accidentals.  @ref{Key signature} gives a general introduction of
5995 the use of key signatures.
5996
5997 Program reference: @internalsref{KeySignature}.
5998
5999 Examples: @inputfileref{input/@/test,ancient@/-accidentals@/.ly}.
6000
6001 @node Ancient rests
6002 @subsection Ancient rests
6003
6004 @cindex rests
6005
6006
6007 Use the @code{style} property of grob @internalsref{Rest} to select
6008 ancient accidentals.   Supported styles are @code{classical},
6009 @code{neomensural}, and @code{mensural}.  @code{classical} differs
6010 from the @code{default} style only in that the quarter rest looks like
6011 a horizontally mirrored 8th rest.  The @code{neomensural} style suits
6012 well for, e.g., the incipit of a transcribed mensural piece of music.
6013 The @code{mensural} style finally mimics the appearance of rests as
6014 in historic prints of the 16th century.
6015
6016 The following example demonstrates the @code{neomensural} style
6017
6018 @lilypond[quote,fragment,raggedright,verbatim]
6019 \set Score.skipBars = ##t
6020 \override Rest #'style = #'neomensural
6021 r\longa r\breve r1 r2 r4 r8 r16
6022 @end lilypond
6023
6024 There are no 32th and 64th rests specifically for the mensural or
6025 neo-mensural style.  Instead, the rests from the default style will be
6026 taken.  See @inputfileref{input/@/test,rests@/.ly} for a chart of all
6027 rests.
6028
6029 There are no rests in Gregorian Chant notation; instead, it uses
6030 @ref{Divisiones}.
6031
6032 @seealso
6033
6034 In this manual: @ref{Rests} gives a general introduction into the use of rests.
6035
6036
6037 @node Ancient clefs
6038 @subsection Ancient clefs
6039
6040 @cindex clefs
6041
6042
6043 LilyPond supports a variety of clefs, many of them ancient.
6044
6045 The following table shows all ancient clefs that are supported via the
6046 @code{\clef} command.  Some of the clefs use the same glyph, but
6047 differ only with respect to the line they are printed on.  In such
6048 cases, a trailing number in the name is used to enumerate these clefs.
6049 Still, you can manually force a clef glyph to be typeset on an
6050 arbitrary line, as described in @ref{Clef}.  The note printed to the
6051 right side of each clef in the example column denotes the @code{c'}
6052 with respect to that clef.
6053
6054 @multitable @columnfractions .4 .4 .2
6055 @item
6056 @b{Description}
6057 @tab
6058 @b{Supported Clefs}
6059 @tab
6060 @b{Example}
6061
6062 @item
6063 modern style mensural C clef
6064 @tab
6065 @code{neomensural-c1}, @code{neomensural-c2},@*
6066 @code{neomensural-c3}, @code{neomensural-c4}
6067 @tab
6068 @lilypond[fragment,relative=1,notime]
6069   \clef "neomensural-c2" c
6070 @end lilypond
6071
6072 @item
6073 petrucci style mensural C clefs, for use on different staff lines
6074 (the examples show the 2nd staff line C clef)
6075 @tab
6076 @code{petrucci-c1}, @code{petrucci-c2},@*
6077 @code{petrucci-c3}, @code{petrucci-c4},@*
6078 @code{petrucci-c5}
6079 @tab
6080 @lilypond[fragment,relative=1,notime]
6081   \clef "petrucci-c2" c
6082 @end lilypond
6083
6084 @item
6085 petrucci style mensural F clef
6086 @tab
6087 @code{petrucci-f}
6088 @tab
6089 @lilypond[fragment,relative=1,notime]
6090   \clef "petrucci-f" c
6091 @end lilypond
6092
6093 @item
6094 petrucci style mensural G clef
6095 @tab
6096 @code{petrucci-g}
6097 @tab
6098 @lilypond[fragment,relative=1,notime]
6099   \clef "petrucci-g" c
6100 @end lilypond
6101
6102 @item
6103 historic style mensural C clef
6104 @tab
6105 @code{mensural-c1}, @code{mensural-c2},@*
6106 @code{mensural-c3}, @code{mensural-c4}
6107 @tab
6108 @lilypond[fragment,relative=1,notime]
6109   \clef "mensural-c2" c
6110 @end lilypond
6111
6112 @item
6113 historic style mensural F clef
6114 @tab
6115 @code{mensural-f}
6116 @tab
6117 @lilypond[fragment,relative=1,notime]
6118   \clef "mensural-f" c
6119 @end lilypond
6120
6121 @item
6122 historic style mensural G clef
6123 @tab
6124 @code{mensural-g}
6125 @tab
6126 @lilypond[fragment,relative=1,notime]
6127   \clef "mensural-g" c
6128 @end lilypond
6129
6130 @item
6131 Editio Vaticana style do clef
6132 @tab
6133 @code{vaticana-do1}, @code{vaticana-do2},@*
6134 @code{vaticana-do3}
6135 @tab
6136 @lilypond[fragment,relative=1,notime]
6137   \override Staff.StaffSymbol #'line-count = #4
6138   \clef "vaticana-do2" c
6139 @end lilypond
6140
6141 @item
6142 Editio Vaticana style fa clef
6143 @tab
6144 @code{vaticana-fa1}, @code{vaticana-fa2}
6145 @tab
6146 @lilypond[fragment,relative=1,notime]
6147   \override Staff.StaffSymbol #'line-count = #4
6148   \clef "vaticana-fa2" c
6149 @end lilypond
6150
6151 @item
6152 Editio Medicaea style do clef
6153 @tab
6154 @code{medicaea-do1}, @code{medicaea-do2},@*
6155 @code{medicaea-do3}
6156 @tab
6157 @lilypond[fragment,relative=1,notime]
6158   \override Staff.StaffSymbol #'line-count = #4
6159   \clef "medicaea-do2" c
6160 @end lilypond
6161
6162 @item
6163 Editio Medicaea style fa clef
6164 @tab
6165 @code{medicaea-fa1}, @code{medicaea-fa2}
6166 @tab
6167 @lilypond[fragment,relative=1,notime]
6168   \override Staff.StaffSymbol #'line-count = #4
6169   \clef "medicaea-fa2" c
6170 @end lilypond
6171
6172 @item
6173 historic style hufnagel do clef
6174 @tab
6175 @code{hufnagel-do1}, @code{hufnagel-do2},@*
6176 @code{hufnagel-do3}
6177 @tab
6178 @lilypond[fragment,relative=1,notime]
6179   \override Staff.StaffSymbol #'line-count = #4
6180   \clef "hufnagel-do2" c
6181 @end lilypond
6182
6183 @item
6184 historic style hufnagel fa clef
6185 @tab
6186 @code{hufnagel-fa1}, @code{hufnagel-fa2}
6187 @tab
6188 @lilypond[fragment,relative=1,notime]
6189   \override Staff.StaffSymbol #'line-count = #4
6190   \clef "hufnagel-fa2" c
6191 @end lilypond
6192
6193 @item
6194 historic style hufnagel combined do/fa clef
6195 @tab
6196 @code{hufnagel-do-fa}
6197 @tab
6198 @lilypond[fragment,relative=1,notime]
6199   \clef "hufnagel-do-fa" c
6200 @end lilypond
6201 @end multitable
6202
6203
6204
6205 @emph{Modern style} means ``as is typeset in contemporary editions of
6206 transcribed mensural music''.
6207
6208 @emph{Petrucci style} means ``inspired by printings published by the
6209 famous engraver Petrucci (1466-1539)''.
6210
6211 @emph{Historic style} means ``as was typeset or written in historic
6212 editions (other than those of Petrucci)''.
6213
6214 @emph{Editio XXX style} means ``as is/was printed in Editio XXX''.
6215
6216 Petrucci used C clefs with differently balanced left-side vertical
6217 beams, depending on which staff line it is printed.
6218
6219 @seealso
6220
6221 In this manual: see @ref{Clef}.
6222
6223 @refbugs
6224
6225 The mensural g clef is mapped to the Petrucci g clef.
6226
6227
6228
6229 @node Ancient flags
6230 @subsection Ancient flags
6231
6232 @cindex flags
6233
6234
6235 Use the @code{flag-style} property of grob @internalsref{Stem} to
6236 select ancient flags.  Besides the @code{default} flag style,
6237 only the @code{mensural} style is supported
6238
6239 @lilypond[quote,fragment,raggedright,verbatim]
6240 \override Stem #'flag-style = #'mensural
6241 \override Stem #'thickness = #1.0
6242 \override NoteHead #'style = #'mensural
6243 \autoBeamOff
6244 c'8 d'8 e'8 f'8 c'16 d'16 e'16 f'16 c'32 d'32 e'32 f'32 s8
6245 c''8 d''8 e''8 f''8 c''16 d''16 e''16 f''16 c''32 d''32 e''32 f''32
6246 @end lilypond
6247
6248 Note that the innermost flare of each mensural flag always is
6249 vertically aligned with a staff line.
6250
6251 There is no particular flag style for neo-mensural notation.  Hence,
6252 when typesetting the incipit of a transcribed piece of mensural
6253 music, the default flag style should be used.  There are no flags in
6254 Gregorian Chant notation.
6255
6256 @refbugs
6257
6258 The attachment of ancient flags to stems is slightly off due to a
6259 change in early 2.3.x.
6260
6261 Vertically aligning each flag with a staff line assumes that stems
6262 always end either exactly on or exactly in the middle between two
6263 staff lines.  This may not always be true when using advanced layout
6264 features of classical notation (which however are typically out of
6265 scope for mensural notation).
6266
6267 @node Ancient time signatures
6268 @subsection Ancient time signatures
6269
6270 @cindex time signatures
6271
6272
6273 There is limited support for mensural time signatures.   The
6274 glyphs are hard-wired to particular time fractions.  In other words,
6275 to get a particular mensural signature glyph with the @code{\time n/m}
6276 command, @code{n} and @code{m} have to be chosen according to the
6277 following table
6278
6279 @lilypond[quote,raggedright]
6280 \layout {
6281   indent = 0.0
6282   \context { \Staff
6283     \remove Staff_symbol_engraver
6284     \remove Clef_engraver
6285     \remove Time_signature_engraver
6286   }
6287 } {
6288   \set Score.timing = ##f
6289   \set Score.barAlways = ##t
6290   s_\markup { "$\\backslash$time 4/4" }
6291   ^\markup { "       " \musicglyph #"timesig-neomensural4/4" }
6292   s
6293   s_\markup { "$\\backslash$time 2/2" }
6294   ^\markup { "       " \musicglyph #"timesig-neomensural2/2" }
6295   s
6296   s_\markup { "$\\backslash$time 6/4" }
6297   ^\markup { "       " \musicglyph #"timesig-neomensural6/4" }
6298   s
6299   s_\markup { "$\\backslash$time 6/8" }
6300   ^\markup { "       " \musicglyph #"timesig-neomensural6/8" }
6301   \break
6302   s_\markup { "$\\backslash$time 3/2" }
6303   ^\markup { "       " \musicglyph #"timesig-neomensural3/2" }
6304   s
6305   s_\markup { "$\\backslash$time 3/4" }
6306   ^\markup { "       " \musicglyph #"timesig-neomensural3/4" }
6307   s
6308   s_\markup { "$\\backslash$time 9/4" }
6309   ^\markup { "       " \musicglyph #"timesig-neomensural9/4" }
6310   s
6311   s_\markup { "$\\backslash$time 9/8" }
6312   ^\markup { "       " \musicglyph #"timesig-neomensural9/8" }
6313   \break
6314   s_\markup { "$\\backslash$time 4/8" }
6315   ^\markup { "       " \musicglyph #"timesig-neomensural4/8" }
6316   s
6317   s_\markup { "$\\backslash$time 2/4" }
6318   ^\markup { "       " \musicglyph #"timesig-neomensural2/4" }
6319 }
6320 @end lilypond
6321
6322 Use the @code{style} property of grob @internalsref{TimeSignature} to
6323 select ancient time signatures.  Supported styles are
6324 @code{neomensural} and @code{mensural}.  The above table uses the
6325 @code{neomensural} style.  This style is appropriate for the
6326 incipit of transcriptions of mensural pieces.  The @code{mensural}
6327 style mimics the look of historical printings of the 16th century.
6328
6329 The following examples show the differences in style,
6330
6331 @lilypond[raggedright,fragment,relative=1,quote]
6332 {
6333   \fatText
6334   \time 2/2
6335   c1^\markup { \hspace #-2.0 \typewriter default }
6336
6337   \override Staff.TimeSignature #'style = #'numbered
6338   \time 2/2
6339   c1^\markup { \hspace #-2.0 \typewriter numbered }
6340
6341   \override Staff.TimeSignature #'style = #'mensural
6342   \time 2/2
6343   c1^\markup { \hspace #-2.0 \typewriter mensural }
6344
6345   \override Staff.TimeSignature #'style = #'neomensural
6346   \time 2/2
6347   c1^\markup { \hspace #-2.0 \typewriter neomensural }
6348   \override Staff.TimeSignature #'style = #'single-digit
6349   \time 2/2
6350   c1^\markup { \hspace #-2.0 \typewriter single-digit }
6351 }
6352 @end lilypond
6353
6354 @seealso
6355
6356 This manual: @ref{Time signature} gives a general introduction to
6357 the use of time signatures.
6358
6359 @refbugs
6360
6361 Ratios of note durations do not change with the time signature.  For
6362 example, the ratio of 1 brevis = 3 semibrevis (tempus perfectum) must
6363 be made by hand, by setting
6364
6365 @example
6366 breveTP = #(ly:make-duration -1 0 3 2)
6367 @dots{}
6368 @{ c\breveTP f1 @}
6369 @end example
6370
6371 @noindent
6372 This sets @code{breveTP} to 3/2 times 2 = 3 times a whole note.
6373
6374 The @code{old6/8alt} symbol (an alternate symbol for 6/8) is not
6375 addressable with @code{\time}.  Use a @code{\markup} instead
6376
6377 @node Ancient articulations
6378 @subsection Ancient articulations
6379
6380 @cindex articulations
6381
6382 In addition to the standard articulation signs described in section
6383 @ref{Articulations}, articulation signs for ancient notation are
6384 provided.  These are specifically designed for use with notation in
6385 Editio Vaticana style.
6386
6387 @lilypond[quote,raggedright,verbatim]
6388 \include "gregorian-init.ly"
6389 \score {
6390   \context VaticanaVoice {
6391     \override TextScript #'font-family = #'typewriter
6392     \override TextScript #'font-shape = #'upright
6393     \override Script #'padding = #-0.1
6394     a4\ictus_"ictus" s1
6395     a4\circulus_"circulus" s1
6396     a4\semicirculus_"semicirculus" s1 s
6397     a4\accentus_"accentus" s1
6398     \[ a4_"episem" \episemInitium \pes b \flexa a \episemFinis \]
6399   }
6400 }
6401 @end lilypond
6402
6403 @refbugs
6404
6405 Some articulations are vertically placed too closely to the
6406 correpsonding note heads.
6407
6408 @node Custodes
6409 @subsection Custodes
6410
6411 @cindex custos
6412 @cindex custodes
6413
6414 A @emph{custos} (plural: @emph{custodes}; Latin word for `guard') is a
6415 symbol that appears at the end of a staff.  It anticipates the pitch
6416 of the first note(s) of the following line thus helping the performer
6417 to manage line breaks during performance.
6418
6419 Custodes were frequently used in music notation until the 17th
6420 century.  Nowadays, they have survived only in a few particular forms
6421 of musical notation such as contemporary editions of Gregorian chant
6422 like the @emph{editio vaticana}.  There are different custos glyphs
6423 used in different flavors of notational style.
6424
6425 For typesetting custodes, just put a @internalsref{Custos_engraver} into the
6426 @internalsref{Staff} context when declaring the @code{\layout} block,
6427 as shown in the following example
6428
6429 @example
6430 \layout @{
6431   \context @{
6432     \Staff
6433     \consists Custos_engraver
6434     Custos \override #'style = #'mensural
6435   @}
6436 @}
6437 @end example
6438
6439 The result looks like this
6440
6441 @lilypond[quote,raggedright]
6442 \score {
6443 {
6444   a'1
6445   \override Staff.Custos #'style = #'mensural
6446   \break
6447   g'
6448 }
6449 \layout {
6450   \context { \Staff \consists Custos_engraver }
6451   }
6452 }
6453 @end lilypond
6454
6455 The custos glyph is selected by the @code{style} property.  The styles
6456 supported are @code{vaticana}, @code{medicaea}, @code{hufnagel}, and
6457 @code{mensural}.  They are demonstrated in the following fragment
6458
6459 @lilypond[quote,raggedright,fragment]
6460 \new Lyrics \lyricmode {
6461   \markup { \column <
6462     \typewriter "vaticana"
6463     { " " \musicglyph #"custodes-vaticana-u0" }
6464   > }
6465   \markup { \column <
6466     \typewriter "medicaea"
6467     { " " \musicglyph #"custodes-medicaea-u0" }
6468   >}
6469   \markup { \column <
6470     \typewriter "hufnagel"
6471     { " " \musicglyph #"custodes-hufnagel-u0" }
6472   >}
6473   \markup { \column <
6474     \typewriter "mensural"
6475     { " " \musicglyph #"custodes-mensural-u0" }
6476   >}
6477 }
6478 @end lilypond
6479
6480 @seealso
6481
6482 Program reference: @internalsref{Custos}.
6483
6484 Examples: @inputfileref{input/@/regression,custos@/.ly}.
6485
6486
6487 @node Divisiones
6488 @subsection Divisiones
6489
6490 @cindex divisio
6491 @cindex divisiones
6492 @cindex finalis
6493
6494 A @emph{divisio} (plural: @emph{divisiones}; Latin word for
6495 `division') is a staff context symbol that is used to structure
6496 Gregorian music into phrases and sections.  The musical meaning of
6497 @emph{divisio minima}, @emph{divisio maior}, and @emph{divisio maxima}
6498 can be characterized as short, medium, and long pause, somewhat like
6499 the breathmarks from @ref{Breath marks}.  The @emph{finalis} sign not
6500 only marks the end of a chant, but is also frequently used within a
6501 single antiphonal/responsorial chant to mark the end of each section.
6502
6503
6504 To use divisiones, include the file @file{gregorian@/-init@/.ly}.  It
6505 contains definitions that you can apply by just inserting
6506 @code{\divisioMinima}, @code{\divisioMaior}, @code{\divisioMaxima},
6507 and @code{\finalis} at proper places in the input.  Some editions use
6508 @emph{virgula} or @emph{caesura} instead of divisio minima.
6509 Therefore, @file{gregorian@/-init@/.ly} also defines @code{\virgula} and
6510 @code{\caesura}
6511
6512 @lilypondfile[quote,raggedright]{divisiones.ly}
6513
6514 @refcommands
6515
6516 @cindex @code{\virgula}
6517 @code{\virgula},
6518 @cindex @code{\caesura}
6519 @code{\caesura},
6520 @cindex @code{\divisioMinima}
6521 @code{\divisioMinima},
6522 @cindex @code{\divisioMaior}
6523 @code{\divisioMaior},
6524 @cindex @code{\divisioMaxima}
6525 @code{\divisioMaxima},
6526 @cindex @code{\finalis}
6527 @code{\finalis}.
6528
6529 @seealso
6530
6531 In this manual: @ref{Breath marks}.
6532
6533 Program reference: @internalsref{BreathingSign}, @internalsref{BreathingSignEvent}.
6534
6535 Examples: @inputfileref{input/@/test,divisiones@/.ly}.
6536
6537 @node Ligatures
6538 @subsection Ligatures
6539
6540 @cindex Ligatures
6541
6542 @c TODO: Should double check if I recalled things correctly when I wrote
6543 @c down the following paragraph by heart.
6544
6545 A ligature is a graphical symbol that represents at least two distinct
6546 notes.  Ligatures originally appeared in the manuscripts of Gregorian
6547 chant notation to denote ascending or descending sequences of notes.
6548
6549 Ligatures are entered by enclosing them in @code{\[} and @code{\]}.
6550 Some ligature styles may need additional input syntax specific for
6551 this particular type of ligature.  By default, the
6552 @internalsref{LigatureBracket} engraver just puts a square bracket
6553 above the ligature
6554
6555 @lilypond[quote,raggedright,verbatim]
6556 \transpose c c' {
6557   \[ g c a f d' \]
6558   a g f
6559   \[ e f a g \]
6560 }
6561 @end lilypond
6562
6563 To select a specific style of ligatures, a proper ligature engraver
6564 has to be added to the @internalsref{Voice} context, as explained in
6565 the following subsections.   Only white mensural ligatures
6566 are supported with certain limitations.
6567
6568
6569
6570 @refbugs
6571
6572 Ligatures need special spacing that has not yet been implemented.  As
6573 a result, there is too much space between ligatures most of the time,
6574 and line breaking often is unsatisfactory.  Also, lyrics do not
6575 correctly align with ligatures.
6576
6577 Accidentals must not be printed within a ligature, but instead need to
6578 be collected and printed in front of it.
6579
6580 Augmentum dots within ligatures are not handled correctly.
6581
6582
6583 @menu
6584 * White mensural ligatures::    
6585 * Gregorian square neumes ligatures::  
6586 @end menu
6587
6588 @node White mensural ligatures
6589 @subsubsection White mensural ligatures
6590
6591 @cindex Mensural ligatures
6592 @cindex White mensural ligatures
6593
6594 There is limited support for white mensural ligatures.
6595
6596 To engrave white mensural ligatures, in the layout block put the
6597 @internalsref{Mensural_ligature_engraver} into the
6598 @internalsref{Voice} context, and remove the
6599 @internalsref{Ligature_bracket_engraver}, like this
6600
6601 @example
6602 \layout @{
6603   \context @{
6604     \Voice
6605     \remove Ligature_bracket_engraver
6606     \consists Mensural_ligature_engraver
6607   @}
6608 @}
6609 @end example
6610
6611 There is no additional input language to describe the shape of a
6612 white mensural ligature.  The shape is rather determined solely from
6613 the pitch and duration of the enclosed notes.  While this approach may
6614 take a new user a while to get accustomed to, it has the great advantage
6615 that the full musical information of the ligature is known internally.
6616 This is not only required for correct MIDI output, but also allows for
6617 automatic transcription of the ligatures.
6618
6619 For example,
6620
6621 @example
6622 \set Score.timing = ##f
6623 \set Score.defaultBarType = "empty"
6624 \override NoteHead #'style = #'neomensural
6625 \override Staff.TimeSignature #'style = #'neomensural
6626 \clef "petrucci-g"
6627 \[ g\longa c\breve a\breve f\breve d'\longa \]
6628 s4
6629 \[ e1 f1 a\breve g\longa \]
6630 @end example
6631 @lilypond[quote,raggedright]
6632 \score {
6633   \transpose c c' {
6634     \set Score.timing = ##f
6635     \set Score.defaultBarType = "empty"
6636     \override NoteHead #'style = #'neomensural
6637     \override Staff.TimeSignature #'style = #'neomensural
6638     \clef "petrucci-g"
6639     \[ g\longa c\breve a\breve f\breve d'\longa \]
6640     s4
6641     \[ e1 f1 a\breve g\longa \]
6642   }
6643   \layout {
6644     \context {
6645       \Voice
6646       \remove Ligature_bracket_engraver
6647       \consists Mensural_ligature_engraver
6648     }
6649   }
6650 }
6651 @end lilypond
6652
6653 Without replacing @internalsref{Ligature_bracket_engraver} with
6654 @internalsref{Mensural_ligature_engraver}, the same music transcribes
6655 to the following
6656
6657 @lilypond[quote,raggedright]
6658 \transpose c c' {
6659   \set Score.timing = ##f
6660   \set Score.defaultBarType = "empty"
6661   \override NoteHead #'style = #'neomensural
6662   \override Staff.TimeSignature #'style = #'neomensural
6663   \clef "petrucci-g"
6664   \[ g\longa c\breve a\breve f\breve d'\longa \]
6665   s4
6666   \[ e1 f1 a\breve g\longa \]
6667 }
6668 @end lilypond
6669
6670 @refbugs
6671
6672 The implementation is experimental.  It may output strange warnings,
6673 incorrect results, and might even crash on more complex ligatures.
6674
6675 @node Gregorian square neumes ligatures
6676 @subsubsection Gregorian square neumes ligatures
6677
6678 @cindex Square neumes ligatures
6679 @cindex Gregorian square neumes ligatures
6680
6681 There is limited support for Gregorian square neumes notation
6682 (following the style of the Editio Vaticana).  Core ligatures can
6683 already be typeset, but essential issues for serious typesetting are
6684 still lacking, such as (among others) horizontal alignment of multiple
6685 ligatures, lyrics alignment and proper handling of accidentals.
6686
6687
6688 The following table contains the extended neumes table of the 2nd
6689 volume of the Antiphonale Romanum (@emph{Liber Hymnarius}), published
6690 1983 by the monks of Solesmes.
6691
6692 @multitable @columnfractions .4 .2 .2 .2
6693
6694 @item
6695 @b{Neuma aut@*
6696 Neumarum Elementa}
6697 @tab
6698 @b{Figurae@*
6699 Rectae}
6700 @tab
6701 @b{Figurae@*
6702 Liquescentes@*
6703 Auctae}
6704 @tab
6705 @b{Figurae@*
6706 Liquescentes@*
6707 Deminutae}
6708
6709 @c TODO: \layout block is identical in all of the below examples.
6710 @c Therefore, it should somehow be included rather than duplicated all
6711 @c the time. --jr
6712
6713 @c why not make identifiers in ly/engraver-init.ly? --hwn
6714
6715 @c Because it's just used to typeset plain notes without
6716 @c a staff for demonstration purposes rather than something
6717 @c special of Gregorian chant notation. --jr
6718
6719 @item
6720 @code{1. Punctum}
6721 @tab
6722 @lilypond[staffsize=26,linewidth=1.5\cm]
6723 \include "gregorian-init.ly"
6724 \score {
6725   \transpose c c' {
6726     % Punctum
6727     \[ b \]
6728     \noBreak s^\markup {"a"} \noBreak
6729
6730     % Punctum Inclinatum
6731     \[ \inclinatum b \]
6732     \noBreak s^\markup {"b"}
6733   }
6734 \layout { \neumeDemoLayout }}
6735 @end lilypond
6736 @tab
6737 @lilypond[staffsize=26,linewidth=2.5\cm]
6738 \include "gregorian-init.ly"
6739 \score {
6740   \transpose c c' {
6741     % Punctum Auctum Ascendens
6742     \[ \auctum \ascendens b \]
6743     \noBreak s^\markup {"c"} \noBreak
6744
6745     % Punctum Auctum Descendens
6746     \[ \auctum \descendens b \]
6747     \noBreak s^\markup {"d"} \noBreak
6748
6749     % Punctum Inclinatum Auctum
6750     \[ \inclinatum \auctum b \]
6751     \noBreak s^\markup {"e"}
6752   }
6753 \layout { \neumeDemoLayout }}
6754 @end lilypond
6755 @tab
6756 @lilypond[staffsize=26,linewidth=1.0\cm]
6757 \include "gregorian-init.ly"
6758 \score {
6759   \transpose c c' {
6760     % Punctum Inclinatum Parvum
6761     \[ \inclinatum \deminutum b \]
6762     \noBreak s^\markup {"f"}
6763   }
6764 \layout { \neumeDemoLayout }}
6765 @end lilypond
6766
6767 @item
6768 @code{2. Virga}
6769 @tab
6770 @lilypond[staffsize=26,linewidth=1.0\cm]
6771 \include "gregorian-init.ly"
6772 \score {
6773   \transpose c c' {
6774     % Virga
6775     \[ \virga b \]
6776     \noBreak s^\markup {"g"}
6777   }
6778 \layout { \neumeDemoLayout }}
6779 @end lilypond
6780 @tab
6781 @tab
6782
6783 @item
6784 @code{3. Apostropha vel Stropha}
6785 @tab
6786 @lilypond[staffsize=26,linewidth=1.0\cm]
6787 \include "gregorian-init.ly"
6788 \score {
6789   \transpose c c' {
6790     % Stropha
6791     \[ \stropha b \]
6792     \noBreak s^\markup {"h"}
6793   }
6794 \layout { \neumeDemoLayout }}
6795 @end lilypond
6796 @tab
6797 @lilypond[staffsize=26,linewidth=1.0\cm]
6798 \include "gregorian-init.ly"
6799 \score {
6800   \transpose c c' {
6801     % Stropha Aucta
6802     \[ \stropha \auctum b \]
6803     \noBreak s^\markup {"i"}
6804   }
6805 \layout { \neumeDemoLayout }}
6806 @end lilypond
6807 @tab
6808
6809 @item
6810 @code{4. Oriscus}
6811 @tab
6812 @lilypond[staffsize=26,linewidth=1.0\cm]
6813 \include "gregorian-init.ly"
6814 \score {
6815   \transpose c c' {
6816     % Oriscus
6817     \[ \oriscus b \]
6818     \noBreak s^\markup {"j"}
6819   }
6820 \layout { \neumeDemoLayout }}
6821 @end lilypond
6822 @tab
6823 @tab
6824
6825 @item
6826 @code{5. Clivis vel Flexa}
6827 @tab
6828 @lilypond[staffsize=26,linewidth=1.0\cm]
6829 \include "gregorian-init.ly"
6830 \score {
6831   \transpose c c' {
6832     % Clivis vel Flexa
6833     \[ b \flexa g \]
6834     s^\markup {"k"}
6835   }
6836 \layout { \neumeDemoLayout }}
6837 @end lilypond
6838 @tab
6839 @lilypond[staffsize=26,linewidth=2.0\cm]
6840 \include "gregorian-init.ly"
6841 \score {
6842   \transpose c c' {
6843     % Clivis Aucta Descendens
6844     \[ b \flexa \auctum \descendens g \]
6845     \noBreak s^\markup {"l"} \noBreak
6846
6847     % Clivis Aucta Ascendens
6848     \[ b \flexa \auctum \ascendens g \]
6849     \noBreak s^\markup {"m"}
6850   }
6851 \layout { \neumeDemoLayout }}
6852 @end lilypond
6853 @tab
6854 @lilypond[staffsize=26,linewidth=1.0\cm]
6855 \include "gregorian-init.ly"
6856 \score {
6857   \transpose c c' {
6858     % Cephalicus
6859     \[ b \flexa \deminutum g \]
6860     s^\markup {"n"}
6861   }
6862 \layout { \neumeDemoLayout }}
6863 @end lilypond
6864
6865 @item
6866 @code{6. Podatus vel Pes}
6867 @tab
6868 @lilypond[staffsize=26,linewidth=1.0\cm]
6869 \include "gregorian-init.ly"
6870 \score {
6871   \transpose c c' {
6872     % Podatus vel Pes
6873     \[ g \pes b \]
6874     s^\markup {"o"}
6875   }
6876 \layout { \neumeDemoLayout }}
6877 @end lilypond
6878 @tab
6879 @lilypond[staffsize=26,linewidth=2.0\cm]
6880 \include "gregorian-init.ly"
6881 \score {
6882   \transpose c c' {
6883     % Pes Auctus Descendens
6884     \[ g \pes \auctum \descendens b \]
6885     \noBreak s^\markup {"p"} \noBreak
6886
6887     % Pes Auctus Ascendens
6888     \[ g \pes \auctum \ascendens b \]
6889     \noBreak s^\markup {"q"}
6890   }
6891 \layout { \neumeDemoLayout }}
6892 @end lilypond
6893 @tab
6894 @lilypond[staffsize=26,linewidth=1.0\cm]
6895 \include "gregorian-init.ly"
6896 \score {
6897   \transpose c c' {
6898     % Epiphonus
6899     \[ g \pes \deminutum b \]
6900     s^\markup {"r"}
6901   }
6902 \layout { \neumeDemoLayout }}
6903 @end lilypond
6904
6905 @item
6906 @code{7. Pes Quassus}
6907 @tab
6908 @lilypond[staffsize=26,linewidth=1.0\cm]
6909 \include "gregorian-init.ly"
6910 \score {
6911   \transpose c c' {
6912     % Pes Quassus
6913     \[ \oriscus g \pes \virga b \]
6914     s^\markup {"s"}
6915   }
6916 \layout { \neumeDemoLayout }}
6917 @end lilypond
6918 @tab
6919 @lilypond[staffsize=26,linewidth=1.0\cm]
6920 \include "gregorian-init.ly"
6921 \score {
6922   \transpose c c' {
6923     % Pes Quassus Auctus Descendens
6924     \[ \oriscus g \pes \auctum \descendens b \]
6925     s^\markup {"t"}
6926   }
6927 \layout { \neumeDemoLayout }}
6928 @end lilypond
6929 @tab
6930
6931 @item
6932 @code{8. Quilisma Pes}
6933 @tab
6934 @lilypond[staffsize=26,linewidth=1.0\cm]
6935 \include "gregorian-init.ly"
6936 \score {
6937   \transpose c c' {
6938     % Quilisma Pes
6939     \[ \quilisma g \pes b \]
6940     s^\markup {"u"}
6941   }
6942 \layout { \neumeDemoLayout }}
6943 @end lilypond
6944 @tab
6945 @lilypond[staffsize=26,linewidth=1.0\cm]
6946 \include "gregorian-init.ly"
6947 \score {
6948   \transpose c c' {
6949     % Quilisma Pes Auctus Descendens
6950     \[ \quilisma g \pes \auctum \descendens b \]
6951     s^\markup {"v"}
6952   }
6953 \layout { \neumeDemoLayout }}
6954 @end lilypond
6955 @tab
6956
6957 @item
6958 @code{9. Podatus Initio Debilis}
6959 @tab
6960 @lilypond[staffsize=26,linewidth=1.0\cm]
6961 \include "gregorian-init.ly"
6962 \score {
6963   \transpose c c' {
6964     % Pes Initio Debilis
6965     \[ \deminutum g \pes b \]
6966     s^\markup {"w"}
6967   }
6968 \layout { \neumeDemoLayout }}
6969 @end lilypond
6970 @tab
6971 @lilypond[staffsize=26,linewidth=1.0\cm]
6972 \include "gregorian-init.ly"
6973 \score {
6974   \transpose c c' {
6975     % Pes Auctus Descendens Initio Debilis
6976     \[ \deminutum g \pes \auctum \descendens b \]
6977     s^\markup {"x"}
6978   }
6979 \layout { \neumeDemoLayout }}
6980 @end lilypond
6981 @tab
6982
6983 @item
6984 @code{10. Torculus}
6985 @tab
6986 @lilypond[staffsize=26,linewidth=1.0\cm]
6987 \include "gregorian-init.ly"
6988 \score {
6989   \transpose c c' {
6990     % Torculus
6991     \[ a \pes b \flexa g \]
6992     s^\markup {"y"}
6993   }
6994 \layout { \neumeDemoLayout }}
6995 @end lilypond
6996 @tab
6997 @lilypond[staffsize=26,linewidth=1.0\cm]
6998 \include "gregorian-init.ly"
6999 \score {
7000   \transpose c c' {
7001     % Torculus Auctus Descendens
7002     \[ a \pes b \flexa \auctum \descendens g \]
7003     s^\markup {"z"}
7004   }
7005 \layout { \neumeDemoLayout }}
7006 @end lilypond
7007 @tab
7008 @lilypond[staffsize=26,linewidth=1.0\cm]
7009 \include "gregorian-init.ly"
7010 \score {
7011   \transpose c c' {
7012     % Torculus Deminutus
7013     \[ a \pes b \flexa \deminutum g \]
7014     s^\markup {"A"}
7015   }
7016 \layout { \neumeDemoLayout }}
7017 @end lilypond
7018
7019 @item
7020 @code{11. Torculus Initio Debilis}
7021 @tab
7022 @lilypond[staffsize=26,linewidth=1.0\cm]
7023 \include "gregorian-init.ly"
7024 \score {
7025   \transpose c c' {
7026     % Torculus Initio Debilis
7027     \[ \deminutum a \pes b \flexa g \]
7028     s^\markup {"B"}
7029   }
7030 \layout { \neumeDemoLayout }}
7031 @end lilypond
7032 @tab
7033 @lilypond[staffsize=26,linewidth=1.0\cm]
7034 \include "gregorian-init.ly"
7035 \score {
7036   \transpose c c' {
7037     % Torculus Auctus Descendens Initio Debilis
7038     \[ \deminutum a \pes b \flexa \auctum \descendens g \]
7039     s^\markup {"C"}
7040   }
7041 \layout { \neumeDemoLayout }}
7042 @end lilypond
7043 @tab
7044 @lilypond[staffsize=26,linewidth=1.0\cm]
7045 \include "gregorian-init.ly"
7046 \score {
7047   \transpose c c' {
7048     % Torculus Deminutus Initio Debilis
7049     \[ \deminutum a \pes b \flexa \deminutum g \]
7050     s^\markup {"D"}
7051   }
7052 \layout { \neumeDemoLayout }}
7053 @end lilypond
7054
7055 @item
7056 @code{12. Porrectus}
7057 @tab
7058 @lilypond[staffsize=26,linewidth=1.0\cm]
7059 \include "gregorian-init.ly"
7060 \score {
7061   \transpose c c' {
7062     % Porrectus
7063     \[ a \flexa g \pes b \]
7064     s^\markup {"E"}
7065   }
7066 \layout { \neumeDemoLayout }}
7067 @end lilypond
7068 @tab
7069 @lilypond[staffsize=26,linewidth=1.0\cm]
7070 \include "gregorian-init.ly"
7071 \score {
7072   \transpose c c' {
7073     % Porrectus Auctus Descendens
7074     \[ a \flexa g \pes \auctum \descendens b \]
7075     s^\markup {"F"}
7076   }
7077 \layout { \neumeDemoLayout }}
7078 @end lilypond
7079 @tab
7080 @lilypond[staffsize=26,linewidth=1.0\cm]
7081 \include "gregorian-init.ly"
7082 \score {
7083   \transpose c c' {
7084     % Porrectus Deminutus
7085     \[ a \flexa g \pes \deminutum b \]
7086     s^\markup {"G"}
7087   }
7088 \layout { \neumeDemoLayout }}
7089 @end lilypond
7090
7091 @item
7092 @code{13. Climacus}
7093 @tab
7094 @lilypond[staffsize=26,linewidth=1.0\cm]
7095 \include "gregorian-init.ly"
7096 \score {
7097   \transpose c c' {
7098     % Climacus
7099     \[ \virga b \inclinatum a \inclinatum g \]
7100     s^\markup {"H"}
7101   }
7102   \layout { \neumeDemoLayout }
7103 }
7104 @end lilypond
7105 @tab
7106 @lilypond[staffsize=26,linewidth=1.0\cm]
7107 \include "gregorian-init.ly"
7108 \score {
7109   \transpose c c' {
7110     % Climacus Auctus
7111     \[ \virga b \inclinatum a \inclinatum \auctum g \]
7112     s^\markup {"I"}
7113   }
7114 \layout { \neumeDemoLayout }}
7115 @end lilypond
7116 @tab
7117 @lilypond[staffsize=26,linewidth=1.0\cm]
7118 \include "gregorian-init.ly"
7119 \score {
7120   \transpose c c' {
7121     % Climacus Deminutus
7122     \[ \virga b \inclinatum a \inclinatum \deminutum g \]
7123     s^\markup {"J"}
7124   }
7125 \layout { \neumeDemoLayout }}
7126 @end lilypond
7127
7128 @item
7129 @code{14. Scandicus}
7130 @tab
7131 @lilypond[staffsize=26,linewidth=1.0\cm]
7132 \include "gregorian-init.ly"
7133 \score {
7134   \transpose c c' {
7135     % Scandicus
7136     \[ g \pes a \virga b \]
7137     s^\markup {"K"}
7138   }
7139 \layout { \neumeDemoLayout }}
7140 @end lilypond
7141 @tab
7142 @lilypond[staffsize=26,linewidth=1.0\cm]
7143 \include "gregorian-init.ly"
7144 \score {
7145   \transpose c c' {
7146     % Scandicus Auctus Descendens
7147     \[ g \pes a \pes \auctum \descendens b \]
7148     s^\markup {"L"}
7149   }
7150 \layout { \neumeDemoLayout }}
7151 @end lilypond
7152 @tab
7153 @lilypond[staffsize=26,linewidth=1.0\cm]
7154 \include "gregorian-init.ly"
7155 \score {
7156   \transpose c c' {
7157     % Scandicus Deminutus
7158     \[ g \pes a \pes \deminutum b \]
7159     s^\markup {"M"}
7160   }
7161 \layout { \neumeDemoLayout }}
7162 @end lilypond
7163
7164 @item
7165 @code{15. Salicus}
7166 @tab
7167 @lilypond[staffsize=26,linewidth=1.0\cm]
7168 \include "gregorian-init.ly"
7169 \score {
7170   \transpose c c' {
7171     % Salicus
7172     \[ g \oriscus a \pes \virga b \]
7173     s^\markup {"N"}
7174   }
7175 \layout { \neumeDemoLayout }}
7176 @end lilypond
7177 @tab
7178 @lilypond[staffsize=26,linewidth=1.0\cm]
7179 \include "gregorian-init.ly"
7180 \score {
7181   \transpose c c' {
7182     % Salicus Auctus Descendens
7183     \[ g \oriscus a \pes \auctum \descendens b \]
7184     s^\markup {"O"}
7185   }
7186 \layout { \neumeDemoLayout }}
7187 @end lilypond
7188 @tab
7189
7190 @item
7191 @code{16. Trigonus}
7192 @tab
7193 @lilypond[staffsize=26,linewidth=1.0\cm]
7194 \include "gregorian-init.ly"
7195 \score {
7196   \transpose c c' {
7197     % Trigonus
7198     \[ \stropha b \stropha b \stropha a \]
7199     s^\markup {"P"}
7200   }
7201   \layout { \neumeDemoLayout }
7202 }
7203 @end lilypond
7204 @tab
7205 @tab
7206
7207 @end multitable
7208
7209
7210 Unlike most other neumes notation systems, the input language for
7211 neumes does not reflect the typographical appearance, but is designed
7212 to focus on musical meaning.  For example, @code{\[ a \pes b
7213 \flexa g \]} produces a Torculus consisting of three Punctum heads,
7214 while @code{\[ a \flexa g \pes b \]} produces a Porrectus with a
7215 curved flexa shape and only a single Punctum head.  There is no
7216 command to explicitly typeset the curved flexa shape; the decision of
7217 when to typeset a curved flexa shape is based on the musical
7218 input.  The idea of this approach is to separate the musical aspects
7219 of the input from the notation style of the output.  This way, the
7220 same input can be reused to typeset the same music in a different
7221 style of Gregorian chant notation.
7222
7223 The following table shows the code fragments that produce the
7224 ligatures in the above neumes table.  The letter in the first column
7225 in each line of the below table indicates to which ligature in the
7226 above table it refers.  The second column gives the name of the
7227 ligature.  The third column shows the code fragment that produces this
7228 ligature, using @code{g}, @code{a}, and @code{b} as example pitches.
7229
7230 @multitable @columnfractions .02 .31 .67
7231 @item
7232 @b{#}
7233 @tab
7234 @b{Name}
7235 @tab
7236 @b{Input Language}
7237
7238 @item
7239 a
7240 @tab
7241 Punctum
7242 @tab
7243 @code{\[ b \]}
7244
7245 @item
7246 b
7247 @tab
7248 Punctum Inclinatum
7249 @tab
7250 @code{\[ \inclinatum b \]}
7251
7252 @item
7253 c
7254 @tab
7255 Punctum Auctum@*
7256 Ascendens
7257 @tab
7258 @code{\[ \auctum \ascendens b \]}
7259
7260 @item
7261 d
7262 @tab
7263 Punctum Auctum@*
7264 Descendens
7265 @tab
7266 @code{\[ \auctum \descendens b \]}
7267
7268 @item
7269 e
7270 @tab
7271 Punctum Inclinatum@*
7272 Auctum
7273 @tab
7274 @code{\[ \inclinatum \auctum b \]}
7275
7276 @item
7277 f
7278 @tab
7279 Punctum Inclinatum@*
7280 Parvum @tab
7281 @code{\[ \inclinatum \deminutum b \]}
7282
7283 @item
7284 g
7285 @tab
7286 Virga
7287 @tab
7288 @code{\[ \virga b \]}
7289
7290 @item
7291 h
7292 @tab
7293 Stropha
7294 @tab
7295 @code{\[ \stropha b \]}
7296
7297 @item
7298 i
7299 @tab
7300 Stropha Aucta
7301 @tab
7302 @code{\[ \stropha \auctum b \]}
7303
7304 @item
7305 j
7306 @tab
7307 Oriscus
7308 @tab
7309 @code{\[ \oriscus b \]}
7310
7311 @item
7312 k
7313 @tab
7314 Clivis vel Flexa
7315 @tab
7316 @code{\[ b \flexa g \]}
7317
7318 @item
7319 l
7320 @tab
7321 Clivis Aucta@*
7322 Descendens
7323 @tab
7324 @code{\[ b \flexa \auctum \descendens g \]}
7325
7326 @item
7327 m
7328 @tab
7329 Clivis Aucta@*
7330 Ascendens
7331 @tab
7332 @code{\[ b \flexa \auctum \ascendens g \]}
7333
7334 @item
7335 n
7336 @tab
7337 Cephalicus
7338 @tab
7339 @code{\[ b \flexa \deminutum g \]}
7340
7341 @item
7342 o
7343 @tab
7344 Podatus vel Pes
7345 @tab
7346 @code{\[ g \pes b \]}
7347
7348 @item
7349 p
7350 @tab
7351 Pes Auctus@*
7352 Descendens
7353 @tab
7354 @code{\[ g \pes \auctum \descendens b \]}
7355
7356 @item
7357 q
7358 @tab
7359 Pes Auctus@*
7360 Ascendens
7361 @tab
7362 @code{\[ g \pes \auctum \ascendens b \]}
7363
7364 @item
7365 r
7366 @tab
7367 Epiphonus
7368 @tab
7369 @code{\[ g \pes \deminutum b \]}
7370
7371 @item
7372 s
7373 @tab
7374 Pes Quassus
7375 @tab
7376 @code{\[ \oriscus g \pes \virga b \]}
7377
7378 @item
7379 t
7380 @tab
7381 Pes Quassus@*
7382 Auctus Descendens @tab
7383 @code{\[ \oriscus g \pes \auctum \descendens b \]}
7384
7385 @item
7386 u
7387 @tab
7388 Quilisma Pes
7389 @tab
7390 @code{\[ \quilisma g \pes b \]}
7391
7392 @item
7393 v
7394 @tab
7395 Quilisma Pes@*
7396 Auctus Descendens
7397 @tab
7398 @code{\[ \quilisma g \pes \auctum \descendens b \]}
7399
7400 @item
7401 w
7402 @tab
7403 Pes Initio Debilis
7404 @tab
7405 @code{\[ \deminutum g \pes b \]}
7406
7407 @item
7408 x
7409 @tab
7410 Pes Auctus Descendens@*
7411 Initio Debilis
7412 @tab
7413 @code{\[ \deminutum g \pes \auctum \descendens b \]}
7414
7415 @item
7416 y
7417 @tab
7418 Torculus
7419 @tab
7420 @code{\[ a \pes b \flexa g \]}
7421
7422 @item
7423 z
7424 @tab
7425 Torculus Auctus@*
7426 Descendens
7427 @tab
7428 @code{\[ a \pes b \flexa \auctum \descendens g \]}
7429
7430 @item
7431 A
7432 @tab
7433 Torculus Deminutus
7434 @tab
7435 @code{\[ a \pes b \flexa \deminutum g \]}
7436
7437 @item
7438 B
7439 @tab
7440 Torculus Initio Debilis
7441 @tab
7442 @code{\[ \deminutum a \pes b \flexa g \]}
7443
7444 @item
7445 C
7446 @tab
7447 Torculus Auctus@*
7448 Descendens Initio Debilis
7449 @tab
7450 @code{\[ \deminutum a \pes b \flexa \auctum \descendens g \]}
7451
7452 @item
7453 D
7454 @tab
7455 Torculus Deminutus@*
7456 Initio Debilis
7457 @tab
7458 @code{\[ \deminutum a \pes b \flexa \deminutum g \]}
7459
7460 @item
7461 E
7462 @tab
7463 Porrectus
7464 @tab
7465 @code{\[ a \flexa g \pes b \]}
7466
7467 @item
7468 F
7469 @tab
7470 Porrectus Auctus@*
7471 Descendens
7472 @tab
7473 @code{\[ a \flexa g \pes \auctum \descendens b \]}
7474
7475 @item
7476 G
7477 @tab
7478 Porrectus Deminutus
7479 @tab
7480 @code{\[ a \flexa g \pes \deminutum b \]}
7481
7482 @item
7483 H
7484 @tab
7485 Climacus
7486 @tab
7487 @code{\[ \virga b \inclinatum a \inclinatum g \]}
7488
7489 @item
7490 I
7491 @tab
7492 Climacus Auctus
7493 @tab
7494 @code{\[ \virga b \inclinatum a \inclinatum \auctum g \]}
7495
7496 @item
7497 J
7498 @tab
7499 Climacus Deminutus
7500 @tab
7501 @code{\[ \virga b \inclinatum a \inclinatum \deminutum g \]}
7502
7503 @item
7504 K
7505 @tab
7506 Scandicus
7507 @tab
7508 @code{\[ g \pes a \virga b \]}
7509
7510 @item
7511 L
7512 @tab
7513 Scandicus Auctus@*
7514 Descendens
7515 @tab
7516 @code{\[ g \pes a \pes \auctum \descendens b \]}
7517
7518 @item
7519 M
7520 @tab
7521 Scandicus Deminutus
7522 @tab
7523 @code{\[ g \pes a \pes \deminutum b \]}
7524
7525 @item
7526 N
7527 @tab
7528 Salicus
7529 @tab
7530 @code{\[ g \oriscus a \pes \virga b \]}
7531
7532 @item
7533 O
7534 @tab
7535 Salicus Auctus Descendens
7536 @tab
7537 @code{\[ g \oriscus a \pes \auctum \descendens b \]}
7538
7539 @item
7540 P
7541 @tab
7542 Trigonus
7543 @tab
7544 @code{\[ \stropha b \stropha b \stropha a \]}
7545 @end multitable
7546
7547 @refcommands
7548
7549 The following head prefixes are supported
7550
7551 @cindex @code{\virga}
7552 @code{\virga},
7553 @cindex @code{\stropha}
7554 @code{\stropha},
7555 @cindex @code{\inclinatum}
7556 @code{\inclinatum},
7557 @cindex @code{\auctum}
7558 @code{\auctum},
7559 @cindex @code{\descendens}
7560 @code{\descendens},
7561 @cindex @code{\ascendens}
7562 @code{\ascendens},
7563 @cindex @code{\oriscus}
7564 @code{\oriscus},
7565 @cindex @code{\quilisma}
7566 @code{\quilisma},
7567 @cindex @code{\deminutum}
7568 @code{\deminutum}.
7569
7570 Head prefixes can be accumulated, though restrictions apply.  For
7571 example, either @code{\descendens} or @code{\ascendens} can be applied
7572 to a head, but not both to the same head.
7573
7574 @cindex @code{\pes}
7575 @cindex @code{\flexa}
7576 Two adjacent heads can be tied together with the @code{\pes} and
7577 @code{\flexa} infix commands for a rising and falling line of melody,
7578 respectively.
7579
7580
7581
7582 @node Gregorian Chant contexts
7583 @subsection Gregorian Chant contexts
7584
7585 @cindex VaticanaVoiceContext
7586 @cindex VaticanaStaffContext
7587
7588 The predefined @code{VaticanaVoiceContext} and
7589 @code{VaticanaStaffContext} can be used to engrave a piece of
7590 Gregorian Chant in the style of the Editio Vaticana.  These contexts
7591 initialize all relevant context properties and grob properties to
7592 proper values, so you can immediately go ahead entering the chant, as
7593 the following excerpt demonstrates
7594
7595 @lilypond[quote,raggedright,verbatim]
7596 \include "gregorian-init.ly"
7597 \score {
7598   <<
7599     \context VaticanaVoice = "cantus" {
7600       \override Score.BarNumber #'transparent = ##t {
7601         \[ c'\melisma c' \flexa a \]
7602         \[ a \flexa \deminutum g\melismaEnd \]
7603         f \divisioMinima
7604         \[ f\melisma \pes a c' c' \pes d'\melismaEnd \]
7605         c' \divisioMinima \break
7606         \[ c'\melisma c' \flexa a \]
7607         \[ a \flexa \deminutum g\melismaEnd \] f \divisioMinima
7608       }
7609     }
7610     \lyricsto "cantus" \new Lyrics {
7611       San- ctus, San- ctus, San- ctus
7612     }
7613   >>
7614 }
7615 @end lilypond
7616
7617
7618 @node Mensural contexts
7619 @subsection Mensural contexts
7620
7621 @cindex MensuralVoiceContext
7622 @cindex MensuralStaffContext
7623
7624 The predefined @code{MensuralVoiceContext} and
7625 @code{MensuralStaffContext} can be used to engrave a piece in mensural
7626 style.  These contexts initialize all relevant context properties and
7627 grob properties to proper values, so you can immediately go ahead
7628 entering the chant, as the following excerpt demonstrates
7629
7630 @lilypond[quote,raggedright,verbatim]
7631 \score {
7632   <<
7633     \context MensuralVoice = "discantus" \transpose c c' {
7634       \override Score.BarNumber #'transparent = ##t {
7635         c'1\melisma bes a g\melismaEnd
7636         f\breve
7637         \[ f1\melisma a c'\breve d'\melismaEnd \]
7638         c'\longa
7639         c'\breve\melisma a1 g1\melismaEnd
7640         fis\longa^\signumcongruentiae
7641       }
7642     }
7643     \lyricsto "discantus" \new Lyrics {
7644       San -- ctus, San -- ctus, San -- ctus
7645     }
7646   >>
7647 }
7648 @end lilypond
7649
7650
7651 @node Figured bass
7652 @subsection Figured bass
7653
7654 @cindex Basso continuo
7655
7656 @c TODO: musicological blurb about FB
7657
7658
7659 LilyPond has limited support for figured bass
7660
7661 @lilypond[quote,raggedright,verbatim,fragment]
7662 <<
7663   \context Voice { \clef bass dis4 c d ais }
7664   \context FiguredBass \figuremode {
7665     < 6 >4 < 7 >8 < 6+ [_!] >
7666     < 6 >4 <6 5 [3+] >
7667   }
7668 >>
7669 @end lilypond
7670
7671 The support for figured bass consists of two parts: there is an input
7672 mode, introduced by @code{\figuremode}, where you can enter bass figures
7673 as numbers, and there is a context called @internalsref{FiguredBass} that
7674 takes care of making @internalsref{BassFigure} objects.
7675
7676 In figures input mode, a group of bass figures is delimited by
7677 @code{<} and @code{>}.  The duration is entered after the @code{>}
7678 @example
7679 <4 6>
7680 @end example
7681 @lilypond[quote,raggedright,fragment]
7682 \context FiguredBass
7683 \figuremode { <4 6> }
7684 @end lilypond
7685
7686 Accidentals are added when you append @code{-}, @code{!}, and @code{+}
7687 to the numbers
7688
7689 @example
7690 <4- 6+ 7!>
7691 @end example
7692 @lilypond[quote,raggedright,fragment]
7693 \context FiguredBass
7694 \figuremode { <4- 6+ 7!> }
7695 @end lilypond
7696
7697 Spaces or dashes may be inserted by using @code{_}.  Brackets are
7698 introduced with @code{[} and @code{]}
7699
7700 @example
7701 < [4 6] 8 [_! 12] >
7702 @end example
7703 @lilypond[quote,raggedright,fragment]
7704 \context FiguredBass
7705 \figuremode { < [4 6] 8 [_! 12] > }
7706 @end lilypond
7707
7708 Although the support for figured bass may superficially resemble chord
7709 support, it works much simpler.  The @code{\figuremode} mode simply
7710 stores the numbers and @internalsref{FiguredBass} context prints
7711 them as entered.  There is no conversion to pitches and no
7712 realizations of the bass are played in the MIDI file.
7713
7714 Internally, the code produces markup texts.  You can use any of the
7715 markup text properties to override formatting.  For example, the
7716 vertical spacing of the figures may be set with @code{baseline-skip}.
7717
7718 @seealso
7719
7720 Program reference: @internalsref{BassFigureEvent} music,
7721 @internalsref{BassFigure} object, and @internalsref{FiguredBass} context.
7722
7723 @refbugs
7724
7725 Slash notation for alterations is not supported.
7726
7727 @node Contemporary notation
7728 @section Contemporary notation
7729
7730 In the 20th century, composers have greatly expanded the musical
7731 vocabulary.  With this expansion, many innovations in musical notation
7732 have been tried.  The book ``Music Notation in the 20th century'' by
7733 Kurt Stone gives a comprehensive overview (see @ref{Literature
7734 list}).  In general, the use of new, innovative notation makes a piece
7735 harder to understand and perform and its use should therefore be
7736 avoided.  For this reason, support for contemporary notation in
7737 LilyPond is limited.
7738
7739
7740 @menu
7741 * Polymetric notation::         
7742 * Clusters::                    
7743 * Special fermatas::            
7744 * Feathered beams::             
7745 @end menu
7746
7747 @node Polymetric notation
7748 @subsection Polymetric notation
7749
7750 Double time signatures are not supported explicitly, but they can be
7751 faked.  In the next example, the markup for the time signature is
7752 created with a markup text.  This markup text is inserted in the
7753 @internalsref{TimeSignature} grob.
7754
7755 @lilypond[verbatim,raggedright]
7756 % create 2/4 + 5/8
7757 tsMarkup =\markup {
7758   \number {
7759     \column < "2" "4" >
7760     \musicglyph #"scripts-stopped"
7761     \bracket \column < "5" "8" >
7762   }
7763 }
7764
7765 {
7766   \override Staff.TimeSignature #'print-function = #Text_interface::print
7767   \override Staff.TimeSignature #'text = #tsMarkup
7768   \time 3/2
7769   c'2 \bar ":" c'4 c'4.
7770 }
7771 @end lilypond
7772
7773 Each staff can also have its own time signature.  This is done by
7774 moving the @internalsref{Timing_engraver} to the @internalsref{Staff}
7775 context.
7776
7777 @example
7778 \layout @{
7779   \context @{ \Score \remove "Timing_engraver" @}
7780   \context @{ \Staff \consists "Timing_engraver" @}
7781 @}
7782 @end example
7783
7784
7785 Now, each staff has its own time signature.
7786 @example
7787 <<
7788   \new Staff @{
7789     \time 3/4
7790     c4 c c | c c c |
7791   @}
7792   \new Staff @{
7793     \time 2/4
7794     c4 c | c c | c c
7795   @}
7796   \new Staff @{
7797     \time 3/8
7798     c4. c8 c c c4. c8 c c
7799   @}
7800 >>
7801 @end example
7802
7803 @lilypond[quote,raggedright]
7804 \layout{
7805   \context{ \Score \remove "Timing_engraver" }
7806   \context{ \Staff \consists "Timing_engraver" }
7807 }
7808
7809 \relative c' <<
7810   \new Staff {
7811     \time 3/4
7812     c4 c c | c c c |
7813   }
7814   \new Staff {
7815     \time 2/4
7816     c4 c | c c | c c
7817   }
7818   \new Staff {
7819     \time 3/8
7820     c4. c8 c c c4. c8 c c
7821   }
7822 >>
7823 @end lilypond
7824
7825
7826 A different form of polymetric notation is where note lengths have
7827 different values across staves.
7828
7829 This notation can be created by setting a common time signature for
7830 each staff but replacing it manually using
7831 @code{timeSignatureFraction} to the desired fraction.  Then the printed
7832 durations in each staff are scaled to the common time signature.
7833 The latter is done with @code{\compressmusic}, which is similar to
7834 @code{\times}, but does not create a tuplet bracket.
7835
7836
7837 In this example, music with the time signatures of 3/4, 9/8, and 10/8 are
7838 used in parallel.  In the second staff, shown durations are multiplied by
7839 2/3, so that 2/3 * 9/8 = 3/4, and in the third staff, shown durations are
7840 multiplied by 3/5, so that 3/5 * 10/8 = 3/4.
7841
7842 @lilypond[quote,raggedright,verbatim,fragment]
7843 \relative c' { <<
7844   \new Staff {
7845     \time 3/4
7846     c4 c c | c c c |
7847   }
7848   \new Staff {
7849     \time 3/4
7850     \set Staff.timeSignatureFraction = #'(9 . 8)
7851     \compressmusic #'(2 . 3)
7852       \repeat unfold 6 { c8[ c c] }
7853   }
7854   \new Staff {
7855     \time 3/4
7856     \set Staff.timeSignatureFraction = #'(10 . 8)
7857     \compressmusic #'(3 . 5) {
7858       \repeat unfold 2 { c8[ c c] }
7859       \repeat unfold 2 { c8[ c] }
7860       | c4. c4. \times 2/3 { c8 c c } c4
7861     }
7862   }
7863 >> }
7864 @end lilypond
7865
7866
7867
7868
7869 @refbugs
7870
7871 When using different time signatures in parallel, the spacing is
7872 aligned vertically, but bar lines distort the regular spacing.
7873
7874
7875
7876 @node Clusters
7877 @subsection Clusters
7878
7879 @cindex cluster
7880
7881 A cluster indicates a continuous range of pitches to be played.  They
7882 can be denoted as the envelope of a set of notes.  They are entered by
7883 applying the function @code{makeClusters} to a sequence of
7884 chords, e.g.,
7885 @lilypond[quote,raggedright,relative=2,fragment,verbatim]
7886 \makeClusters { <c e > <b f'> }
7887 @end lilypond
7888
7889 The following example (from
7890 @inputfileref{input/@/regression,cluster@/.ly}) shows what the result
7891 looks like
7892
7893 @lilypondfile[raggedright,quote]{cluster.ly}
7894
7895 Ordinary notes and clusters can be put together in the same staff,
7896 even simultaneously.  In such a case no attempt is made to
7897 automatically avoid collisions between ordinary notes and clusters.
7898
7899 @seealso
7900
7901 Program reference: @internalsref{ClusterSpanner},
7902 @internalsref{ClusterSpannerBeacon},
7903 @internalsref{Cluster_spanner_engraver}, and
7904 @internalsref{ClusterNoteEvent}.
7905
7906 Examples: @inputfileref{input/@/regression,cluster@/.ly}.
7907
7908 @refbugs
7909
7910 Music expressions like @code{<< @{ g8 e8 @} a4 >>} are not printed
7911 accurately.  Use @code{<g a>8 <e a>8} instead.
7912
7913
7914
7915 @node Special fermatas
7916 @subsection Special fermatas
7917
7918 @cindex fermatas, special
7919
7920 In contemporary music notation, special fermata symbols denote breaks
7921 of differing lengths.  The following fermatas are supported
7922
7923 @lilypond[quote,raggedright]
7924 <<
7925   \oldaddlyrics {
7926     b'2
7927     ^\shortfermata
7928     _\shortfermata
7929     r
7930
7931     b'
7932     ^\fermata
7933     _\fermata
7934     r
7935
7936     b'
7937     ^\longfermata
7938     _\longfermata
7939     r
7940
7941     b'
7942     ^\verylongfermata
7943     _\verylongfermata
7944     r
7945   }
7946   \context Lyrics \lyricmode {
7947     \override LyricText #'font-family = #'typewriter
7948     "shortfermata" "fermata" "longfermata" "verylongfermata"
7949   }
7950 >>
7951 @end lilypond
7952
7953 See @ref{Articulations} for general instructions how to apply scripts
7954 such as fermatas to notes.
7955
7956 @node Feathered beams
7957 @subsection Feathered beams
7958
7959 Feathered beams are not supported natively, but they can be faked by
7960 forcing two beams to overlap.  Here is an example,
7961
7962 @c don't change relative setting witout changing positions!
7963 @lilypond[raggedright,relative=1,fragment,verbatim]
7964 \new Staff <<
7965   \new Voice
7966   {
7967     \stemUp
7968     \once \override Voice.Beam #'positions = #'(0 . 0.5)
7969     c8[ c c c c ]
7970   }
7971   \new Voice {
7972     \stemUp
7973     \once \override Voice.Beam #'positions = #'(0 . -0.5)
7974     c[ c c c c]
7975   }
7976 >>
7977 @end lilypond
7978
7979
7980
7981 @node Educational use
7982 @section Educational use
7983
7984 With the amount of control that LilyPond offers, one can make great
7985 teaching tools in addition to great musical scores.
7986
7987 @menu
7988 * Balloon help::                
7989 * Blank music sheet::           
7990 * Hidden notes::                
7991 * Shaped note heads ::          
7992 * Easy Notation note heads::    
7993 @end menu
7994
7995 @node Balloon help
7996 @subsection Balloon help
7997
7998 Elements of notation can be marked and named with the help of a square
7999 balloon.  The primary purpose of this feature is to explain notation.
8000
8001 The following example demonstrates its use.
8002
8003 @lilypond[quote,verbatim,fragment,raggedright,relative=2]
8004 \context Voice {
8005   \applyoutput
8006     #(add-balloon-text 'NoteHead "heads, or tails?"
8007     '(1 . -3))
8008   c8
8009 }
8010 @end lilypond
8011
8012 @noindent
8013 The function @code{add-balloon-text} takes the name of a grob, the
8014 label to print, and the position where to put the label relative to
8015 the object.  In the above example, the text ``heads or tails?'' ends
8016 3 spaces below and 1 space to the right of the marked head.
8017
8018 @cindex balloon
8019 @cindex notation, explaining
8020
8021 @seealso
8022
8023 Program reference: @internalsref{text-balloon-interface}.
8024
8025 Examples: @inputfileref{input/@/regression,balloon@/.ly}.
8026
8027
8028
8029
8030 @node Blank music sheet
8031 @subsection Blank music sheet
8032
8033 A blank music sheet can be produced also by using invisible notes, and
8034 removing @code{Bar_number_engraver}.
8035
8036
8037 @lilypond[quote,verbatim]
8038 emptymusic = {
8039   \repeat unfold 2 % Change this for more lines.
8040   { s1\break }
8041   \bar "|."
8042 }
8043 \new Score \with {
8044   \override TimeSignature #'transparent = ##t
8045   defaultBarType = #""
8046   \remove Bar_number_engraver
8047 } <<
8048   \context Staff \emptymusic
8049   \context TabStaff \emptymusic
8050 >>
8051 @end lilypond
8052
8053
8054 @node Hidden notes
8055 @subsection Hidden notes
8056
8057 @cindex Hidden notes
8058 @cindex Invisible notes
8059 @cindex Transparent notes
8060
8061 Hidden (or invisible or transparent) notes can be useful in preparing theory
8062 or composition exercises.
8063
8064 @lilypond[quote,raggedright,verbatim,relative=2,fragment]
8065 c4 d4
8066 \hideNotes
8067 e4 f4
8068 \unHideNotes
8069 g4 a
8070 @end lilypond
8071
8072 Hidden notes are also great for performing weird tricks.  For example,
8073 slurs cannot be attached to rests or spacer rests, but you may wish
8074 to include that in your score -- string instruments use this notation
8075 when doing pizzicato to indicate that the note should ring for as long
8076 as possible.
8077
8078 @lilypond[quote,raggedright,verbatim,relative=0,fragment]
8079 \clef bass
8080 << {
8081   c4^"pizz"( \hideNotes c)
8082   \unHideNotes c( \hideNotes c)
8083 } {
8084   s4 r s r
8085 } >>
8086 @end lilypond
8087
8088
8089 @node Shaped note heads 
8090 @subsection Shaped note heads 
8091
8092 In shaped note head notation, the shape of the note head corresponds
8093 to the harmonic function of a note in the scale. This notation was
8094 popular in the 19th century American song books.
8095
8096 Shaped note heads can be produced by setting @code{\aikenHeads} or
8097 @code{\sacredHarpHeads}, depending on the style desired.
8098
8099 @lilypond[verbatim,relative=1,fragment]
8100   \aikenHeads
8101   c8 d4 e8 a2 g1
8102   \sacredHarpHeads
8103   c8 d4. e8 a2 g1
8104 @end lilypond
8105
8106 Shapes are determined on the step in the scale, where the base of the
8107 scale is determined by  the @code{\key} command
8108
8109 @findex \key
8110 @findex shapeNoteStyles
8111 @findex \aikenHeads
8112 @findex \sacredHarpHeads
8113
8114 Shaped note heads are implemented through the @code{shapeNoteStyles}
8115 property. Its value is a vector of symbols. The k-th element indicates
8116 the style to use for the k-th step of the scale. Arbitrary
8117 combinations  are possible, eg.,
8118
8119
8120 @lilypond[verbatim,relative=1,fragment]
8121   \set shapeNoteStyles  = ##(cross triangle fa #f mensural xcircle diamond)
8122   c8 d4. e8 a2 g1
8123 @end lilypond
8124
8125
8126 @node Easy Notation note heads
8127 @subsection Easy Notation note heads
8128
8129 @cindex easy notation
8130 @cindex Hal Leonard
8131
8132 The `easy play' note head includes a note name inside the head.  It is
8133 used in music for beginners
8134
8135 @lilypond[quote,raggedright,verbatim,fragment,staffsize=26]
8136   \setEasyHeads
8137   c'2 e'4 f' | g'1
8138 @end lilypond
8139
8140 The command @code{\setEasyHeads} overrides settings for the
8141 @internalsref{NoteHead} object.  To make the letters readable, it has
8142 to be printed in a large font size.  To print with a larger font, see
8143 @ref{Setting global staff size}.
8144
8145 @refcommands
8146
8147 @cindex @code{\setEasyHeads}
8148 @code{\setEasyHeads}
8149