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