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