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