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