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