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