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