]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/basic-notation.itely
Fix some bugs in the dynamic engraver and PostScript backend
[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 In addition, you can specify @code{"||:"}, which is equivalent to 
1514 @code{"|:"} except at line breaks, where it gives a double bar line at
1515 the end of the line and a start repeat at the beginning of the next
1516 line. 
1517
1518 To allow a line break where there is no visible bar line, use
1519
1520 @example
1521 \bar ""
1522 @end example
1523
1524 @noindent
1525 This will insert an invisible bar line and allow line breaks at this
1526 point.
1527
1528 In scores with many staves, a @code{\bar} command in one staff is
1529 automatically applied to all staves.  The resulting bar lines are
1530 connected between different staves of a StaffGroup
1531
1532 @lilypond[quote,ragged-right,fragment,verbatim]
1533 <<
1534   \new StaffGroup <<
1535     \new Staff {
1536       e'4 d'
1537       \bar "||"
1538       f' e'
1539     }
1540     \new Staff { \clef bass c4 g e g }
1541   >>
1542   \new Staff { \clef bass c2 c2 }
1543 >>
1544 @end lilypond
1545
1546
1547 @commonprop
1548
1549 @findex whichBar
1550 @findex repeatCommands
1551 @findex defaultBarType
1552
1553 The command @code{\bar }@var{bartype} is a short cut for doing
1554 @code{\set Timing.whichBar = }@var{bartype}.  Whenever @code{whichBar}
1555 is set to a string, a bar line of that type is created.
1556
1557 A bar line is created whenever the @code{whichBar} property is set.
1558 At the start of a measure it is set to the contents of
1559 @code{Timing.defaultBarType}.  The contents of @code{repeatCommands} are
1560 used
1561 to override default measure bars.
1562
1563 You are encouraged to use @code{\repeat} for repetitions.  See
1564 @ref{Repeats}.
1565
1566
1567 @seealso
1568
1569 In this manual: @ref{Repeats}, @ref{System start delimiters}.
1570
1571 Program reference: @internalsref{BarLine} (created at
1572 @internalsref{Staff} level), @internalsref{SpanBar} (across staves).
1573
1574 Examples: @inputfileref{input/@/test,bar@/-lines@/.ly},
1575
1576
1577 @node Unmetered music
1578 @subsection Unmetered music
1579
1580 @cindex cadenza
1581 @findex \cadenzaOn
1582 @findex \cadenzaOff
1583
1584 Bar lines and bar numbers are calculated automatically.  For unmetered
1585 music (cadenzas, for example), this is not desirable.  To turn off
1586 automatic bar lines and bar numbers, use the commands @code{\cadenzaOn}
1587 and @code{\cadenzaOff}.
1588
1589 @lilypond[verbatim,quote,ragged-right,relative=2,fragment]
1590 c4 d e d
1591 \cadenzaOn
1592 c4 c d8 d d f4 g4.
1593 \cadenzaOff
1594 \bar "|"
1595 d4 e d c
1596 @end lilypond
1597
1598
1599 @refbugs
1600
1601 LilyPond will only insert page breaks at a barline.  Unless the unmetered
1602 music ends before the end of the staff line, you will need to insert
1603 invisible bar lines
1604
1605 @example
1606 \bar ""
1607 @end example
1608
1609 @noindent
1610 to indicate where line breaks can occur.
1611
1612
1613 @node System start delimiters
1614 @subsection System start delimiters
1615
1616 @cindex start of system
1617 @cindex Staff, multiple
1618 @cindex bracket, vertical
1619 @cindex brace, vertical
1620 @cindex grand staff
1621 @cindex staff group
1622 @cindex staff, choir
1623
1624 Many scores consist of more than one staff.  These staves can be
1625 joined in four different ways
1626
1627 @itemize @bullet
1628 @item The group is started with a brace at the left, and bar lines are
1629 connected.  This is done with the @internalsref{GrandStaff} context.
1630
1631 @lilypond[verbatim,ragged-right,quote]
1632 \new GrandStaff
1633 \relative <<
1634   \new Staff { c1 c }
1635   \new Staff { c c }
1636 >>
1637 @end lilypond
1638
1639 @item The group is started with a bracket, and bar lines are connected.
1640 This is done with the
1641 @internalsref{StaffGroup} context
1642
1643 @lilypond[verbatim,ragged-right,quote]
1644 \new StaffGroup
1645 \relative <<
1646   \new Staff { c1 c }
1647   \new Staff { c c }
1648 >>
1649 @end lilypond
1650
1651 @item The group is started with a bracket, but bar lines are not
1652 connected.  This is done with the @internalsref{ChoirStaff} context.
1653
1654 @lilypond[verbatim,ragged-right,quote]
1655 \new ChoirStaff
1656 \relative <<
1657   \new Staff { c1 c }
1658   \new Staff { c c }
1659 >>
1660 @end lilypond
1661
1662 @item The group is started with a vertical line.  Bar lines are not
1663 connected.  This is the default for the score.
1664
1665 @lilypond[verbatim,ragged-right,quote]
1666 \relative <<
1667   \new Staff { c1 c }
1668   \new Staff { c c }
1669 >>
1670 @end lilypond
1671 @end itemize
1672
1673
1674 @seealso
1675
1676 The bar lines at the start of each system are
1677 @internalsref{SystemStartBar}, @internalsref{SystemStartBrace}, and
1678 @internalsref{SystemStartBracket}.  Only one of these types is created
1679 in every context, and that type is determined by the property
1680 @code{systemStartDelimiter}.
1681
1682
1683 @node Staff symbol
1684 @subsection Staff symbol
1685
1686 @cindex adjusting staff symbol
1687
1688 Notes, dynamic signs, etc., are grouped
1689 with a set of horizontal lines, called a staff (plural `staves').  In
1690 LilyPond, these lines are drawn using a separate layout object called
1691 staff symbol.
1692
1693 The staff symbol may be tuned in the number, thickness and distance
1694 of lines, using properties.  This is demonstrated in the example files
1695 @inputfileref{input/@/test,staff@/-lines@/.ly},
1696 @inputfileref{input/@/test,staff@/-size@/.ly}.
1697
1698 In addition, staves may be started and stopped at will. This is done
1699 with @code{\startStaff} and @code{\stopStaff}.
1700
1701 @lilypond[verbatim,relative=2,fragment]
1702 b4 b
1703 \override Staff.StaffSymbol #'line-count = 2
1704 \stopStaff \startStaff
1705 b b
1706 \revert Staff.StaffSymbol #'line-count
1707 \stopStaff \startStaff
1708 b b
1709 @end lilypond
1710
1711 In combination with Frenched staves, this may be used to typeset ossia
1712 sections. An example is in @inputfileref{input/@/test@/,ossia.ly},
1713 shown here
1714
1715 @cindex ossia
1716
1717 @lilypondfile{ossia.ly}
1718
1719 @cindex staff lines, setting number of
1720 @cindex staff lines, setting thickness of
1721 @cindex thickness of staff lines, setting
1722 @cindex number of staff lines, setting
1723
1724 @seealso
1725
1726 Program reference: @internalsref{StaffSymbol}.
1727
1728 Examples: @inputfileref{input/@/test,staff@/-lines@/.ly},
1729 @inputfileref{input/@/test@/,ossia.ly},
1730 @inputfileref{input/@/test,staff@/-size@/.ly},
1731 @inputfileref{input/@/regression,staff@/-line@/-positions@/.ly}.
1732
1733
1734
1735 @node Connecting notes
1736 @section Connecting notes
1737
1738 This section deals with notation that affects groups of notes.
1739
1740 @menu
1741 * Ties::                        
1742 * Slurs::                       
1743 * Phrasing slurs::              
1744 * Laissez vibrer ties::         
1745 * Automatic beams::             
1746 * Manual beams::                
1747 * Grace notes::                 
1748 @end menu
1749
1750
1751 @node Ties
1752 @subsection Ties
1753
1754 @cindex tie
1755 @findex ~
1756
1757 A tie connects two adjacent note heads of the same pitch.  The tie in
1758 effect extends the length of a note.  Ties should not be confused with
1759 slurs, which indicate articulation, or phrasing slurs, which indicate
1760 musical phrasing.  A tie is entered using the tilde symbol `@code{~}'
1761
1762 @lilypond[quote,ragged-right,fragment,verbatim]
1763 e' ~ e' <c' e' g'> ~ <c' e' g'>
1764 @end lilypond
1765
1766 When a tie is applied to a chord, all note heads whose pitches match
1767 are connected.  When no note heads match, no ties will be created.
1768
1769 A tie is just a way of extending a note duration, similar to the
1770 augmentation dot.  The following example shows two ways of notating
1771 exactly the same concept
1772
1773 @lilypond[quote,fragment,ragged-right]
1774 \time 3/4 c'2. c'2 ~ c'4
1775 @end lilypond
1776
1777 @noindent
1778 Ties are used either when the note crosses a bar line, or when dots
1779 cannot be used to denote the rhythm.  When using ties, larger note
1780 values should be aligned to subdivisions of the measure, such as
1781
1782 @lilypond[fragment,quote,ragged-right]
1783 \relative {
1784   r8 c8 ~ c2 r4 | r8^"not" c2 ~ c8 r4
1785 }
1786 @end lilypond
1787
1788 If you need to tie a lot of notes over bars, it may be easier to use
1789 automatic note splitting (see @ref{Automatic note splitting}).  This
1790 mechanism automatically splits long notes, and ties them across bar
1791 lines.
1792
1793 When a second alternative of a repeat starts with a tied note, you
1794 have to repeat the tie. This can be achieved with @code{\repeatTie},
1795
1796 @lilypond[fragment,quote,ragged-right,relative=2]
1797 r <c e g>\repeatTie
1798 @end lilypond
1799
1800 @cindex repeating ties
1801 @cindex volta brackets and ties
1802
1803 @commonprop
1804
1805 Ties are sometimes used to write out arpeggios.  In this case, two tied
1806 notes need not be consecutive.  This can be achieved by setting the
1807 @code{tieWaitForNote} property to true. The same feature is also useful,
1808 for example, to tie a tremolo to a chord. For example,
1809
1810 @lilypond[fragment,verbatim,relative=1,ragged-right]
1811 \set tieWaitForNote = ##t
1812 \grace { c16[~ e~ g]~ } <c, e g>2
1813 \repeat "tremolo" 8 { c32~ c'~ } <c c,>1
1814 @end lilypond
1815
1816
1817 @refcommands
1818
1819
1820 @findex \tieUp
1821 @code{\tieUp},
1822 @findex \tieDown
1823 @code{\tieDown},
1824 @findex \tieNeutral
1825 @code{\tieNeutral},
1826 @findex \tieDotted
1827 @code{\tieDotted},
1828 @findex \tieDashed
1829 @code{\tieDashed},
1830 @findex \tieSolid
1831 @code{\tieSolid}.
1832
1833
1834 @seealso
1835
1836 In this manual: @ref{Automatic note splitting}.
1837
1838 Program reference: @internalsref{Tie}.
1839
1840 Examples:
1841 @inputfileref{input/@/regression,tie-arpeggio.ly}
1842 @inputfileref{input/@/regression,tie-manual.ly}
1843
1844
1845
1846
1847 @refbugs
1848
1849 Switching staves when a tie is active will not produce a slanted tie.
1850
1851
1852 @node Slurs
1853 @subsection Slurs
1854
1855 @cindex Slurs
1856
1857 A slur indicates that notes are to be played bound or
1858 @emph{legato}.  They are entered using parentheses
1859
1860 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1861 f( g a) a8 b( a4 g2 f4)
1862 <c e>2( <b d>2)
1863 @end lilypond
1864
1865 The direction of a slur can be specified with
1866 @code{\slur@emph{DIR}}, where @code{@emph{DIR}} is
1867 either @code{Up}, @code{Down}, or @code{Neutral} (automatically
1868 selected).
1869
1870 However, there is a convenient shorthand for forcing slur
1871 directions.  By adding @code{_} or @code{^} before the opening
1872 parentheses, the direction is also set.  For example,
1873
1874 @lilypond[relative=2,ragged-right,quote,verbatim,fragment]
1875 c4_( c) c^( c)
1876 @end lilypond
1877
1878 Only one slur can be printed at once.  If you need to print a long
1879 slur over a few small slurs, please see @ref{Phrasing slurs}.
1880
1881
1882 @commonprop
1883
1884 Some composers write two slurs when they want legato chords.  This can
1885 be achieved in LilyPond by setting @code{doubleSlurs},
1886
1887 @lilypond[verbatim,ragged-right,relative,fragment,quote]
1888 \set doubleSlurs = ##t
1889 <c e>4 ( <d f> <c e> <d f> )
1890 @end lilypond
1891
1892
1893 @refcommands
1894
1895 @findex \slurUp
1896 @code{\slurUp},
1897 @findex \slurDown
1898 @code{\slurDown},
1899 @findex \slurNeutral
1900 @code{\slurNeutral},
1901 @findex \slurDashed
1902 @code{\slurDashed},
1903 @findex \slurDotted
1904 @code{\slurDotted},
1905 @findex \slurSolid
1906 @code{\slurSolid}.
1907
1908 @seealso
1909
1910 Program reference: @seeinternals{Slur}.
1911
1912
1913 @node Phrasing slurs
1914 @subsection Phrasing slurs
1915
1916 @cindex phrasing slurs
1917 @cindex phrasing marks
1918
1919 A phrasing slur (or phrasing mark) connects notes and is used to
1920 indicate a musical sentence.  It is written using @code{\(} and @code{\)}
1921 respectively
1922
1923 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
1924 \time 6/4 c'\( d( e) f( e) d\)
1925 @end lilypond
1926
1927 Typographically, the phrasing slur behaves almost exactly like a
1928 normal slur.  However, they are treated as different objects.  A
1929 @code{\slurUp} will have no effect on a phrasing slur; instead, use
1930 @code{\phrasingSlurUp}, @code{\phrasingSlurDown}, and
1931 @code{\phrasingSlurNeutral}.
1932
1933 You cannot have simultaneous phrasing slurs.
1934
1935
1936 @refcommands
1937
1938 @findex \phrasingSlurUp
1939 @code{\phrasingSlurUp},
1940 @findex \phrasingSlurDown
1941 @code{\phrasingSlurDown},
1942 @findex \phrasingSlurNeutral
1943 @code{\phrasingSlurNeutral}.
1944
1945
1946 @seealso
1947
1948 Program reference: @internalsref{PhrasingSlur}.
1949
1950
1951 @node Laissez vibrer ties
1952 @subsection Laissez vibrer ties
1953 @cindex Laissez vibrer
1954 @cindex Ties, laissez vibrer
1955
1956 L.v. ties (laissez vibrer) indicate that notes must not be damped at the
1957 end. It is used in notation for piano, harp and other string and
1958 percussion instruments. They can be entered using @code{\laissezVibrer},
1959
1960 @lilypond[fragment,ragged-right,verbatim,relative=1]
1961 <c f g>\laissezVibrer
1962 @end lilypond
1963
1964 @seealso
1965
1966 Program reference:
1967 @internalsref{LaissezVibrerTie}
1968 @internalsref{LaissezVibrerTieColumn}
1969
1970 Example files:
1971 @inputfileref{input/regression,laissez-vibrer-tie.ly}
1972
1973
1974 @node Automatic beams
1975 @subsection Automatic beams
1976
1977 LilyPond inserts beams automatically
1978
1979 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
1980 \time 2/4 c8 c c c \time 6/8 c c c c8. c16 c8
1981 @end lilypond
1982
1983 When these automatic decisions are not good enough, beaming can be
1984 entered explicitly.  It is also possible to define beaming patterns
1985 that differ from the defaults.  See @ref{Setting automatic beam behavior}
1986 for details.
1987
1988 Individual notes may be marked with @code{\noBeam} to prevent them
1989 from being beamed
1990
1991 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
1992 \time 2/4 c8 c\noBeam c c
1993 @end lilypond
1994
1995
1996 @seealso
1997
1998 Program reference: @internalsref{Beam}.
1999
2000
2001 @node Manual beams
2002 @subsection Manual beams
2003
2004 @cindex beams, manual
2005 @findex ]
2006 @findex [
2007
2008 In some cases it may be necessary to override the automatic beaming
2009 algorithm.  For example, the autobeamer will not put beams over rests
2010 or bar lines.  Such beams are specified manually by marking the begin
2011 and end point with @code{[} and @code{]}
2012
2013 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2014 {
2015   r4 r8[ g' a r8] r8 g[ | a] r8
2016 }
2017 @end lilypond
2018
2019
2020 @commonprop
2021
2022 @findex stemLeftBeamCount
2023 @findex stemRightBeamCount
2024
2025 Normally, beaming patterns within a beam are determined automatically.
2026 If necessary, the properties @code{stemLeftBeamCount} and
2027 @code{stemRightBeamCount} can be used to override the defaults.  If
2028 either property is set, its value will be used only once, and then it
2029 is erased
2030
2031 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2032 {
2033    f8[ r16
2034       f g a]
2035    f8[ r16
2036    \set stemLeftBeamCount = #1
2037       f g a]
2038 }
2039 @end lilypond
2040
2041 The property @code{subdivideBeams} can be set in order to subdivide
2042 all 16th or shorter beams at beat positions, as defined by the
2043 @code{beatLength} property.
2044
2045 @lilypond[fragment,quote,relative=2,verbatim]
2046 c16[ c c c c c c c]
2047 \set subdivideBeams = ##t
2048 c16[ c c c c c c c]
2049 \set Score.beatLength = #(ly:make-moment 1 8)
2050 c16[ c c c c c c c]
2051 @end lilypond
2052 @findex subdivideBeams
2053
2054 @noindent
2055 For more information about @code{make-moment}, see
2056 @ref{Time administration}.
2057
2058 Line breaks are normally forbidden when beams cross bar lines.  This
2059 behavior can be changed by setting @code{allowBeamBreak}.
2060
2061 @findex allowBeamBreak
2062 @cindex beams and line breaks
2063 @cindex beams, kneed
2064 @cindex kneed beams
2065 @cindex auto-knee-gap
2066
2067
2068 @refbugs
2069
2070 Kneed beams are inserted automatically when a large gap is detected
2071 between the note heads.  This behavior can be tuned through the object.
2072
2073 Automatically kneed cross-staff beams cannot be used together with
2074 hidden staves.  See @ref{Hiding staves}.
2075
2076 Beams do not avoid collisions with symbols around the notes, such as
2077 texts and accidentals.
2078
2079
2080 @node Grace notes
2081 @subsection Grace notes
2082
2083 @findex \grace
2084 @cindex ornaments
2085 @cindex grace notes
2086 @cindex appoggiatura
2087 @cindex acciaccatura
2088
2089 Grace notes are ornaments that are written out.  The most common ones
2090 are acciaccatura, which should be played as very short.  It is denoted
2091 by a slurred small note with a slashed stem.  The appoggiatura is a
2092 grace note that takes a fixed fraction of the main note, and is
2093 denoted as a slurred note in small print without a slash.  They
2094 are entered with the commands @code{\acciaccatura} and
2095 @code{\appoggiatura}, as demonstrated in the following example
2096
2097 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2098 b4 \acciaccatura d8 c4 \appoggiatura e8 d4
2099 \acciaccatura { g16[ f] } e4
2100 @end lilypond
2101
2102 Both are special forms of the @code{\grace} command.  By prefixing this
2103 keyword to a music expression, a new one is formed, which will be
2104 printed in a smaller font and takes up no logical time in a measure.
2105
2106 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2107 c4 \grace c16 c4
2108 \grace { c16[ d16] } c2 c4
2109 @end lilypond
2110
2111 @noindent
2112 Unlike @code{\acciaccatura} and @code{\appoggiatura}, the
2113 @code{\grace} command does not start a slur.
2114
2115 Internally, timing for grace notes is done using a second, `grace'
2116 timing.  Every point in time consists of two rational numbers: one
2117 denotes the logical time, one denotes the grace timing.  The above
2118 example is shown here with timing tuples
2119
2120 @lilypond[quote,ragged-right]
2121 <<
2122   \relative c''{
2123     c4 \grace c16 c4 \grace {
2124     c16[ d16] } c2 c4
2125   }
2126   \new Lyrics \lyricmode {
2127     \override LyricText #'font-family = #'typewriter
2128
2129     \markup { (0,0) } 4
2130     \grace { \markup {
2131       ( \fraction 1 4 , \fraction -1 16 ) } 16 }
2132     \markup { (\fraction 1 4 , 0 ) } 4
2133     \grace {
2134       \markup { (\fraction 2 4 , \fraction "-1" 8 ) } 16
2135       \markup { (\fraction 2 4 , \fraction "-1" 16 ) } 16
2136     }
2137     \markup { ( \fraction 2 4 , 0 ) }
2138   }
2139 >>
2140 @end lilypond
2141
2142 The placement of grace notes is synchronized between different staves.
2143 In the following example, there are two sixteenth grace notes for
2144 every eighth grace note
2145
2146 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2147 << \new Staff { e4 \grace { c16[ d e f] } e4 }
2148    \new Staff { c4 \grace { g8[ b] } c4 } >>
2149 @end lilypond
2150
2151 @findex \afterGrace
2152
2153 If you want to end a note with a grace, use the @code{\afterGrace}
2154 command.  It takes two arguments: the main note, and the grace notes
2155 following the main note.
2156
2157 @lilypond[ragged-right, verbatim,relative=2,fragment]
2158 c1 \afterGrace d1 { c16[ d] } c4
2159 @end lilypond
2160
2161 This will put the grace notes after a ``space'' lasting 3/4 of the
2162 length of the main note.  The fraction 3/4 can be changed by setting
2163 @code{afterGraceFraction}, ie.
2164
2165 @example
2166 afterGraceFraction = #(cons 7 8)
2167 @end example
2168
2169 @noindent
2170 will put the grace note at 7/8 of the main note.
2171
2172 The same effect can be achieved manually by doing
2173
2174 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2175 \new Voice {
2176   << { d1^\trill_( }
2177      { s2 \grace { c16[ d] } } >>
2178   c4)
2179 }
2180 @end lilypond
2181
2182 @noindent
2183 By adjusting the duration of the skip note (here it is a half-note),
2184 the space between the main-note and the grace is adjusted.
2185
2186 A @code{\grace} section will introduce special typesetting settings,
2187 for example, to produce smaller type, and set directions.  Hence, when
2188 introducing layout tweaks, they should be inside the grace section,
2189 for example,
2190 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2191 \new Voice {
2192   \acciaccatura {
2193     \stemDown
2194     f16->
2195     \stemNeutral
2196   }
2197   g4
2198 }
2199 @end lilypond
2200
2201 @noindent
2202 The overrides should also be reverted inside the grace section.
2203
2204 The layout of grace sections can be changed throughout the music using
2205 the function @code{add-grace-property}.  The following example
2206 undefines the Stem direction for this grace, so stems do not always
2207 point up.
2208
2209 @example
2210 \new Staff @{
2211   #(add-grace-property 'Voice 'Stem 'direction '())
2212   @dots{}
2213 @}
2214 @end example
2215
2216 @noindent
2217 Another option is to change the variables @code{startGraceMusic},
2218 @code{stopGraceMusic}, @code{startAcciaccaturaMusic},
2219 @code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic},
2220 @code{stopAppoggiaturaMusic}.  More information is in the file
2221 @file{ly/@/grace@/-init@/.ly}.
2222
2223 @noindent
2224 The slash through the stem in acciaccaturas can be obtained
2225 in other situations by @code{\override Stem  #'stroke-style = #"grace"}.
2226
2227 @seealso
2228
2229 Program reference: @internalsref{GraceMusic}.
2230
2231
2232 @refbugs
2233
2234 A score that starts with a @code{\grace} section needs an explicit
2235 @code{\new Voice} declaration, otherwise the main note and the grace
2236 note end up on different staves.
2237
2238 Grace note synchronization can also lead to surprises.  Staff notation,
2239 such as key signatures, bar lines, etc., are also synchronized.  Take
2240 care when you mix staves with grace notes and staves without, for example,
2241
2242 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2243 << \new Staff { e4 \bar "|:" \grace c16 d4 }
2244    \new Staff { c4 \bar "|:" d4 } >>
2245 @end lilypond
2246
2247 @noindent
2248 This can be remedied by inserting grace skips of the corresponding
2249 durations in the other staves. For the above example
2250
2251 @example
2252 \new Staff @{ c4 \bar "|:" \grace s16 d4 @}
2253 @end example
2254
2255 Grace sections should only be used within sequential music
2256 expressions.  Nesting or juxtaposing grace sections is not supported,
2257 and might produce crashes or other errors.
2258
2259
2260
2261 @node Expressive marks
2262 @section Expressive marks
2263
2264 Expressive marks help musicians to bring more to the music than simple
2265 notes and rhythms.
2266
2267 @menu
2268 * Articulations::               
2269 * Fingering instructions::      
2270 * Dynamics::                    
2271 * Breath marks::                
2272 * Trills::                      
2273 * Glissando::                   
2274 * Arpeggio::                    
2275 @end menu
2276
2277
2278 @node Articulations
2279 @subsection Articulations
2280
2281 @cindex Articulations
2282 @cindex scripts
2283 @cindex ornaments
2284
2285 A variety of symbols can appear above and below notes to indicate
2286 different characteristics of the performance.  They are added to a note
2287 by adding a dash and the character signifying the
2288 articulation.  They are demonstrated here
2289
2290 @lilypondfile[quote,ragged-right]{script-abbreviations.ly}
2291
2292 The meanings of these shorthands can be changed.  See
2293 @file{ly/@/script@/-init@/.ly} for examples.
2294
2295 The script is automatically placed, but the direction can be forced as
2296 well.  Like other pieces of LilyPond code, @code{_} will place them
2297 below the staff, and @code{^} will place them above.
2298
2299 @lilypond[quote,ragged-right,fragment,verbatim]
2300 c''4^^ c''4_^
2301 @end lilypond
2302
2303 Other symbols can be added using the syntax
2304 @var{note}@code{\}@var{name}.  Again, they
2305 can be forced up or down using @code{^} and @code{_},
2306 e.g.,
2307
2308 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
2309 c\fermata c^\fermata c_\fermata
2310 @end lilypond
2311
2312 @cindex accent
2313 @cindex marcato
2314 @cindex staccatissimo
2315 @cindex espressivo
2316 @cindex fermata
2317 @cindex stopped
2318 @cindex staccato
2319 @cindex portato
2320 @cindex tenuto
2321 @cindex upbow
2322 @cindex downbow
2323 @cindex foot marks
2324 @cindex organ pedal marks
2325 @cindex turn
2326 @cindex open
2327 @cindex flageolet
2328 @cindex reverseturn
2329 @cindex trill
2330 @cindex prall
2331 @cindex mordent
2332 @cindex prallprall
2333 @cindex prallmordent
2334 @cindex prall, up
2335 @cindex prall, down
2336 @cindex mordent
2337 @cindex thumb marking
2338 @cindex segno
2339 @cindex coda
2340 @cindex varcoda
2341
2342 Here is a chart showing all scripts available,
2343
2344 @lilypondfile[ragged-right,quote]{script-chart.ly}
2345
2346
2347 @commonprop
2348
2349 The vertical ordering of scripts is controlled with the
2350 @code{script-priority} property.  The lower this number, the closer it
2351 will be put to the note.  In this example, the
2352 @internalsref{TextScript} (the sharp symbol) first has the lowest
2353 priority, so it is put lowest in the first example.  In the second, the
2354 prall trill (the @internalsref{Script}) has the lowest, so it is on the
2355 inside.  When two objects have the same priority, the order in which
2356 they are entered decides which one comes first.
2357
2358 @lilypond[verbatim,relative=3,ragged-right,fragment,quote]
2359 \once \override TextScript #'script-priority = #-100
2360 a4^\prall^\markup { \sharp }
2361
2362 \once \override Script #'script-priority = #-100
2363 a4^\prall^\markup { \sharp }
2364 @end lilypond
2365
2366
2367 @seealso
2368
2369 Program reference: @internalsref{Script}.
2370
2371
2372 @refbugs
2373
2374 These signs appear in the printed output but have no effect on the
2375 MIDI rendering of the music.
2376
2377
2378 @node Fingering instructions
2379 @subsection Fingering instructions
2380
2381 @cindex fingering
2382 @cindex finger change
2383
2384 Fingering instructions can be entered using
2385 @example
2386 @var{note}-@var{digit}
2387 @end example
2388 For finger changes, use markup texts
2389
2390 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2391 c4-1 c-2 c-3 c-4
2392 c^\markup { \finger "2 - 3" }
2393 @end lilypond
2394
2395 You can use the thumb-script to indicate that a note should be
2396 played with the thumb (e.g., in cello music)
2397 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2398 <a_\thumb a'-3>8 <b_\thumb b'-3>
2399 @end lilypond
2400
2401 Fingerings for chords can also be added to individual notes
2402 of the chord by adding them after the pitches
2403 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2404 < c-1 e-2 g-3 b-5 >4
2405 @end lilypond
2406
2407
2408 @commonprop
2409
2410 You may exercise greater control over fingering chords by
2411 setting @code{fingeringOrientations}
2412
2413 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2414 \set fingeringOrientations = #'(left down)
2415 <c-1 es-2 g-4 bes-5 > 4
2416 \set fingeringOrientations = #'(up right down)
2417 <c-1 es-2 g-4 bes-5 > 4
2418 @end lilypond
2419
2420 Using this feature, it is also possible to put fingering instructions
2421 very close to note heads in monophonic music,
2422
2423 @lilypond[verbatim,ragged-right,quote,fragment]
2424 \set fingeringOrientations = #'(right)
2425 <es'-2>4
2426 @end lilypond
2427
2428
2429 @seealso
2430
2431 Program reference: @internalsref{Fingering}.
2432
2433 Examples: @inputfileref{input/@/regression,finger@/-chords@/.ly}.
2434
2435
2436 @node Dynamics
2437 @subsection Dynamics
2438
2439 @cindex Dynamics
2440 @findex \pppp
2441 @findex \ppp
2442 @findex \pp
2443 @findex \p
2444 @findex \mp
2445 @findex \mf
2446 @findex \f
2447 @findex \ff
2448 @findex \fff
2449 @findex \ffff
2450 @findex \fp
2451 @findex \sf
2452 @findex \sff
2453 @findex \sp
2454 @findex \spp
2455 @findex \sfz
2456 @findex \rfz
2457
2458 Absolute dynamic marks are specified using a command after a note
2459 @code{c4\ff}.  The available dynamic marks are @code{\ppppp},
2460 @code{\pppp}, @code{\ppp},
2461 @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff},
2462 @code{\fff}, @code{\ffff}, @code{\fp}, @code{\sf}, @code{\sff},
2463 @code{\sp}, @code{\spp}, @code{\sfz}, and @code{\rfz}.
2464
2465 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2466 c\ppp c\pp c \p c\mp c\mf c\f c\ff c\fff
2467 c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz
2468 @end lilypond
2469
2470 @findex \<
2471 @findex \>
2472 @findex \!
2473
2474 A crescendo mark is started with @code{\<} and terminated with
2475 @code{\!} or an absolute dynamic.  A decrescendo is started with
2476 @code{\>} and is also terminated with @code{\!} or an absolute
2477 dynamic.  @code{\cr} and @code{\decr} may be used instead of
2478 @code{\<} and @code{\>}.  Because these marks are bound to notes, you must
2479 use spacer notes if multiple marks are needed during one note
2480
2481 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2482 c\< c\! d\> e\!
2483 << f1 { s4 s4\< s4\! \> s4\! } >>
2484 @end lilypond
2485
2486 @noindent
2487 A hairpin starts at the left edge of the beginning note and ends on the
2488 right edge of the ending note.
2489
2490 In some situations the @code{\espressivo} articulation mark may
2491 be suitable to indicate a crescendo and decrescendo on the one note,
2492
2493 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2494 c2 b4 a g1\espressivo
2495 @end lilypond
2496
2497 This may give rise to very short hairpins.  Use @code{minimum-length}
2498 in @internalsref{Voice}.@internalsref{Hairpin} to lengthen them, for
2499 example
2500
2501 @example
2502 \override Staff.Hairpin #'minimum-length = #5
2503 @end example
2504
2505 @cindex crescendo
2506 @cindex decrescendo
2507 @cindex diminuendo
2508
2509 You can also use a text saying @emph{cresc.} instead of hairpins
2510
2511 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2512 \setTextCresc
2513 c\< d e f\!
2514 \setHairpinCresc
2515 e\> d c b\!
2516 \setTextDecresc
2517 c\> d e f\!
2518 \setTextDim
2519 e\> d c b\!
2520 @end lilypond
2521
2522 You can also supply your own texts
2523 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2524 \set crescendoText = \markup { \italic "cresc. poco" }
2525 \set crescendoSpanner = #'dashed-line
2526 a'2\< a a a\!\mf
2527 @end lilypond
2528
2529 To create new dynamic marks or text that should be aligned
2530 with dynamics, see @ref{New dynamic marks}.
2531
2532
2533 @commonprop
2534
2535 Dynamics that occur at, begin on, or end on, the same note
2536 will be vertically aligned.  If you want to ensure that dynamics
2537 are aligned when they do not occur on the same note, you can
2538 increase the @code{staff-padding} property.
2539
2540 @example
2541 \override DynamicLineSpanner #'staff-padding = #4
2542 @end example
2543
2544 You may also use this property if the dynamics are colliding
2545 with other notation.
2546
2547 Crescendi and decrescendi that end on the first note of a
2548 new line are not printed.  To change this behavior, use
2549
2550 @example
2551 \override Score.Hairpin #'after-line-breaking = ##t
2552 @end example
2553
2554 Text style dynamic changes (such as cresc. and dim.) are printed with a
2555 dashed line showing their extent.  To surpress printing this line, use
2556
2557 @example
2558 \override DynamicTextSpanner #'dash-period = #-1.0
2559 @end example
2560
2561
2562 @refcommands
2563
2564 @findex \dynamicUp
2565 @code{\dynamicUp},
2566 @findex \dynamicDown
2567 @code{\dynamicDown},
2568 @findex \dynamicNeutral
2569 @code{\dynamicNeutral}.
2570
2571
2572 @seealso
2573
2574 Program reference: @internalsref{DynamicText}, @internalsref{Hairpin}.
2575 Vertical positioning of these symbols is handled by
2576 @internalsref{DynamicLineSpanner}.
2577
2578
2579 @node Breath marks
2580 @subsection Breath marks
2581
2582 Breath marks are entered using @code{\breathe}
2583
2584 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2585 c'4 \breathe d4
2586 @end lilypond
2587
2588
2589 @commonprop
2590
2591 The glyph of the breath mark can be tuned by overriding the
2592 @code{text} property of the @code{BreathingSign} layout object with
2593 any markup text.  For example,
2594 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
2595 c'4
2596 \override BreathingSign #'text
2597   = #(make-musicglyph-markup "scripts.rvarcomma")
2598 \breathe
2599 d4
2600 @end lilypond
2601
2602 @seealso
2603
2604 Program reference: @internalsref{BreathingSign}.
2605
2606 Examples: @inputfileref{input/@/regression,breathing@/-sign@/.ly}.
2607
2608
2609 @node Trills
2610 @subsection Trills
2611
2612 Short trills are printed like normal articulation; see @ref{Articulations}.
2613
2614 Long running trills are made with @code{\startTrillSpan} and
2615 @code{\stopTrillSpan},
2616
2617 @lilypond[verbatim,ragged-right,relative=2,quote,fragment]
2618 \new Voice {
2619   << { c1 \startTrillSpan }
2620      { s2. \grace { d16[\stopTrillSpan e] } } >>
2621   c4 }
2622 @end lilypond
2623
2624 @cindex Pitched trills
2625
2626 Trills that should be executed on an explicitly specified pitch can be
2627 typeset with the command @code{pitchedTrill},
2628
2629 @lilypond[ragged-right,verbatim,fragment,relative=1]
2630 \pitchedTrill c4\startTrillSpan fis
2631 f\stopTrillSpan
2632 @end lilypond
2633
2634 The first argument is the main note.  The pitch of the second
2635 is printed as a stemless note head in parentheses.
2636
2637
2638 @refcommands
2639
2640 @code{\startTrillSpan},
2641 @findex \startTrillSpan
2642 @code{\stopTrillSpan}.
2643 @findex \stopTrillSpan
2644
2645
2646 @seealso
2647
2648 Program reference: @internalsref{TrillSpanner}.
2649
2650
2651 @node Glissando
2652 @subsection Glissando
2653
2654 @cindex Glissando
2655 @findex \glissando
2656
2657 A glissando is a smooth change in pitch.  It is denoted by a line or a
2658 wavy line between two notes.  It is requested by attaching
2659 @code{\glissando} to a note
2660
2661 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2662 c2\glissando c'
2663 \override Glissando #'style = #'zigzag
2664 c2\glissando c,
2665 @end lilypond
2666
2667
2668 @seealso
2669
2670 Program reference: @internalsref{Glissando}.
2671
2672 Example files: @file{input/@/regression/@/glissando@/.ly}.
2673
2674
2675 @refbugs
2676
2677 Printing text over the line (such as @emph{gliss.}) is not supported.
2678
2679
2680 @node Arpeggio
2681 @subsection Arpeggio
2682
2683 @cindex Arpeggio
2684 @cindex broken chord
2685 @findex \arpeggio
2686
2687 You can specify an arpeggio sign (also known as broken chord) on a
2688 chord by attaching an @code{\arpeggio} to a chord
2689
2690 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2691 <c e g c>\arpeggio
2692 @end lilypond
2693
2694 A square bracket on the left indicates that the player should not
2695 arpeggiate the chord
2696
2697 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2698 \arpeggioBracket
2699 <c' e g c>\arpeggio
2700 @end lilypond
2701
2702 The direction of the arpeggio is sometimes denoted by adding an
2703 arrowhead to the wiggly line
2704
2705 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2706 \new Voice {
2707   \arpeggioUp
2708   <c e g c>\arpeggio
2709   \arpeggioDown
2710   <c e g c>\arpeggio
2711 }
2712 @end lilypond
2713
2714
2715 @commonprop
2716
2717 When an arpeggio crosses staves, you may attach an arpeggio to the chords
2718 in both staves and set
2719 @internalsref{PianoStaff}.@code{connectArpeggios}
2720
2721 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2722 \new PianoStaff <<
2723   \set PianoStaff.connectArpeggios = ##t
2724   \new Staff { <c' e g c>\arpeggio }
2725   \new Staff { \clef bass <c,, e g>\arpeggio }
2726 >>
2727 @end lilypond
2728
2729
2730 @refcommands
2731
2732 @code{\arpeggio},
2733 @findex \arpeggioUp
2734 @code{\arpeggioUp},
2735 @findex \arpeggioDown
2736 @code{\arpeggioDown},
2737 @findex \arpeggioNeutral
2738 @code{\arpeggioNeutral},
2739 @findex \arpeggioBracket
2740 @code{\arpeggioBracket}.
2741
2742
2743 @seealso
2744
2745 Notation manual: @ref{Ties}, for writing out arpeggios.
2746
2747 Program reference: @internalsref{Arpeggio}.
2748
2749
2750 @refbugs
2751
2752 It is not possible to mix connected arpeggios and unconnected
2753 arpeggios in one @internalsref{PianoStaff} at the same point in time.
2754
2755
2756
2757
2758
2759 @node Repeats
2760 @section Repeats
2761
2762 Repetition is a central concept in music, and multiple notations exist
2763 for repetitions.
2764
2765 @menu
2766 * Repeat types::                
2767 * Repeat syntax::               
2768 * Repeats and MIDI::            
2769 * Manual repeat commands::      
2770 * Tremolo repeats::             
2771 * Tremolo subdivisions::        
2772 * Measure repeats::             
2773 @end menu
2774
2775
2776 @node Repeat types
2777 @subsection Repeat types
2778
2779 @cindex repeats
2780 @findex \repeat
2781
2782 The following types of repetition are supported
2783
2784 @table @code
2785 @item unfold
2786 Repeated music is fully written (played) out.  This is useful when
2787 entering repetitious music.  This is the only kind of repeat that
2788 is included in MIDI output.
2789
2790 @item volta
2791 Repeats are not written out, but alternative endings (volte) are
2792 printed, left to right with brackets.  This is the standard notation
2793 for repeats with alternatives.  These are not played in MIDI output by
2794 default.
2795
2796 @ignore
2797 @item fold
2798 Alternative endings are written stacked.  This has limited use but may be
2799 used to typeset two lines of lyrics in songs with repeats, see
2800 @inputfileref{input,star-spangled-banner@/.ly}.
2801 @end ignore
2802
2803 @item tremolo
2804 Make tremolo beams.  These are not played in MIDI output by default.
2805
2806 @item percent
2807 Make beat or measure repeats.  These look like percent signs.  These
2808 are not played in MIDI output by default.  Percent repeats must be
2809 declared within a Voice context.
2810
2811 @end table
2812
2813
2814 @node Repeat syntax
2815 @subsection Repeat syntax
2816
2817 LilyPond has one syntactic construct for specifying different types of
2818 repeats.  The syntax is
2819
2820 @example
2821 \repeat @var{variant} @var{repeatcount} @var{repeatbody}
2822 @end example
2823
2824 If you have alternative endings, you may add
2825 @findex \alternative
2826 @example
2827 \alternative @{
2828   @var{alternative1}
2829   @var{alternative2}
2830   @var{alternative3}
2831   @dots{}
2832 @}
2833 @end example
2834
2835 @noindent
2836 where each @var{alternative} is a music expression.  If you do not
2837 give enough alternatives for all of the repeats, the first alternative
2838 is assumed to be played more than once.
2839
2840 Standard repeats are used like this
2841 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2842 c1
2843 \repeat volta 2 { c4 d e f }
2844 \repeat volta 2 { f e d c }
2845 @end lilypond
2846
2847 With alternative endings
2848 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2849 c1
2850 \repeat volta 2 {c4 d e f}
2851 \alternative { {d2 d} {f f,} }
2852 @end lilypond
2853
2854 In this example, the first ending is not a complete bar (it
2855 only had 3 beats).  The beginning of the second ending
2856 contains the 4th beat from the first ending.  This ``extra''
2857 beat in the second ending is due to the first time ending,
2858 and has nothing to do with the @code{\partial} at the
2859 beginning of the example.
2860
2861 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2862 \new Staff {
2863   \partial 4
2864   \repeat volta 4 { e | c2 d2 | e2 f2 | }
2865   \alternative { { g4 g g } { a | a a a a | b2. } }
2866 }
2867 @end lilypond
2868
2869 It is possible to shorten volta brackets
2870 by setting @code{voltaSpannerDuration}.  In the next example, the
2871 bracket only lasts one measure, which is a duration of 3/4.
2872
2873 @lilypond[verbatim,ragged-right,quote]
2874 \relative c''{
2875   \time 3/4
2876   c c c
2877   \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4)
2878   \repeat "volta" 5 { d d d }
2879   \alternative { { e e e f f f }
2880   { g g g } }
2881 }
2882 @end lilypond
2883
2884
2885 @seealso
2886
2887 Examples:
2888
2889 Brackets for the repeat are normally only printed over the topmost
2890 staff.  This can be adjusted by setting the @code{voltaOnThisStaff}
2891 property; see @inputfileref{input/@/regression,volta@/-multi@/-staff@/.ly}.
2892
2893
2894 @refbugs
2895
2896 @cindex repeat, ambiguous
2897
2898 A nested repeat like
2899
2900 @example
2901 \repeat @dots{}
2902 \repeat @dots{}
2903 \alternative
2904 @end example
2905
2906 @noindent
2907 is ambiguous, since it is is not clear to which @code{\repeat} the
2908 @code{\alternative} belongs.  This ambiguity is resolved by always
2909 having the @code{\alternative} belong to the inner @code{\repeat}.
2910 For clarity, it is advisable to use braces in such situations.
2911
2912 Timing information is not remembered at the start of an alternative,
2913 so after a repeat timing information must be reset by hand, for
2914 example by setting @code{Score.measurePosition} or entering
2915 @code{\partial}.  Similarly, slurs or ties are also not repeated.
2916
2917
2918 @node Repeats and MIDI
2919 @subsection Repeats and MIDI
2920
2921 @cindex expanding repeats
2922 @findex \unfoldRepeats
2923
2924 With a little bit of tweaking, all types of repeats can be present
2925 in the MIDI output.  This is achieved by applying the
2926 @code{\unfoldRepeats} music function.  This functions changes all
2927 repeats to unfold repeats.
2928
2929 @lilypond[quote,verbatim,fragment,line-width=8.0\cm]
2930 \unfoldRepeats {
2931   \repeat tremolo 8 {c'32 e' }
2932   \repeat percent 2 { c''8 d'' }
2933   \repeat volta 2 {c'4 d' e' f'}
2934   \alternative {
2935     { g' a' a' g' }
2936     {f' e' d' c' }
2937   }
2938 }
2939 \bar "|."
2940 @end lilypond
2941
2942 When creating a score file using @code{\unfoldRepeats} for midi, then
2943 it is necessary to make two @code{\score} blocks.  One for MIDI (with
2944 unfolded repeats) and one for notation (with volta, tremolo, and
2945 percent repeats).  For example,
2946
2947 @example
2948 \score @{
2949   @var{..music..}
2950   \layout @{ .. @}
2951 @}
2952 \score @{
2953   \unfoldRepeats @var{..music..}
2954   \midi @{ .. @}
2955 @}
2956 @end example
2957
2958
2959 @node Manual repeat commands
2960 @subsection Manual repeat commands
2961
2962 @findex repeatCommands
2963
2964 The property @code{repeatCommands} can be used to control the layout of
2965 repeats.  Its value is a Scheme list of repeat commands.
2966
2967 @table @asis
2968 @item @code{start-repeat}
2969 Print a @code{|:} bar line.
2970
2971 @item @code{end-repeat}
2972 Print a @code{:|} bar line.
2973
2974 @item @code{(volta @var{text})}
2975 Print a volta bracket saying @var{text}: The text can be specified as
2976 a text string or as a markup text, see @ref{Text markup}.  Do not
2977 forget to change the font, as the default number font does not contain
2978 alphabetic characters;
2979
2980 @item @code{(volta #f)}
2981 Stop a running volta bracket.
2982 @end table
2983
2984 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
2985 c4
2986   \set Score.repeatCommands = #'((volta "93") end-repeat)
2987 c4 c4
2988   \set Score.repeatCommands = #'((volta #f))
2989 c4 c4
2990 @end lilypond
2991
2992
2993 @seealso
2994
2995 Program reference: @internalsref{VoltaBracket},
2996 @internalsref{RepeatedMusic},
2997 @internalsref{VoltaRepeatedMusic},
2998 @internalsref{UnfoldedRepeatedMusic}, and
2999 @internalsref{FoldedRepeatedMusic}.
3000
3001
3002 @node Tremolo repeats
3003 @subsection Tremolo repeats
3004
3005 @cindex tremolo beams
3006
3007 To place tremolo marks between notes, use @code{\repeat} with tremolo
3008 style
3009 @lilypond[quote,verbatim,ragged-right]
3010 \new Voice \relative c' {
3011   \repeat "tremolo" 8 { c16 d16 }
3012   \repeat "tremolo" 4 { c16 d16 }
3013   \repeat "tremolo" 2 { c16 d16 }
3014 }
3015 @end lilypond
3016
3017 Tremolo marks can also be put on a single note.  In this case, the
3018 note should not be surrounded by braces.
3019 @lilypond[quote,verbatim,ragged-right]
3020 \repeat "tremolo" 4 c'16
3021 @end lilypond
3022
3023 Similar output is obtained using the tremolo subdivision, described in
3024 @ref{Tremolo subdivisions}.
3025
3026
3027 @seealso
3028
3029 In this manual: @ref{Tremolo subdivisions}, @ref{Repeats}.
3030
3031 Program reference: @internalsref{Beam}, @internalsref{StemTremolo}.
3032
3033 Example files: @inputfileref{input/@/regression,chord@/-tremolo@/.ly},
3034 @inputfileref{input/@/regression,stem@/-tremolo@/.ly}.
3035
3036
3037 @node Tremolo subdivisions
3038 @subsection Tremolo subdivisions
3039
3040 @cindex tremolo marks
3041 @findex tremoloFlags
3042
3043 Tremolo marks can be printed on a single note by adding
3044 `@code{:}[@var{number}]' after the note.  The number indicates the
3045 duration of the subdivision, and it must be at least 8.  A
3046 @var{length} value of 8 gives one line across the note stem.  If the
3047 length is omitted, the last value (stored in @code{tremoloFlags}) is
3048 used
3049
3050 @lilypond[quote,ragged-right,verbatim,fragment]
3051 c'2:8 c':32 | c': c': |
3052 @end lilypond
3053
3054
3055 @refbugs
3056
3057 Tremolos entered in this way do not carry over into the MIDI output.
3058
3059
3060 @seealso
3061
3062 In this manual: @ref{Tremolo repeats}.
3063
3064 Elsewhere: @internalsref{StemTremolo}.
3065
3066
3067 @node Measure repeats
3068 @subsection Measure repeats
3069
3070 @cindex percent repeats
3071 @cindex measure repeats
3072
3073 In the @code{percent} style, a note pattern can be repeated.  It is
3074 printed once, and then the pattern is replaced with a special sign.
3075 Patterns of one and two measures are replaced by percent-like signs,
3076 patterns that divide the measure length are replaced by slashes.
3077 Percent repeats must be declared within a @code{Voice} context.
3078
3079 @lilypond[quote,verbatim,ragged-right]
3080 \new Voice \relative c' {
3081   \repeat "percent" 4 { c4 }
3082   \repeat "percent" 2 { c2 es2 f4 fis4 g4 c4 }
3083 }
3084 @end lilypond
3085
3086 Measure repeats of more than 2 measures get a counter, if you switch
3087 on the @code{countPercentRepeats} property,
3088
3089 @lilypond[relative=2,fragment,quote,verbatim,ragged-right]
3090 \new Voice {
3091 \set countPercentRepeats = ##t
3092   \repeat "percent" 4 { c1 }
3093 }
3094 @end lilypond
3095
3096
3097
3098 Isolated percents can also be printed. This is done by putting a multi
3099 measure rest with a different print function,
3100
3101 @lilypond[fragment,verbatim]
3102 \override MultiMeasureRest #'stencil
3103   = #ly:multi-measure-rest::percent
3104 R1
3105 @end lilypond
3106
3107
3108
3109
3110 @seealso
3111
3112 Program reference: @internalsref{RepeatSlash},
3113 @internalsref{PercentRepeat}, @internalsref{DoublePercentRepeat},
3114 @internalsref{DoublePercentRepeatCounter},
3115 @internalsref{PercentRepeatCounter},
3116 @internalsref{PercentRepeatedMusic}.
3117
3118
3119