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