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