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