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