]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/rhythms.itely
Doc: NR added snippet for Alt Bar Numbering
[lilypond.git] / Documentation / notation / rhythms.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @c \version "2.15.18"
11
12 @node Rhythms
13 @section Rhythms
14
15 @lilypondfile[quote]{rhythms-headword.ly}
16
17 This section discusses rhythms, rests, durations, beaming and bars.
18
19 @menu
20 * Writing rhythms::
21 * Writing rests::
22 * Displaying rhythms::
23 * Beams::
24 * Bars::
25 * Special rhythmic concerns::
26 @end menu
27
28
29 @node Writing rhythms
30 @subsection Writing rhythms
31
32 @menu
33 * Durations::
34 * Tuplets::
35 * Scaling durations::
36 * Ties::
37 @end menu
38
39 @node Durations
40 @unnumberedsubsubsec Durations
41
42 @cindex durations, of notes
43 @cindex note durations
44 @cindex length of notes
45 @cindex note lengths
46
47 @funindex \longa
48 @funindex longa
49 @funindex \breve
50 @funindex breve
51 @funindex \maxima
52 @funindex maxima
53
54 Durations are designated by numbers and dots.  Durations are entered
55 as their reciprocal values.  For example, a quarter note is entered
56 using a @code{4} (since it is a 1/4 note), and a half note is entered
57 using a @code{2} (since it is a 1/2 note).  For notes longer than a
58 whole you must use the @code{\longa} (a double breve) and
59 @code{\breve} commands.  Durations as short as 128th notes may be
60 specified.  Shorter values are possible, but only as beamed notes.
61
62 @c Two 64th notes are needed to obtain beams
63 @lilypond[quote,verbatim,relative=2]
64 \time 8/1
65 c\longa c\breve c1 c2
66 c4 c8 c16 c32 c64 c128 c128
67 @end lilypond
68
69 Here are the same durations with automatic beaming turned off.
70
71 @c not strictly "writing rhythms"; more of a "displaying" thing,
72 @c but it's ok here.  -gp
73 @lilypond[quote,verbatim,relative=2]
74 \time 8/1
75 \autoBeamOff
76 c\longa c\breve c1 c2
77 c4 c8 c16 c32 c64 c128 c128
78 @end lilypond
79
80 A note with the duration of a quadruple breve may be entered with
81 @code{\maxima}, but this is supported only within ancient music
82 notation.  For details, see @ref{Ancient notation}.
83
84 @cindex duration, default
85 @cindex default note duration
86 @cindex note duration, default
87
88 If the duration is omitted, it is set to the previously
89 entered duration.  The default for the first note is a quarter
90 note.
91
92 @lilypond[quote,verbatim,relative=2]
93 a a a2 a a4 a a1 a
94 @end lilypond
95
96 @cindex notes, dotted
97 @cindex dotted notes
98 @cindex notes, double-dotted
99 @cindex double-dotted notes
100
101 @funindex .
102
103 To obtain dotted note lengths, place a dot (@code{.}) after the
104 duration.  Double-dotted notes are specified by appending two
105 dots, and so on.
106
107 @lilypond[quote,verbatim,relative=2]
108 a4 b c4. b8 a4. b4.. c8.
109 @end lilypond
110
111 Some durations cannot be represented with just binary durations
112 and dots; they can be represented only by tying two or more
113 notes together.  For details, see @ref{Ties}.
114
115 For ways of specifying durations for the syllables of lyrics and
116 ways of aligning lyrics to notes, see @ref{Vocal music}.
117
118 Optionally, notes can be spaced strictly proportionately to their
119 duration.  For details of this and other settings which control
120 proportional notation, see @ref{Proportional notation}.
121
122 @funindex \dotsUp
123 @funindex dotsUp
124 @funindex \dotsDown
125 @funindex dotsDown
126 @funindex \dotsNeutral
127 @funindex dotsNeutral
128
129 Dots are normally moved up to avoid staff lines, except in
130 polyphonic situations.  Dots may be manually placed above or below
131 the staff; see @ref{Direction and placement}.
132
133
134 @predefined
135 @code{\autoBeamOn},
136 @code{\autoBeamOff},
137 @code{\dotsUp},
138 @code{\dotsDown},
139 @code{\dotsNeutral}.
140 @endpredefined
141
142
143 @snippets
144
145 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
146 {alternative-breve-note.ly}
147
148 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
149 {changing-the-number-of-augmentation-dots-per-note.ly}
150
151
152 @seealso
153 Music Glossary:
154 @rglos{breve},
155 @rglos{longa},
156 @rglos{maxima},
157 @rglos{note value},
158 @rglos{Duration names notes and rests}.
159
160 Notation Reference:
161 @ref{Automatic beams},
162 @ref{Ties},
163 @ref{Stems},
164 @ref{Writing rhythms},
165 @ref{Writing rests},
166 @ref{Vocal music},
167 @ref{Ancient notation},
168 @ref{Proportional notation}.
169
170 Snippets:
171 @rlsr{Rhythms}.
172
173 Internals Reference:
174 @rinternals{Dots},
175 @rinternals{DotColumn}.
176
177
178 @knownissues
179
180 @c Deliberately duplicated in Durations and Rests.  -gp
181 There is no fundamental limit to rest durations (both in terms of
182 longest and shortest), but the number of glyphs is limited:
183 rests from 128th to maxima (8 x whole) may be printed.
184
185
186 @node Tuplets
187 @unnumberedsubsubsec Tuplets
188
189 @cindex tuplets
190 @cindex triplets
191
192 @funindex \times
193 @funindex times
194
195 Tuplets are made from a music expression by multiplying all the
196 durations with a fraction:
197
198 @example
199 \times @var{fraction} @{ @var{music} @}
200 @end example
201
202 @noindent
203 The duration of @code{@var{music}} will be multiplied by the
204 fraction.  The fraction's denominator will be printed over or
205 under the notes, optionally with a bracket.  The most common
206 tuplet is the triplet in which 3 notes have the duration of 2, so
207 the notes are 2/3 of their written length.
208
209 @lilypond[quote,verbatim,relative=2]
210 a2 \times 2/3 { b4 b b }
211 c4 c \times 2/3 { b4 a g }
212 @end lilypond
213
214 @cindex tuplet bracket placement
215
216 @funindex \tupletUp
217 @funindex tupletUp
218 @funindex \tupletDown
219 @funindex tupletDown
220 @funindex \tupletNeutral
221 @funindex tupletNeutral
222
223 Tuplet brackets may be manually placed above or below the staff;
224 see @ref{Direction and placement}.
225
226 Tuplets may be nested:
227
228 @lilypond[quote,verbatim,relative=2]
229 \autoBeamOff
230 c4 \times 4/5 { f8 e f \times 2/3 { e[ f g] } } f4
231 @end lilypond
232
233 Modifying nested tuplets which begin at the same musical moment
234 must be done with @code{\tweak}.
235
236 To modify the duration of notes without printing a tuplet bracket,
237 see @ref{Scaling durations}.
238
239
240 @predefined
241 @code{\tupletUp},
242 @code{\tupletDown},
243 @code{\tupletNeutral}.
244 @endpredefined
245
246
247 @snippets
248
249 @cindex tuplet formatting
250 @cindex triplet formatting
251
252 @funindex tupletNumberFormatFunction
253 @funindex tupletSpannerDuration
254
255 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
256 {entering-several-tuplets-using-only-one--times-command.ly}
257
258 @cindex Tuplet number changes
259
260 @funindex TupletNumber
261
262 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
263 {changing-the-tuplet-number.ly}
264
265 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
266 {non-default-tuplet-numbers.ly}
267
268 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
269 {controlling-tuplet-bracket-visibility.ly}
270
271 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
272 {permitting-line-breaks-within-beamed-tuplets.ly}
273
274
275 @seealso
276 Music Glossary:
277 @rglos{triplet},
278 @rglos{tuplet},
279 @rglos{polymetric}.
280
281 Learning Manual:
282 @rlearning{Tweaking methods}.
283
284 Notation Reference:
285 @ref{Time administration},
286 @ref{Scaling durations},
287 @ref{The tweak command},
288 @ref{Polymetric notation}.
289
290 Snippets:
291 @rlsr{Rhythms}.
292
293 Internals Reference:
294 @rinternals{TupletBracket},
295 @rinternals{TupletNumber},
296 @rinternals{TimeScaledMusic}.
297
298
299 @cindex grace notes within tuplet brackets
300
301 @knownissues
302 Grace notes may be placed within tuplet brackets, @emph{except}
303 when a staff begins with a grace note followed by a tuplet.  In this
304 particular case, the grace note must be placed before the @code{\times}
305 command to avoid errors.
306
307 @cindex tempo marks within tuplet brackets
308
309 When using a tuplet at the beginning of a piece with a @code{\tempo}
310 mark, the music must be explicitly entered in a @code{\new Voice}
311 block, as discussed in @rlearning{Voices contain music}.
312
313
314 @node Scaling durations
315 @unnumberedsubsubsec Scaling durations
316
317 @cindex scaling durations
318 @cindex durations, scaling
319
320 You can alter the duration of single notes, rests or chords by a
321 fraction @code{N/M} by appending @code{*N/M} (or @code{*N} if @code{M}
322 is 1) to the duration.  This will not affect the appearance of the
323 notes or rests produced, but the altered duration will be used in
324 calculating the position within the measure and setting the duration
325 in the MIDI output.  Multiplying factors may be combined such as
326 @code{*L*M/N}.
327
328 In the following example, the first three notes take up exactly
329 two beats, but no triplet bracket is printed.
330
331 @lilypond[quote,relative=2,verbatim]
332 \time 2/4
333 % Alter durations to triplets
334 a4*2/3 gis4*2/3 a4*2/3
335 % Normal durations
336 a4 a4
337 % Double the duration of chord
338 <a d>4*2
339 % Duration of quarter, appears like sixteenth
340 b16*4 c4
341 @end lilypond
342
343 The duration of spacing notes may also be modified by
344 a multiplier.  This is useful for skipping many measures, e.g.,
345 @code{s1*23}.
346
347 @cindex compressing music
348 @cindex expanding music
349
350 @funindex \scaleDurations
351 @funindex scaleDurations
352
353 Longer stretches of music may be compressed by a fraction in the
354 same way, as if every note, chord or rest had the fraction as a
355 multiplier.  This leaves the appearance of the music unchanged but
356 the internal duration of the notes will be multiplied by the
357 fraction @emph{num}/@emph{den}.  The spaces around the dot are
358 required.  Here is an example showing how music can be compressed
359 and expanded:
360
361 @lilypond[quote,relative=2,verbatim]
362 \time 2/4
363 % Normal durations
364 <c a>4 c8 a
365 % Scale music by *2/3
366 \scaleDurations #'(2 . 3) {
367   <c a f>4. c8 a f
368 }
369 % Scale music by *2
370 \scaleDurations #'(2 . 1) {
371   <c' a>4 c8 b
372 }
373 @end lilypond
374
375 One application of this command is in polymetric
376 notation, see @ref{Polymetric notation}.
377
378
379 @seealso
380 Notation Reference:
381 @ref{Tuplets},
382 @ref{Invisible rests},
383 @ref{Polymetric notation}.
384
385 Snippets:
386 @rlsr{Rhythms}.
387
388
389 @node Ties
390 @unnumberedsubsubsec Ties
391
392 @cindex tie
393
394 @funindex ~
395
396 A tie connects two adjacent note heads of the same pitch.  The tie
397 in effect extends the duration of a note.
398
399 @warning{Ties should not be confused with @emph{slurs}, which
400 indicate articulation, or @emph{phrasing slurs}, which indicate
401 musical phrasing.  A tie is just a way of extending a note
402 duration, similar to the augmentation dot.}
403
404 A tie is entered using the tilde symbol (@code{~}).
405
406 @lilypond[quote,verbatim,relative=2]
407 a2 ~ a
408 @end lilypond
409
410 Ties are used either when the note crosses a bar line, or when
411 dots cannot be used to denote the rhythm.  Ties should also be
412 used when note values cross larger subdivisions of the measure:
413
414 @lilypond[verbatim,quote]
415 \relative c' {
416   r8 c8 ~ c2 r4 |
417   r8^"not" c2 ~ c8 r4
418 }
419 @end lilypond
420
421 If you need to tie many notes across bar lines, it may be
422 easier to use automatic note splitting, see @ref{Automatic note
423 splitting}.  This mechanism automatically splits long notes, and
424 ties them across bar lines.
425
426 @cindex ties and chords
427 @cindex chords and ties
428
429 When a tie is applied to a chord, all note heads whose pitches
430 match are connected.  When no note heads match, no ties will be
431 created.  Chords may be partially tied by placing the tie inside
432 the chord.
433
434 @lilypond[quote,verbatim,relative=1]
435 <c e g> ~ <c e g>
436 <c~ e g~ b> <c e g b>
437 @end lilypond
438
439 @cindex repeating ties
440 @cindex ties, repeating
441 @cindex volta brackets and ties
442 @cindex ties and volta brackets
443
444 @funindex \repeatTie
445 @funindex repeatTie
446
447 When a second alternative of a repeat starts with a tied note, you
448 have to specify the repeated tie as follows:
449
450 @lilypond[quote,relative=2,verbatim]
451 \repeat volta 2 { c g <c e>2 ~ }
452 \alternative {
453   % First alternative: following note is tied normally
454   { <c e>2. r4 }
455   % Second alternative: following note has a repeated tie
456   { <c e>2\repeatTie d4 c } }
457 @end lilypond
458
459 @cindex laissez vibrer
460 @cindex ties, laissez vibrer
461
462 @funindex \laissezVibrer
463 @funindex laissezVibrer
464
465 @notation{L.v.}@: ties (@notation{laissez vibrer}) indicate that
466 notes must not be damped at the end.  It is used in notation for
467 piano, harp and other string and percussion instruments.  They can
468 be entered as follows:
469
470 @lilypond[quote,verbatim,relative=1]
471 <c f g>1\laissezVibrer
472 @end lilypond
473
474 @cindex ties, placement
475
476 @funindex \tieUp
477 @funindex tieUp
478 @funindex \tieDown
479 @funindex tieDown
480 @funindex \tieNeutral
481 @funindex tieNeutral
482
483 Ties may be manually placed above or below the staff; see
484 @ref{Direction and placement}.
485
486 @cindex ties, appearance
487 @cindex ties, dotted
488 @cindex ties, dashed
489 @cindex dashed ties
490 @cindex dotted ties
491
492 @funindex \tieDotted
493 @funindex tieDotted
494 @funindex \tieDashed
495 @funindex tieDashed
496 @funindex \tieSolid
497 @funindex tieSolid
498
499 Ties may be made dashed, dotted, or a combination of solid and
500 dashed.
501
502 @lilypond[quote, verbatim, relative=1]
503 \tieDotted
504 c2 ~ c
505 \tieDashed
506 c2 ~ c
507 \tieHalfDashed
508 c2 ~ c
509 \tieHalfSolid
510 c2 ~ c
511 \tieSolid
512 c2 ~ c
513 @end lilypond
514
515 Custom dash patterns can be specified:
516
517 @lilypond[quote, verbatim, relative=1]
518 \tieDashPattern #0.3 #0.75
519 c2 ~ c
520 \tieDashPattern #0.7 #1.5
521 c2 ~ c
522 \tieSolid
523 c2 ~ c
524 @end lilypond
525
526 Dash pattern definitions for ties have the same structure as dash
527 pattern definitions for slurs. For more information about complex dash
528 patterns, see @rlsr{slurs}.
529
530 Override @var{whiteout} and @var{layer} layout properties for ties that
531 collide with other objects in a staff.
532
533 @lilypond[verbatim,quote,ragged-right,relative=2]
534 \override Tie #'layer = #-2
535 \override Staff.TimeSignature #'layer = #-1
536 \override Staff.KeySignature #'layer = #-1
537 \override Staff.TimeSignature #'whiteout = ##t
538 \override Staff.KeySignature #'whiteout = ##t
539 b2 b~
540 \time 3/4
541 \key a \major
542 b r4
543 @end lilypond
544
545 @predefined
546 @code{\tieUp},
547 @code{\tieDown},
548 @code{\tieNeutral},
549 @code{\tieDotted},
550 @code{\tieDashed},
551 @code{\tieDashPattern},
552 @code{\tieHalfDashed},
553 @code{\tieHalfSolid},
554 @code{\tieSolid}.
555 @endpredefined
556
557 @snippets
558
559 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
560 {using-ties-with-arpeggios.ly}
561
562 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
563 {engraving-ties-manually.ly}
564
565 @seealso
566 Music Glossary:
567 @rglos{tie},
568 @rglos{laissez vibrer}.
569
570 Notation Reference:
571 @ref{Slurs},
572 @ref{Automatic note splitting}.
573
574 Snippets:
575 @rlsr{slurs},
576 @rlsr{Rhythms}.
577
578 Internals Reference:
579 @rinternals{LaissezVibrerTie},
580 @rinternals{LaissezVibrerTieColumn},
581 @rinternals{TieColumn},
582 @rinternals{Tie}.
583
584 @knownissues
585 Switching staves when a tie is active will not produce a slanted tie.
586
587 Changing clefs or ottavations during a tie is not really well-defined.
588 In these cases, a slur may be preferable.
589
590
591 @node Writing rests
592 @subsection Writing rests
593
594 Rests are entered as part of the music in music expressions.
595
596 @menu
597 * Rests::
598 * Invisible rests::
599 * Full measure rests::
600 @end menu
601
602 @node Rests
603 @unnumberedsubsubsec Rests
604
605 @cindex rest
606 @cindex rest, entering durations
607 @cindex maxima rest
608 @cindex longa rest
609 @cindex breve rest
610
611 @funindex \rest
612 @funindex rest
613 @funindex r
614 @funindex \maxima
615 @funindex maxima
616 @funindex \longa
617 @funindex longa
618 @funindex \breve
619 @funindex breve
620
621 Rests are entered like notes with the note name @code{r}.
622 Durations longer than a whole rest use the following predefined
623 commands:
624
625 @c \time 16/1 is used to avoid spurious bar lines
626 @c and long tracts of empty measures
627 @lilypond[quote,verbatim,relative=2]
628 \new Staff {
629   % These two lines are just to prettify this example
630   \time 16/1
631   \override Staff.TimeSignature #'stencil = ##f
632   % Print a maxima rest, equal to four breves
633   r\maxima
634   % Print a longa rest, equal to two breves
635   r\longa
636   % Print a breve rest
637   r\breve
638   r1 r2 r4 r8 r16 r32 r64 r128
639 }
640 @end lilypond
641
642 @cindex rest, multi-measure
643 @cindex rest, whole-measure
644
645 Whole measure rests, centered in the middle of the measure, must be
646 entered as multi-measure rests.  They can be used for a single
647 measure as well as many measures and are discussed in
648 @ref{Full measure rests}.
649
650 @cindex rest, specifying vertical position
651
652 To explicitly specify a rest's vertical position, write a note
653 followed by @code{\rest}.  A rest of the duration of the note will
654 be placed at the staff position where the note would appear.  This
655 allows for precise manual formatting of polyphonic music, since the
656 automatic rest collision formatter will not move these rests.
657
658 @lilypond[quote,verbatim,relative=2]
659 a4\rest d4\rest
660 @end lilypond
661
662 @snippets
663
664 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
665 {rest-styles.ly}
666
667
668 @seealso
669 Music Glossary:
670 @rglos{breve},
671 @rglos{longa},
672 @rglos{maxima}.
673
674 Notation Reference:
675 @ref{Full measure rests}.
676
677 Snippets:
678 @rlsr{Rhythms}.
679
680 Internals Reference:
681 @rinternals{Rest}.
682
683
684 @knownissues
685
686 @c Deliberately duplicated in Durations and Rests.  -gp
687 There is no fundamental limit to rest durations (both in terms of
688 longest and shortest), but the number of glyphs is limited: there
689 are rests from 128th to maxima (8 x whole).
690
691
692 @node Invisible rests
693 @unnumberedsubsubsec Invisible rests
694
695 @cindex skip
696 @cindex invisible rest
697 @cindex rest, invisible
698 @cindex spacer note
699 @cindex spacer rest
700
701 @funindex s
702 @funindex \skip
703 @funindex skip
704
705 An invisible rest (also called a @q{spacer rest}) can be entered
706 like a note with the note name@tie{}@code{s}:
707
708 @lilypond[verbatim,quote,relative=2]
709 c4 c s c
710 s2 c
711 @end lilypond
712
713 @cindex lyrics, skip
714
715 Spacer rests are available only in note mode and chord mode.  In
716 other situations, for example, when entering lyrics, the
717 command @code{\skip} is used to skip a musical moment.
718 @code{\skip} requires an explicit duration, but this is ignored if
719 the lyrics derive their durations from the notes in an associated
720 melody through @code{\addlyrics} or @code{\lyricsto}.
721
722 @lilypond[quote,verbatim,relative=2]
723 <<
724   {
725     a2 \skip2 a2 a2
726   }
727   \new Lyrics {
728     \lyricmode {
729       foo2 \skip 1 bla2
730     }
731   }
732 >>
733 @end lilypond
734
735 Because @code{\skip} is a command, it does not affect the default
736 durations of following notes, unlike@tie{}@code{s}.
737
738 @lilypond[quote,verbatim,relative=2]
739 <<
740   {
741     \repeat unfold 8 { a4 }
742   }
743   {
744     a4 \skip 2 a |
745     s2 a
746   }
747 >>
748 @end lilypond
749
750
751 A spacer rest implicitly causes @code{Staff} and @code{Voice}
752 contexts to be created if none exist, just like notes and rests
753 do:
754
755 @lilypond[quote,verbatim,relative=2]
756 s1 s s
757 @end lilypond
758
759 @code{\skip} simply skips musical time; it creates no output of
760 any kind.
761
762 @lilypond[quote,verbatim,relative=2]
763 % This is valid input, but does nothing
764 \skip 1 \skip1 \skip 1
765 @end lilypond
766
767
768 @seealso
769 Learning Manual:
770 @rlearning{Visibility and color of objects}.
771
772 Notation Reference:
773 @ref{Hidden notes},
774 @ref{Visibility of objects}.
775
776 Snippets:
777 @rlsr{Rhythms}.
778
779 Internals Reference:
780 @rinternals{SkipMusic}.
781
782
783 @node Full measure rests
784 @unnumberedsubsubsec Full measure rests
785
786 @cindex multi-measure rests
787 @cindex full-measure rests
788 @cindex rest, multi-measure
789 @cindex rest, full-measure
790 @cindex whole rest for a full measure
791 @cindex rest, whole for a full measure
792
793 @funindex R
794
795 Rests for one or more full measures are entered like notes with
796 the note name uppercase @code{R}:
797
798 @lilypond[quote,verbatim,relative=2]
799 % Rest measures contracted to single measure
800 \compressFullBarRests
801 R1*4
802 R1*24
803 R1*4
804 b2^"Tutti" b4 a4
805 @end lilypond
806
807 The duration of full-measure rests is identical to the duration
808 notation used for notes.  The duration in a multi-measure rest must
809 always be an integral number of measure-lengths, so augmentation dots
810 or fractions must often be used:
811
812 @lilypond[quote,verbatim,relative=2]
813 \compressFullBarRests
814 \time 2/4
815 R1 | R2 |
816 \time 3/4
817 R2. | R2.*2 |
818 \time 13/8
819 R1*13/8 | R1*13/8*12 |
820 \time 10/8
821 R4*5*4 |
822 @end lilypond
823
824 A full-measure rest is printed as either a whole or breve rest,
825 centered in the measure, depending on the time signature.
826
827 @lilypond[quote,verbatim,relative=2]
828 \time 4/4
829 R1 |
830 \time 6/4
831 R1*3/2 |
832 \time 8/4
833 R1*2 |
834 @end lilypond
835
836 @cindex multi-measure rest, expanding
837 @cindex multi-measure rest, contracting
838
839 @funindex \expandFullBarRests
840 @funindex expandFullBarRests
841 @funindex \compressFullBarRests
842 @funindex compressFullBarRests
843
844 By default a multi-measure rest is expanded in the printed score to
845 show all the rest measures explicitly.  Alternatively, a multi-measure
846 rest can be shown as a single measure containing a multi-measure rest
847 symbol, with the number of measures of rest printed above the measure:
848
849 @lilypond[quote,verbatim,relative=2]
850 % Default behavior
851 \time 3/4 r2. | R2.*2 |
852 \time 2/4 R2 |
853 \time 4/4
854 % Rest measures contracted to single measure
855 \compressFullBarRests
856 r1 | R1*17 | R1*4 |
857 % Rest measures expanded
858 \expandFullBarRests
859 \time 3/4
860 R2.*2 |
861 @end lilypond
862
863
864 @cindex text on multi-measure rest
865 @cindex multi-measure rest, attaching text
866 @cindex script on multi-measure rest
867 @cindex multi-measure rest, script
868 @cindex fermata on multi-measure rest
869 @cindex multi-measure rest, attaching fermata
870 @cindex markup on multi-measure rest
871 @cindex multi-measure rest with markup
872
873 @funindex \fermataMarkup
874 @funindex fermataMarkup
875 @funindex MultiMeasureRestText
876
877 Markups can be added to multi-measure rests.
878 The predefined command @code{\fermataMarkup}
879 is provided for adding fermatas.
880
881 @lilypond[quote,verbatim,relative=2]
882 \compressFullBarRests
883 \time 3/4
884 R2.*10^\markup { \italic "ad lib." }
885 R2.^\fermataMarkup
886 @end lilypond
887
888 @warning{Markups attached to a multi-measure rest are objects of type
889 @code{MultiMeasureRestText}, not @code{TextScript}.  Overrides must
890 be directed to the correct object, or they will be ignored.  See the
891 following example:}
892
893 @lilypond[quote,verbatim,relative=2]
894 % This fails, as the wrong object name is specified
895 \override TextScript #'padding = #5
896 R1^"wrong"
897 % This is the correct object name to be specified
898 \override MultiMeasureRestText #'padding = #5
899 R1^"right"
900 @end lilypond
901
902 When a multi-measure rest immediately follows a @code{\partial}
903 setting, resulting bar-check warnings may not be displayed.
904
905
906 @funindex \textLengthOn
907 @funindex textLengthOn
908 @funindex \textLengthOff
909 @funindex textLengthOff
910 @funindex \fermataMarkup
911 @funindex fermataMarkup
912 @funindex \compressFullBarRests
913 @funindex compressFullBarRests
914 @funindex \expandFullBarRests
915 @funindex expandFullBarRests
916
917 @predefined
918 @code{\textLengthOn},
919 @code{\textLengthOff},
920 @code{\fermataMarkup},
921 @code{\compressFullBarRests},
922 @code{\expandFullBarRests}.
923 @endpredefined
924
925
926 @snippets
927
928 @cindex church rest
929 @cindex rest, church
930 @cindex kirchenpausen
931
932 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
933 {changing-form-of-multi-measure-rests.ly}
934
935 @cindex multi-measure rests, positioning
936 @cindex positioning multi-measure rests
937
938 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
939 {positioning-multi-measure-rests.ly}
940
941 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
942 {multi-measure-rest-markup.ly}
943
944
945 @seealso
946 Music Glossary:
947 @rglos{multi-measure rest}.
948
949 Notation Reference:
950 @ref{Durations},
951 @ref{Text},
952 @ref{Formatting text},
953 @ref{Text scripts}.
954
955 Snippets:
956 @rlsr{Rhythms}.
957
958 Internals Reference:
959 @rinternals{MultiMeasureRest},
960 @rinternals{MultiMeasureRestNumber},
961 @rinternals{MultiMeasureRestText}.
962
963
964 @cindex fingerings and multi-measure rests
965 @cindex multi-measure rests and fingerings
966
967 @knownissues
968 Fingerings over multi-measure rests (e.g. @code{R1*10-4}) may result
969 in the fingering numeral colliding with the bar counter
970 numeral.
971
972 @cindex condensing rests
973 @cindex rest, condensing ordinary
974
975 There is no way to automatically condense multiple ordinary rests
976 into a single multi-measure rest.
977
978 @cindex rest, collisions of
979
980 Multi-measure rests do not take part in rest collisions.
981
982 @node Displaying rhythms
983 @subsection Displaying rhythms
984
985 @menu
986 * Time signature::
987 * Metronome marks::
988 * Upbeats::
989 * Unmetered music::
990 * Polymetric notation::
991 * Automatic note splitting::
992 * Showing melody rhythms::
993 @end menu
994
995 @node Time signature
996 @unnumberedsubsubsec Time signature
997
998 @cindex time signature
999 @cindex meter
1000
1001 @funindex \time
1002 @funindex time
1003
1004 The time signature is set as follows:
1005
1006 @lilypond[quote,verbatim,relative=2]
1007 \time 2/4 c2
1008 \time 3/4 c2.
1009 @end lilypond
1010
1011 @cindex time signature, visibility of
1012
1013 Time signatures are printed at the beginning of a piece
1014 and whenever the time signature changes.  If a change takes place
1015 at the end of a line a warning time signature sign is printed
1016 there.  This default behavior may be changed, see
1017 @ref{Visibility of objects}.
1018
1019 @lilypond[quote,verbatim,relative=2]
1020 \time 2/4
1021 c2 c
1022 \break
1023 c c
1024 \break
1025 \time 4/4
1026 c c c c
1027 @end lilypond
1028
1029 @cindex time signature style
1030 @cindex meter style
1031
1032 @funindex \numericTimeSignature
1033 @funindex numericTimeSignature
1034 @funindex \defaultTimeSignature
1035 @funindex defaultTimeSignature
1036
1037 The time signature symbol that is used in 2/2 and 4/4 time can be
1038 changed to a numeric style:
1039
1040 @lilypond[quote,verbatim,relative=2]
1041 % Default style
1042 \time 4/4 c1
1043 \time 2/2 c1
1044 % Change to numeric style
1045 \numericTimeSignature
1046 \time 4/4 c1
1047 \time 2/2 c1
1048 % Revert to default style
1049 \defaultTimeSignature
1050 \time 4/4 c1
1051 \time 2/2 c1
1052 @end lilypond
1053
1054
1055 Mensural time signatures are covered in
1056 @ref{Mensural time signatures}.
1057
1058 @cindex time signature default settings
1059 @cindex autobeaming properties for time signatures
1060 @cindex beaming, time signature default properties
1061 @funindex \overrideTimeSignatureSettings
1062
1063 In addition to setting the printed time signature, the @code{\time}
1064 command also sets time-signature-based default values for the properties
1065 @code{baseMoment}, @code{beatStructure}, and @code{beamExceptions}.  The
1066 predefined default values for these properties can be found in
1067 @file{scm/time-signature-settings.scm}.  The existing default values can
1068 be changed, or new default values can be added:
1069
1070 @lilypond[quote,verbatim]
1071 \score {
1072   \new Staff {
1073     \relative c' {
1074       \overrideTimeSignatureSettings
1075         #'(4 . 4)  % timeSignatureFraction
1076         #'(1 . 4)  % baseMomentFraction
1077         #'(3 1)    % beatStructure
1078         #'()       % beamExceptions
1079       \time 4/4
1080       \repeat unfold 8 { c8 } |
1081     }
1082   }
1083 }
1084 @end lilypond
1085
1086 @code{\overrideTimeSignatureSettings} takes four arguments:
1087
1088 @enumerate
1089
1090 @item
1091 @code{@var{timeSignatureFraction}}, a Scheme pair describing the
1092 time signature.
1093
1094 @item
1095 @code{@var{baseMomentFraction}}, a Scheme pair containing the numerator
1096 and denominator of the basic timing unit for the time signature.
1097
1098 @item
1099 @code{@var{beatStructure}}, a Scheme list indicating the structure
1100 of the beats in the measure, in units of the base moment.
1101
1102 @item
1103 @code{@var{beamExceptions}}, an alist containing any beaming rules
1104 for the time signature that go beyond ending at every beat, as
1105 described in @ref{Setting automatic beam behavior}.
1106 @end enumerate
1107
1108 The context containing @code{\overrideTimeSignatureSettings} must
1109 be instantiated before the @code{\overrideTimeSignatureSettings}
1110 call is executed.  That means it must either be explicitly
1111 instantiated or there must be music in the context before the
1112 @code{\overrideTimeSignatureSettings} call:
1113
1114 @lilypond[quote,verbatim]
1115 \score {
1116   \relative c' {
1117     % This call will fail because the context isn't yet instantiated
1118     \overrideTimeSignatureSettings
1119       #'(4 . 4)  % timeSignatureFraction
1120       #'(1 . 4)  % baseMomentFraction
1121       #'(3 1)    % beatStructure
1122       #'()       % beamExceptions
1123     \time 4/4
1124     c8^\markup {"Beamed (2 2)"}
1125     \repeat unfold 7 { c8 } |
1126     % This call will succeed
1127     \overrideTimeSignatureSettings
1128       #'(4 . 4)  % timeSignatureFraction
1129       #'(1 . 4)  % baseMomentFraction
1130       #'(3 1)    % beatStructure
1131       #'()       % beamExceptions
1132     \time 4/4
1133     c8^\markup {"Beamed (3 1)"}
1134     \repeat unfold 7 { c8 } |
1135   }
1136 }
1137 @end lilypond
1138
1139
1140 @cindex time signature properties, restoring default values
1141 @cindex restoring default properties for time signatures
1142 @funindex \revertTimeSignatureSettings
1143
1144 Changed values of default time signature properties can be restored
1145 to the original values:
1146
1147 @lilypond[quote,verbatim]
1148 \score{
1149   \relative c' {
1150     \repeat unfold 8 { c8 } |
1151     \overrideTimeSignatureSettings
1152       #'(4 . 4)  % timeSignatureFraction
1153       #'(1 . 4)  % baseMomentFraction
1154       #'(3 1)    % beatStructure
1155       #'()       % beamExceptions
1156     \time 4/4
1157     \repeat unfold 8 { c8 } |
1158     \revertTimeSignatureSettings #'(4 . 4)
1159     \time 4/4
1160     \repeat unfold 8 { c8 } |
1161   }
1162 }
1163 @end lilypond
1164
1165 Different values of default time signature properties can be established
1166 for different staves by moving the @code{Timing_translator} and the
1167 @code{Default_bar_line_engraver} from the @code{Score} context to the
1168 @code{Staff} context.
1169
1170 @lilypond[quote, verbatim]
1171 \score {
1172   \new StaffGroup <<
1173      \new Staff {
1174         \overrideTimeSignatureSettings
1175           #'(4 . 4)  % timeSignatureFraction
1176           #'(1 . 4)  % baseMomentFraction
1177           #'(3 1)    % beatStructure
1178           #'()       % beamExceptions
1179         \time 4/4
1180         \repeat unfold 8 {c''8}
1181      }
1182      \new Staff {
1183         \overrideTimeSignatureSettings
1184           #'(4 . 4)  % timeSignatureFraction
1185           #'(1 . 4)  % baseMomentFraction
1186           #'(1 3)    % beatStructure
1187           #'()       % beamExceptions
1188         \time 4/4
1189         \repeat unfold 8 {c''8}
1190      }
1191   >>
1192   \layout {
1193     \context {
1194       \Score
1195       \remove "Timing_translator"
1196       \remove "Default_bar_line_engraver"
1197     }
1198     \context {
1199       \Staff
1200       \consists "Timing_translator"
1201       \consists "Default_bar_line_engraver"
1202     }
1203   }
1204 }
1205 @end lilypond
1206
1207 @predefined
1208 @code{\numericTimeSignature},
1209 @code{\defaultTimeSignature}.
1210 @endpredefined
1211
1212
1213 @snippets
1214 @lilypondfile[verbatim,quote,texidoc,doctitle]
1215 {time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly}
1216
1217
1218 @seealso
1219 Music Glossary:
1220 @rglos{time signature}
1221
1222 Notation Reference:
1223 @ref{Mensural time signatures},
1224 @ref{Time administration}.
1225
1226 Snippets:
1227 @rlsr{Rhythms}.
1228
1229 Internals Reference:
1230 @rinternals{TimeSignature},
1231 @rinternals{Timing_translator}.
1232
1233 @node Metronome marks
1234 @unnumberedsubsubsec Metronome marks
1235
1236 @cindex tempo
1237 @cindex beats per minute
1238 @cindex metronome mark
1239 @cindex metronome marking with text
1240
1241 @funindex \tempo
1242 @funindex tempo
1243
1244 A basic metronome mark is simple to write:
1245
1246 @lilypond[verbatim,quote,relative=1]
1247 \tempo 4 = 120
1248 c2 d
1249 e4. d8 c2
1250 @end lilypond
1251
1252 Metronome marks may also be printed as a range of two numbers:
1253
1254 @lilypond[verbatim,quote,relative=1]
1255 \tempo 4 = 40 ~ 46
1256 c4. e8 a4 g
1257 b,2 d4 r
1258 @end lilypond
1259
1260 Tempo indications with text can be used instead:
1261
1262 @lilypond[verbatim,quote,relative=2]
1263 \tempo "Allegretto"
1264 c4 e d c
1265 b4. a16 b c4 r4
1266 @end lilypond
1267
1268 Combining a metronome mark and text will automatically place the
1269 metronome mark within parentheses:
1270
1271 @lilypond[verbatim,quote,relative=2]
1272 \tempo "Allegro" 4 = 160
1273 g4 c d e
1274 d4 b g2
1275 @end lilypond
1276
1277 In general, the text can be any markup object:
1278
1279 @lilypond[verbatim,quote,relative=2]
1280 \tempo \markup { \italic Faster } 4 = 132
1281 a8-. r8 b-. r gis-. r a-. r
1282 @end lilypond
1283
1284 A parenthesized metronome mark with no textual indication may be
1285 written by including an empty string in the input:
1286
1287 @lilypond[verbatim,quote,relative=2]
1288 \tempo "" 8 = 96
1289 d4 g e c
1290 @end lilypond
1291
1292
1293 @snippets
1294
1295 @lilypondfile[verbatim,quote,texidoc,doctitle]
1296 {printing-metronome-and-rehearsal-marks-below-the-staff.ly}
1297
1298 @c perhaps also an example of how to move it horizontally?
1299
1300 @lilypondfile[verbatim,quote,texidoc,doctitle]
1301 {changing-the-tempo-without-a-metronome-mark.ly}
1302
1303 @lilypondfile[verbatim,quote,texidoc,doctitle]
1304 {creating-metronome-marks-in-markup-mode.ly}
1305
1306 For more details, see @ref{Formatting text}.
1307
1308
1309 @seealso
1310 Music Glossary:
1311 @rglos{metronome},
1312 @rglos{metronomic indication},
1313 @rglos{tempo indication},
1314 @rglos{metronome mark}.
1315
1316 Notation Reference:
1317 @ref{Formatting text},
1318 @ref{MIDI output}.
1319
1320 Snippets:
1321 @rlsr{Staff notation}.
1322
1323 Internals Reference:
1324 @rinternals{MetronomeMark}.
1325
1326
1327 @node Upbeats
1328 @unnumberedsubsubsec Upbeats
1329
1330 @cindex anacrusis
1331 @cindex upbeat
1332 @cindex partial measure
1333 @cindex measure, partial
1334 @cindex pickup measure
1335 @cindex measure, change length
1336
1337 @funindex measurePosition
1338 @funindex \partial
1339 @funindex partial
1340
1341 Partial or pick-up measures, such as an anacrusis or upbeat, are
1342 entered using the @code{\partial} command, with the syntax
1343
1344 @example
1345 \partial @var{duration}
1346 @end example
1347
1348 @noindent
1349 where @code{@var{duration}} is the rhythmic length of the
1350 remaining interval of the current measure before the start of the
1351 next.
1352
1353 @lilypond[quote,verbatim,relative=2]
1354 \partial 4 e4 |
1355 a2. c,4 |
1356 @end lilypond
1357
1358 The partial measure can be any duration less than the full measure:
1359
1360 @lilypond[quote,verbatim,relative=2]
1361 \partial 8*3 c8 d e |
1362 a2. c,4 |
1363 @end lilypond
1364
1365 Internally, @code{\partial @var{duration}} is translated into:
1366
1367 @example
1368 \set Timing.measurePosition -@var{duration}
1369 @end example
1370
1371 For example, @code{\partial 8*3} becomes:
1372
1373 @example
1374 \set Timing.measurePosition = #(ly:make-moment -3 8)
1375 @end example
1376
1377 The property @code{measurePosition} contains a rational number
1378 indicating how much of the measure has passed at this point.  Note
1379 that this is set to a negative number by the @code{\partial} command:
1380 i.e., @code{\partial 4} is internally translated to @w{@code{-4}}, meaning
1381 @qq{there is a quarter note left in the measure.}
1382
1383 @seealso
1384 Music Glossary:
1385 @rglos{anacrusis}.
1386
1387 Notation Reference:
1388 @ref{Grace notes}.
1389
1390 Snippets:
1391 @rlsr{Rhythms}.
1392
1393 Internal Reference:
1394 @rinternals{Timing_translator}.
1395
1396 @knownissues
1397
1398 The @code{\partial} command is intended to be used only at the
1399 beginning of a piece.  If you use it after the beginning, some
1400 odd warnings or effects may occur, in this case use
1401 @code{\set Timing.measurePosition} instead.
1402
1403 @node Unmetered music
1404 @unnumberedsubsubsec Unmetered music
1405
1406 @cindex bar lines, turning off
1407 @cindex bar numbering, turning off
1408 @cindex cadenza
1409 @cindex unmetered music
1410
1411 @funindex \cadenzaOn
1412 @funindex cadenzaOn
1413 @funindex \cadenzaOff
1414 @funindex cadenzaOff
1415
1416 Bar lines and bar numbers are calculated automatically.  For
1417 unmetered music (some cadenzas, for example), this is not desirable.
1418 To turn off automatic calculation of bar lines and bar numbers,
1419 use the command @code{\cadenzaOn}, and use @code{\cadenzaOff}
1420 to turn them on again.
1421
1422 @lilypond[verbatim,relative=2,quote]
1423 c4 d e d
1424 \cadenzaOn
1425 c4 c d8[ d d] f4 g4.
1426 \cadenzaOff
1427 \bar "|"
1428 d4 e d c
1429 @end lilypond
1430
1431 Bar numbering is resumed at the end of the cadenza as if the
1432 cadenza were not there:
1433
1434 @lilypond[verbatim,relative=2,quote]
1435 % Show all bar numbers
1436 \override Score.BarNumber #'break-visibility = #all-visible
1437 c4 d e d
1438 \cadenzaOn
1439 c4 c d8[ d d] f4 g4.
1440 \cadenzaOff
1441 \bar "|"
1442 d4 e d c
1443 @end lilypond
1444
1445 @cindex beams, in cadenzas
1446 @cindex beams, in unmetered music
1447 @cindex cadenza, with beams
1448 @cindex unmetered music, with beams
1449
1450 Automatic beaming is disabled by @code{\cadenzaOn} and enabled
1451 by @code{\cadenzaOff}.  Therefore, all beaming in cadenzas
1452 must be entered manually (@ref{Manual beams}).
1453
1454 @lilypond[verbatim,relative=2,quote]
1455 \repeat unfold 8 { c8 }
1456 \cadenzaOn
1457 \repeat unfold 5 { c8 }
1458 \bar"|"
1459 \cadenzaOff
1460 \repeat unfold 8 { c8 }
1461 @end lilypond
1462
1463 Note that these predefined commands affect all staves in the
1464 score, even when they are placed in just one @code{Voice}
1465 context.  To change this, move the @code{Timing_translator}
1466 from the @code{Score} context to the @code{Staff} context, as
1467 shown in @ref{Polymetric notation}.
1468
1469 @predefined
1470 @code{\cadenzaOn},
1471 @code{\cadenzaOff}.
1472 @endpredefined
1473
1474
1475 @seealso
1476 Music Glossary:
1477 @rglos{cadenza}.
1478
1479 Notation Reference:
1480 @ref{Visibility of objects},
1481 @ref{Polymetric notation},
1482 @ref{Manual beams}.
1483
1484 Snippets:
1485 @rlsr{Rhythms}.
1486
1487
1488 @cindex cadenza line breaks
1489 @cindex cadenza page breaks
1490 @cindex unmetered music, line breaks
1491 @cindex unmetered music, page breaks
1492 @cindex breaks in unmetered music
1493 @cindex line breaks in cadenzas
1494 @cindex page breaks in cadenzas
1495 @cindex line breaks in unmetered music
1496 @cindex page breaks in unmetered music
1497
1498 @knownissues
1499
1500 LilyPond will insert line breaks and page breaks only at a
1501 bar line.  Unless the unmetered music ends before the end of the
1502 staff line, you will need to insert invisible bar lines with
1503
1504 @example
1505 \bar ""
1506 @end example
1507
1508 @noindent
1509 to indicate where breaks can occur.
1510
1511 You should explicitly create a @code{Voice} context when starting a
1512 piece with @code{\cadenzaOn}, otherwise strange errors may occur.
1513
1514 @example
1515 \new Voice @{
1516   \relative c' @{
1517     \cadenzaOn
1518     c16[^"Solo Free Time" d e f] g2.
1519     \bar "||"
1520     \cadenzaOff
1521   @}
1522 @}
1523 @end example
1524
1525
1526 @node Polymetric notation
1527 @unnumberedsubsubsec Polymetric notation
1528
1529 @c This section necessarily uses \set
1530 @c This is acceptable  -td
1531
1532 @cindex double time signatures
1533 @cindex signatures, polymetric
1534 @cindex time signatures, polymetric
1535 @cindex time signatures, double
1536 @cindex polymetric signatures
1537 @cindex meter, polymetric
1538
1539 @funindex timeSignatureFraction
1540 @funindex \scaleDurations
1541 @funindex scaleDurations
1542 @funindex \times
1543 @funindex times
1544
1545 Polymetric notation is supported explicitly or by manually modifying the
1546 visible time signature symbol and/or scaling note durations.
1547
1548 @subsubheading Different time signatures with equal-length measures
1549
1550 Set a common time signature for each staff, and set the
1551 @code{timeSignatureFraction} to the desired fraction.  Then use the
1552 @code{\scaleDurations} function to scale the durations of the notes in
1553 each staff to the common time signature.
1554
1555 @cindex beams, with polymetric meters
1556 @cindex polymetric meters, with beams
1557
1558 In the following example, music with the time signatures of 3/4, 9/8 and
1559 10/8 are used in parallel.  In the second staff, shown durations are
1560 multiplied by 2/3 (because 2/3 * 9/8 = 3/4) and in the third staff, the
1561 shown durations are multiplied by 3/5 (because 3/5 * 10/8 = 3/4).  It
1562 may be necessary to insert beams manually, as the duration scaling will
1563 affect the autobeaming rules.
1564
1565 @lilypond[quote,verbatim]
1566 \relative c' <<
1567   \new Staff {
1568     \time 3/4
1569     c4 c c |
1570     c4 c c |
1571   }
1572   \new Staff {
1573     \time 3/4
1574     \set Staff.timeSignatureFraction = #'(9 . 8)
1575     \scaleDurations #'(2 . 3)
1576       \repeat unfold 6 { c8[ c c] }
1577   }
1578   \new Staff {
1579     \time 3/4
1580     \set Staff.timeSignatureFraction = #'(10 . 8)
1581     \scaleDurations #'(3 . 5) {
1582       \repeat unfold 2 { c8[ c c] }
1583       \repeat unfold 2 { c8[ c] } |
1584       c4. c \times 2/3 { c8[ c c] } c4
1585     }
1586   }
1587 >>
1588 @end lilypond
1589
1590 @subsubheading Different time signatures with unequal-length measures
1591
1592 Each staff can be given its own independent time signature by
1593 moving the @code{Timing_translator} and the
1594 @code{Default_bar_line_engraver} to the @code{Staff} context.
1595
1596 @lilypond[quote,verbatim]
1597 \layout {
1598   \context {
1599     \Score
1600     \remove "Timing_translator"
1601     \remove "Default_bar_line_engraver"
1602   }
1603   \context {
1604     \Staff
1605     \consists "Timing_translator"
1606     \consists "Default_bar_line_engraver"
1607   }
1608 }
1609
1610 % Now each staff has its own time signature.
1611
1612 \relative c' <<
1613   \new Staff {
1614     \time 3/4
1615     c4 c c |
1616     c4 c c |
1617   }
1618   \new Staff {
1619     \time 2/4
1620     c4 c |
1621     c4 c |
1622     c4 c |
1623   }
1624   \new Staff {
1625     \time 3/8
1626     c4. |
1627     c8 c c |
1628     c4. |
1629     c8 c c |
1630   }
1631 >>
1632 @end lilypond
1633
1634 @funindex \compoundMeter
1635 @cindex compound time signatures
1636 @cindex time signature, compound
1637
1638 @subsubheading Compound time signatures
1639
1640 These are created using the @code{\compoundMeter} function.  The syntax
1641 for this is:
1642
1643 @example
1644 \compoundMeter #'@code{(list of lists)}
1645 @end example
1646
1647 The simplest construction is a single list, where the @emph{last} number
1648 indicates the bottom number of the time signature and those that come
1649 before it, the top numbers.
1650
1651 @lilypond[quote,verbatim]
1652 \relative c' {
1653   \compoundMeter #'((2 2 2 8))
1654   \repeat unfold 6 c8 \repeat unfold 12 c16
1655 }
1656 @end lilypond
1657
1658 More complex meters can be constructed using additional lists.  Also,
1659 automatic beaming settings will be adjusted depending on the values.
1660
1661 @lilypond[quote,verbatim]
1662 \relative c' {
1663   \compoundMeter #'((1 4) (3 8))
1664   \repeat unfold 5 c8 \repeat unfold 10 c16
1665 }
1666
1667 \relative c' {
1668   \compoundMeter #'((1 2 3 8) (3 4))
1669   \repeat unfold 12 c8
1670 }
1671 @end lilypond
1672
1673 @seealso
1674 Music Glossary:
1675 @rglos{polymetric},
1676 @rglos{polymetric time signature},
1677 @rglos{meter}.
1678
1679 Notation Reference:
1680 @ref{Automatic beams},
1681 @ref{Manual beams},
1682 @ref{Time signature},
1683 @ref{Scaling durations}.
1684
1685 Snippets:
1686 @rlsr{Rhythms}.
1687
1688 Internals Reference:
1689 @rinternals{TimeSignature},
1690 @rinternals{Timing_translator},
1691 @rinternals{Default_bar_line_engraver},
1692 @rinternals{Staff}.
1693
1694
1695 @knownissues
1696 When using different time signatures in parallel, notes at the same
1697 moment will be placed at the same horizontal location.  However, the bar
1698 lines in the different staves will cause the note spacing to be less
1699 regular in each of the individual staves than would be normal without
1700 the different time signatures.
1701
1702 @node Automatic note splitting
1703 @unnumberedsubsubsec Automatic note splitting
1704
1705 @cindex notes, splitting
1706 @cindex splitting notes
1707 @cindex rests, splitting
1708 @cindex splitting rests
1709
1710 @funindex Note_heads_engraver
1711 @funindex Completion_heads_engraver
1712 @funindex Completion_rest_engraver
1713
1714 Long notes which overrun bar lines can be converted automatically to
1715 tied notes.  This is done by replacing the @code{Note_heads_engraver}
1716 with the @code{Completion_heads_engraver}.  Similarly, long rests which
1717 overrun bar lines are split automatically by replacing the
1718 @code{Rest_engraver} with the @code{Completion_rest_engraver}.  In the
1719 following example, notes and rests crossing the bar lines are split,
1720 notes are also tied.
1721
1722 @lilypond[quote,verbatim,relative=1]
1723 \new Voice \with {
1724   \remove "Note_heads_engraver"
1725   \consists "Completion_heads_engraver"
1726   \remove "Rest_engraver"
1727   \consists "Completion_rest_engraver"
1728 }
1729
1730 { c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2 r1*2 }
1731 @end lilypond
1732
1733 These engravers split all running notes and rests at the bar line, and
1734 inserts ties for notes.  One of its uses is to debug complex scores: if
1735 the measures are not entirely filled, then the ties show exactly how
1736 much each measure is off.
1737
1738
1739 @seealso
1740 Music Glossary:
1741 @rglos{tie}
1742
1743 Learning Manual:
1744 @rlearning{Engravers explained},
1745 @rlearning{Adding and removing engravers}.
1746
1747 Snippets:
1748 @rlsr{Rhythms}.
1749
1750 Internals Reference:
1751 @rinternals{Note_heads_engraver},
1752 @rinternals{Completion_heads_engraver},
1753 @rinternals{Rest_engraver},
1754 @rinternals{Completion_rest_engraver},
1755 @rinternals{Forbid_line_break_engraver}.
1756
1757
1758 @knownissues
1759
1760 Not all durations (especially those containing tuplets) can be
1761 represented exactly with normal notes and dots, but the
1762 @code{Completion_heads_engraver} will not insert tuplets.
1763
1764 The @code{Completion_heads_engraver} only affects notes; it does not
1765 split rests.
1766
1767
1768 @node Showing melody rhythms
1769 @unnumberedsubsubsec Showing melody rhythms
1770
1771 @cindex melody rhythms, showing
1772 @cindex rhythms, showing melody
1773
1774 Sometimes you might want to show only the rhythm of a melody.  This
1775 can be done with the rhythmic staff.  All pitches of notes on such a
1776 staff are squashed, and the staff itself has a single line
1777
1778 @lilypond[quote,relative=1,verbatim]
1779 <<
1780   \new RhythmicStaff {
1781     \new Voice = "myRhythm" {
1782       \time 4/4
1783       c4 e8 f g2
1784       r4 g g f
1785       g1
1786     }
1787   }
1788   \new Lyrics {
1789     \lyricsto "myRhythm" {
1790       This is my song
1791       I like to sing
1792     }
1793   }
1794 >>
1795 @end lilypond
1796
1797 @cindex guitar chord charts
1798 @cindex strumming rhythms, showing
1799 @cindex guitar strumming rhythms, showing
1800
1801 @funindex Pitch_squash_engraver
1802 @funindex \improvisationOn
1803 @funindex improvisationOn
1804 @funindex \improvisationOff
1805 @funindex improvisationOff
1806
1807 Guitar chord charts often show the strumming rhythms.  This can
1808 be done with the @code{Pitch_squash_engraver} and
1809 @code{\improvisationOn}.
1810
1811
1812 @lilypond[quote,verbatim]
1813 <<
1814   \new ChordNames {
1815     \chordmode {
1816       c1 f g c
1817     }
1818   }
1819   \new Voice \with {
1820     \consists Pitch_squash_engraver
1821   } \relative c'' {
1822     \improvisationOn
1823     c4 c8 c c4 c8 c
1824     f4 f8 f f4 f8 f
1825     g4 g8 g g4 g8 g
1826     c4 c8 c c4 c8 c
1827   }
1828 >>
1829 @end lilypond
1830
1831
1832 @predefined
1833 @code{\improvisationOn},
1834 @code{\improvisationOff}.
1835 @endpredefined
1836
1837
1838 @snippets
1839
1840 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
1841 {guitar-strum-rhythms.ly}
1842
1843
1844 @seealso
1845 Snippets:
1846 @rlsr{Rhythms}.
1847
1848 Internals Reference:
1849 @rinternals{RhythmicStaff},
1850 @rinternals{Pitch_squash_engraver}.
1851
1852
1853 @node Beams
1854 @subsection Beams
1855
1856 @menu
1857 * Automatic beams::
1858 * Setting automatic beam behavior::
1859 * Manual beams::
1860 * Feathered beams::
1861 @end menu
1862
1863 @node Automatic beams
1864 @unnumberedsubsubsec Automatic beams
1865
1866 By default, beams are inserted automatically:
1867
1868 @cindex beams, manual
1869 @cindex manual beams
1870 @cindex beams, customizing rules
1871
1872 @funindex \autoBeamOn
1873 @funindex autoBeamOn
1874 @funindex \autoBeamOff
1875 @funindex autoBeamOff
1876
1877 @lilypond[quote,verbatim,relative=2]
1878 \time 2/4 c8 c c c
1879 \time 6/8 c8 c c c8. c16 c8
1880 @end lilypond
1881
1882 If these automatic decisions are not satisfactory, beaming can be
1883 entered explicitly; see @ref{Manual beams}.  Beams @emph{must} be
1884 entered manually if beams are to be extended over rests.
1885
1886 If automatic beaming is not required, it may be turned off with
1887 @code{\autoBeamOff} and on with @code{\autoBeamOn}:
1888
1889 @lilypond[quote,relative=1,verbatim]
1890 c4 c8 c8. c16 c8. c16 c8
1891 \autoBeamOff
1892 c4 c8 c8. c16 c8.
1893 \autoBeamOn
1894 c16 c8
1895 @end lilypond
1896
1897 @cindex melismata, with beams
1898 @cindex beams, with melismata
1899
1900 @warning{If beams are used to indicate melismata in songs, then
1901 automatic beaming should be switched off with @code{\autoBeamOff}
1902 and the beams indicated manually.}
1903
1904 @warning{Using @code{@bs{}partcombine} with @code{@bs{}autoBeamOff} can
1905 produce unintended results.  See the snippet below for more information.}
1906
1907 Beaming patterns that differ from the automatic defaults can be
1908 created; see @ref{Setting automatic beam behavior}.
1909
1910 @predefined
1911 @code{\autoBeamOff},
1912 @code{\autoBeamOn}.
1913 @endpredefined
1914
1915 @cindex beams, line breaks
1916 @cindex line breaks, beams
1917 @cindex beams, with knee gap
1918 @cindex knee gap, with beams
1919 @funindex breakable
1920
1921 @snippets
1922 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
1923 {beams-across-line-breaks.ly}
1924
1925 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
1926 {changing-beam-knee-gap.ly}
1927
1928 @cindex beams, \partcombine with \autoBeamOff
1929 @cindex voices, \partcombine with \autoBeamOff
1930
1931 @lilypondfile [verbatim, quote, ragged-right, texidoc, doctitle]
1932 {partcombine-and-autobeamoff.ly}
1933
1934 @seealso
1935 Notation Reference:
1936 @ref{Manual beams},
1937 @ref{Setting automatic beam behavior}.
1938
1939 Installed Files:
1940 @file{scm/auto-beam.scm}.
1941
1942 Snippets:
1943 @rlsr{Rhythms}.
1944
1945 Internals Reference:
1946 @rinternals{Auto_beam_engraver},
1947 @rinternals{Beam_engraver},
1948 @rinternals{Beam},
1949 @rinternals{BeamEvent},
1950 @rinternals{BeamForbidEvent},
1951 @rinternals{beam-interface},
1952 @rinternals{unbreakable-spanner-interface}.
1953
1954 @node Setting automatic beam behavior
1955 @unnumberedsubsubsec Setting automatic beam behavior
1956
1957 @cindex beams, with lyrics
1958 @cindex lyrics, with beams
1959
1960 @funindex autoBeaming
1961 @funindex baseMoment
1962 @funindex beamExceptions
1963 @funindex beatStructure
1964 @funindex measureLength
1965 @funindex \time
1966 @funindex time
1967 @funindex \set
1968 @funindex set
1969
1970 In most instances, automatic beams will end at the end of a beat.
1971 The ending points for beats are determined by the context properties
1972 @code{baseMoment} and @code{beatStructure}.  @code{beatStructure}
1973 is a scheme list that defines the length of each beat in the measure
1974 in units of @code{baseMoment}.  By default, @code{baseMoment} is
1975 the one over numerator of the time signature.  By default,
1976 each unit of length @code{baseMoment} is a single beat.
1977
1978 @lilypond[quote,relative=2,verbatim]
1979 \time 5/16
1980 c16^"default" c c c c |
1981 \set Timing.beatStructure = #'(2 3)
1982 c16^"(2+3)" c c c c |
1983 \set Timing.beatStructure = #'(3 2)
1984 c16^"(3+2)" c c c c |
1985 @end lilypond
1986
1987 Beam setting changes can be limited to specific contexts.  If no
1988 setting is included in a lower-level context, the setting of the
1989 enclosing context will apply.
1990
1991 @lilypond[quote, verbatim,relative=1]
1992 \new Staff {
1993   \time 7/8
1994   \set Staff.beatStructure = #'(2 3 2)
1995   <<
1996     \new Voice = one {
1997       \relative c'' {
1998         a8 a a a a a a
1999       }
2000     }
2001     \new Voice = two {
2002       \relative c' {
2003         \voiceTwo
2004         \set Voice.beatStructure = #'(1 3 3)
2005         f8 f f f f f f
2006       }
2007     }
2008   >>
2009 }
2010 @end lilypond
2011
2012 When multiple voices are used the @code{Staff} context must be
2013 specified if the beaming is to be applied to all voices in the
2014 staff:
2015
2016 @lilypond[quote,verbatim,relative=2]
2017 \time 7/8
2018 % rhythm 3-1-1-2
2019 % Change applied to Voice by default --  does not work correctly
2020 % Because of autogenerated voices, all beating will
2021 % be at baseMoment (1 . 8)
2022 \set beatStructure = #'(3 1 1 2)
2023 << {a8 a a a16 a a a a8 a} \\ {f4. f8 f f f} >>
2024
2025 % Works correctly with context Staff specified
2026 \set Staff.beatStructure = #'(3 1 1 2)
2027 << {a8 a a a16 a a a a8 a} \\ {f4. f8 f f f} >>
2028 @end lilypond
2029
2030 The value of @code{baseMoment} can be adjusted to change
2031 the beaming behavior, if desired. When this is done,
2032 the value of @code{beatStructure} must be set to be
2033 compatible with the new value of @code{baseMoment}.
2034
2035 @lilypond[quote,verbatim,relative=2]
2036 \time 5/8
2037 \set Timing.baseMoment = #(ly:make-moment 1 16)
2038 \set Timing.beatStructure = #'(7 3)
2039 \repeat unfold 10 { a16 }
2040 @end lilypond
2041
2042 @code{baseMoment} is a @i{moment}; a unit of musical duration.  A
2043 quantity of type @i{moment} is created by the scheme function
2044 @code{ly:make-moment}.  For more information about this function,
2045 see @ref{Time administration}.
2046
2047 By default @code{baseMoment} is set to one over the denominator of
2048 the time signature. Any exceptions to this default can be found in
2049 @file{scm/time-signature-settings.scm}.
2050
2051 Special autobeaming rules (other than ending a beam on a beat)
2052 are defined in the @code{beamExceptions} property.
2053
2054 @lilypond[quote,relative=2,verbatim]
2055 \time 3/16
2056 \set Timing.beatStructure = #'(2 1)
2057 \set Timing.beamExceptions =
2058   #'(                         ;start of alist
2059      (end .                   ;entry for end of beams
2060       (                       ;start of alist of end points
2061        ((1 . 32) . (2 2 2))   ;rule for 1/32 beams -- end each 1/16
2062       )))                     %close all entries
2063 c16 c c |
2064 \repeat unfold 6 { c32 } |
2065 @end lilypond
2066
2067 @code{beamExceptions} is an alist with a key of rule-type and a value
2068 of beaming-rules.
2069
2070 At this time the only available value of rule-type is
2071 @code{'end} for beam ending.
2072
2073 Beaming-rules is a scheme alist (or list of pairs) that indicates the
2074 beam type and the grouping to be applied to beams containing notes with
2075 a shortest duration of that beam type.
2076
2077 @example
2078 #'((beam-type1 . grouping-1)
2079    (beam-type2 . grouping-2)
2080    (beam-type3 . grouping-3))
2081 @end example
2082
2083 Beam type is a scheme pair indicating the duration of the beam,
2084 e.g., @code{(1 . 16)}.
2085
2086 Grouping is a scheme list indicating the grouping to be applied to
2087 the beam.  The grouping is in units of the beam type.
2088
2089 @warning{ A @code{beamExceptions} value must be @emph{complete}
2090 exceptions list.  That is, every exception that should be applied
2091 must be included in the setting.  It is not possible to add, remove,
2092 or change only one of the exceptions. While this may seem cumbersome,
2093 it means that the current beaming settings need not be known in order
2094 to specify a new beaming pattern.}
2095
2096 When the time signature is changed, default values of
2097 @code{Timing.baseMoment}, @code{Timing.beatStructure},
2098 and @code{Timing.beamExceptions} are set.  Setting the time signature
2099 will reset the automatic beaming settings for the @code{Timing}
2100 context to the default behavior.
2101
2102 @lilypond[quote,verbatim,relative=2]
2103 \time 6/8
2104 \repeat unfold 6 { a8 }
2105 % group (4 + 2)
2106 \set Timing.beatStructure = #'(4 2)
2107 \repeat unfold 6 { a8 }
2108 % go back to default behavior
2109 \time 6/8
2110 \repeat unfold 6 { a8 }
2111 @end lilypond
2112
2113 The default automatic beaming settings for a time signature
2114 are determined in @file{scm/time-signature-settings.scm}.
2115 Changing the default automatic beaming settings
2116 for a time signature is described in @ref{Time signature}.
2117
2118 Many automatic beaming settings for a time signature contain an
2119 entry for @code{beamExceptions}.  For example, 4/4 time tries to
2120 beam the measure in two if there are only eighth notes.  The
2121 @code{beamExceptions} rule can override the @code{beatStructure} setting
2122 if @code{beamExceptions} is not reset.
2123
2124 @lilypond[quote,verbatim,relative=2]
2125 \time 4/4
2126 \set Timing.baseMoment = #(ly:make-moment 1 8)
2127 \set Timing.beatStructure = #'(3 3 2)
2128 % This won't beam (3 3 2) because of beamExceptions
2129 \repeat unfold 8 {c8} |
2130 % This will beam (3 3 2) because we clear beamExceptions
2131 \set Timing.beamExceptions = #'()
2132 \repeat unfold 8 {c8}
2133 @end lilypond
2134
2135 In a similar fashion, eighth notes in 3/4 time are beamed as a full
2136 measure by default.  To beam eighth notes in 3/4 time on the beat,
2137 reset @code{beamExceptions}.
2138
2139 @lilypond[quote,verbatim,relative=2]
2140 \time 3/4
2141 % by default we beam in (3) due to beamExceptions
2142 \repeat unfold 6 {a8} |
2143 % This will beam (1 1 1) due to beatLength
2144 \set Timing.beamExceptions = #'()
2145 \repeat unfold 6 {a8}
2146 @end lilypond
2147
2148 @i{@strong{How automatic beaming works}}
2149
2150 When automatic beaming is enabled, the placement of automatic beams
2151 is determined by the context properties
2152 @code{baseMoment}, @code{beatStructure}, and @code{beamExceptions}.
2153
2154 The following rules, in order of priority, apply when determining
2155 the appearance of beams:
2156
2157 @itemize
2158 @item
2159 If a manual beam is specified with @code{[..]} set the beam
2160 as specified, otherwise
2161
2162 @item
2163 if a beam-ending rule is defined in @code{beamExceptions}
2164 for the beam-type, use it to determine the valid places where
2165 beams may end, otherwise
2166
2167 @item
2168 if a beam-ending rule is defined in @code{beamExceptions}
2169 for a longer beam-type, use it to determined the valid places
2170 where beams may end, otherwise
2171
2172 @item
2173 use the values of @code{baseMoment} and @code{beatStructure} to
2174 determine the ends of the beats in the measure, and
2175 end beams at the end of beats.
2176
2177 @end itemize
2178
2179 In the rules above, the @emph{beam-type} is the duration of the
2180 shortest note in the beamed group.
2181
2182 The default beaming rules can be found in
2183 @file{scm/time-signature-settings.scm}.
2184
2185 @snippets
2186
2187 @cindex beams, subdividing
2188
2189 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2190 {subdividing-beams.ly}
2191
2192 @cindex measure groupings
2193 @cindex beats, grouping
2194 @cindex grouping beats
2195 @cindex measure sub-grouping
2196
2197 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2198 {conducting-signs,-measure-grouping-signs.ly}
2199
2200 @cindex beam, endings in a score
2201 @cindex beam, endings with multiple voices
2202
2203 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2204 {beam-endings-in-score-context.ly}
2205
2206
2207 @seealso
2208 Installed Files:
2209 @file{scm/beam-settings.scm}.
2210
2211 Snippets:
2212 @rlsr{Rhythms}.
2213
2214 Internals Reference:
2215 @rinternals{Auto_beam_engraver},
2216 @rinternals{Beam},
2217 @rinternals{BeamForbidEvent},
2218 @rinternals{beam-interface}.
2219
2220
2221 @knownissues
2222 If a score ends while an automatic beam has not been ended and is
2223 still accepting notes, this last beam will not be typeset at all.
2224 The same holds for polyphonic voices, entered with
2225 @code{<< @dots{} \\ @dots{} >>}.  If a polyphonic voice ends while an
2226 automatic beam is still accepting notes, it is not typeset.
2227 The workaround for these problems is to manually beam the last
2228 beam in the voice or score.
2229
2230 By default, the @code{Timing} translator is aliased to the
2231 @code{Score} context.  This means that setting the time signature
2232 in one staff will affect the beaming of the other staves as well.
2233 Thus, a time signature setting in a later staff will reset custom
2234 beaming that was set in an earlier staff.
2235 One way to avoid this problem is to set the time signature
2236 in only one staff.
2237
2238 @lilypond[quote,verbatim,relative=2]
2239 <<
2240   \new Staff {
2241     \time 3/4
2242     \set Timing.baseMoment = #(ly:make-moment 1 8)
2243     \set Timing.beatStructure = #'(1 5)
2244     \repeat unfold 6 { a8 }
2245   }
2246   \new Staff {
2247     \repeat unfold 6 { a8 }
2248   }
2249 >>
2250 @end lilypond
2251
2252 The default beam settings for the time signature can also be changed, so
2253 that the desired beaming will always be used.  Changes in automatic
2254 beaming settings for a time signature are described in
2255 @ref{Time signature}.
2256
2257 @lilypond[quote,verbatim,relative=2]
2258 <<
2259   \new Staff {
2260     \overrideTimeSignatureSettings
2261       #'(3 . 4)         % timeSignatureFraction
2262       #'(1 . 8)         % baseMomentFraction
2263       #'(1 5)           % beatStructure
2264       #'()              % beamExceptions
2265     \time 3/4
2266     \repeat unfold 6 { a8 }
2267   }
2268   \new Staff {
2269     \time 3/4
2270     \repeat unfold 6 { a8 }
2271   }
2272 >>
2273 @end lilypond
2274
2275 @node Manual beams
2276 @unnumberedsubsubsec Manual beams
2277
2278 @cindex beams, manual
2279 @cindex manual beams
2280
2281 @funindex ]
2282 @funindex [
2283
2284 In some cases it may be necessary to override the automatic
2285 beaming algorithm.  For example, the autobeamer will not put beams
2286 over rests or bar lines, and in choral scores the beaming is
2287 often set to follow the meter of the lyrics rather than the
2288 notes.  Such beams can be specified manually by
2289 marking the begin and end point with @code{[} and @code{]}.
2290
2291 @lilypond[quote,relative=1,verbatim]
2292 r4 r8[ g' a r] r g[ | a] r
2293 @end lilypond
2294
2295 @cindex manual beams, direction shorthand for
2296 @cindex manual beams, grace notes
2297
2298 Beaming direction can be set manually using direction indicators:
2299
2300 @lilypond[quote,relative=2,verbatim]
2301 c8^[ d e] c,_[ d e f g]
2302 @end lilypond
2303
2304 @funindex \noBeam
2305 @funindex noBeam
2306
2307 Individual notes may be marked with @code{\noBeam} to prevent them
2308 from being beamed:
2309
2310 @lilypond[quote,verbatim,relative=2]
2311 \time 2/4
2312 c8 c\noBeam c c
2313 @end lilypond
2314
2315 Grace note beams and normal note beams can occur simultaneously.
2316 Unbeamed grace notes are not put into normal note beams.
2317
2318 @lilypond[quote,verbatim,relative=2]
2319 c4 d8[
2320 \grace { e32[ d c d] }
2321 e8] e[ e
2322 \grace { f16 }
2323 e8 e]
2324 @end lilypond
2325
2326 @funindex stemLeftBeamCount
2327 @funindex stemRightBeamCount
2328
2329 Even more strict manual control with the beams can be achieved by
2330 setting the properties @code{stemLeftBeamCount} and
2331 @code{stemRightBeamCount}.  They specify the number of beams to
2332 draw on the left and right side, respectively, of the next note.
2333 If either property is set, its value will be used only once, and
2334 then it is erased.  In this example, the last @code{f} is printed
2335 with only one beam on the left side, i.e., the eighth-note beam of
2336 the group as a whole.
2337
2338 @lilypond[quote,relative=2,verbatim]
2339 a8[ r16 f g a]
2340 a8[ r16
2341 \set stemLeftBeamCount = #2
2342 \set stemRightBeamCount = #1
2343 f16
2344 \set stemLeftBeamCount = #1
2345 g16 a]
2346 @end lilypond
2347
2348
2349 @predefined
2350 @code{\noBeam}.
2351 @endpredefined
2352
2353
2354 @snippets
2355
2356 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2357 {flat-flags-and-beam-nibs.ly}
2358
2359
2360 @seealso
2361 Notation Reference:
2362 @ref{Direction and placement},
2363 @ref{Grace notes}.
2364
2365 Snippets:
2366 @rlsr{Rhythms}.
2367
2368 Internals Reference:
2369 @rinternals{Beam},
2370 @rinternals{BeamEvent},
2371 @rinternals{Beam_engraver},
2372 @rinternals{beam-interface},
2373 @rinternals{Stem_engraver}.
2374
2375
2376 @node Feathered beams
2377 @unnumberedsubsubsec Feathered beams
2378
2379 @cindex beams, feathered
2380 @cindex feathered beams
2381
2382 @funindex \featherDurations
2383 @funindex featherDurations
2384 @funindex grow-direction
2385
2386 Feathered beams are used to indicate that a small group of notes
2387 should be played at an increasing (or decreasing) tempo, without
2388 changing the overall tempo of the piece.  The extent of the
2389 feathered beam must be indicated manually using @code{[} and
2390 @code{]}, and the beam feathering is turned on by specifying a
2391 direction to the @code{Beam} property @code{grow-direction}.
2392
2393 If the placement of the notes and the sound in the MIDI output is to
2394 reflect the @emph{ritardando} or @emph{accelerando} indicated by the
2395 feathered beam the notes must be grouped as a music expression delimited
2396 by braces and preceded by a @code{featherDurations} command which specifies
2397 the ratio between the durations of the first and last notes in the
2398 group.
2399
2400 The square brackets show the extent of the beam and the braces show
2401 which notes are to have their durations modified.  Normally these
2402 would delimit the same group of notes, but this is not required: the
2403 two commands are independent.
2404
2405 In the following example the eight 16th notes occupy exactly the
2406 same time as a half note, but the first note is one half as long
2407 as the last one, with the intermediate notes gradually
2408 lengthening.  The first four 32nd notes gradually speed up, while
2409 the last four 32nd notes are at a constant tempo.
2410
2411 @lilypond[relative=1,verbatim,quote]
2412 \override Beam #'grow-direction = #LEFT
2413 \featherDurations #(ly:make-moment 2 1)
2414 { c16[ c c c c c c c] }
2415 \override Beam #'grow-direction = #RIGHT
2416 \featherDurations #(ly:make-moment 2 3)
2417 { c32[ d e f] }
2418 % revert to non-feathered beams
2419 \override Beam #'grow-direction = #'()
2420 { g32[ a b c] }
2421 @end lilypond
2422
2423 @noindent
2424 The spacing in the printed output represents the
2425 note durations only approximately, but the MIDI output is exact.
2426
2427
2428 @predefined
2429 @code{\featherDurations}.
2430 @endpredefined
2431
2432 @seealso
2433 Snippets:
2434 @rlsr{Rhythms}.
2435
2436
2437 @knownissues
2438
2439 The @code{\featherDurations} command only works with very short
2440 music snippets, and when numbers in the fraction are small.
2441
2442
2443 @node Bars
2444 @subsection Bars
2445
2446
2447 @menu
2448 * Bar lines::
2449 * Bar numbers::
2450 * Bar and bar number checks::
2451 * Rehearsal marks::
2452 @end menu
2453
2454 @node Bar lines
2455 @unnumberedsubsubsec Bar lines
2456
2457 @cindex bar lines
2458 @cindex measure lines
2459 @cindex closing bar lines
2460 @cindex bar lines, closing
2461 @cindex double bar lines
2462 @cindex bar lines, double
2463 @cindex repeat bars
2464
2465 @funindex \bar
2466 @funindex bar
2467
2468 Bar lines delimit measures, and are also used to indicate
2469 repeats.  Normally, simple bar lines are automatically inserted
2470 into the printed output at places based on the current time
2471 signature.
2472
2473 The simple bar lines inserted automatically can be changed to
2474 other types with the @code{\bar} command.  For example, a closing
2475 double bar line is usually placed at the end of a piece:
2476
2477 @lilypond[quote,relative=1,verbatim]
2478 e4 d c2 \bar "|."
2479 @end lilypond
2480
2481 It is not invalid if the final note in a measure does not
2482 end on the automatically entered bar line: the note is assumed
2483 to carry over into the next measure.  But if a long sequence
2484 of such carry-over measures appears the music can appear compressed
2485 or even flowing off the page.  This is because automatic line
2486 breaks happen only at the end of complete measures, i.e., where
2487 all notes end before the end of a measure.
2488
2489 @warning{An incorrect duration can cause line breaks to be
2490 inhibited, leading to a line of highly compressed music or
2491 music which flows off the page.}
2492
2493 @cindex line breaks
2494 @cindex bar lines, invisible
2495 @cindex measure lines, invisible
2496
2497 Line breaks are also permitted at manually inserted bar lines
2498 even within incomplete measures.  To allow a line break without
2499 printing a bar line, use the following:
2500
2501 @example
2502 \bar ""
2503 @end example
2504
2505 @noindent
2506 This will insert an invisible bar line and allow (but not
2507 force) a line break to occur at this point.  The bar number
2508 counter is not increased.  To force a line break see
2509 @ref{Line breaking}.
2510
2511 @cindex manual bar lines
2512 @cindex manual measure lines
2513 @cindex bar lines, manual
2514 @cindex measure lines, manual
2515
2516 This and other special bar lines may be inserted manually at any
2517 point.  When they coincide with the end of a measure they replace
2518 the simple bar line which would have been inserted there
2519 automatically.  When they do not coincide with the end of a measure
2520 the specified bar line is inserted at that point in the printed
2521 output.
2522
2523 Note that manual bar lines are purely visual.  They do not affect
2524 any of the properties that a normal bar line would affect, such as
2525 measure numbers, accidentals, line breaks, etc.  They do not affect
2526 the calculation and placement of subsequent automatic bar lines.
2527 When a manual bar line is placed where a normal bar line already
2528 exists, the effects of the original bar line are not altered.
2529
2530 Two types of simple bar lines and five types of double bar lines are
2531 available for manual insertion:
2532
2533 @lilypond[quote,relative=1,verbatim]
2534 f1 \bar "|"
2535 f1 \bar "."
2536 g1 \bar "||"
2537 a1 \bar ".|"
2538 b1 \bar ".|."
2539 c1 \bar "|.|"
2540 d1 \bar "|."
2541 e1
2542 @end lilypond
2543
2544 @noindent
2545 together with dotted and dashed bar lines:
2546
2547 @lilypond[quote,relative=1,verbatim]
2548 f1 \bar ":"
2549 g1 \bar "dashed"
2550 a1
2551 @end lilypond
2552
2553 @noindent
2554 and five types of repeat bar line:
2555
2556 @lilypond[quote,relative=1,verbatim]
2557 f1 \bar "|:"
2558 g1 \bar ":|:"
2559 a1 \bar ":|.|:"
2560 b1 \bar ":|.:"
2561 c1 \bar ":|"
2562 e1
2563 @end lilypond
2564
2565 Additionally, a bar line can be printed as a simple tick:
2566 @lilypond[quote,relative=1,verbatim]
2567 f1 \bar "'"
2568 @end lilypond
2569 However, as such ticks are typically used in Gregorian chant, it is
2570 preferable to use @code{\divisioMinima} there instead, described in
2571 the section @ref{Divisiones} in Gregorian chant.
2572
2573 @cindex segno
2574
2575 For in-line segno signs, there are three types of bar lines which
2576 differ in their behavior at line breaks:
2577
2578 @lilypond[quote,relative=2,verbatim]
2579 c4 c c c
2580 \bar "S"
2581 c4 c c c \break
2582 \bar "S"
2583 c4 c c c
2584 \bar "|S"
2585 c4 c c c \break
2586 \bar "|S"
2587 c4 c c c
2588 \bar "S|"
2589 c4 c c c \break
2590 \bar "S|"
2591 c1
2592 @end lilypond
2593
2594 @cindex repeats
2595
2596 Although the bar line types signifying repeats may be inserted
2597 manually they do not in themselves cause LilyPond to recognize
2598 a repeated section.  Such repeated sections are better entered
2599 using the various repeat commands (see @ref{Repeats}), which
2600 automatically print the appropriate bar lines.
2601
2602 In addition, you can specify @code{"||:"}, which is equivalent to
2603 @code{"|:"} except at line breaks, where it gives a double bar
2604 line at the end of the line and a start repeat at the beginning of
2605 the next line.
2606
2607 @lilypond[quote,relative=2,verbatim]
2608 c4 c c c
2609 \bar "||:"
2610 c4 c c c \break
2611 \bar "||:"
2612 c4 c c c
2613 @end lilypond
2614
2615 For combinations of repeats with the segno sign, there are six different
2616 variations:
2617
2618 @lilypond[quote,relative=2,verbatim]
2619 c4 c c c
2620 \bar ":|S"
2621 c4 c c c \break
2622 \bar ":|S"
2623 c4 c c c
2624 \bar ":|S."
2625 c4 c c c \break
2626 \bar ":|S."
2627 c4 c c c
2628 \bar "S|:"
2629 c4 c c c \break
2630 \bar "S|:"
2631 c4 c c c
2632 \bar ".S|:"
2633 c4 c c c \break
2634 \bar ".S|:"
2635 c4 c c c
2636 \bar ":|S|:"
2637 c4 c c c \break
2638 \bar ":|S|:"
2639 c4 c c c
2640 \bar ":|S.|:"
2641 c4 c c c \break
2642 \bar ":|S.|:"
2643 c1
2644 @end lilypond
2645
2646
2647 In scores with many staves, a @code{\bar} command in one staff is
2648 automatically applied to all staves.  The resulting bar lines are
2649 connected between different staves of a @code{StaffGroup},
2650 @code{PianoStaff}, or @code{GrandStaff}.
2651
2652 @lilypond[quote,relative=1,verbatim]
2653 <<
2654   \new StaffGroup <<
2655     \new Staff {
2656       e4 d
2657       \bar "||"
2658       f4 e
2659     }
2660     \new Staff { \clef bass c4 g e g }
2661   >>
2662   \new Staff { \clef bass c2 c2 }
2663 >>
2664 @end lilypond
2665
2666
2667 @cindex default bar lines, changing
2668 @cindex bar lines, default, changing
2669
2670 @snippets
2671
2672 @funindex whichBar
2673 @funindex defaultBarType
2674 @funindex \bar
2675 @funindex bar
2676 @funindex bartype
2677
2678 The command @samp{\bar @var{bartype}} is a shortcut for
2679 @samp{\set Timing.whichBar = @var{bartype}}.  A bar line is
2680 created whenever the @code{whichBar} property is set.
2681
2682 The default bar type used for automatically inserted bar lines is
2683 @code{"|"}.  This may be changed at any time with
2684 @samp{\set Timing.defaultBarType = @var{bartype}}.
2685
2686
2687 @seealso
2688 Notation Reference:
2689 @ref{Line breaking},
2690 @ref{Repeats},
2691 @ref{Grouping staves}.
2692
2693 Snippets:
2694 @rlsr{Rhythms}.
2695
2696 Internals Reference:
2697 @rinternals{BarLine} (created at @code{Staff} level),
2698 @rinternals{SpanBar} (across staves),
2699 @rinternals{Timing_translator} (for Timing properties).
2700
2701
2702 @node Bar numbers
2703 @unnumberedsubsubsec Bar numbers
2704
2705 @cindex bar numbers
2706 @cindex measure numbers
2707 @cindex numbers, bar
2708 @cindex numbers, measure
2709
2710 @funindex currentBarNumber
2711
2712 Bar numbers are typeset by default at the start of every line except
2713 the first line.  The number itself is stored in the
2714 @code{currentBarNumber} property, which is normally updated
2715 automatically for every measure.  It may also be set manually:
2716
2717 @lilypond[verbatim,quote,relative=1]
2718 c1 c c c
2719 \break
2720 \set Score.currentBarNumber = #50
2721 c1 c c c
2722 @end lilypond
2723
2724 @cindex bar numbers, regular spacing
2725
2726 @funindex barNumberVisibility
2727 @funindex BarNumber
2728
2729 Bar numbers can be typeset at regular intervals instead of just at
2730 the beginning of every line.  To do this the default behavior
2731 must be overridden to permit bar numbers to be printed at places
2732 other than the start of a line.  This is controlled by the
2733 @code{break-visibility} property of @code{BarNumber}.  This takes
2734 three values which may be set to @code{#t} or @code{#f} to specify
2735 whether the corresponding bar number is visible or not.  The order
2736 of the three values is @code{end of line visible}, @code{middle of
2737 line visible}, @code{beginning of line visible}.  In the following
2738 example bar numbers are printed at all possible places:
2739
2740 @lilypond[verbatim,quote,relative=1]
2741 \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
2742 \set Score.currentBarNumber = #11
2743 % Permit first bar number to be printed
2744 \bar ""
2745 c1 | c | c | c
2746 \break
2747 c1 | c | c | c
2748 @end lilypond
2749
2750 @snippets
2751 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2752 {printing-the-bar-number-for-the-first-measure.ly}
2753
2754 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2755 {printing-bar-numbers-at-regular-intervals.ly}
2756
2757 @cindex measure number, format
2758 @cindex bar number, format
2759
2760 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2761 {printing-bar-numbers-inside-boxes-or-circles.ly}
2762
2763 @cindex bar numbers, with letters
2764 @cindex bar numbers, with repeats
2765
2766 @lilypondfile[verbatim,quote,texidoc,doctitle]
2767 {alternative-bar-numbering.ly}
2768
2769 @cindex bar number alignment
2770
2771 @lilypondfile[verbatim,quote,texidoc,doctitle]
2772 {aligning-bar-numbers.ly}
2773
2774 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2775 {removing-bar-numbers-from-a-score.ly}
2776
2777 @seealso
2778 Snippets:
2779 @rlsr{Rhythms}.
2780
2781 Internals Reference:
2782 @rinternals{BarNumber},
2783 @rinternals{Bar_number_engraver}.
2784
2785 @cindex bar number collision
2786 @cindex collision, bar number
2787
2788 @knownissues
2789 Bar numbers may collide with the top of the @code{StaffGroup} bracket,
2790 if there is one.  To solve this, the @code{padding} property of
2791 @code{BarNumber} can be used to position the number correctly.  See
2792 @rinternals{StaffGroup} and @rinternals{BarNumber} for more.
2793
2794
2795 @node Bar and bar number checks
2796 @unnumberedsubsubsec Bar and bar number checks
2797
2798 @cindex bar check
2799 @cindex bar number check
2800 @cindex measure check
2801 @cindex measure number check
2802
2803 @funindex barCheckSynchronize
2804 @funindex |
2805
2806 Bar checks help detect errors in the entered durations.  A bar check
2807 may be entered using the bar symbol, @code{|}, at any place where a
2808 bar line is expected to fall.  If bar check lines are encountered at
2809 other places, a list of warnings is printed in the log file, showing
2810 the line numbers and lines in which the bar checks failed.  In the
2811 next example, the second bar check will signal an error.
2812
2813 @example
2814 \time 3/4 c2 e4 | g2 |
2815 @end example
2816
2817 Bar checks can also be used in lyrics:
2818
2819 @example
2820 \lyricmode @{
2821   \time 2/4
2822   Twin -- kle | Twin -- kle |
2823 @}
2824 @end example
2825
2826 An incorrect duration can result in a completely garbled score,
2827 especially if the score is polyphonic, so a good place to start
2828 correcting input is by scanning for failed bar checks and
2829 incorrect durations.
2830
2831 If successive bar checks are off by the same musical interval,
2832 only the first warning message is displayed.  This allows the
2833 warning to focus on the source of the timing error.
2834
2835
2836 @funindex |
2837 @funindex pipeSymbol
2838
2839 It is also possible to redefine the action taken when a bar check
2840 or pipe symbol, @code{|}, is encountered in the input, so that
2841 it does something other than a bar check.  This is done by
2842 assigning a music expression to @code{pipeSymbol}.
2843 In the following example @code{|} is set to insert a double bar
2844 line wherever it appears in the input, rather than checking
2845 for end of bar.
2846
2847 @lilypond[quote,verbatim]
2848 pipeSymbol = \bar "||"
2849 {
2850   c'2 c' |
2851   c'2 c'
2852   c'2 | c'
2853   c'2 c'
2854 }
2855 @end lilypond
2856
2857 @funindex \barNumberCheck
2858 @funindex barNumberCheck
2859
2860 When copying large pieces of music, it can be helpful to check that
2861 the LilyPond bar number corresponds to the original that you are
2862 entering from.  This can be checked with @code{\barNumberCheck}, for
2863 example,
2864
2865 @verbatim
2866 \barNumberCheck #123
2867 @end verbatim
2868
2869 @noindent
2870 will print a warning if the @code{currentBarNumber} is not 123
2871 when it is processed.
2872
2873
2874 @seealso
2875 Snippets:
2876 @rlsr{Rhythms}.
2877
2878
2879 @node Rehearsal marks
2880 @unnumberedsubsubsec Rehearsal marks
2881
2882 @cindex rehearsal marks
2883 @cindex mark, rehearsal
2884
2885 @funindex \mark
2886 @funindex mark
2887
2888 To print a rehearsal mark, use the @code{\mark} command.
2889
2890 @lilypond[quote,verbatim,relative=2]
2891 c1 \mark \default
2892 c1 \mark \default
2893 c1 \mark \default
2894 c1 \mark \default
2895 @end lilypond
2896
2897 @noindent
2898 The mark is incremented automatically if you use @code{\mark
2899 \default}, but you can also use an integer argument to set the
2900 mark manually.  The value to use is stored in the property
2901 @code{rehearsalMark}.
2902
2903 @lilypond[quote,verbatim,relative=2]
2904 c1 \mark \default
2905 c1 \mark \default
2906 c1 \mark #8
2907 c1 \mark \default
2908 c1 \mark \default
2909 @end lilypond
2910
2911 @noindent
2912 The letter@tie{}@q{I} is skipped in accordance with engraving
2913 traditions.  If you wish to include the letter @q{I}, then use one
2914 of the following commands, depending on which style of rehearsal mark
2915 you want (letters only, letters in a hollow box, or letters in a
2916 hollow circle).
2917
2918 @example
2919 \set Score.markFormatter = #format-mark-alphabet
2920 \set Score.markFormatter = #format-mark-box-alphabet
2921 \set Score.markFormatter = #format-mark-circle-alphabet
2922 @end example
2923
2924 @lilypond[quote,verbatim,relative=2]
2925 \set Score.markFormatter = #format-mark-box-alphabet
2926 c1 \mark \default
2927 c1 \mark \default
2928 c1 \mark #8
2929 c1 \mark \default
2930 c1 \mark \default
2931 @end lilypond
2932
2933 @cindex rehearsal mark format
2934 @cindex rehearsal mark style
2935 @cindex style, rehearsal mark
2936 @cindex format, rehearsal mark
2937 @cindex mark, rehearsal, style
2938 @cindex mark, rehearsal, format
2939 @cindex rehearsal mark, manual
2940 @cindex mark, rehearsal, manual
2941 @cindex custom rehearsal mark
2942 @cindex manual rehearsal mark
2943
2944 The style is defined by the property @code{markFormatter}.  It is
2945 a function taking the current mark (an integer) and the current
2946 context as argument.  It should return a markup object.  In the
2947 following example, @code{markFormatter} is set to a pre-defined
2948 procedure.  After a few measures, it is set to a procedure that
2949 produces a boxed number.
2950
2951 @lilypond[quote,verbatim,relative=2]
2952 \set Score.markFormatter = #format-mark-numbers
2953 c1 \mark \default
2954 c1 \mark \default
2955 \set Score.markFormatter = #format-mark-box-numbers
2956 c1 \mark \default
2957 \set Score.markFormatter = #format-mark-circle-numbers
2958 c1 \mark \default
2959 \set Score.markFormatter = #format-mark-circle-letters
2960 c1
2961 @end lilypond
2962
2963 The file @file{scm/translation-functions.scm} contains the
2964 definitions of @code{format-mark-numbers} (the default format),
2965 @code{format-mark-box-numbers}, @code{format-mark-letters} and
2966 @code{format-mark-box-letters}.  These can be used as inspiration
2967 for other formatting functions.
2968
2969 You may use @code{format-mark-barnumbers},
2970 @code{format-mark-box-barnumbers}, and
2971 @code{format-mark-circle-barnumbers} to get bar numbers instead of
2972 incremented numbers or letters.
2973
2974 Other styles of rehearsal mark can be specified manually:
2975
2976 @example
2977 \mark "A1"
2978 @end example
2979
2980 @noindent
2981 Note that @code{Score.markFormatter} does not affect marks specified
2982 in this manner.  However, it is possible to apply a @code{\markup} to the
2983 string.
2984
2985 @example
2986 \mark \markup@{ \box A1 @}
2987 @end example
2988
2989 @cindex segno
2990 @cindex coda
2991 @cindex D.S. al Fine
2992 @cindex fermata
2993 @cindex music glyphs
2994 @cindex glyphs, music
2995
2996 @funindex \musicglyph
2997 @funindex musicglyph
2998
2999 Music glyphs (such as the segno sign) may be printed inside a
3000 @code{\mark}
3001
3002 @lilypond[quote,verbatim,relative=1]
3003 c1 \mark \markup { \musicglyph #"scripts.segno" }
3004 c1 \mark \markup { \musicglyph #"scripts.coda" }
3005 c1 \mark \markup { \musicglyph #"scripts.ufermata" }
3006 c1
3007 @end lilypond
3008
3009 @noindent
3010 See @ref{The Feta font}, for a list of symbols which may be
3011 printed with @code{\musicglyph}.
3012
3013 For common tweaks to the positioning of rehearsal marks, see
3014 @ref{Formatting text}.  For more precise control, see
3015 @code{break-alignable-interface} in @ref{Aligning objects}.
3016
3017
3018 @seealso
3019 Notation Reference:
3020 @ref{The Feta font},
3021 @ref{Formatting text},
3022 @ref{Aligning objects}.
3023
3024 Installed Files:
3025 @file{scm/translation-functions.scm} contains
3026 the definitions of @code{format-mark-numbers} and
3027 @code{format-mark-letters}.  They can be used as inspiration for
3028 other formatting functions.
3029
3030 Snippets:
3031 @rlsr{Rhythms}.
3032
3033 Internals Reference:
3034 @rinternals{MarkEvent},
3035 @rinternals{Mark_engraver},
3036 @rinternals{RehearsalMark}.
3037
3038
3039 @node Special rhythmic concerns
3040 @subsection Special rhythmic concerns
3041
3042
3043 @menu
3044 * Grace notes::
3045 * Aligning to cadenzas::
3046 * Time administration::
3047 @end menu
3048
3049 @node Grace notes
3050 @unnumberedsubsubsec Grace notes
3051
3052 @cindex ornaments
3053 @cindex grace notes
3054 @cindex appoggiatura
3055 @cindex acciaccatura
3056
3057 @funindex \grace
3058 @funindex \slashedGrace
3059 @funindex \acciaccatura
3060 @funindex \appoggiatura
3061
3062 Grace notes are musical ornaments, printed in a smaller font, that take
3063 up no additional logical time in a measure.
3064
3065 @lilypond[quote,relative=2,verbatim]
3066 c4 \grace b16 a4(
3067 \grace { b16[ c16] } a2)
3068 @end lilypond
3069
3070 There are three other types of grace notes possible; the
3071 @emph{acciaccatura} -- an unmeasured grace note indicated by a slurred
3072 note with a slashed stem -- and the @emph{appoggiatura}, which takes a
3073 fixed fraction of the main note it is attached to and prints without the
3074 slash.  It is also possible to write a grace note with a slashed stem,
3075 like the @emph{acciaccatura} but without the slur, so as to place it
3076 between notes that are slurred themselves, using the
3077 @code{\slashedGrace} function.
3078
3079 @lilypond[quote,relative=2,verbatim]
3080 \acciaccatura d8 c4
3081 \appoggiatura e8 d4
3082 \acciaccatura { g16[ f] } e2
3083 \slashedGrace a,8 g4
3084 \slashedGrace b16 a4(
3085 \slashedGrace b8 a2)
3086 @end lilypond
3087
3088 The placement of grace notes is synchronized between different staves.
3089 In the following example, there are two sixteenth grace notes for every
3090 eighth grace note
3091
3092 @lilypond[quote,relative=2,verbatim]
3093 <<
3094   \new Staff { e2 \grace { c16[ d e f] } e2 }
3095   \new Staff { c2 \grace { g8[ b] } c2 }
3096 >>
3097 @end lilypond
3098
3099 @cindex grace notes, following
3100
3101 @funindex \afterGrace
3102 @funindex afterGrace
3103
3104 If you want to end a note with a grace, use the @code{\afterGrace}
3105 command.  It takes two arguments: the main note, and the grace
3106 notes following the main note.
3107
3108 @lilypond[quote,verbatim,relative=2]
3109 c1 \afterGrace d1 { c16[ d] } c1
3110 @end lilypond
3111
3112 This will put the grace notes after a space lasting 3/4 of the
3113 length of the main note.  The default fraction 3/4 can be changed by
3114 setting @code{afterGraceFraction}.  The following example shows
3115 the results from setting the space at the default,  at 15/16, and
3116 finally at 1/2 of the main note.
3117
3118 @lilypond[quote,verbatim,relative=2]
3119 <<
3120   \new Staff {
3121     c1 \afterGrace d1 { c16[ d] } c1
3122   }
3123   \new Staff {
3124     #(define afterGraceFraction (cons 15 16))
3125     c1 \afterGrace d1 { c16[ d] } c1
3126   }
3127   \new Staff {
3128     #(define afterGraceFraction (cons 1 2))
3129     c1 \afterGrace d1 { c16[ d] } c1
3130   }
3131 >>
3132 @end lilypond
3133
3134 The space between the main note and the grace note may also be
3135 specified using spacers.  The following example places the grace
3136 note after a space lasting 7/8 of the main note.
3137
3138 @lilypond[quote,verbatim,relative=2]
3139 \new Voice {
3140   <<
3141     { d1^\trill_( }
3142     { s2 s4. \grace { c16[ d] } }
3143   >>
3144   c1)
3145 }
3146 @end lilypond
3147
3148 @cindex tweaking grace notes
3149 @cindex grace notes, tweaking
3150 @cindex grace notes, changing layout settings
3151
3152 A @code{\grace} music expression will introduce special
3153 typesetting settings, for example, to produce smaller type, and
3154 set directions.  Hence, when introducing layout tweaks to
3155 override the special settings, they should be placed inside
3156 the grace expression.  The overrides should also be reverted
3157 inside the grace expression.  Here, the grace note's default stem
3158 direction is overridden and then reverted.
3159
3160 @lilypond[quote,verbatim,relative=2]
3161 \new Voice {
3162   \acciaccatura {
3163     \stemDown
3164     f16->
3165     \stemNeutral
3166   }
3167   g4 e c2
3168 }
3169 @end lilypond
3170
3171
3172 @cindex stem, with slash
3173
3174
3175 @snippets
3176
3177 @lilypondfile[verbatim,quote,texidoc,doctitle]
3178 {using-grace-note-slashes-with-normal-heads.ly}
3179
3180 @lilypondfile[verbatim,quote,texidoc,doctitle]
3181 {tweaking-grace-layout-within-music.ly}
3182
3183 @lilypondfile[verbatim,quote,texidoc,doctitle]
3184 {redefining-grace-note-global-defaults.ly}
3185
3186 @lilypondfile[verbatim,quote,texidoc,doctitle]
3187 {positioning-grace-notes-with-floating-space.ly}
3188
3189
3190 @seealso
3191 Music Glossary:
3192 @rglos{grace notes},
3193 @rglos{acciaccatura},
3194 @rglos{appoggiatura}.
3195
3196 Notation Reference:
3197 @ref{Manual beams}.
3198
3199 Installed Files:
3200 @file{ly/grace-init.ly}.
3201
3202 Snippets:
3203 @rlsr{Rhythms}.
3204
3205 Internals Reference:
3206 @rinternals{GraceMusic},
3207 @rinternals{Grace_beam_engraver},
3208 @rinternals{Grace_engraver},
3209 @rinternals{Grace_spacing_engraver}.
3210
3211
3212 @knownissues
3213
3214 @cindex acciaccatura, multi-note
3215 @cindex multi-note acciaccatura
3216 @cindex grace-note synchronization
3217
3218 A multi-note beamed @i{acciaccatura} is printed without a slash,
3219 and looks exactly the same as a multi-note beamed
3220 @i{appoggiatura}.
3221
3222 @c TODO Add link to LSR snippet to add slash when available
3223
3224 Grace note synchronization can also lead to surprises.  Staff
3225 notation, such as key signatures, bar lines, etc., are also
3226 synchronized.  Take care when you mix staves with grace notes and
3227 staves without, for example,
3228
3229 @lilypond[quote,relative=2,verbatim]
3230 <<
3231   \new Staff { e4 \bar "|:" \grace c16 d2. }
3232   \new Staff { c4 \bar "|:" d2. }
3233 >>
3234 @end lilypond
3235
3236 @noindent
3237 This can be remedied by inserting grace skips of the corresponding
3238 durations in the other staves.  For the above example
3239
3240 @lilypond[quote,relative=2,verbatim]
3241 <<
3242   \new Staff { e4 \bar "|:" \grace c16 d2. }
3243   \new Staff { c4 \bar "|:" \grace s16 d2. }
3244 >>
3245 @end lilypond
3246
3247 The use of grace notes within voice contexts confuses the way the voice
3248 is typeset. This can be overcome by inserting a rest or note between the
3249 voice command and the grace note.
3250
3251 @lilypond[quote,verbatim]
3252 accMusic = {
3253   \acciaccatura { f8 } e8 r8 \acciaccatura { f8 } e8 r4
3254 }
3255
3256 \new Staff {
3257   <<
3258     \new Voice {
3259       \relative c'' {
3260         r8 r8 \voiceOne \accMusic \oneVoice r8 |
3261         r8 \voiceOne r8 \accMusic \oneVoice r8 |
3262       }
3263     }
3264     \new Voice {
3265       \relative c' {
3266         s8 s8 \voiceTwo \accMusic \oneVoice s8 |
3267         s8 \voiceTwo r8 \accMusic \oneVoice s8 |
3268       }
3269     }
3270   >>
3271 }
3272 @end lilypond
3273
3274 Grace sections should only be used within sequential music expressions.
3275 Nesting or juxtaposing grace sections is not supported, and might
3276 produce crashes or other errors.
3277
3278 Each grace note in MIDI output has a length of 1/4 of its actual
3279 duration.  If the combined length of the grace notes is greater than the
3280 length of the preceding note a @qq{@code{Going back in MIDI time}}
3281 error will be generated.  Either make the grace notes shorter in
3282 duration, for example:
3283
3284 @example
3285 \acciaccatura @{ c'8[ d' e' f' g'] @}
3286 @end example
3287
3288 becomes:
3289
3290 @example
3291 \acciaccatura @{ c'16[ d' e' f' g'] @}
3292 @end example
3293
3294 Or explicitly change the musical duration:
3295
3296 @example
3297 \acciaccatura @{ \scaleDurations #' (1 . 2) @{ c'8[ d' e' f' g'] @} @}
3298 @end example
3299
3300 See @ref{Scaling durations}.
3301
3302
3303 @node Aligning to cadenzas
3304 @unnumberedsubsubsec Aligning to cadenzas
3305
3306 @cindex cadenza
3307 @cindex cadenza, aligning to
3308 @cindex aligning to cadenza
3309
3310 In an orchestral context, cadenzas present a special problem: when
3311 constructing a score that includes a measured cadenza or other solo
3312 passage, all other instruments should skip just as many notes as the
3313 length of the cadenza, otherwise they will start too soon or too late.
3314
3315 One solution to this problem is to use the functions
3316 @code{mmrest-of-length} and @code{skip-of-length}.  These Scheme
3317 functions take a defined piece of music as an argument and generate a
3318 multi-measure rest or @code{\skip} exactly as long as the piece.
3319
3320 @lilypond[verbatim,quote]
3321 MyCadenza = \relative c' {
3322   c4 d8 e f g g4
3323   f2 g4 g
3324 }
3325
3326 \new GrandStaff <<
3327   \new Staff {
3328     \MyCadenza c'1
3329     \MyCadenza c'1
3330   }
3331   \new Staff {
3332     $(mmrest-of-length MyCadenza)
3333     c'1
3334     $(skip-of-length MyCadenza)
3335     c'1
3336   }
3337 >>
3338 @end lilypond
3339
3340
3341 @seealso
3342 Music Glossary:
3343 @rglos{cadenza}.
3344
3345 Snippets:
3346 @rlsr{Rhythms}.
3347
3348
3349 @node Time administration
3350 @unnumberedsubsubsec Time administration
3351
3352 @cindex time administration
3353 @cindex timing (within the score)
3354 @cindex music, unmetered
3355 @cindex unmetered music
3356
3357 @funindex currentBarNumber
3358 @funindex measurePosition
3359 @funindex measureLength
3360
3361 Time is administered by the @code{Timing_translator}, which by
3362 default is to be found in the @code{Score} context.  An alias,
3363 @code{Timing}, is added to the context in which the
3364 @code{Timing_translator} is placed.  To ensure that the
3365 @code{Timing} alias is available, you may need to explicitly
3366 instantiate the containing context (such as @code{Voice} or
3367 @code{Staff}).
3368
3369 The following properties of @code{Timing} are used
3370 to keep track of timing within the score.
3371
3372 @cindex bar number
3373 @cindex measure number
3374
3375 @table @code
3376 @item currentBarNumber
3377 The current measure number.  For an example showing the
3378 use of this property see @ref{Bar numbers}.
3379
3380 @item measureLength
3381 The length of the measures in the current time signature.  For a
3382 4/4 time this is@tie{}1, and for 6/8 it is 3/4.  Its value
3383 determines when bar lines are inserted and how automatic beams
3384 should be generated.
3385
3386 @item measurePosition
3387 The point within the measure where we currently are.  This
3388 quantity is reset by subtracting @code{measureLength} whenever
3389 @code{measureLength} is reached or exceeded.  When that happens,
3390 @code{currentBarNumber} is incremented.
3391
3392 @item timing
3393 If set to true, the above variables are updated for every time
3394 step.  When set to false, the engraver stays in the current
3395 measure indefinitely.
3396
3397 @end table
3398
3399 Timing can be changed by setting any of these variables
3400 explicitly.  In the next example, the default 4/4 time
3401 signature is printed, but @code{measureLength} is set to 5/4.
3402 At 4/8 through the third measure, the @code{measurePosition} is
3403 advanced by 1/8 to 5/8, shortening that bar by 1/8.
3404 The next bar line then falls at 9/8 rather than 5/4.
3405
3406 @lilypond[quote,verbatim]
3407 \new Voice \relative c' {
3408   \set Timing.measureLength = #(ly:make-moment 5 4)
3409   c1 c4 |
3410   c1 c4 |
3411   c4 c
3412   \set Timing.measurePosition = #(ly:make-moment 5 8)
3413   b4 b b8 |
3414   c4 c1 |
3415 }
3416 @end lilypond
3417
3418 @noindent
3419 As the example illustrates, @code{ly:make-moment n m} constructs a
3420 duration of n/m of a whole note.  For example,
3421 @code{ly:make-moment 1 8} is an eighth note duration and
3422 @code{ly:make-moment 7 16} is the duration of seven sixteenths
3423 notes.
3424
3425
3426 @seealso
3427 Notation Reference:
3428 @ref{Bar numbers},
3429 @ref{Unmetered music}.
3430
3431 Snippets:
3432 @rlsr{Rhythms}.
3433
3434 Internals Reference:
3435 @rinternals{Timing_translator},
3436 @rinternals{Score}.
3437