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