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