]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/basic-notation.itely
Whole bunch of minor fixes from mailist.
[lilypond.git] / Documentation / user / basic-notation.itely
1 @c -*- coding: utf-8; 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
9 @node Basic notation
10 @chapter Basic notation
11
12 This chapter explains how to use all basic notation features.
13
14 @menu
15 * Note entry::                  
16 * Alternate music entry::       
17 * Staff notation::              
18 * Connecting notes::            
19 * Expressive marks::            
20 * Polyphony::                   
21 * Repeats::                     
22 @end menu
23
24
25
26 @node Note entry
27 @section Note entry
28 @cindex Note entry
29
30 This section is about basic notation elements like notes, rests, and
31 related constructs, such as stems, tuplets and ties.
32
33 @menu
34 * Notes::                       
35 * Pitches::                     
36 * Cautionary accidentals::      
37 * Micro tones::                 
38 * Chords::                      
39 * Rests::                       
40 * Skips::                       
41 * Durations::                   
42 * Augmentation dots::           
43 * Tuplets::                     
44 * Scaling durations::           
45 * Stems::                       
46 @end menu
47
48
49 @node Notes
50 @subsection Notes
51
52 @cindex Note specification
53 @cindex entering notes
54
55 A note is printed by specifying its pitch and then its duration,
56
57 @lilypond[quote,verbatim,ragged-right,fragment]
58 cis'4 d'8 e'16 c'16
59 @end lilypond
60
61 @seealso
62
63 This manual: @ref{Pitches}, @ref{Durations}
64
65
66 @node Pitches
67 @subsection Pitches
68
69 @cindex Pitch names
70 @cindex pitches
71
72 The most common syntax for pitch entry is used for standard notes and
73 @code{\chordmode} modes.  In these modes, pitches may be designated by
74 names.  The notes are specified by the letters @code{a} through
75 @code{g}.  The octave is formed with notes ranging from @code{c}
76 to @code{b}.  The pitch @code{c} is an octave below middle C and the
77 letters span the octave above that C
78
79 @lilypond[quote,fragment,verbatim,ragged-right]
80 \clef bass
81 a,4 b, c d e f g a b c' d' e' \clef treble f' g' a' b' c''
82 @end lilypond
83
84 @cindex @code{'}
85 @cindex @code{,}
86
87 The optional octave specification takes the form of a series of
88 single quote (`@code{'}') characters or a series of comma
89 (`@code{,}') characters.  Each @code{'} raises the pitch by one
90 octave; each @code{,} lowers the pitch by an octave
91
92 @lilypond[quote,ragged-right,fragment,verbatim]
93 c' c'' e' g d'' d'
94 @end lilypond
95
96 @cindex note names, Dutch
97
98 A sharp is formed by adding @code{-is} to the end of a pitch name and
99 a flat is formed by adding @code{-es}.  Double sharps and double flats
100 are obtained by adding @code{-isis} or @code{-eses}.  These
101 names are the Dutch note names.  In Dutch, @code{aes} is contracted to
102 @code{as}, but both forms are accepted.  Similarly, both
103 @code{es} and @code{ees} are accepted
104
105 @lilypond[fragment,quote,ragged-right,verbatim,relative=2]
106 ceses4
107 ces
108 c
109 cis
110 cisis
111 bes dis, eeses' ais,
112 @end lilypond
113
114 There are predefined sets of note names for various other languages.
115 To use them, include the language specific init file.  For
116 example: @code{\include "english.ly"}.  The available language files
117 and the note names they define are
118
119 @anchor{note name}
120 @anchor{note names}
121 @example
122                         Note Names               sharp       flat
123 nederlands.ly  c   d   e   f   g   a   bes b   -is         -es
124 english.ly     c   d   e   f   g   a   bf  b   -s/-sharp   -f/-flat
125                                                -x (double)
126 deutsch.ly     c   d   e   f   g   a   b   h   -is         -es
127 norsk.ly       c   d   e   f   g   a   b   h   -iss/-is    -ess/-es
128 svenska.ly     c   d   e   f   g   a   b   h   -iss        -ess
129 italiano.ly    do  re  mi  fa  sol la  sib si  -d          -b
130 catalan.ly     do  re  mi  fa  sol la  sib si  -d/-s       -b
131 espanol.ly     do  re  mi  fa  sol la  sib si  -s          -b
132 @end example
133
134
135 @commonprop
136
137 In accordance with standard typesetting rules, a natural sign is printed
138 before a sharp or flat if a previous accidental needs to be
139 cancelled.  To change this behaviour, use
140 @code{\set Staff.extraNatural = ##f}
141
142 @lilypond[fragment,quote,ragged-right,verbatim,relative=2]
143 ceses4 ces cis c
144 \set Staff.extraNatural = ##f
145 ceses4 ces cis c
146 @end lilypond
147
148 @cindex Musica ficta
149
150 Suggested accidentals (used in notating musica ficta) may
151 be written with @code{suggestAccidentals}
152
153 @lilypond[fragment,quote,ragged-right,verbatim,relative=2]
154 \set suggestAccidentals = ##t
155 ais4 bis
156 @end lilypond
157
158
159 @seealso
160
161 Program reference: @internalsref{LedgerLineSpanner}, @internalsref{NoteHead}.
162
163
164 @node Cautionary accidentals
165 @subsection Cautionary accidentals 
166
167 @cindex reminder accidental
168 @cindex @code{?}
169 @cindex cautionary accidental
170 @cindex parenthesized accidental
171 @cindex @code{!}
172
173 Normally accidentals are printed automatically, but you may also
174 print them manually.  A reminder accidental
175 can be forced by adding an exclamation mark @code{!}
176 after the pitch.  A cautionary accidental
177 (i.e., an accidental within parentheses) can be obtained by adding the
178 question mark `@code{?}' after the pitch.  These extra accidentals
179 can be used to produce natural signs, too.
180
181 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
182 cis cis cis! cis? c c? c! c
183 @end lilypond
184
185
186 @seealso
187
188 The automatic production of accidentals can be tuned in many
189 ways.  For more information, refer to @ref{Automatic accidentals}.
190
191
192
193 @node Micro tones
194 @subsection Micro tones
195
196 @cindex quarter tones
197 @cindex semi-flats, semi-sharps
198
199 Half-flats and half-sharps are formed by adding @code{-eh} and
200 @code{-ih}; the following is a series of Cs with increasing pitches
201
202 @lilypond[verbatim,ragged-right,quote,relative=2,fragment]
203 \set Staff.extraNatural = ##f
204 ceseh ceh cih cisih
205 @end lilypond
206
207 Micro tones are also exported to the MIDI file.
208
209
210 @refbugs
211
212 There are no generally accepted standards for denoting three quarter
213 flats, so LilyPond's symbol does not conform to any standard.
214
215
216 @node Chords
217 @subsection Chords
218
219 @cindex 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,ragged-right,fragment,quote,relative=1]
226 <c e g>4 <c>8
227 @end lilypond
228
229 For more information about chords, see @ref{Chord names}.
230
231
232 @node Rests
233 @subsection Rests
234 @cindex Rests
235
236
237 @cindex @code{\rest}
238 @cindex @code{r}
239
240 Rests are entered like notes with the note name @code{r}
241
242 @lilypond[fragment,quote,ragged-right,verbatim]
243 r1 r2 r4 r8
244 @end lilypond
245
246 Whole bar rests, centered in middle of the bar,
247 must be done with multi-measure rests.  They can be used for a
248 single bar as well as many bars, and are discussed in
249 @ref{Multi measure rests}.
250
251 To explicitly specify a rest's vertical position, write a note
252 followed by @code{\rest}.  A rest will be placed in the position
253 where the note would appear,
254
255 @lilypond[fragment,quote,ragged-right,verbatim]
256 a'4\rest d'4\rest
257 @end lilypond
258
259 @noindent
260 This makes manual formatting of
261 polyphonic music much easier, since the automatic rest collision
262 formatter will leave these rests alone.
263
264 @seealso
265
266 Program reference: @internalsref{Rest}.
267
268
269 @node Skips
270 @subsection Skips
271
272 @cindex Skip
273 @cindex Invisible rest
274 @cindex Space note
275 @cindex @code{\skip}
276 @cindex @code{s}
277
278 An invisible rest (also called a `skip') can be entered like a note
279 with note name `@code{s}' or with @code{\skip @var{duration}}
280
281 @lilypond[fragment,quote,ragged-right,verbatim,relative=2]
282 a4 a4 s4 a4 \skip 1 a4
283 @end lilypond
284
285 The @code{s} syntax is only available in note mode and chord mode.  In
286 other situations, for example, when entering lyrics, you should use
287 the @code{\skip} command
288
289 @lilypond[quote,ragged-right,verbatim]
290 <<
291   \relative { a'2 a2 }
292   \new Lyrics \lyricmode { \skip 2 bla2 }
293 >>
294 @end lilypond
295
296 The skip command is merely an empty musical placeholder.  It does not
297 produce any output, not even transparent output.
298
299 The @code{s} skip command does create @internalsref{Staff} and
300 @internalsref{Voice} when necessary, similar to note and rest
301 commands.  For example, the following results in an empty staff.
302
303 @lilypond[quote,ragged-right,verbatim]
304 { s4 }
305 @end lilypond
306
307 The fragment @code{@{ \skip 4 @} } would produce an empty page.
308
309 @seealso
310
311 Program reference: @internalsref{SkipMusic}.
312
313
314 @node Durations
315 @subsection Durations
316
317 @cindex duration
318 @cindex @code{\longa}
319 @cindex @code{\breve}
320 @cindex @code{\maxima}
321
322 In Note, Chord, and Lyrics mode, durations are designated by numbers and
323 dots: durations are entered as their reciprocal values.  For example, a
324 quarter note is entered using a @code{4} (since it is a 1/4 note), while
325 a half note is entered using a @code{2} (since it is a 1/2 note).  For
326 notes longer than a whole you must use the variables @code{\longa} and
327 @code{\breve}
328
329 @example
330 c'\breve
331 c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64
332 r\longa r\breve
333 r1 r2 r4 r8 r16 r32 r64 r64
334 @end example
335
336 @lilypond[quote]
337 \score {
338  \relative c'' {
339     a\breve*1/2 \autoBeamOff
340     a1 a2 a4 a8 a16 a32 a64 a64
341    \bar "empty"
342    \break
343     r\longa*1/4 r\breve *1/2
344     r1 r2 r4 r8 r16 r32 r64 r64
345   }
346   \layout {
347     ragged-right = ##t
348     \context {
349       \Staff
350         \remove "Clef_engraver"
351         \override StaffSymbol #'transparent = ##t
352         \override TimeSignature #'transparent = ##t
353         \override BarLine #'transparent = ##t
354         \consists "Pitch_squash_engraver"
355     }
356   }
357 }
358 @end lilypond
359
360 If the duration is omitted then it is set to the previously entered
361 duration.  The default for the first note is a quarter note.
362
363 @lilypond[quote,ragged-right,verbatim,fragment]
364 { a a a2 a a4 a a1 a }
365 @end lilypond
366
367
368 @node Augmentation dots
369 @subsection Augmentation dots
370
371 @cindex @code{.}
372
373 To obtain dotted note lengths, simply add a dot (`@code{.}') to
374 the number.  Double-dotted notes are produced in a similar way.
375
376 @lilypond[quote,ragged-right,fragment,verbatim]
377 a'4 b' c''4. b'8 a'4. b'4.. c''8.
378 @end lilypond
379
380 @refcommands
381
382 Dots are normally moved up to avoid staff lines, except in polyphonic
383 situations.  The following commands may be used to force a particular
384 direction manually
385
386 @cindex @code{\dotsUp}
387 @code{\dotsUp},
388 @cindex @code{\dotsDown}
389 @code{\dotsDown},
390 @cindex @code{\dotsNeutral}
391 @code{\dotsNeutral}.
392
393 @seealso
394
395 Program reference: @internalsref{Dots}, and @internalsref{DotColumn}.
396
397
398 @node Tuplets
399 @subsection Tuplets
400
401 @cindex tuplets
402 @cindex triplets
403 @cindex @code{\times}
404
405 Tuplets are made out of a music expression by multiplying all durations
406 with a fraction
407
408 @example
409 \times @var{fraction} @var{musicexpr}
410 @end example
411
412 @noindent
413 The duration of @var{musicexpr} will be multiplied by the fraction.
414 The fraction's denominator will be printed over the notes, optionally
415 with a bracket.  The most common tuplet is the triplet in which 3
416 notes have the length of 2, so the notes are 2/3 of their written
417 length
418
419 @lilypond[quote,ragged-right,fragment,verbatim]
420 g'4 \times 2/3 {c'4 c' c'} d'4 d'4
421 @end lilypond
422
423 Tuplets may be nested, for example,
424
425 @lilypond[fragment,ragged-right,verbatim,relative=2]
426 \set tupletNumberFormatFunction = #fraction-tuplet-formatter
427 \times 4/6 {
428   a4 a 
429   \times 3/5 { a a a a a }
430 }
431 @end lilypond
432
433 @refcommands
434
435 @cindex @code{\tupletUp}
436 @code{\tupletUp},
437 @cindex @code{\tupletDown}
438 @code{\tupletDown},
439 @cindex @code{\tupletNeutral}
440 @code{\tupletNeutral}.
441
442
443 @commonprop
444
445 @cindex @code{tupletNumberFormatFunction}
446 @cindex tuplet formatting
447
448 The property @code{tupletSpannerDuration} specifies how long each
449 bracket should last.  With this, you can make lots of tuplets while
450 typing @code{\times} only once, thus saving lots of typing.  In the next
451 example, there are two triplets shown, while @code{\times} was only
452 used once
453
454 @lilypond[quote,fragment,relative=2,ragged-right,verbatim]
455 \set tupletSpannerDuration = #(ly:make-moment 1 4)
456 \times 2/3 { c8 c c c c c }
457 @end lilypond
458
459 @noindent
460 For more information about @code{make-moment}, see
461 @ref{Time administration}.
462
463 The format of the number is determined by the property
464 @code{tupletNumberFormatFunction}.  The default prints only the
465 denominator, but if it is set to the Scheme function
466 @code{fraction-tuplet-formatter}, @var{num}:@var{den} will be printed
467 instead.
468
469 To avoid printing tuplet numbers, use
470
471 @lilypond[quote,fragment,relative=2,ragged-right,verbatim]
472 \times 2/3 { c8 c c } \times 2/3 { c8 c c }
473 \override TupletNumber #'transparent = ##t
474 \times 2/3 { c8 c c } \times 2/3 { c8 c c }
475 @end lilypond
476
477
478 @seealso
479
480 Program reference: @internalsref{TupletBracket},
481 @internalsref{TupletNumber}, and @internalsref{TimeScaledMusic}.
482
483 Examples: @inputfileref{input/@/regression,tuplet@/-nest@/.ly}.
484
485
486
487 @node Scaling durations
488 @subsection Scaling durations
489
490 You can alter the length of duration by a fraction @var{N/M}
491 appending `@code{*}@var{N/M}' (or `@code{*}@var{N}' if @var{M=1}).  This
492 will not affect the appearance of the notes or rests produced.
493
494 In the following example, the first three notes take up exactly two
495 beats, but no triplet bracket is printed.
496 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
497 \time 2/4
498 a4*2/3 gis4*2/3 a4*2/3
499 a4 a4 a4*2
500 b16*4 c4
501 @end lilypond
502
503
504 @seealso
505
506 This manual: @ref{Tuplets}
507
508
509 @node Stems
510 @subsection Stems
511
512 Whenever a note is found, a @internalsref{Stem} object is created
513 automatically.  For whole notes and rests, they are also created but
514 made invisible.
515
516 @refcommands
517
518 @cindex @code{\stemUp}
519 @code{\stemUp},
520 @cindex @code{\stemDown}
521 @code{\stemDown},
522 @cindex @code{\stemNeutral}
523 @code{\stemNeutral}.
524
525
526 @commonprop
527
528 To change the direction of stems in the middle of the staff, use
529
530 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
531 a4 b c b
532 \override Stem #'neutral-direction = #up
533 a4 b c b
534 \override Stem #'neutral-direction = #down
535 a4 b c b
536 @end lilypond
537
538
539 @node Alternate music entry
540 @section Alternate music entry
541 @cindex Music entry
542
543 This section deals with tricks and features of the input language that
544 were added solely to help entering music and finding and correcting
545 mistakes.  There are also external tools that make debugging easier.
546 See @ref{Point and click} for more information.
547
548 It is also possible to enter and edit music using other programs, such as
549 GUI interfaces or MIDI sequencers.  Refer to the LilyPond
550 website for more information.
551
552 @menu
553 * Relative octaves::            
554 * Octave check::                
555 * Transpose::                   
556 * Bar check::                   
557 * Barnumber check::             
558 * Skipping corrected music::    
559 * Automatic note splitting::    
560 * Writing music in parallel::   
561 @end menu
562
563
564 @node Relative octaves
565 @subsection Relative octaves
566
567 @cindex Relative
568 @cindex Relative octave specification
569 @cindex @code{\relative}
570
571 Octaves are specified by adding @code{'} and @code{,} to pitch names.
572 When you copy existing music, it is easy to accidentally put a pitch
573 in the wrong octave and hard to find such an error.  The relative
574 octave mode prevents these errors by making the mistakes much
575 larger: a single error puts the rest of the piece off by one octave
576
577 @example
578 \relative @var{startpitch} @var{musicexpr}
579 @end example
580
581 @noindent
582 or
583
584 @example
585 \relative @var{musicexpr}
586 @end example
587
588 @noindent
589 @code{c'} is used as the default if no starting pitch is defined.
590
591 The octave of notes that appear in @var{musicexpr} are calculated as
592 follows: if no octave changing marks are used, the basic interval
593 between this and the last note is always taken to be a fourth or
594 less.  This distance is determined without regarding alterations; a
595 @code{fisis} following a @code{ceses} will be put above the
596 @code{ceses}.  In other words, a doubly-augmented fourth is considered
597 a smaller interval than a diminished fifth, even though the
598 doubly-augmented fourth spans seven semitones while the diminished
599 fifth only spans six semitones.
600
601 The octave changing marks @code{'} and @code{,} can be added to raise
602 or lower the pitch by an extra octave.  Upon entering relative mode,
603 an absolute starting pitch can be specified that will act as the
604 predecessor of the first note of @var{musicexpr}.  If no starting pitch
605 is specified, then middle C is used as a start.
606
607 Here is the relative mode shown in action
608 @lilypond[quote,fragment,ragged-right,verbatim]
609 \relative c'' {
610   b c d c b c bes a
611 }
612 @end lilypond
613
614 Octave changing marks are used for intervals greater than a fourth
615 @lilypond[quote,ragged-right,fragment,verbatim]
616 \relative c'' {
617   c g c f, c' a, e''
618 }
619 @end lilypond
620
621 If the preceding item is a chord, the first note of the chord is used
622 to determine the first note of the next chord
623
624 @lilypond[quote,ragged-right,fragment,verbatim]
625 \relative c' {
626   c <c e g>
627   <c' e g>
628   <c, e' g>
629 }
630 @end lilypond
631
632 The pitch after the @code{\relative} contains a note name.
633
634 The relative conversion will not affect @code{\transpose},
635 @code{\chordmode} or @code{\relative} sections in its argument.  To use
636 relative within transposed music, an additional @code{\relative} must
637 be placed inside @code{\transpose}.
638
639
640 @node Octave check
641 @subsection Octave check
642
643 @cindex Octave check
644
645 Octave checks make octave errors easier to correct: a note may be
646 followed by @code{=}@var{quotes} which indicates what its absolute
647 octave should be.  In the following example,
648
649 @example
650 \relative c'' @{ c='' b=' d,='' @}
651 @end example
652
653 @noindent
654 the @code{d} will generate a warning, because a @code{d''} is expected
655 (because @code{b'} to @code{d''} is only a third), but a @code{d'} is
656 found.  In the output, the octave is corrected to be a @code{d''} and
657 the next note is calculated relative to @code{d''} instead of @code{d'}.
658
659 There is also an octave check that produces no visible output.  The syntax
660
661 @example
662 \octave @var{pitch}
663 @end example
664
665 This checks that @var{pitch} (without quotes) yields @var{pitch} (with
666 quotes) in \relative mode.  If not, a warning is printed, and the
667 octave is corrected.  The @var{pitch} is not printed as a note.
668
669 In the example below, the first check passes without incident, since
670 the @code{e} (in relative mode) is within a fifth of @code{a'}.  However,
671 the second check produces a warning, since the @code{e} is not within
672 a fifth of @code{b'}.  The warning message is printed, and the octave
673 is adjusted so that the following notes are in the correct octave
674 once again.
675
676 @example
677 \relative c' @{
678   e
679   \octave a'
680   \octave b'
681 @}
682 @end example
683
684
685 The octave of a note following an octave check is determined with
686 respect to the note preceding it.  In the next fragment, the last note
687 is an @code{a'}, above middle C.  That means that the @code{\octave}
688 check passes successfully, so the check could be deleted without changing
689 the output of the piece.
690
691 @lilypond[quote,ragged-right,verbatim,fragment]
692 \relative c' {
693   e
694   \octave b
695   a
696 }
697 @end lilypond
698
699
700 @node Transpose
701 @subsection Transpose
702
703 @cindex Transpose
704 @cindex transposition of pitches
705 @cindex @code{\transpose}
706
707 A music expression can be transposed with @code{\transpose}.  The
708 syntax is
709 @example
710 \transpose @var{from} @var{to} @var{musicexpr}
711 @end example
712
713 This means that @var{musicexpr} is transposed by the interval between
714 the pitches @var{from} and @var{to}: any note with pitch @code{from}
715 is changed to @code{to}.
716
717 For example, consider a piece written in the key of D-major.  If
718 this piece is a little too low for its performer, it can be
719 transposed up to E-major with
720 @example
721 \transpose d e @dots{}
722 @end example
723
724 Consider a part written for violin (a C instrument).  If
725 this part is to be played on the A clarinet (for which an
726 A is notated as a C, and which sounds a minor third lower
727 than notated), the following
728 transposition will produce the appropriate part
729
730 @example
731 \transpose a c @dots{}
732 @end example
733
734 @code{\transpose} distinguishes between enharmonic pitches: both
735 @code{\transpose c cis} or @code{\transpose c des} will transpose up
736 half a tone.  The first version will print sharps and the second
737 version will print flats
738
739 @lilypond[quote,ragged-right,verbatim]
740 mus = { \key d \major cis d fis g }
741 \new Staff {
742   \clef "F" \mus
743   \clef "G"
744   \transpose c g' \mus
745   \transpose c f' \mus
746 }
747 @end lilypond
748
749 @code{\transpose} may also be used to input written notes for a
750 transposing instrument.  Pitches are normally entered into LilyPond
751 in C (or ``concert pitch''), but they may be entered in another
752 key.  For example, when entering music for a B-flat trumpet which
753 begins on concert D, one would write
754
755 @example
756 \transpose c bes @{ e4 @dots{} @}
757 @end example
758
759 To print this music in B-flat again (i.e. producing a trumpet part,
760 instead of a concert pitch conductor's score) you would wrap the
761 existing music with another @code{transpose}
762
763 @example
764 \transpose bes c @{ \transpose c bes @{ e4 @dots{} @} @}
765 @end example
766
767
768 @seealso
769
770 Program reference: @internalsref{TransposedMusic}.
771
772
773 @refbugs
774
775 If you want to use both @code{\transpose} and @code{\relative},
776 you must put @code{\transpose} outside of @code{\relative}, since
777 @code{\relative} will have no effect music that appears inside a
778 @code{\transpose}.
779
780
781 @node Bar check
782 @subsection Bar check
783
784 @cindex Bar check
785 @cindex @code{barCheckSynchronize}
786 @cindex @code{|}
787
788 Bar checks help detect errors in the durations.  A bar check is
789 entered using the bar symbol, `@code{|}'.  Whenever it is encountered
790 during interpretation, it should fall on a measure boundary.  If it
791 does not, a warning is printed.  In the next example, the second bar
792 check will signal an error
793 @example
794 \time 3/4 c2 e4 | g2 |
795 @end example
796
797 Bar checks can also be used in lyrics, for example
798
799 @example
800 \lyricmode @{
801   \time 2/4
802   Twin -- kle | Twin -- kle
803 @}
804 @end example
805
806 Failed bar checks are caused by entering incorrect
807 durations.  Incorrect durations often completely garble up the score,
808 especially if the score is polyphonic, so a good place to start correcting
809 input is by scanning for failed bar checks and incorrect durations.
810
811 @cindex @code{|}
812 @cindex @code{pipeSymbol}
813
814 It is also possible to redefine the meaning of @code{|}.  This is done
815 by assigning a music expression to @code{pipeSymbol},
816
817 @lilypond[quote,ragged-right,verbatim]
818 pipeSymbol = \bar "||"
819
820 { c'2 c' | c'2 c' }
821 @end lilypond
822
823
824 @node Barnumber check
825 @subsection Barnumber check
826
827 When copying large pieces of music, it can be helpful to check that
828 the LilyPond bar number corresponds to the original that you are
829 entering from.  This can be checked with @code{\barNumberCheck}, for
830 example, 
831
832 @verbatim
833 \barNumberCheck #123
834 @end verbatim
835
836 @noindent
837 will print a warning if the @code{currentBarNumber} is not 123 when it
838 is processed.
839
840
841 @node Skipping corrected music
842 @subsection Skipping corrected music
843
844
845 @cindex @code{skipTypesetting}
846 @cindex @code{showLastLength}
847
848 When entering or copying music, usually only the music near the end (where you
849 are adding notes) is interesting to view and correct.  To speed up
850 this correction process, it is possible to skip typesetting of all but
851 the last few measures. This is achieved by putting
852
853 @verbatim
854 showLastLength = R1*5
855 \score { ... }
856 @end verbatim
857
858 @noindent
859 in your source file. This will render only the last 5 measures
860 (assuming 4/4 time signature) of every @code{\score} in the input
861 file. For longer pieces, rendering only a small part is often an order
862 of magnitude quicker than rendering it completely
863
864 Skipping parts of a score can be controlled in a more fine-grained
865 fashion with the property @code{Score.skipTypesetting}.  When it is
866 set, no typesetting is performed at all.
867
868 This property is also used to control output to the MIDI file. Note that
869 it skips all events, including tempo and instrument changes. You have
870 been warned.
871
872 @lilypond[quote,fragment,ragged-right,verbatim]
873 \relative c'' {
874   c8 d
875   \set Score.skipTypesetting = ##t
876   e e e e e e e e
877   \set Score.skipTypesetting = ##f
878   c d b bes a g c2 }
879 @end lilypond
880
881 In polyphonic music, @code{Score.skipTypesetting} will affect all
882 voices and staves, saving even more time.
883
884
885 @node Automatic note splitting
886 @subsection Automatic note splitting
887
888 Long notes can be converted automatically to tied notes.  This is done
889 by replacing the @internalsref{Note_heads_engraver} by the
890 @internalsref{Completion_heads_engraver}.
891 In the following examples, notes crossing the bar line are split and tied.
892
893 @lilypond[quote,fragment,verbatim,relative=1,line-width=12\cm]
894 \new Voice \with {
895   \remove "Note_heads_engraver"
896   \consists "Completion_heads_engraver"
897 } {
898   c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2
899 }
900 @end lilypond
901
902 This engraver splits all running notes at the bar line, and inserts
903 ties.  One of its uses is to debug complex scores: if the measures are
904 not entirely filled, then the ties exactly show how much each measure
905 is off.
906
907
908 @refbugs
909
910 Not all durations (especially those containing tuplets) can be
911 represented exactly with normal notes and dots, but the engraver will
912 not insert tuplets.
913
914 @code{Completion_heads_engraver} only affects notes; it does not split
915 rests.
916
917
918 @seealso
919
920 Examples: @inputfileref{input/@/regression,completion@/-heads@/.ly}.
921
922 @noindent
923
924 Program reference: @internalsref{Completion_heads_engraver}.
925
926
927 @node Writing music in parallel
928 @subsection Writing music in parallel
929 @cindex Writing music in parallel
930 @cindex Interleaved music
931
932 Music for multiple parts can be interleaved
933
934 @lilypond[quote,fragment,verbatim]
935 \parallelMusic #'(voiceA voiceB) {
936   r8     g'16[ c''] e''[ g' c'' e''] r8     g'16[ c''] e''[ g' c'' e''] |
937   c'2                                c'2                                |
938   r8     a'16[ d''] f''[ a' d'' f''] r8     a'16[ d''] f''[ a' d'' f''] |
939   c'2                                c'2                                |
940 }
941 \new StaffGroup <<
942   \new Staff \new Voice \voiceA
943   \new Staff \new Voice \voiceB
944 >>
945 @end lilypond
946
947
948 @node Staff notation
949 @section Staff notation
950
951 @cindex Staff notation
952
953 This section describes music notation that occurs on staff level,
954 such as key signatures, clefs and time signatures.
955
956 @menu
957 * Clef::                        
958 * Key signature::               
959 * Time signature::              
960 * Partial measures::            
961 * Bar lines::                   
962 * Unmetered music::             
963 * System start delimiters::     
964 * Staff symbol::                
965 @end menu
966
967
968 @node Clef
969 @subsection Clef
970
971 @cindex @code{\clef}
972
973 The clef indicates which lines of the staff correspond to which
974 pitches.  The clef is set with the @code{\clef} command
975
976 @lilypond[quote,ragged-right,fragment,verbatim]
977 { c''2 \clef alto g'2 }
978 @end lilypond
979
980 @cindex treble clef
981 @cindex violin clef
982 @cindex alto clef
983 @cindex tenor clef
984 @cindex bass clef
985 @cindex french clef
986 @cindex soprano clef
987 @cindex mezzosoprano clef
988 @cindex baritone clef
989 @cindex varbaritone clef
990 @cindex subbass clef
991
992 Supported clefs include
993 @table @code
994 @item treble, violin, G, G2
995  G clef on 2nd line
996 @item alto, C
997  C clef on 3rd line
998 @item tenor
999  C clef on 4th line.
1000 @item bass, F
1001  F clef on 4th line
1002 @item french
1003  G clef on 1st line, so-called French violin clef
1004 @item soprano
1005  C clef on 1st line
1006 @item mezzosoprano
1007  C clef on 2nd line
1008 @item baritone
1009  C clef on 5th line
1010 @item varbaritone
1011  F clef on 3rd line
1012 @item subbass
1013  F clef on 5th line
1014 @item percussion
1015  percussion clef
1016 @item tab
1017  tablature clef
1018 @end table
1019
1020 By adding @code{_8} or @code{^8} to the clef name, the clef is
1021 transposed one octave down or up, respectively, and @code{_15} and
1022 @code{^15} transposes by two octaves.  The argument @var{clefname}
1023 must be enclosed in quotes when it contains underscores or digits.  For
1024 example,
1025
1026 @cindex choral tenor clef
1027 @lilypond[quote,ragged-right,verbatim,fragment,relative=1]
1028 \clef "G_8" c4
1029 @end lilypond
1030
1031
1032 @commonprop
1033
1034 The command @code{\clef "treble_8"} is equivalent to setting @code{clefGlyph},
1035 @code{clefPosition} (which controls the Y position of the clef),
1036 @code{middleCPosition} and @code{clefOctavation}.  A clef is printed
1037 when any of these properties are changed.  The following example shows
1038 possibilities when setting properties manually.
1039
1040 @lilypond[quote,ragged-right,verbatim]
1041 {
1042   \set Staff.clefGlyph = #"clefs.F"
1043   \set Staff.clefPosition = #2
1044   c'4
1045   \set Staff.clefGlyph = #"clefs.G"
1046   c'4
1047   \set Staff.clefGlyph = #"clefs.C"
1048   c'4
1049   \set Staff.clefOctavation = #7
1050   c'4
1051   \set Staff.clefOctavation = #0
1052   \set Staff.clefPosition = #0
1053   c'4
1054   \clef "bass"
1055   c'4
1056   \set Staff.middleCPosition = #4
1057   c'4
1058 }
1059 @end lilypond
1060
1061
1062 @seealso
1063
1064 Program reference: @internalsref{Clef}.
1065
1066
1067 @node Key signature
1068 @subsection Key signature
1069
1070 @cindex Key signature
1071 @cindex @code{\key}
1072
1073 The key signature indicates the tonality in which a piece is played.  It
1074 is denoted by a set of alterations (flats or sharps) at the start of the
1075 staff.
1076
1077 Setting or changing the key signature is done with the @code{\key}
1078 command
1079
1080 @example
1081 @code{\key} @var{pitch} @var{type}
1082 @end example
1083
1084 @cindex @code{\minor}
1085 @cindex @code{\major}
1086 @cindex @code{\minor}
1087 @cindex @code{\ionian}
1088 @cindex @code{\locrian}
1089 @cindex @code{\aeolian}
1090 @cindex @code{\mixolydian}
1091 @cindex @code{\lydian}
1092 @cindex @code{\phrygian}
1093 @cindex @code{\dorian}
1094 @cindex church modes
1095
1096 Here, @var{type} should be @code{\major} or @code{\minor} to get
1097 @var{pitch}-major or @var{pitch}-minor, respectively.  You may also
1098 use the standard mode names (also called ``church modes''): @code{\ionian},
1099 @code{\locrian}, @code{\aeolian}, @code{\mixolydian}, @code{\lydian},
1100 @code{\phrygian}, and @code{\dorian}.
1101
1102 This command sets the context property
1103 @code{Staff.keySignature}.  Non-standard key signatures
1104 can be specified by setting this property directly.
1105
1106 Accidentals and key signatures often confuse new users, because
1107 unaltered notes get natural signs depending on the key signature.  For
1108 more information, see @ref{More about pitches}.
1109
1110
1111 @commonprop
1112
1113 A natural sign is printed to cancel any previous accidentals.  This
1114 can be suppressed by setting the @code{Staff.printKeyCancellation}
1115 property.
1116
1117 @lilypond[quote,fragment,ragged-right,fragment,verbatim,relative=2]
1118 \key d \major
1119 a b cis d
1120 \key g \minor
1121 a bes c d
1122 \set Staff.printKeyCancellation = ##f
1123 \key d \major
1124 a b cis d
1125 \key g \minor
1126 a bes c d
1127 @end lilypond
1128
1129
1130 @seealso
1131
1132 Program reference: @internalsref{KeyCancellation}, @internalsref{KeySignature}.
1133
1134
1135 @node Time signature
1136 @subsection Time signature
1137
1138 @cindex Time signature
1139 @cindex meter
1140 @cindex @code{\time}
1141
1142 Time signature indicates the metrum of a piece: a regular pattern of
1143 strong and weak beats.  It is denoted by a fraction at the start of the
1144 staff.
1145
1146 The time signature is set with the @code{\time} command
1147
1148 @lilypond[quote,ragged-right,fragment,verbatim]
1149 \time 2/4 c'2 \time 3/4 c'2.
1150 @end lilypond
1151
1152 @commonprop
1153
1154 The symbol that is printed can be customized with the @code{style}
1155 property.  Setting it to @code{#'()} uses fraction style for 4/4 and
1156 2/2 time,
1157
1158 @lilypond[fragment,quote,ragged-right,verbatim]
1159 \time 4/4 c'1
1160 \time 2/2 c'1
1161 \override Staff.TimeSignature #'style = #'()
1162 \time 4/4 c'1
1163 \time 2/2 c'1
1164 @end lilypond
1165
1166 There are many more options for its layout.  See @ref{Ancient time
1167 signatures} for more examples.
1168
1169 @code{\time} sets the property @code{timeSignatureFraction},
1170 @code{beatLength} and @code{measureLength} in the @code{Timing}
1171 context, which is normally aliased to @internalsref{Score}.  The
1172 property @code{measureLength} determines where bar lines should be
1173 inserted, and how automatic beams should be generated.  Changing the
1174 value of @code{timeSignatureFraction} also causes the symbol to be
1175 printed.
1176
1177 More options are available through the Scheme function
1178 @code{set-time-signature}.  In combination with the
1179 @internalsref{Measure_grouping_engraver}, it will create
1180 @internalsref{MeasureGrouping} signs.  Such signs ease reading
1181 rhythmically complex modern music.  In the following example, the 9/8
1182 measure is subdivided in 2, 2, 2 and 3.  This is passed to
1183 @code{set-time-signature} as the third argument @code{(2 2 2 3)}
1184
1185 @lilypond[quote,ragged-right,verbatim]
1186 \score {
1187   \relative c'' {
1188     #(set-time-signature 9 8 '(2 2 2 3))
1189     g8[ g] d[ d] g[ g] a8[( bes g]) |
1190     #(set-time-signature 5 8 '(3 2))
1191     a4. g4
1192   }
1193   \layout {
1194     \context {
1195       \Staff
1196       \consists "Measure_grouping_engraver"
1197     }
1198   }
1199 }
1200 @end lilypond
1201
1202 @seealso
1203
1204 Program reference: @internalsref{TimeSignature}, and @internalsref{Timing_translator}.
1205
1206
1207 @refbugs
1208
1209 Automatic beaming does not use the measure grouping specified with
1210 @code{set-time-signature}.
1211
1212
1213 @node Partial measures
1214 @subsection Partial measures
1215
1216 @cindex anacrusis
1217 @cindex upbeat
1218 @cindex partial measure
1219 @cindex measure, partial
1220 @cindex shorten measures
1221 @cindex @code{\partial}
1222
1223 Partial measures, such as an anacrusis or upbeat, are entered using the
1224
1225 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
1226 \partial 16*5 c16 cis d dis e | a2. c,4 | b2
1227 @end lilypond
1228
1229 The syntax for this command is
1230
1231 @example
1232 \partial @var{duration}
1233 @end example
1234
1235 This is internally translated into
1236
1237 @example
1238 \set Timing.measurePosition = -@var{length of duration}
1239 @end example
1240
1241 The property @code{measurePosition} contains a rational number
1242 indicating how much of the measure has passed at this point.
1243
1244
1245 @refbugs
1246
1247 This command does not take into account grace notes at the start of
1248 the music.  When a piece starts with graces notes in the pickup, then
1249 the @code{\partial} should follow the grace notes
1250
1251 @lilypond[verbatim,quote,ragged-right,relative,fragment]
1252 \grace f16
1253 \partial 4
1254 g4
1255 a2 g2
1256 @end lilypond
1257
1258
1259 @node Bar lines
1260 @subsection Bar lines
1261
1262 @cindex Bar lines
1263 @cindex @code{\bar}
1264 @cindex measure lines
1265 @cindex repeat bars
1266
1267 Bar lines delimit measures, but are also used to indicate
1268 repeats.  Normally they are inserted automatically.  Line
1269 breaks may only happen on bar lines.
1270
1271 Special types of bar lines can be forced with the @code{\bar} command
1272
1273 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1274 c4 \bar "|:" c4
1275 @end lilypond
1276
1277 The following bar types are available
1278
1279 @lilypondfile[ragged-right,quote]{bar-lines.ly}
1280
1281 To allow a line break where there is no visible bar line, use
1282
1283 @example
1284 \bar ""
1285 @end example
1286
1287 @noindent
1288 This will insert an invisible bar line and allow line breaks at this
1289 point.
1290
1291 In scores with many staves, a @code{\bar} command in one staff is
1292 automatically applied to all staves.  The resulting bar lines are
1293 connected between different staves of a StaffGroup
1294
1295 @lilypond[quote,ragged-right,fragment,verbatim]
1296 <<
1297   \new StaffGroup <<
1298     \new Staff {
1299       e'4 d'
1300       \bar "||"
1301       f' e'
1302     }
1303     \new Staff { \clef bass c4 g e g }
1304   >>
1305   \new Staff { \clef bass c2 c2 }
1306 >>
1307 @end lilypond
1308
1309
1310 @commonprop
1311
1312 @cindex @code{whichBar}
1313 @cindex @code{repeatCommands}
1314 @cindex @code{defaultBarType}
1315
1316 The command @code{\bar }@var{bartype} is a short cut for doing
1317 @code{\set Timing.whichBar = }@var{bartype}.  Whenever @code{whichBar}
1318 is set to a string, a bar line of that type is created.
1319
1320 A bar line is created whenever the @code{whichBar} property is set.
1321 At the start of a measure it is set to the contents of
1322 @code{Timing.defaultBarType}.  The contents of @code{repeatCommands} are used
1323 to override default measure bars.
1324
1325 You are encouraged to use @code{\repeat} for repetitions.  See
1326 @ref{Repeats}.
1327
1328
1329 @seealso
1330
1331 In this manual: @ref{Repeats}, @ref{System start delimiters}.
1332
1333 Program reference: @internalsref{BarLine} (created at
1334 @internalsref{Staff} level), @internalsref{SpanBar} (across staves).
1335
1336 Examples: @inputfileref{input/@/test,bar@/-lines@/.ly},
1337
1338
1339 @node Unmetered music
1340 @subsection Unmetered music
1341
1342 @cindex cadenza
1343 @cindex @code{\cadenzaOn}
1344 @cindex @code{\cadenzaOff}
1345
1346 Bar lines and bar numbers are calculated automatically.  For unmetered
1347 music (cadenzas, for example), this is not desirable.  To turn off
1348 automatic bar lines and bar numbers, use the commands @code{\cadenzaOn}
1349 and @code{\cadenzaOff}.
1350
1351 @lilypond[verbatim,quote,ragged-right,relative=2,fragment]
1352 c4 d e d
1353 \cadenzaOn
1354 c4 c d8 d d f4 g4.
1355 \cadenzaOff
1356 \bar "|"
1357 d4 e d c
1358 @end lilypond
1359
1360
1361 @refbugs
1362
1363 LilyPond will only insert page breaks at a barline.  Unless the unmetered
1364 music ends before the end of the staff line, you will need to insert
1365 invisible bar lines
1366
1367 @example
1368 \bar ""
1369 @end example
1370
1371 @noindent
1372 to indicate where line breaks can occur.
1373
1374
1375 @node System start delimiters
1376 @subsection System start delimiters
1377
1378 @cindex start of system
1379 @cindex Staff, multiple
1380 @cindex bracket, vertical
1381 @cindex brace, vertical
1382 @cindex grand staff
1383 @cindex staff group
1384 @cindex staff, choir
1385
1386 Many scores consist of more than one staff.  These staves can be
1387 joined in four different ways
1388
1389 @itemize @bullet
1390 @item The group is started with a brace at the left, and bar lines are
1391 connected.  This is done with the @internalsref{GrandStaff} context.
1392
1393 @lilypond[verbatim,ragged-right,quote]
1394 \new GrandStaff
1395 \relative <<
1396   \new Staff { c1 c }
1397   \new Staff { c c }
1398 >>
1399 @end lilypond
1400
1401 @item The group is started with a bracket, and bar lines are connected.
1402 This is done with the
1403 @internalsref{StaffGroup} context
1404
1405 @lilypond[verbatim,ragged-right,quote]
1406 \new StaffGroup
1407 \relative <<
1408   \new Staff { c1 c }
1409   \new Staff { c c }
1410 >>
1411 @end lilypond
1412
1413 @item The group is started with a bracket, but bar lines are not
1414 connected.  This is done with the @internalsref{ChoirStaff} context.
1415
1416 @lilypond[verbatim,ragged-right,quote]
1417 \new ChoirStaff
1418 \relative <<
1419   \new Staff { c1 c }
1420   \new Staff { c c }
1421 >>
1422 @end lilypond
1423
1424 @item The group is started with a vertical line.  Bar lines are not
1425 connected.  This is the default for the score.
1426
1427 @lilypond[verbatim,ragged-right,quote]
1428 \relative <<
1429   \new Staff { c1 c }
1430   \new Staff { c c }
1431 >>
1432 @end lilypond
1433 @end itemize
1434
1435
1436 @seealso
1437
1438 The bar lines at the start of each system are
1439 @internalsref{SystemStartBar}, @internalsref{SystemStartBrace}, and
1440 @internalsref{SystemStartBracket}.  Only one of these types is created
1441 in every context, and that type is determined by the property
1442 @code{systemStartDelimiter}.
1443
1444
1445 @node Staff symbol
1446 @subsection Staff symbol
1447
1448 @cindex adjusting staff symbol
1449
1450 Notes, dynamic signs, etc., are grouped
1451 with a set of horizontal lines, called a staff (plural `staves').  In
1452 LilyPond, these lines are drawn using a separate layout object called
1453 staff symbol.
1454
1455 The staff symbol may be tuned in the number, thickness and distance
1456 of lines, using properties.  This is demonstrated in the example files
1457 @inputfileref{input/@/test,staff@/-lines@/.ly},
1458 @inputfileref{input/@/test,staff@/-size@/.ly}.
1459
1460 In addition, staves may be started and stopped at will. This is done
1461 with @code{\startStaff} and @code{\stopStaff}.
1462
1463 @lilypond[verbatim,relative=2,fragment]
1464 b4 b
1465 \override Staff.StaffSymbol #'line-count = 2
1466 \stopStaff \startStaff
1467 b b
1468 \revert Staff.StaffSymbol #'line-count
1469 \stopStaff \startStaff
1470 b b  
1471 @end lilypond
1472
1473 In combination with Frenched staves, this may be used to typeset ossia
1474 sections. An example is in @inputfileref{input/@/test@/,ossia.ly},
1475 shown here
1476
1477 @cindex ossia
1478
1479 @lilypondfile{ossia.ly}
1480
1481 @cindex staff lines, setting number of
1482 @cindex staff lines, setting thickness of
1483 @cindex thickness of staff lines, setting
1484 @cindex number of staff lines, setting
1485
1486 @seealso
1487
1488 Program reference: @internalsref{StaffSymbol}.
1489
1490 Examples: @inputfileref{input/@/test,staff@/-lines@/.ly},
1491 @inputfileref{input/@/test@/,ossia.ly},
1492 @inputfileref{input/@/test,staff@/-size@/.ly}.
1493
1494
1495
1496 @node Connecting notes
1497 @section Connecting notes
1498
1499 This section deals with notation that affects groups of notes.
1500
1501 @menu
1502 * Ties::                        
1503 * Slurs::                       
1504 * Phrasing slurs::              
1505 * Laissez vibrer ties::         
1506 * Automatic beams::             
1507 * Manual beams::                
1508 * Grace notes::                 
1509 @end menu
1510
1511
1512 @node Ties
1513 @subsection Ties
1514
1515 @cindex tie
1516 @cindex @code{~}
1517
1518 A tie connects two adjacent note heads of the same pitch.  The tie in
1519 effect extends the length of a note.  Ties should not be confused with
1520 slurs, which indicate articulation, or phrasing slurs, which indicate
1521 musical phrasing.  A tie is entered using the tilde symbol `@code{~}'
1522
1523 @lilypond[quote,ragged-right,fragment,verbatim]
1524 e' ~ e' <c' e' g'> ~ <c' e' g'>
1525 @end lilypond
1526
1527 When a tie is applied to a chord, all note heads whose pitches match
1528 are connected.  When no note heads match, no ties will be created.
1529
1530 A tie is just a way of extending a note duration, similar to the
1531 augmentation dot.  The following example shows two ways of notating
1532 exactly the same concept
1533
1534 @lilypond[quote,fragment,ragged-right]
1535 \time 3/4 c'2. c'2 ~ c'4
1536 @end lilypond
1537
1538 @noindent
1539 Ties are used either when the note crosses a bar line, or when dots
1540 cannot be used to denote the rhythm.  When using ties, larger note
1541 values should be aligned to subdivisions of the measure, such as
1542
1543 @lilypond[fragment,quote,ragged-right]
1544 \relative {
1545   r8 c8 ~ c2 r4 | r8^"not" c2 ~ c8 r4
1546 }
1547 @end lilypond
1548
1549 If you need to tie a lot of notes over bars, it may be easier to use
1550 automatic note splitting (see @ref{Automatic note splitting}).  This
1551 mechanism automatically splits long notes, and ties them across bar
1552 lines.
1553
1554 When a second alternative of a repeat starts with a tied note, you
1555 have to repeat the tie. This can be achieved with @code{\repeatTie},
1556
1557 @lilypond[fragment,quote,ragged-right,relative=2]
1558 r <c e g>\repeatTie
1559 @end lilypond
1560
1561 @cindex repeating ties
1562 @cindex volta brackets and ties
1563
1564 @commonprop
1565
1566 Ties are sometimes used to write out arpeggios.  In this case, two tied
1567 notes need not be consecutive.  This can be achieved by setting the
1568 @code{tieWaitForNote} property to true. The same feature is also useful,
1569 for example, to tie a tremolo to a chord. For example,
1570
1571 @lilypond[fragment,verbatim,relative=1,ragged-right]
1572 \set tieWaitForNote = ##t
1573 \grace { c16[~ e~ g]~ } <c, e g>2   
1574 \repeat "tremolo" 8 { c32~ c'~ } <c c,>1
1575 @end lilypond
1576
1577
1578 @refcommands
1579
1580
1581 @cindex @code{\tieUp}
1582 @code{\tieUp},
1583 @cindex @code{\tieDown}
1584 @code{\tieDown},
1585 @cindex @code{\tieNeutral}
1586 @code{\tieNeutral},
1587 @cindex @code{\tieDotted}
1588 @code{\tieDotted},
1589 @cindex @code{\tieDashed}
1590 @code{\tieDashed},
1591 @cindex @code{\tieSolid}
1592 @code{\tieSolid}.
1593
1594
1595 @seealso
1596
1597 In this manual: @ref{Automatic note splitting}.
1598
1599 Program reference: @internalsref{Tie}.
1600
1601 Examples:
1602 @inputfileref{input/@/regression,tie-arpeggio.ly}
1603 @inputfileref{input/@/regression,tie-manual.ly}
1604
1605
1606
1607
1608 @refbugs
1609
1610 Switching staves when a tie is active will not produce a slanted tie.
1611
1612
1613 @node Slurs
1614 @subsection Slurs
1615
1616 @cindex Slurs
1617
1618 A slur indicates that notes are to be played bound or
1619 @emph{legato}.  They are entered using parentheses
1620
1621 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1622 f( g a) a8 b( a4 g2 f4)
1623 <c e>2( <b d>2)
1624 @end lilypond
1625
1626 The direction of a slur can be specified with
1627 @code{\slur@emph{DIR}}, where @code{@emph{DIR}} is
1628 either @code{Up}, @code{Down}, or @code{Neutral} (automatically
1629 selected).
1630
1631 However, there is a convenient shorthand for forcing slur
1632 directions.  By adding @code{_} or @code{^} before the opening
1633 parentheses, the direction is also set.  For example,
1634
1635 @lilypond[relative=2,ragged-right,quote,verbatim,fragment]
1636 c4_( c) c^( c)
1637 @end lilypond
1638
1639 Only one slur can be printed at once.  If you need to print a long
1640 slur over a few small slurs, please see @ref{Phrasing slurs}.
1641
1642
1643 @commonprop
1644
1645 Some composers write two slurs when they want legato chords.  This can
1646 be achieved in LilyPond by setting @code{doubleSlurs},
1647
1648 @lilypond[verbatim,ragged-right,relative,fragment,quote]
1649 \set doubleSlurs = ##t
1650 <c e>4 ( <d f> <c e> <d f> )
1651 @end lilypond
1652
1653
1654 @refcommands
1655
1656 @cindex @code{\slurUp}
1657 @code{\slurUp},
1658 @cindex @code{\slurDown}
1659 @code{\slurDown},
1660 @cindex @code{\slurNeutral}
1661 @code{\slurNeutral},
1662 @cindex @code{\slurDashed}
1663 @code{\slurDashed},
1664 @cindex @code{\slurDotted}
1665 @code{\slurDotted},
1666 @cindex @code{\slurSolid}
1667 @code{\slurSolid}.
1668
1669 @seealso
1670
1671 Program reference: @seeinternals{Slur}.
1672
1673
1674 @node Phrasing slurs
1675 @subsection Phrasing slurs
1676
1677 @cindex phrasing slurs
1678 @cindex phrasing marks
1679
1680 A phrasing slur (or phrasing mark) connects notes and is used to
1681 indicate a musical sentence.  It is written using @code{\(} and @code{\)}
1682 respectively
1683
1684 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
1685 \time 6/4 c'\( d( e) f( e) d\)
1686 @end lilypond
1687
1688 Typographically, the phrasing slur behaves almost exactly like a
1689 normal slur.  However, they are treated as different objects.  A
1690 @code{\slurUp} will have no effect on a phrasing slur; instead, use
1691 @code{\phrasingSlurUp}, @code{\phrasingSlurDown}, and
1692 @code{\phrasingSlurNeutral}.
1693
1694 You cannot have simultaneous phrasing slurs.
1695
1696
1697 @refcommands
1698
1699 @cindex @code{\phrasingSlurUp}
1700 @code{\phrasingSlurUp},
1701 @cindex @code{\phrasingSlurDown}
1702 @code{\phrasingSlurDown},
1703 @cindex @code{\phrasingSlurNeutral}
1704 @code{\phrasingSlurNeutral}.
1705
1706
1707 @seealso
1708
1709 Program reference: @internalsref{PhrasingSlur}.
1710
1711
1712 @node Laissez vibrer ties
1713 @subsection Laissez vibrer ties
1714 @cindex Laissez vibrer
1715 @cindex Ties, laissez vibrer
1716
1717 L.v. ties (laissez vibrer) indicate that notes must not be damped at the
1718 end. It is used in notation for piano, harp and other string and
1719 percussion instruments. They can be entered using @code{\laissezVibrer},
1720
1721 @lilypond[fragment,ragged-right,verbatim,relative=1]
1722 <c f g>\laissezVibrer 
1723 @end lilypond
1724
1725 @seealso
1726
1727 Program reference: 
1728 @internalsref{LaissezVibrerTie}
1729 @internalsref{LaissezVibrerTieColumn}
1730
1731 Example files:
1732 @inputfileref{input/regression,laissez-vibrer-tie.ly}
1733
1734
1735 @node Automatic beams
1736 @subsection Automatic beams
1737
1738 LilyPond inserts beams automatically
1739
1740 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
1741 \time 2/4 c8 c c c \time 6/8 c c c c8. c16 c8
1742 @end lilypond
1743
1744 When these automatic decisions are not good enough, beaming can be
1745 entered explicitly.  It is also possible to define beaming patterns
1746 that differ from the defaults.  See @ref{Setting automatic beam behavior}
1747 for details.
1748
1749 Individual notes may be marked with @code{\noBeam} to prevent them
1750 from being beamed
1751
1752 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
1753 \time 2/4 c8 c\noBeam c c
1754 @end lilypond
1755
1756
1757 @seealso
1758
1759 Program reference: @internalsref{Beam}.
1760
1761
1762 @node Manual beams
1763 @subsection Manual beams
1764
1765 @cindex beams, manual
1766 @cindex @code{]}
1767 @cindex @code{[}
1768
1769 In some cases it may be necessary to override the automatic beaming
1770 algorithm.  For example, the autobeamer will not put beams over rests
1771 or bar lines.  Such beams are specified manually by marking the begin
1772 and end point with @code{[} and @code{]}
1773
1774 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
1775 {
1776   r4 r8[ g' a r8] r8 g[ | a] r8
1777 }
1778 @end lilypond
1779
1780
1781 @commonprop
1782
1783 @cindex @code{stemLeftBeamCount}
1784 @cindex @code{stemRightBeamCount}
1785
1786 Normally, beaming patterns within a beam are determined automatically.
1787 If necessary, the properties @code{stemLeftBeamCount} and
1788 @code{stemRightBeamCount} can be used to override the defaults.  If
1789 either property is set, its value will be used only once, and then it
1790 is erased
1791
1792 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
1793 {
1794    f8[ r16
1795       f g a]
1796    f8[ r16
1797    \set stemLeftBeamCount = #1
1798       f g a]
1799 }
1800 @end lilypond
1801
1802 The property @code{subdivideBeams} can be set in order to subdivide
1803 all 16th or shorter beams at beat positions, as defined by the
1804 @code{beatLength} property.
1805
1806 @lilypond[fragment,quote,relative=2,verbatim]
1807 c16[ c c c c c c c]
1808 \set subdivideBeams = ##t
1809 c16[ c c c c c c c]
1810 \set Score.beatLength = #(ly:make-moment 1 8)
1811 c16[ c c c c c c c]
1812 @end lilypond
1813 @cindex @code{subdivideBeams}
1814
1815 @noindent
1816 For more information about @code{make-moment}, see
1817 @ref{Time administration}.
1818
1819 Line breaks are normally forbidden when beams cross bar lines.  This
1820 behavior can be changed by setting @code{allowBeamBreak}.
1821
1822 @cindex @code{allowBeamBreak}
1823 @cindex beams and line breaks
1824 @cindex beams, kneed
1825 @cindex kneed beams
1826 @cindex auto-knee-gap
1827
1828
1829 @refbugs
1830
1831 Kneed beams are inserted automatically when a large gap is detected
1832 between the note heads.  This behavior can be tuned through the object.
1833
1834 Automatically kneed cross-staff beams cannot be used together with
1835 hidden staves.  See @ref{Hiding staves}.
1836
1837 Beams do not avoid collisions with symbols around the notes, such as
1838 texts and accidentals.
1839
1840
1841 @node Grace notes
1842 @subsection Grace notes
1843
1844 @cindex @code{\grace}
1845 @cindex ornaments
1846 @cindex grace notes
1847 @cindex appoggiatura
1848 @cindex acciaccatura
1849
1850 Grace notes are ornaments that are written out.  The most common ones
1851 are acciaccatura, which should be played as very short.  It is denoted
1852 by a slurred small note with a slashed stem.  The appoggiatura is a
1853 grace note that takes a fixed fraction of the main note, and is
1854 denoted as a slurred note in small print without a slash.  They
1855 are entered with the commands @code{\acciaccatura} and
1856 @code{\appoggiatura}, as demonstrated in the following example
1857
1858 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
1859 b4 \acciaccatura d8 c4 \appoggiatura e8 d4
1860 \acciaccatura { g16[ f] } e4
1861 @end lilypond
1862
1863 Both are special forms of the @code{\grace} command.  By prefixing this
1864 keyword to a music expression, a new one is formed, which will be
1865 printed in a smaller font and takes up no logical time in a measure.
1866
1867 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
1868 c4 \grace c16 c4
1869 \grace { c16[ d16] } c2 c4
1870 @end lilypond
1871
1872 @noindent
1873 Unlike @code{\acciaccatura} and @code{\appoggiatura}, the
1874 @code{\grace} command does not start a slur.
1875
1876 Internally, timing for grace notes is done using a second, `grace'
1877 timing.  Every point in time consists of two rational numbers: one
1878 denotes the logical time, one denotes the grace timing.  The above
1879 example is shown here with timing tuples
1880
1881 @lilypond[quote,ragged-right]
1882 <<
1883   \relative c''{
1884     c4 \grace c16 c4 \grace {
1885     c16[ d16] } c2 c4
1886   }
1887   \new Lyrics \lyricmode {
1888     \override LyricText #'font-family = #'typewriter
1889
1890     \markup { (0,0) } 4
1891     \grace { \markup {
1892       ( \fraction 1 4 , \fraction -1 16 ) } 16 }
1893     \markup { (\fraction 1 4 , 0 ) } 4
1894     \grace {
1895       \markup { (\fraction 2 4 , \fraction "-1" 8 ) } 16
1896       \markup { (\fraction 2 4 , \fraction "-1" 16 ) } 16
1897     }
1898     \markup { ( \fraction 2 4 , 0 ) }
1899   }
1900 >>
1901 @end lilypond
1902
1903 The placement of grace notes is synchronized between different staves.
1904 In the following example, there are two sixteenth grace notes for
1905 every eighth grace note
1906
1907 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
1908 << \new Staff { e4 \grace { c16[ d e f] } e4 }
1909    \new Staff { c4 \grace { g8[ b] } c4 } >>
1910 @end lilypond
1911
1912 @cindex @code{\afterGrace}
1913
1914 If you want to end a note with a grace, use the @code{\afterGrace}
1915 command.  It takes two arguments: the main note, and the grace notes
1916 following the main note. 
1917
1918 @lilypond[ragged-right, verbatim,relative=2,fragment]
1919 c1 \afterGrace d1 { c16[ d] } c4   
1920 @end lilypond
1921
1922 This will put the grace notes after a ``space'' lasting 3/4 of the
1923 length of the main note.  The fraction 3/4 can be changed by setting
1924 @code{afterGraceFraction}, ie.
1925
1926 @example
1927 afterGraceFraction = #(cons 7 8) 
1928 @end example
1929
1930 @noindent
1931 will put the grace note at 7/8 of the main note. 
1932
1933 The same effect can be achieved manually by doing
1934
1935 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
1936 \new Voice {
1937   << { d1^\trill_( }
1938      { s2 \grace { c16[ d] } } >>
1939   c4)
1940 }
1941 @end lilypond
1942
1943 @noindent
1944 By adjusting the duration of the skip note (here it is a half-note),
1945 the space between the main-note and the grace is adjusted.
1946
1947 A @code{\grace} section will introduce special typesetting settings,
1948 for example, to produce smaller type, and set directions.  Hence, when
1949 introducing layout tweaks, they should be inside the grace section,
1950 for example,
1951 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
1952 \new Voice {
1953   \acciaccatura {
1954     \stemDown
1955     f16->
1956     \stemNeutral
1957   }
1958   g4
1959 }
1960 @end lilypond
1961
1962 @noindent
1963 The overrides should also be reverted inside the grace section.
1964
1965 The layout of grace sections can be changed throughout the music using
1966 the function @code{add-grace-property}.  The following example
1967 undefines the Stem direction for this grace, so stems do not always
1968 point up.
1969
1970 @example
1971 \new Staff @{
1972   #(add-grace-property 'Voice 'Stem 'direction '())
1973   @dots{}
1974 @}
1975 @end example
1976
1977 @noindent
1978 Another option is to change the variables @code{startGraceMusic},
1979 @code{stopGraceMusic}, @code{startAcciaccaturaMusic},
1980 @code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic},
1981 @code{stopAppoggiaturaMusic}.  More information is in the file
1982 @file{ly/@/grace@/-init@/.ly}.
1983
1984 @noindent
1985 The slash through the stem in acciaccaturas can be obtained
1986 in other situations by @code{\override Stem  #'stroke-style = #"grace"}.
1987
1988 @seealso
1989
1990 Program reference: @internalsref{GraceMusic}.
1991
1992
1993 @refbugs
1994
1995 A score that starts with a @code{\grace} section needs an explicit
1996 @code{\new Voice} declaration, otherwise the main note and the grace
1997 note end up on different staves.
1998
1999 Grace note synchronization can also lead to surprises.  Staff notation,
2000 such as key signatures, bar lines, etc., are also synchronized.  Take
2001 care when you mix staves with grace notes and staves without, for example,
2002
2003 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2004 << \new Staff { e4 \bar "|:" \grace c16 d4 }
2005    \new Staff { c4 \bar "|:" d4 } >>
2006 @end lilypond
2007
2008 @noindent
2009 This can be remedied by inserting grace skips of the corresponding
2010 durations in the other staves. For the above example
2011
2012 @example
2013 \new Staff @{ c4 \bar "|:" \grace s16 d4 @}
2014 @end example
2015
2016 Grace sections should only be used within sequential music
2017 expressions.  Nesting or juxtaposing grace sections is not supported,
2018 and might produce crashes or other errors.
2019
2020
2021
2022 @node Expressive marks
2023 @section Expressive marks
2024
2025 Expressive marks help musicians to bring more to the music than simple
2026 notes and rhythms.
2027
2028 @menu
2029 * Articulations::               
2030 * Fingering instructions::      
2031 * Dynamics::                    
2032 * Breath marks::                
2033 * Trills::                      
2034 * Glissando::                   
2035 * Arpeggio::                    
2036 @end menu
2037
2038
2039 @node Articulations
2040 @subsection Articulations
2041
2042 @cindex Articulations
2043 @cindex scripts
2044 @cindex ornaments
2045
2046 A variety of symbols can appear above and below notes to indicate
2047 different characteristics of the performance.  They are added to a note
2048 by adding a dash and the character signifying the
2049 articulation.  They are demonstrated here
2050
2051 @lilypondfile[quote,ragged-right]{script-abbreviations.ly}
2052
2053 The meanings of these shorthands can be changed.  See
2054 @file{ly/@/script@/-init@/.ly} for examples.
2055
2056 The script is automatically placed, but the direction can be forced as
2057 well.  Like other pieces of LilyPond code, @code{_} will place them
2058 below the staff, and @code{^} will place them above.
2059
2060 @lilypond[quote,ragged-right,fragment,verbatim]
2061 c''4^^ c''4_^
2062 @end lilypond
2063
2064 Other symbols can be added using the syntax
2065 @var{note}@code{\}@var{name}.  Again, they
2066 can be forced up or down using @code{^} and @code{_},
2067 e.g.,
2068
2069 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
2070 c\fermata c^\fermata c_\fermata
2071 @end lilypond
2072
2073 @cindex accent
2074 @cindex marcato
2075 @cindex staccatissimo
2076 @cindex espressivo
2077 @cindex fermata
2078 @cindex stopped
2079 @cindex staccato
2080 @cindex portato
2081 @cindex tenuto
2082 @cindex upbow
2083 @cindex downbow
2084 @cindex foot marks
2085 @cindex organ pedal marks
2086 @cindex turn
2087 @cindex open
2088 @cindex flageolet
2089 @cindex reverseturn
2090 @cindex trill
2091 @cindex prall
2092 @cindex mordent
2093 @cindex prallprall
2094 @cindex prallmordent
2095 @cindex prall, up
2096 @cindex prall, down
2097 @cindex mordent
2098 @cindex thumb marking
2099 @cindex segno
2100 @cindex coda
2101 @cindex varcoda
2102
2103 Here is a chart showing all scripts available,
2104
2105 @lilypondfile[ragged-right,quote]{script-chart.ly}
2106
2107
2108 @commonprop
2109
2110 The vertical ordering of scripts is controlled with the
2111 @code{script-priority} property.  The lower this number, the closer it
2112 will be put to the note.  In this example, the
2113 @internalsref{TextScript} (the sharp symbol) first has the lowest
2114 priority, so it is put lowest in the first example.  In the second, the
2115 prall trill (the @internalsref{Script}) has the lowest, so it is on the
2116 inside.  When two objects have the same priority, the order in which
2117 they are entered decides which one comes first.
2118
2119 @lilypond[verbatim,relative=3,ragged-right,fragment,quote]
2120 \once \override TextScript #'script-priority = #-100
2121 a4^\prall^\markup { \sharp }
2122
2123 \once \override Script #'script-priority = #-100
2124 a4^\prall^\markup { \sharp }
2125 @end lilypond
2126
2127
2128 @seealso
2129
2130 Program reference: @internalsref{Script}.
2131
2132
2133 @refbugs
2134
2135 These signs appear in the printed output but have no effect on the
2136 MIDI rendering of the music.
2137
2138
2139 @node Fingering instructions
2140 @subsection Fingering instructions
2141
2142 @cindex fingering
2143 @cindex finger change
2144
2145 Fingering instructions can be entered using
2146 @example
2147 @var{note}-@var{digit}
2148 @end example
2149 For finger changes, use markup texts
2150
2151 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2152 c4-1 c-2 c-3 c-4
2153 c^\markup { \finger "2 - 3" }
2154 @end lilypond
2155
2156 You can use the thumb-script to indicate that a note should be
2157 played with the thumb (e.g., in cello music)
2158 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2159 <a_\thumb a'-3>8 <b_\thumb b'-3>
2160 @end lilypond
2161
2162 Fingerings for chords can also be added to individual notes
2163 of the chord by adding them after the pitches
2164 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2165 < c-1 e-2 g-3 b-5 >4
2166 @end lilypond
2167
2168
2169 @commonprop
2170
2171 You may exercise greater control over fingering chords by
2172 setting @code{fingeringOrientations}
2173
2174 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2175 \set fingeringOrientations = #'(left down)
2176 <c-1 es-2 g-4 bes-5 > 4
2177 \set fingeringOrientations = #'(up right down)
2178 <c-1 es-2 g-4 bes-5 > 4
2179 @end lilypond
2180
2181 Using this feature, it is also possible to put fingering instructions
2182 very close to note heads in monophonic music,
2183
2184 @lilypond[verbatim,ragged-right,quote,fragment]
2185 \set fingeringOrientations = #'(right)
2186 <es'-2>4
2187 @end lilypond
2188
2189
2190 @seealso
2191
2192 Program reference: @internalsref{Fingering}.
2193
2194 Examples: @inputfileref{input/@/regression,finger@/-chords@/.ly}.
2195
2196
2197 @node Dynamics
2198 @subsection Dynamics
2199
2200 @cindex Dynamics
2201 @cindex @code{\ppp}
2202 @cindex @code{\pp}
2203 @cindex @code{\p}
2204 @cindex @code{\mp}
2205 @cindex @code{\mf}
2206 @cindex @code{\f}
2207 @cindex @code{\ff}
2208 @cindex @code{\fff}
2209 @cindex @code{\ffff}
2210 @cindex @code{\fp}
2211 @cindex @code{\sf}
2212 @cindex @code{\sff}
2213 @cindex @code{\sp}
2214 @cindex @code{\spp}
2215 @cindex @code{\sfz}
2216 @cindex @code{\rfz}
2217
2218 Absolute dynamic marks are specified using a command after a note
2219 @code{c4\ff}.  The available dynamic marks are @code{\ppp},
2220 @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff},
2221 @code{\fff}, @code{\fff}, @code{\fp}, @code{\sf}, @code{\sff},
2222 @code{\sp}, @code{\spp}, @code{\sfz}, and @code{\rfz}.
2223
2224 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2225 c\ppp c\pp c \p c\mp c\mf c\f c\ff c\fff
2226 c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz
2227 @end lilypond
2228
2229 @cindex @code{\<}
2230 @cindex @code{\>}
2231 @cindex @code{\!}
2232
2233 A crescendo mark is started with @code{\<} and terminated with
2234 @code{\!} or an absolute dynamic.  A decrescendo is started with
2235 @code{\>} and is also terminated with @code{\!} or an absolute
2236 dynamic.  @code{\cr} and @code{\decr} may be used instead of
2237 @code{\<} and @code{\>}.  Because these marks are bound to notes, you must
2238 use spacer notes if multiple marks are needed during one note
2239
2240 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2241 c\< c\! d\> e\!
2242 << f1 { s4 s4\< s4\! \> s4\! } >>
2243 @end lilypond
2244
2245 @noindent
2246 A hairpin starts at the left edge of the beginning note and ends on the
2247 right edge of the ending note.
2248
2249 This may give rise to very short hairpins.  Use @code{minimum-length}
2250 in @internalsref{Voice}.@internalsref{Hairpin} to lengthen them, for
2251 example
2252
2253 @example
2254 \override Staff.Hairpin #'minimum-length = #5
2255 @end example
2256
2257 @cindex crescendo
2258 @cindex decrescendo
2259 @cindex diminuendo
2260
2261 You can also use a text saying @emph{cresc.} instead of hairpins
2262
2263 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2264 \setTextCresc
2265 c\< d e f\!
2266 \setHairpinCresc
2267 e\> d c b\!
2268 \setTextDecresc
2269 c\> d e f\!
2270 \setTextDim
2271 e\> d c b\!
2272 @end lilypond
2273
2274 You can also supply your own texts
2275 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2276 \set crescendoText = \markup { \italic "cresc. poco" }
2277 \set crescendoSpanner = #'dashed-line
2278 a'2\< a a a\!\mf
2279 @end lilypond
2280
2281 To create new dynamic marks or text that should be aligned
2282 with dynamics, see @ref{New dynamic marks}.
2283
2284
2285 @commonprop
2286
2287 Dynamics that occur at, begin on, or end on, the same note
2288 will be vertically aligned.  If you want to ensure that dynamics
2289 are aligned when they do not occur on the same note, you can
2290 increase the @code{staff-padding} property.
2291
2292 @example
2293 \override DynamicLineSpanner #'staff-padding = #4
2294 @end example
2295
2296 You may also use this property if the dynamics are colliding
2297 with other notation.
2298
2299 Crescendi and decrescendi that end on the first note of a
2300 new line are not printed.  To change this behavior, use
2301
2302 @example
2303 \override Score.Hairpin #'after-line-breaking = ##t
2304 @end example
2305
2306 Text style dynamic changes (such as cresc. and dim.) are printed with a
2307 dashed line showing their extent.  To surpress printing this line, use
2308
2309 @example
2310 \override DynamicTextSpanner #'dash-period = #-1.0
2311 @end example
2312
2313
2314 @refcommands
2315
2316 @cindex @code{\dynamicUp}
2317 @code{\dynamicUp},
2318 @cindex @code{\dynamicDown}
2319 @code{\dynamicDown},
2320 @cindex @code{\dynamicNeutral}
2321 @code{\dynamicNeutral}.
2322
2323
2324 @seealso
2325
2326 Program reference: @internalsref{DynamicText}, @internalsref{Hairpin}.
2327 Vertical positioning of these symbols is handled by
2328 @internalsref{DynamicLineSpanner}.
2329
2330
2331 @node Breath marks
2332 @subsection Breath marks
2333
2334 Breath marks are entered using @code{\breathe}
2335
2336 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2337 c'4 \breathe d4
2338 @end lilypond
2339
2340
2341 @commonprop
2342
2343 The glyph of the breath mark can be tuned by overriding the
2344 @code{text} property of the @code{BreathingSign} layout object with
2345 any markup text.  For example,
2346 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
2347 c'4
2348 \override BreathingSign #'text
2349   = #(make-musicglyph-markup "scripts.rvarcomma")
2350 \breathe
2351 d4
2352 @end lilypond
2353
2354 @seealso
2355
2356 Program reference: @internalsref{BreathingSign}.
2357
2358 Examples: @inputfileref{input/@/regression,breathing@/-sign@/.ly}.
2359
2360
2361 @node Trills
2362 @subsection Trills
2363
2364 Short trills are printed like normal articulation; see @ref{Articulations}.
2365
2366 Long running trills are made with @code{\startTrillSpan} and
2367 @code{\stopTrillSpan},
2368
2369 @lilypond[verbatim,ragged-right,relative=2,quote,fragment]
2370 \new Voice {
2371   << { c1 \startTrillSpan }
2372      { s2. \grace { d16[\stopTrillSpan e] } } >>
2373   c4 }
2374 @end lilypond
2375
2376 @cindex Pitched trills
2377
2378 Trills that should be executed on an explicitly specified pitch can be
2379 typeset with the command @code{pitchedTrill}, 
2380
2381 @lilypond[ragged-right,verbatim,fragment,relative=1]
2382 \pitchedTrill c4\startTrillSpan fis
2383 f\stopTrillSpan
2384 @end lilypond
2385
2386 The first argument is the main note.  The pitch of the second
2387 is printed as a stemless note head in parentheses.
2388
2389
2390 @refcommands
2391
2392 @code{\startTrillSpan},
2393 @cindex @code{\startTrillSpan}
2394 @code{\stopTrillSpan}.
2395 @cindex @code{\stopTrillSpan}
2396
2397
2398 @seealso
2399
2400 Program reference: @internalsref{TrillSpanner}.
2401
2402
2403 @node Glissando
2404 @subsection Glissando
2405
2406 @cindex Glissando
2407 @cindex @code{\glissando}
2408
2409 A glissando is a smooth change in pitch.  It is denoted by a line or a
2410 wavy line between two notes.  It is requested by attaching
2411 @code{\glissando} to a note
2412
2413 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2414 c2\glissando c'
2415 \override Glissando #'style = #'zigzag
2416 c2\glissando c,
2417 @end lilypond
2418
2419
2420 @seealso
2421
2422 Program reference: @internalsref{Glissando}.
2423
2424 Example files: @file{input/@/regression/@/glissando@/.ly}.
2425
2426
2427 @refbugs
2428
2429 Printing text over the line (such as @emph{gliss.}) is not supported.
2430
2431
2432 @node Arpeggio
2433 @subsection Arpeggio
2434
2435 @cindex Arpeggio
2436 @cindex broken chord
2437 @cindex @code{\arpeggio}
2438
2439 You can specify an arpeggio sign (also known as broken chord) on a
2440 chord by attaching an @code{\arpeggio} to a chord
2441
2442 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2443 <c e g c>\arpeggio
2444 @end lilypond
2445
2446 A square bracket on the left indicates that the player should not
2447 arpeggiate the chord
2448
2449 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2450 \arpeggioBracket
2451 <c' e g c>\arpeggio
2452 @end lilypond
2453
2454 The direction of the arpeggio is sometimes denoted by adding an
2455 arrowhead to the wiggly line
2456
2457 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2458 \new Voice {
2459   \arpeggioUp
2460   <c e g c>\arpeggio
2461   \arpeggioDown
2462   <c e g c>\arpeggio
2463 }
2464 @end lilypond
2465
2466
2467 @commonprop
2468
2469 When an arpeggio crosses staves, you may attach an arpeggio to the chords
2470 in both staves and set
2471 @internalsref{PianoStaff}.@code{connectArpeggios}
2472
2473 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2474 \new PianoStaff <<
2475   \set PianoStaff.connectArpeggios = ##t
2476   \new Staff { <c' e g c>\arpeggio }
2477   \new Staff { \clef bass <c,, e g>\arpeggio }
2478 >>
2479 @end lilypond
2480
2481
2482 @refcommands
2483
2484 @code{\arpeggio},
2485 @cindex @code{\arpeggioUp}
2486 @code{\arpeggioUp},
2487 @cindex @code{\arpeggioDown}
2488 @code{\arpeggioDown},
2489 @cindex @code{\arpeggioNeutral}
2490 @code{\arpeggioNeutral},
2491 @cindex @code{\arpeggioBracket}
2492 @code{\arpeggioBracket}.
2493
2494
2495 @seealso
2496
2497 Notation manual: @ref{Ties}, for writing out arpeggios.
2498
2499 Program reference: @internalsref{Arpeggio}.
2500
2501
2502 @refbugs
2503
2504 It is not possible to mix connected arpeggios and unconnected
2505 arpeggios in one @internalsref{PianoStaff} at the same point in time.
2506
2507
2508
2509 @node Polyphony
2510 @section Polyphony
2511
2512 Polyphony in music refers to having more than one voice occurring in
2513 a piece of music.  Polyphony in LilyPond refers to having more than
2514 one voice on the same staff.
2515
2516 @menu
2517 * Basic polyphony::             
2518 * Explicitly instantiating voices::  
2519 * Collision Resolution::        
2520 @end menu
2521
2522
2523 @node Basic polyphony
2524 @subsection Basic polyphony
2525
2526 @cindex polyphony
2527
2528 The easiest way to enter fragments with more than one voice on a staff
2529 is to enter each voice as a sequence (with @code{@{...@}}), and combine 
2530 them simultaneously, separating the voices with @code{\\}
2531
2532 @cindex @code{\\}
2533
2534 @lilypond[quote,verbatim,fragment]
2535 \new Staff \relative c' {
2536   c16 d e f
2537   <<
2538     { g4 f e | d2 e2 } \\
2539     { r8 e4 d c8 ~ | c b16 a b8 g ~ g2 } \\
2540     { s2. | s4 b4 c2 }
2541   >>
2542 }
2543 @end lilypond
2544
2545 The separator causes @internalsref{Voice} contexts@footnote{Polyphonic
2546 voices are sometimes called ``layers'' in other notation packages}
2547 @cindex layers
2548 to be instantiated.  They bear the names @code{"1"}, @code{"2"}, etc.  In
2549 each of these contexts, vertical direction of slurs, stems, etc., is set
2550 appropriately.  
2551
2552 These voices are all separate from the voice that contains the notes just 
2553 outside the @code{<< \\ >>} construct.  This should be noted when making 
2554 changes at the voice level.  This also means that slurs and ties cannot go 
2555 into or out of a @code{<< \\ >>} construct.  Conversely, parallel voices
2556 from separate @code{<< \\ >>} constructs on the same staff are the the
2557 same voice.  Here is the same example, with different noteheads for each
2558 voice.  Note that the change to the note-head style in the main voice does not affect
2559 the inside of the @code{<< \\ >>} constructs.  Also, the change to the second
2560 voice in the first @code{<< \\ >>} construct is effective in the second
2561 @code{<< \\ >>}, and the voice is tied across the two constructs.
2562
2563 @lilypond[quote,verbatim,fragment]
2564 \new Staff \relative c' {
2565   \override NoteHead #'style = #'cross
2566   c16 d e f
2567   <<    
2568     { g4 f e } \\
2569     { \override NoteHead #'style = #'triangle
2570     r8 e4 d c8 ~ }
2571   >> |
2572   <<
2573     { d2 e2 } \\ 
2574     { c8 b16 a b8 g ~ g2 } \\
2575     { \override NoteHead #'style = #'slash s4 b4 c2 }
2576   >>
2577 }
2578 @end lilypond
2579
2580 Polyphony does not change the relationship of notes within a
2581 @code{\relative @{ @}} block.  Each note is calculated relative
2582 to the note immediately preceding it.
2583
2584 @example
2585 \relative @{ noteA << noteB \\ noteC >> noteD @}
2586 @end example
2587
2588 @code{noteC} is relative to @code{noteB}, not @code{noteA};
2589 @code{noteD} is relative to @code{noteC}, not @code{noteB} or
2590 @code{noteA}.
2591
2592 @node Explicitly instantiating voices
2593 @subsection Explicitly instantiating voices
2594
2595 @internalsref{Voice} contexts can also be instantiated manually
2596 inside a @code{<< >>} block to create polyphonic music, using 
2597 @code{\voiceOne}, up to @code{\voiceFour} to assign stem directions 
2598 and a horizontal shift for each part.
2599
2600 Specifically,
2601 @example
2602 << \upper \\ \lower >>
2603 @end example
2604
2605 @noindent
2606 is equivalent to
2607
2608 @example
2609 <<
2610   \new Voice = "1" @{ \voiceOne \upper @}
2611   \new Voice = "2" @{ \voiceTwo \lower @}
2612 >>
2613 @end example
2614
2615 The @code{\voiceXXX} commands set the direction of stems, slurs, ties,
2616 articulations, text annotations, augmentation dots of dotted
2617 notes, and fingerings.  @code{\voiceOne} and @code{\voiceThree} make
2618 these objects point upwards, while @code{\voiceTwo} and @code{\voiceFour}
2619 make them point downwards.  
2620 The command @code{\oneVoice} will revert back to the normal setting.
2621
2622 An expression that appears directly inside a @code{<< >>} belongs to 
2623 the main voice.  This is useful when extra voices appear while the main
2624 voice is playing.  Here is a more correct rendition of the example from
2625 the previous section.  The crossed noteheads demonstrate that the main
2626 melody is now in a single voice context.
2627
2628 @lilypond[quote,ragged-right,verbatim]
2629 \new Staff \relative c' {
2630   \override NoteHead #'style = #'cross
2631   c16 d e f 
2632   \voiceOne
2633   <<    
2634     { g4 f e | d2 e2 }
2635     \new Voice="1" { \voiceTwo
2636       r8 e4 d c8 ~ | c8 b16 a b8 g ~ g2 
2637       \oneVoice
2638     }
2639     \new Voice { \voiceThree 
2640       s2. | s4 b4 c2 
2641       \oneVoice
2642     }
2643   >>
2644   \oneVoice
2645 }
2646 @end lilypond
2647
2648 The correct definition of the voices allows the melody to be slurred.
2649 @lilypond[quote,ragged-right,verbatim]
2650 \new Staff \relative c' {
2651   c16^( d e f 
2652   \voiceOne
2653   <<    
2654     { g4 f e | d2 e2) }  
2655     \context Voice="1" { \voiceTwo
2656       r8 e4 d c8 ~ | c8 b16 a b8 g ~ g2 
2657       \oneVoice
2658     }
2659     \new Voice { \voiceThree 
2660       s2. s4 b4 c2 
2661       \oneVoice
2662     }
2663   >>
2664   \oneVoice
2665 }
2666 @end lilypond
2667
2668 Avoiding the @code{\\} separator also allows nesting polyphony 
2669 constructs, which in some case might be a more natural way to typeset
2670 the music.
2671
2672 @lilypond[quote,ragged-right,verbatim]
2673 \new Staff \relative c' {
2674   c16^( d e f 
2675   \voiceOne
2676   <<    
2677     { g4 f e | d2 e2) }  
2678     \context Voice="1" { \voiceTwo
2679       r8 e4 d c8 ~ | 
2680       <<
2681         {c8 b16 a b8 g ~ g2} 
2682         \new Voice { \voiceThree 
2683           s4 b4 c2 
2684           \oneVoice
2685         }
2686       >>
2687     \oneVoice
2688     }
2689   >>
2690   \oneVoice
2691 }
2692 @end lilypond
2693
2694
2695 @node Collision Resolution
2696 @subsection Collision Resolution
2697
2698 Normally, note heads with a different number of dots are not merged, but
2699 when the object property @code{merge-differently-dotted} is set in
2700 the @internalsref{NoteCollision} object, they are merged
2701 @lilypond[quote,verbatim,fragment,ragged-right,relative=2]
2702 \new Voice << {
2703   g8 g8
2704   \override Staff.NoteCollision
2705     #'merge-differently-dotted = ##t
2706   g8 g8
2707 } \\ { g8.[ f16] g8.[ f16] } >>
2708 @end lilypond
2709
2710 Similarly, you can merge half note heads with eighth notes, by setting
2711 @code{merge-differently-headed}
2712 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2713 \new Voice << {
2714   c8 c4.
2715   \override Staff.NoteCollision
2716     #'merge-differently-headed = ##t
2717 c8 c4. } \\ { c2 c2 } >>
2718 @end lilypond
2719
2720 LilyPond also vertically shifts rests that are opposite of a stem,
2721 for example
2722
2723 @lilypond[quote,ragged-right,fragment,verbatim]
2724 \new Voice << c''4 \\ r4 >>
2725 @end lilypond
2726
2727
2728 @refcommands
2729
2730 @cindex @code{\oneVoice}
2731 @code{\oneVoice},
2732 @cindex @code{\voiceOne}
2733 @code{\voiceOne},
2734 @cindex @code{\voiceTwo}
2735 @code{\voiceTwo},
2736 @cindex @code{\voiceThree}
2737 @code{\voiceThree},
2738 @cindex @code{\voiceFour}
2739 @code{\voiceFour}.
2740
2741 @cindex @code{\shiftOn}
2742 @code{\shiftOn},
2743 @cindex @code{\shiftOnn}
2744 @code{\shiftOnn},
2745 @cindex @code{\shiftOnnn}
2746 @code{\shiftOnnn},
2747 @cindex @code{\shiftOff}
2748 @code{\shiftOff}: these commands specify in what chords of the current
2749 voice should be shifted.  The outer voices (normally: voice one and
2750 two) have @code{\shiftOff}, while the inner voices (three and four)
2751 have @code{\shiftOn}.  @code{\shiftOnn} and @code{\shiftOnnn} define
2752 further shift levels.
2753
2754 When LilyPond cannot cope, the @code{force-hshift}
2755 property of the @internalsref{NoteColumn} object and pitched rests can
2756 be used to override typesetting decisions.
2757
2758 @lilypond[quote,verbatim,ragged-right]
2759 \relative <<
2760 {
2761   <d g>
2762   <d g>
2763 } \\ {
2764   <b f'>
2765   \once \override NoteColumn #'force-hshift = #1.7
2766   <b f'>
2767 } >>
2768 @end lilypond
2769
2770
2771 @seealso
2772
2773 Program reference: the objects responsible for resolving collisions are
2774 @internalsref{NoteCollision} and @internalsref{RestCollision}.
2775
2776 Examples:
2777 @inputfileref{input/@/regression,collision@/-dots@/.ly},
2778 @inputfileref{input/@/regression,collision@/-head-chords@/.ly},
2779 @inputfileref{input/@/regression,collision@/-heads@/.ly},
2780 @inputfileref{input/@/regression,collision@/-mesh@/.ly}, and
2781 @inputfileref{input/@/regression,collisions@/.ly}.
2782
2783
2784 @refbugs
2785
2786 When using @code{merge-differently-headed} with an upstem eighth or a
2787 shorter note, and a downstem half note, the eighth note gets the wrong
2788 offset.
2789
2790 There is no support for clusters where the same note occurs with
2791 different accidentals in the same chord.  In this case, it is
2792 recommended to use enharmonic transcription, or to use special cluster
2793 notation (see @ref{Clusters}).
2794
2795
2796
2797 @node Repeats
2798 @section Repeats
2799
2800 Repetition is a central concept in music, and multiple notations exist
2801 for repetitions.
2802
2803 @menu
2804 * Repeat types::                
2805 * Repeat syntax::               
2806 * Repeats and MIDI::            
2807 * Manual repeat commands::      
2808 * Tremolo repeats::             
2809 * Tremolo subdivisions::        
2810 * Measure repeats::             
2811 @end menu
2812
2813
2814 @node Repeat types
2815 @subsection Repeat types
2816
2817 @cindex repeats
2818 @cindex @code{\repeat}
2819
2820 The following types of repetition are supported
2821
2822 @table @code
2823 @item unfold
2824 Repeated music is fully written (played) out.  This is useful when
2825 entering repetitious music.  This is the only kind of repeat that
2826 is included in MIDI output.
2827
2828 @item volta
2829 Repeats are not written out, but alternative endings (volte) are
2830 printed, left to right with brackets.  This is the standard notation
2831 for repeats with alternatives.  These are not played in MIDI output by default.
2832
2833 @ignore
2834 @item fold
2835 Alternative endings are written stacked.  This has limited use but may be
2836 used to typeset two lines of lyrics in songs with repeats, see
2837 @inputfileref{input,star-spangled-banner@/.ly}.
2838 @end ignore
2839
2840 @item tremolo
2841 Make tremolo beams.  These are not played in MIDI output by default.
2842
2843 @item percent
2844 Make beat or measure repeats.  These look like percent signs.  These
2845 are not played in MIDI output by default.  Percent repeats must be
2846 declared within a Voice context.
2847
2848 @end table
2849
2850
2851 @node Repeat syntax
2852 @subsection Repeat syntax
2853
2854 LilyPond has one syntactic construct for specifying different types of
2855 repeats.  The syntax is
2856
2857 @example
2858 \repeat @var{variant} @var{repeatcount} @var{repeatbody}
2859 @end example
2860
2861 If you have alternative endings, you may add
2862 @cindex @code{\alternative}
2863 @example
2864 \alternative @{
2865   @var{alternative1}
2866   @var{alternative2}
2867   @var{alternative3}
2868   @dots{}
2869 @}
2870 @end example
2871
2872 @noindent
2873 where each @var{alternative} is a music expression.  If you do not
2874 give enough alternatives for all of the repeats, the first alternative
2875 is assumed to be played more than once.
2876
2877 Standard repeats are used like this
2878 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2879 c1
2880 \repeat volta 2 { c4 d e f }
2881 \repeat volta 2 { f e d c }
2882 @end lilypond
2883
2884 With alternative endings
2885 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2886 c1
2887 \repeat volta 2 {c4 d e f}
2888 \alternative { {d2 d} {f f,} }
2889 @end lilypond
2890
2891 In this example, the first ending is not a complete bar (it
2892 only had 3 beats).  The beginning of the second ending
2893 contains the 4th beat from the first ending.  This ``extra''
2894 beat in the second ending is due to the first time ending,
2895 and has nothing to do with the @code{\partial} at the
2896 beginning of the example.
2897
2898 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2899 \new Staff {
2900   \partial 4
2901   \repeat volta 4 { e | c2 d2 | e2 f2 | }
2902   \alternative { { g4 g g } { a | a a a a | b2. } }
2903 }
2904 @end lilypond
2905
2906 It is possible to shorten volta brackets
2907 by setting @code{voltaSpannerDuration}.  In the next example, the
2908 bracket only lasts one measure, which is a duration of 3/4.
2909
2910 @lilypond[verbatim,ragged-right,quote]
2911 \relative c''{
2912   \time 3/4
2913   c c c
2914   \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4)
2915   \repeat "volta" 5 { d d d }
2916   \alternative { { e e e f f f }
2917   { g g g } }
2918 }
2919 @end lilypond
2920
2921
2922 @seealso
2923
2924 Examples:
2925
2926 Brackets for the repeat are normally only printed over the topmost
2927 staff.  This can be adjusted by setting the @code{voltaOnThisStaff}
2928 property; see @inputfileref{input/@/regression,volta@/-multi@/-staff@/.ly}.
2929
2930
2931 @refbugs
2932
2933 @cindex repeat, ambiguous
2934
2935 A nested repeat like
2936
2937 @example
2938 \repeat @dots{}
2939 \repeat @dots{}
2940 \alternative
2941 @end example
2942
2943 @noindent
2944 is ambiguous, since it is is not clear to which @code{\repeat} the
2945 @code{\alternative} belongs.  This ambiguity is resolved by always
2946 having the @code{\alternative} belong to the inner @code{\repeat}.
2947 For clarity, it is advisable to use braces in such situations.
2948
2949 Timing information is not remembered at the start of an alternative,
2950 so after a repeat timing information must be reset by hand, for
2951 example by setting @code{Score.measurePosition} or entering
2952 @code{\partial}.  Similarly, slurs or ties are also not repeated.
2953
2954
2955 @node Repeats and MIDI
2956 @subsection Repeats and MIDI
2957
2958 @cindex expanding repeats
2959 @cindex @code{\unfoldRepeats}
2960
2961 With a little bit of tweaking, all types of repeats can be present
2962 in the MIDI output.  This is achieved by applying the
2963 @code{\unfoldRepeats} music function.  This functions changes all
2964 repeats to unfold repeats.
2965
2966 @lilypond[quote,verbatim,fragment,line-width=8.0\cm]
2967 \unfoldRepeats {
2968   \repeat tremolo 8 {c'32 e' }
2969   \repeat percent 2 { c''8 d'' }
2970   \repeat volta 2 {c'4 d' e' f'}
2971   \alternative {
2972     { g' a' a' g' }
2973     {f' e' d' c' }
2974   }
2975 }
2976 \bar "|."
2977 @end lilypond
2978
2979 When creating a score file using @code{\unfoldRepeats} for midi, then
2980 it is necessary to make two @code{\score} blocks.  One for MIDI (with
2981 unfolded repeats) and one for notation (with volta, tremolo, and
2982 percent repeats).  For example,
2983
2984 @example
2985 \score @{
2986   @var{..music..}
2987   \layout @{ .. @}
2988 @}
2989 \score @{
2990   \unfoldRepeats @var{..music..}
2991   \midi @{ .. @}
2992 @}
2993 @end example
2994
2995
2996 @node Manual repeat commands
2997 @subsection Manual repeat commands
2998
2999 @cindex @code{repeatCommands}
3000
3001 The property @code{repeatCommands} can be used to control the layout of
3002 repeats.  Its value is a Scheme list of repeat commands.
3003
3004 @table @asis
3005 @item @code{start-repeat}
3006 Print a @code{|:} bar line.
3007
3008 @item @code{end-repeat}
3009 Print a @code{:|} bar line.
3010
3011 @item @code{(volta @var{text})}
3012 Print a volta bracket saying @var{text}: The text can be specified as
3013 a text string or as a markup text, see @ref{Text markup}.  Do not
3014 forget to change the font, as the default number font does not contain
3015 alphabetic characters;
3016
3017 @item @code{(volta #f)}
3018 Stop a running volta bracket.
3019 @end table
3020
3021 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
3022 c4
3023   \set Score.repeatCommands = #'((volta "93") end-repeat)
3024 c4 c4
3025   \set Score.repeatCommands = #'((volta #f))
3026 c4 c4
3027 @end lilypond
3028
3029
3030 @seealso
3031
3032 Program reference: @internalsref{VoltaBracket}, @internalsref{RepeatedMusic},
3033 @internalsref{VoltaRepeatedMusic},
3034 @internalsref{UnfoldedRepeatedMusic}, and
3035 @internalsref{FoldedRepeatedMusic}.
3036
3037
3038 @node Tremolo repeats
3039 @subsection Tremolo repeats
3040
3041 @cindex tremolo beams
3042
3043 To place tremolo marks between notes, use @code{\repeat} with tremolo
3044 style
3045 @lilypond[quote,verbatim,ragged-right]
3046 \new Voice \relative c' {
3047   \repeat "tremolo" 8 { c16 d16 }
3048   \repeat "tremolo" 4 { c16 d16 }
3049   \repeat "tremolo" 2 { c16 d16 }
3050 }
3051 @end lilypond
3052
3053 Tremolo marks can also be put on a single note.  In this case, the
3054 note should not be surrounded by braces.
3055 @lilypond[quote,verbatim,ragged-right]
3056 \repeat "tremolo" 4 c'16
3057 @end lilypond
3058
3059 Similar output is obtained using the tremolo subdivision, described in
3060 @ref{Tremolo subdivisions}.
3061
3062
3063 @seealso
3064
3065 In this manual: @ref{Tremolo subdivisions}, @ref{Repeats}.
3066
3067 Program reference: @internalsref{Beam}, @internalsref{StemTremolo}.
3068
3069 Example files: @inputfileref{input/@/regression,chord@/-tremolo@/.ly},
3070 @inputfileref{input/@/regression,stem@/-tremolo@/.ly}.
3071
3072
3073 @node Tremolo subdivisions
3074 @subsection Tremolo subdivisions
3075
3076 @cindex tremolo marks
3077 @cindex @code{tremoloFlags}
3078
3079 Tremolo marks can be printed on a single note by adding
3080 `@code{:}[@var{number}]' after the note.  The number indicates the
3081 duration of the subdivision, and it must be at least 8.  A
3082 @var{length} value of 8 gives one line across the note stem.  If the
3083 length is omitted, the last value (stored in @code{tremoloFlags}) is
3084 used
3085
3086 @lilypond[quote,ragged-right,verbatim,fragment]
3087 c'2:8 c':32 | c': c': |
3088 @end lilypond
3089
3090
3091 @refbugs
3092
3093 Tremolos entered in this way do not carry over into the MIDI output.
3094
3095
3096 @seealso
3097
3098 In this manual: @ref{Tremolo repeats}.
3099
3100 Elsewhere: @internalsref{StemTremolo}.
3101
3102
3103 @node Measure repeats
3104 @subsection Measure repeats
3105
3106 @cindex percent repeats
3107 @cindex measure repeats
3108
3109 In the @code{percent} style, a note pattern can be repeated.  It is
3110 printed once, and then the pattern is replaced with a special sign.
3111 Patterns of one and two measures are replaced by percent-like signs,
3112 patterns that divide the measure length are replaced by slashes.
3113 Percent repeats must be declared within a @code{Voice} context.
3114
3115 @lilypond[quote,verbatim,ragged-right]
3116 \new Voice \relative c' {
3117   \repeat "percent" 4 { c4 }
3118   \repeat "percent" 2 { c2 es2 f4 fis4 g4 c4 }
3119 }
3120 @end lilypond
3121
3122 Measure repeats of more than 2 measures get a counter, if you switch
3123 on the @code{countPercentRepeats} property,
3124
3125 @lilypond[relative=2,fragment,quote,verbatim,ragged-right]
3126 \set countPercentRepeats = ##t
3127 \new Voice
3128   \repeat "percent" 4 { c1 }
3129 @end lilypond
3130
3131
3132
3133 Isolated percents can also be printed. This is done by putting a multi
3134 measure rest with a different print function,
3135
3136 @lilypond[fragment,verbatim]
3137 \override MultiMeasureRest #'stencil
3138   = #ly:multi-measure-rest::percent
3139 R1
3140 @end lilypond
3141
3142
3143
3144
3145 @seealso
3146
3147 Program reference: @internalsref{RepeatSlash},
3148 @internalsref{PercentRepeat}, @internalsref{DoublePercentRepeat},
3149 @internalsref{DoublePercentRepeatCounter},
3150 @internalsref{PercentRepeatCounter},
3151 @internalsref{PercentRepeatedMusic}, and
3152