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