]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/rhythms.itely
Doc: NR Section on Upbeats made clearer
[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 @ref{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{Expressive marks},
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 measure, pickup
1335 @cindex pickup measure
1336
1337 @funindex measurePosition
1338 @funindex \partial
1339 @funindex partial
1340
1341 Partial or pick-up measures, such as an @emph{anacrusis} or an
1342 @emph{upbeat}, are entered using the @code{\partial} command,
1343
1344 @example
1345 \partial @var{duration}
1346 @end example
1347
1348 @noindent
1349 where @code{@var{duration}} is the @emph{remaining} length of the
1350 partial measure @emph{before} the start of the next full measure.
1351
1352 @lilypond[quote,verbatim,relative=1]
1353 \time 3/4
1354 \partial 8
1355 e8 | a4 c8 b c4 |
1356 @end lilypond
1357
1358 The @var{duration} can be any value less than a full measure:
1359
1360 @lilypond[quote,verbatim,relative=1]
1361 \time 3/4
1362 \partial 4.
1363 r4 e8 | a4 c8 b c4 |
1364 @end lilypond
1365
1366 The @code{\partial @var{duration}} can also be written as;
1367
1368 @example
1369 \set Timing.measurePosition -@var{duration}
1370 @end example
1371
1372 So @code{\partial 8} becomes:
1373
1374 @lilypond[quote,verbatim,relative=1]
1375 \time 3/4
1376 \set Timing.measurePosition = #(ly:make-moment -1 8)
1377 e8 | a4 c8 b c4 |
1378 @end lilypond
1379
1380 The property @code{measurePosition} contains a rational number
1381 indicating how much of the measure has passed at this point.  Note
1382 that this is set to a negative number by the @code{\partial} command:
1383 i.e., @code{\partial 4} is internally translated to @w{@code{-4}},
1384 meaning @qq{there is a quarter note left in the measure.}
1385
1386 @seealso
1387 Music Glossary:
1388 @rglos{anacrusis}.
1389
1390 Notation Reference:
1391 @ref{Grace notes}.
1392
1393 Snippets:
1394 @rlsr{Rhythms}.
1395
1396 Internal Reference:
1397 @rinternals{Timing_translator}.
1398
1399 @knownissues
1400 The @code{\partial} command should be used only at the beginning of a
1401 piece.  If you use it after the beginning, warnings or problems may
1402 occur, so use @code{\set Timing.measurePosition} instead.
1403
1404 @lilypond[quote,verbatim,relative=1]
1405 \time 6/8
1406 \partial 8
1407 e8 | a4 c8 b[ c b] |
1408 \set Timing.measurePosition = #(ly:make-moment -1 4)
1409 r8 e,8 | a4 c8 b[ c b] |
1410 @end lilypond
1411
1412 @node Unmetered music
1413 @unnumberedsubsubsec Unmetered music
1414
1415 @cindex bar lines, turning off
1416 @cindex bar numbering, turning off
1417 @cindex cadenza
1418 @cindex unmetered music
1419
1420 @funindex \cadenzaOn
1421 @funindex cadenzaOn
1422 @funindex \cadenzaOff
1423 @funindex cadenzaOff
1424
1425 Bar lines and bar numbers are calculated automatically.  For
1426 unmetered music (some cadenzas, for example), this is not desirable.
1427 To turn off automatic calculation of bar lines and bar numbers,
1428 use the command @code{\cadenzaOn}, and use @code{\cadenzaOff}
1429 to turn them on again.
1430
1431 @lilypond[verbatim,relative=2,quote]
1432 c4 d e d
1433 \cadenzaOn
1434 c4 c d8[ d d] f4 g4.
1435 \cadenzaOff
1436 \bar "|"
1437 d4 e d c
1438 @end lilypond
1439
1440 Bar numbering is resumed at the end of the cadenza as if the
1441 cadenza were not there:
1442
1443 @lilypond[verbatim,relative=2,quote]
1444 % Show all bar numbers
1445 \override Score.BarNumber #'break-visibility = #all-visible
1446 c4 d e d
1447 \cadenzaOn
1448 c4 c d8[ d d] f4 g4.
1449 \cadenzaOff
1450 \bar "|"
1451 d4 e d c
1452 @end lilypond
1453
1454 @cindex beams, in cadenzas
1455 @cindex beams, in unmetered music
1456 @cindex cadenza, with beams
1457 @cindex unmetered music, with beams
1458
1459 Automatic beaming is disabled by @code{\cadenzaOn} and enabled
1460 by @code{\cadenzaOff}.  Therefore, all beaming in cadenzas
1461 must be entered manually (@ref{Manual beams}).
1462
1463 @lilypond[verbatim,relative=2,quote]
1464 \repeat unfold 8 { c8 }
1465 \cadenzaOn
1466 \repeat unfold 5 { c8 }
1467 \bar"|"
1468 \cadenzaOff
1469 \repeat unfold 8 { c8 }
1470 @end lilypond
1471
1472 Note that these predefined commands affect all staves in the
1473 score, even when they are placed in just one @code{Voice}
1474 context.  To change this, move the @code{Timing_translator}
1475 from the @code{Score} context to the @code{Staff} context, as
1476 shown in @ref{Polymetric notation}.
1477
1478 @predefined
1479 @code{\cadenzaOn},
1480 @code{\cadenzaOff}.
1481 @endpredefined
1482
1483
1484 @seealso
1485 Music Glossary:
1486 @rglos{cadenza}.
1487
1488 Notation Reference:
1489 @ref{Visibility of objects},
1490 @ref{Polymetric notation},
1491 @ref{Manual beams}.
1492
1493 Snippets:
1494 @rlsr{Rhythms}.
1495
1496
1497 @cindex cadenza line breaks
1498 @cindex cadenza page breaks
1499 @cindex unmetered music, line breaks
1500 @cindex unmetered music, page breaks
1501 @cindex breaks in unmetered music
1502 @cindex line breaks in cadenzas
1503 @cindex page breaks in cadenzas
1504 @cindex line breaks in unmetered music
1505 @cindex page breaks in unmetered music
1506
1507 @knownissues
1508
1509 LilyPond will insert line breaks and page breaks only at a
1510 bar line.  Unless the unmetered music ends before the end of the
1511 staff line, you will need to insert invisible bar lines with
1512
1513 @example
1514 \bar ""
1515 @end example
1516
1517 @noindent
1518 to indicate where breaks can occur.
1519
1520 You should explicitly create a @code{Voice} context when starting a
1521 piece with @code{\cadenzaOn}, otherwise strange errors may occur.
1522
1523 @example
1524 \new Voice @{
1525   \relative c' @{
1526     \cadenzaOn
1527     c16[^"Solo Free Time" d e f] g2.
1528     \bar "||"
1529     \cadenzaOff
1530   @}
1531 @}
1532 @end example
1533
1534
1535 @node Polymetric notation
1536 @unnumberedsubsubsec Polymetric notation
1537
1538 @c This section necessarily uses \set
1539 @c This is acceptable  -td
1540
1541 @cindex double time signatures
1542 @cindex signatures, polymetric
1543 @cindex time signatures, polymetric
1544 @cindex time signatures, double
1545 @cindex polymetric signatures
1546 @cindex meter, polymetric
1547
1548 @funindex timeSignatureFraction
1549 @funindex \scaleDurations
1550 @funindex scaleDurations
1551 @funindex \times
1552 @funindex times
1553
1554 Polymetric notation is supported explicitly or by manually modifying the
1555 visible time signature symbol and/or scaling note durations.
1556
1557 @subsubheading Different time signatures with equal-length measures
1558
1559 Set a common time signature for each staff, and set the
1560 @code{timeSignatureFraction} to the desired fraction.  Then use the
1561 @code{\scaleDurations} function to scale the durations of the notes in
1562 each staff to the common time signature.
1563
1564 @cindex beams, with polymetric meters
1565 @cindex polymetric meters, with beams
1566
1567 In the following example, music with the time signatures of 3/4, 9/8 and
1568 10/8 are used in parallel.  In the second staff, shown durations are
1569 multiplied by 2/3 (because 2/3 * 9/8 = 3/4) and in the third staff, the
1570 shown durations are multiplied by 3/5 (because 3/5 * 10/8 = 3/4).  It
1571 may be necessary to insert beams manually, as the duration scaling will
1572 affect the autobeaming rules.
1573
1574 @lilypond[quote,verbatim]
1575 \relative c' <<
1576   \new Staff {
1577     \time 3/4
1578     c4 c c |
1579     c4 c c |
1580   }
1581   \new Staff {
1582     \time 3/4
1583     \set Staff.timeSignatureFraction = #'(9 . 8)
1584     \scaleDurations #'(2 . 3)
1585       \repeat unfold 6 { c8[ c c] }
1586   }
1587   \new Staff {
1588     \time 3/4
1589     \set Staff.timeSignatureFraction = #'(10 . 8)
1590     \scaleDurations #'(3 . 5) {
1591       \repeat unfold 2 { c8[ c c] }
1592       \repeat unfold 2 { c8[ c] } |
1593       c4. c \times 2/3 { c8[ c c] } c4
1594     }
1595   }
1596 >>
1597 @end lilypond
1598
1599 @subsubheading Different time signatures with unequal-length measures
1600
1601 Each staff can be given its own independent time signature by
1602 moving the @code{Timing_translator} and the
1603 @code{Default_bar_line_engraver} to the @code{Staff} context.
1604
1605 @lilypond[quote,verbatim]
1606 \layout {
1607   \context {
1608     \Score
1609     \remove "Timing_translator"
1610     \remove "Default_bar_line_engraver"
1611   }
1612   \context {
1613     \Staff
1614     \consists "Timing_translator"
1615     \consists "Default_bar_line_engraver"
1616   }
1617 }
1618
1619 % Now each staff has its own time signature.
1620
1621 \relative c' <<
1622   \new Staff {
1623     \time 3/4
1624     c4 c c |
1625     c4 c c |
1626   }
1627   \new Staff {
1628     \time 2/4
1629     c4 c |
1630     c4 c |
1631     c4 c |
1632   }
1633   \new Staff {
1634     \time 3/8
1635     c4. |
1636     c8 c c |
1637     c4. |
1638     c8 c c |
1639   }
1640 >>
1641 @end lilypond
1642
1643 @funindex \compoundMeter
1644 @cindex compound time signatures
1645 @cindex time signature, compound
1646
1647 @subsubheading Compound time signatures
1648
1649 These are created using the @code{\compoundMeter} function.  The syntax
1650 for this is:
1651
1652 @example
1653 \compoundMeter #'@code{(list of lists)}
1654 @end example
1655
1656 The simplest construction is a single list, where the @emph{last} number
1657 indicates the bottom number of the time signature and those that come
1658 before it, the top numbers.
1659
1660 @lilypond[quote,verbatim]
1661 \relative c' {
1662   \compoundMeter #'((2 2 2 8))
1663   \repeat unfold 6 c8 \repeat unfold 12 c16
1664 }
1665 @end lilypond
1666
1667 More complex meters can be constructed using additional lists.  Also,
1668 automatic beaming settings will be adjusted depending on the values.
1669
1670 @lilypond[quote,verbatim]
1671 \relative c' {
1672   \compoundMeter #'((1 4) (3 8))
1673   \repeat unfold 5 c8 \repeat unfold 10 c16
1674 }
1675
1676 \relative c' {
1677   \compoundMeter #'((1 2 3 8) (3 4))
1678   \repeat unfold 12 c8
1679 }
1680 @end lilypond
1681
1682 @seealso
1683 Music Glossary:
1684 @rglos{polymetric},
1685 @rglos{polymetric time signature},
1686 @rglos{meter}.
1687
1688 Notation Reference:
1689 @ref{Automatic beams},
1690 @ref{Manual beams},
1691 @ref{Time signature},
1692 @ref{Scaling durations}.
1693
1694 Snippets:
1695 @rlsr{Rhythms}.
1696
1697 Internals Reference:
1698 @rinternals{TimeSignature},
1699 @rinternals{Timing_translator},
1700 @rinternals{Default_bar_line_engraver},
1701 @rinternals{Staff}.
1702
1703
1704 @knownissues
1705 When using different time signatures in parallel, notes at the same
1706 moment will be placed at the same horizontal location.  However, the bar
1707 lines in the different staves will cause the note spacing to be less
1708 regular in each of the individual staves than would be normal without
1709 the different time signatures.
1710
1711 @node Automatic note splitting
1712 @unnumberedsubsubsec Automatic note splitting
1713
1714 @cindex notes, splitting
1715 @cindex splitting notes
1716 @cindex rests, splitting
1717 @cindex splitting rests
1718
1719 @funindex Note_heads_engraver
1720 @funindex Completion_heads_engraver
1721 @funindex Completion_rest_engraver
1722
1723 Long notes which overrun bar lines can be converted automatically to
1724 tied notes.  This is done by replacing the @code{Note_heads_engraver}
1725 with the @code{Completion_heads_engraver}.  Similarly, long rests which
1726 overrun bar lines are split automatically by replacing the
1727 @code{Rest_engraver} with the @code{Completion_rest_engraver}.  In the
1728 following example, notes and rests crossing the bar lines are split,
1729 notes are also tied.
1730
1731 @lilypond[quote,verbatim,relative=1]
1732 \new Voice \with {
1733   \remove "Note_heads_engraver"
1734   \consists "Completion_heads_engraver"
1735   \remove "Rest_engraver"
1736   \consists "Completion_rest_engraver"
1737 }
1738
1739 { c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2 r1*2 }
1740 @end lilypond
1741
1742 These engravers split all running notes and rests at the bar line, and
1743 inserts ties for notes.  One of its uses is to debug complex scores: if
1744 the measures are not entirely filled, then the ties show exactly how
1745 much each measure is off.
1746
1747
1748 @seealso
1749 Music Glossary:
1750 @rglos{tie}
1751
1752 Learning Manual:
1753 @rlearning{Engravers explained},
1754 @rlearning{Adding and removing engravers}.
1755
1756 Snippets:
1757 @rlsr{Rhythms}.
1758
1759 Internals Reference:
1760 @rinternals{Note_heads_engraver},
1761 @rinternals{Completion_heads_engraver},
1762 @rinternals{Rest_engraver},
1763 @rinternals{Completion_rest_engraver},
1764 @rinternals{Forbid_line_break_engraver}.
1765
1766
1767 @knownissues
1768
1769 Not all durations (especially those containing tuplets) can be
1770 represented exactly with normal notes and dots, but the
1771 @code{Completion_heads_engraver} will not insert tuplets.
1772
1773 The @code{Completion_heads_engraver} only affects notes; it does not
1774 split rests.
1775
1776
1777 @node Showing melody rhythms
1778 @unnumberedsubsubsec Showing melody rhythms
1779
1780 @cindex melody rhythms, showing
1781 @cindex rhythms, showing melody
1782
1783 Sometimes you might want to show only the rhythm of a melody.  This
1784 can be done with the rhythmic staff.  All pitches of notes on such a
1785 staff are squashed, and the staff itself has a single line
1786
1787 @lilypond[quote,relative=1,verbatim]
1788 <<
1789   \new RhythmicStaff {
1790     \new Voice = "myRhythm" {
1791       \time 4/4
1792       c4 e8 f g2
1793       r4 g g f
1794       g1
1795     }
1796   }
1797   \new Lyrics {
1798     \lyricsto "myRhythm" {
1799       This is my song
1800       I like to sing
1801     }
1802   }
1803 >>
1804 @end lilypond
1805
1806 @cindex guitar chord charts
1807 @cindex strumming rhythms, showing
1808 @cindex guitar strumming rhythms, showing
1809
1810 @funindex Pitch_squash_engraver
1811 @funindex \improvisationOn
1812 @funindex improvisationOn
1813 @funindex \improvisationOff
1814 @funindex improvisationOff
1815
1816 Guitar chord charts often show the strumming rhythms.  This can
1817 be done with the @code{Pitch_squash_engraver} and
1818 @code{\improvisationOn}.
1819
1820
1821 @lilypond[quote,verbatim]
1822 <<
1823   \new ChordNames {
1824     \chordmode {
1825       c1 f g c
1826     }
1827   }
1828   \new Voice \with {
1829     \consists Pitch_squash_engraver
1830   } \relative c'' {
1831     \improvisationOn
1832     c4 c8 c c4 c8 c
1833     f4 f8 f f4 f8 f
1834     g4 g8 g g4 g8 g
1835     c4 c8 c c4 c8 c
1836   }
1837 >>
1838 @end lilypond
1839
1840
1841 @predefined
1842 @code{\improvisationOn},
1843 @code{\improvisationOff}.
1844 @endpredefined
1845
1846
1847 @snippets
1848
1849 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
1850 {guitar-strum-rhythms.ly}
1851
1852
1853 @seealso
1854 Snippets:
1855 @rlsr{Rhythms}.
1856
1857 Internals Reference:
1858 @rinternals{RhythmicStaff},
1859 @rinternals{Pitch_squash_engraver}.
1860
1861
1862 @node Beams
1863 @subsection Beams
1864
1865 @menu
1866 * Automatic beams::
1867 * Setting automatic beam behavior::
1868 * Manual beams::
1869 * Feathered beams::
1870 @end menu
1871
1872 @node Automatic beams
1873 @unnumberedsubsubsec Automatic beams
1874
1875 By default, beams are inserted automatically:
1876
1877 @cindex beams, manual
1878 @cindex manual beams
1879 @cindex beams, customizing rules
1880
1881 @funindex \autoBeamOn
1882 @funindex autoBeamOn
1883 @funindex \autoBeamOff
1884 @funindex autoBeamOff
1885
1886 @lilypond[quote,verbatim,relative=2]
1887 \time 2/4 c8 c c c
1888 \time 6/8 c8 c c c8. c16 c8
1889 @end lilypond
1890
1891 If these automatic decisions are not satisfactory, beaming can be
1892 entered explicitly; see @ref{Manual beams}.  Beams @emph{must} be
1893 entered manually if beams are to be extended over rests.
1894
1895 If automatic beaming is not required, it may be turned off with
1896 @code{\autoBeamOff} and on with @code{\autoBeamOn}:
1897
1898 @lilypond[quote,relative=1,verbatim]
1899 c4 c8 c8. c16 c8. c16 c8
1900 \autoBeamOff
1901 c4 c8 c8. c16 c8.
1902 \autoBeamOn
1903 c16 c8
1904 @end lilypond
1905
1906 @cindex melismata, with beams
1907 @cindex beams, with melismata
1908
1909 @warning{If beams are used to indicate melismata in songs, then
1910 automatic beaming should be switched off with @code{\autoBeamOff}
1911 and the beams indicated manually.}
1912
1913 @warning{Using @code{@bs{}partcombine} with @code{@bs{}autoBeamOff} can
1914 produce unintended results.  See the snippet below for more information.}
1915
1916 Beaming patterns that differ from the automatic defaults can be
1917 created; see @ref{Setting automatic beam behavior}.
1918
1919 @predefined
1920 @code{\autoBeamOff},
1921 @code{\autoBeamOn}.
1922 @endpredefined
1923
1924 @cindex beams, line breaks
1925 @cindex line breaks, beams
1926 @cindex beams, with knee gap
1927 @cindex knee gap, with beams
1928 @funindex breakable
1929
1930 @snippets
1931 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
1932 {beams-across-line-breaks.ly}
1933
1934 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
1935 {changing-beam-knee-gap.ly}
1936
1937 @cindex beams, \partcombine with \autoBeamOff
1938 @cindex voices, \partcombine with \autoBeamOff
1939
1940 @lilypondfile [verbatim, quote, ragged-right, texidoc, doctitle]
1941 {partcombine-and-autobeamoff.ly}
1942
1943 @seealso
1944 Notation Reference:
1945 @ref{Manual beams},
1946 @ref{Setting automatic beam behavior}.
1947
1948 Installed Files:
1949 @file{scm/auto-beam.scm}.
1950
1951 Snippets:
1952 @rlsr{Rhythms}.
1953
1954 Internals Reference:
1955 @rinternals{Auto_beam_engraver},
1956 @rinternals{Beam_engraver},
1957 @rinternals{Beam},
1958 @rinternals{BeamEvent},
1959 @rinternals{BeamForbidEvent},
1960 @rinternals{beam-interface},
1961 @rinternals{unbreakable-spanner-interface}.
1962
1963 @node Setting automatic beam behavior
1964 @unnumberedsubsubsec Setting automatic beam behavior
1965
1966 @cindex beams, with lyrics
1967 @cindex lyrics, with beams
1968
1969 @funindex autoBeaming
1970 @funindex baseMoment
1971 @funindex beamExceptions
1972 @funindex beatStructure
1973 @funindex measureLength
1974 @funindex \time
1975 @funindex time
1976 @funindex \set
1977 @funindex set
1978
1979 In most instances, automatic beams will end at the end of a beat.
1980 The ending points for beats are determined by the context properties
1981 @code{baseMoment} and @code{beatStructure}.  @code{beatStructure}
1982 is a scheme list that defines the length of each beat in the measure
1983 in units of @code{baseMoment}.  By default, @code{baseMoment} is
1984 the one over numerator of the time signature.  By default,
1985 each unit of length @code{baseMoment} is a single beat.
1986
1987 @lilypond[quote,relative=2,verbatim]
1988 \time 5/16
1989 c16^"default" c c c c |
1990 \set Timing.beatStructure = #'(2 3)
1991 c16^"(2+3)" c c c c |
1992 \set Timing.beatStructure = #'(3 2)
1993 c16^"(3+2)" c c c c |
1994 @end lilypond
1995
1996 Beam setting changes can be limited to specific contexts.  If no
1997 setting is included in a lower-level context, the setting of the
1998 enclosing context will apply.
1999
2000 @lilypond[quote, verbatim,relative=1]
2001 \new Staff {
2002   \time 7/8
2003   \set Staff.beatStructure = #'(2 3 2)
2004   <<
2005     \new Voice = one {
2006       \relative c'' {
2007         a8 a a a a a a
2008       }
2009     }
2010     \new Voice = two {
2011       \relative c' {
2012         \voiceTwo
2013         \set Voice.beatStructure = #'(1 3 3)
2014         f8 f f f f f f
2015       }
2016     }
2017   >>
2018 }
2019 @end lilypond
2020
2021 When multiple voices are used the @code{Staff} context must be
2022 specified if the beaming is to be applied to all voices in the
2023 staff:
2024
2025 @lilypond[quote,verbatim,relative=2]
2026 \time 7/8
2027 % rhythm 3-1-1-2
2028 % Change applied to Voice by default --  does not work correctly
2029 % Because of autogenerated voices, all beating will
2030 % be at baseMoment (1 . 8)
2031 \set beatStructure = #'(3 1 1 2)
2032 << {a8 a a a16 a a a a8 a} \\ {f4. f8 f f f} >>
2033
2034 % Works correctly with context Staff specified
2035 \set Staff.beatStructure = #'(3 1 1 2)
2036 << {a8 a a a16 a a a a8 a} \\ {f4. f8 f f f} >>
2037 @end lilypond
2038
2039 The value of @code{baseMoment} can be adjusted to change
2040 the beaming behavior, if desired. When this is done,
2041 the value of @code{beatStructure} must be set to be
2042 compatible with the new value of @code{baseMoment}.
2043
2044 @lilypond[quote,verbatim,relative=2]
2045 \time 5/8
2046 \set Timing.baseMoment = #(ly:make-moment 1 16)
2047 \set Timing.beatStructure = #'(7 3)
2048 \repeat unfold 10 { a16 }
2049 @end lilypond
2050
2051 @code{baseMoment} is a @i{moment}; a unit of musical duration.  A
2052 quantity of type @i{moment} is created by the scheme function
2053 @code{ly:make-moment}.  For more information about this function,
2054 see @ref{Time administration}.
2055
2056 By default @code{baseMoment} is set to one over the denominator of
2057 the time signature. Any exceptions to this default can be found in
2058 @file{scm/time-signature-settings.scm}.
2059
2060 Special autobeaming rules (other than ending a beam on a beat)
2061 are defined in the @code{beamExceptions} property.
2062
2063 @lilypond[quote,relative=2,verbatim]
2064 \time 3/16
2065 \set Timing.beatStructure = #'(2 1)
2066 \set Timing.beamExceptions =
2067   #'(                         ;start of alist
2068      (end .                   ;entry for end of beams
2069       (                       ;start of alist of end points
2070        ((1 . 32) . (2 2 2))   ;rule for 1/32 beams -- end each 1/16
2071       )))                     %close all entries
2072 c16 c c |
2073 \repeat unfold 6 { c32 } |
2074 @end lilypond
2075
2076 @code{beamExceptions} is an alist with a key of rule-type and a value
2077 of beaming-rules.
2078
2079 At this time the only available value of rule-type is
2080 @code{'end} for beam ending.
2081
2082 Beaming-rules is a scheme alist (or list of pairs) that indicates the
2083 beam type and the grouping to be applied to beams containing notes with
2084 a shortest duration of that beam type.
2085
2086 @example
2087 #'((beam-type1 . grouping-1)
2088    (beam-type2 . grouping-2)
2089    (beam-type3 . grouping-3))
2090 @end example
2091
2092 Beam type is a scheme pair indicating the duration of the beam,
2093 e.g., @code{(1 . 16)}.
2094
2095 Grouping is a scheme list indicating the grouping to be applied to
2096 the beam.  The grouping is in units of the beam type.
2097
2098 @warning{ A @code{beamExceptions} value must be @emph{complete}
2099 exceptions list.  That is, every exception that should be applied
2100 must be included in the setting.  It is not possible to add, remove,
2101 or change only one of the exceptions. While this may seem cumbersome,
2102 it means that the current beaming settings need not be known in order
2103 to specify a new beaming pattern.}
2104
2105 When the time signature is changed, default values of
2106 @code{Timing.baseMoment}, @code{Timing.beatStructure},
2107 and @code{Timing.beamExceptions} are set.  Setting the time signature
2108 will reset the automatic beaming settings for the @code{Timing}
2109 context to the default behavior.
2110
2111 @lilypond[quote,verbatim,relative=2]
2112 \time 6/8
2113 \repeat unfold 6 { a8 }
2114 % group (4 + 2)
2115 \set Timing.beatStructure = #'(4 2)
2116 \repeat unfold 6 { a8 }
2117 % go back to default behavior
2118 \time 6/8
2119 \repeat unfold 6 { a8 }
2120 @end lilypond
2121
2122 The default automatic beaming settings for a time signature
2123 are determined in @file{scm/time-signature-settings.scm}.
2124 Changing the default automatic beaming settings
2125 for a time signature is described in @ref{Time signature}.
2126
2127 Many automatic beaming settings for a time signature contain an
2128 entry for @code{beamExceptions}.  For example, 4/4 time tries to
2129 beam the measure in two if there are only eighth notes.  The
2130 @code{beamExceptions} rule can override the @code{beatStructure} setting
2131 if @code{beamExceptions} is not reset.
2132
2133 @lilypond[quote,verbatim,relative=2]
2134 \time 4/4
2135 \set Timing.baseMoment = #(ly:make-moment 1 8)
2136 \set Timing.beatStructure = #'(3 3 2)
2137 % This won't beam (3 3 2) because of beamExceptions
2138 \repeat unfold 8 {c8} |
2139 % This will beam (3 3 2) because we clear beamExceptions
2140 \set Timing.beamExceptions = #'()
2141 \repeat unfold 8 {c8}
2142 @end lilypond
2143
2144 In a similar fashion, eighth notes in 3/4 time are beamed as a full
2145 measure by default.  To beam eighth notes in 3/4 time on the beat,
2146 reset @code{beamExceptions}.
2147
2148 @lilypond[quote,verbatim,relative=2]
2149 \time 3/4
2150 % by default we beam in (3) due to beamExceptions
2151 \repeat unfold 6 {a8} |
2152 % This will beam (1 1 1) due to beatLength
2153 \set Timing.beamExceptions = #'()
2154 \repeat unfold 6 {a8}
2155 @end lilypond
2156
2157 @i{@strong{How automatic beaming works}}
2158
2159 When automatic beaming is enabled, the placement of automatic beams
2160 is determined by the context properties
2161 @code{baseMoment}, @code{beatStructure}, and @code{beamExceptions}.
2162
2163 The following rules, in order of priority, apply when determining
2164 the appearance of beams:
2165
2166 @itemize
2167 @item
2168 If a manual beam is specified with @code{[..]} set the beam
2169 as specified, otherwise
2170
2171 @item
2172 if a beam-ending rule is defined in @code{beamExceptions}
2173 for the beam-type, use it to determine the valid places where
2174 beams may end, otherwise
2175
2176 @item
2177 if a beam-ending rule is defined in @code{beamExceptions}
2178 for a longer beam-type, use it to determined the valid places
2179 where beams may end, otherwise
2180
2181 @item
2182 use the values of @code{baseMoment} and @code{beatStructure} to
2183 determine the ends of the beats in the measure, and
2184 end beams at the end of beats.
2185
2186 @end itemize
2187
2188 In the rules above, the @emph{beam-type} is the duration of the
2189 shortest note in the beamed group.
2190
2191 The default beaming rules can be found in
2192 @file{scm/time-signature-settings.scm}.
2193
2194 @snippets
2195
2196 @cindex beams, subdividing
2197
2198 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2199 {subdividing-beams.ly}
2200
2201 @cindex beamlets, orienting
2202
2203 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2204 {strict-beat-beaming.ly}
2205
2206 @cindex measure groupings
2207 @cindex beats, grouping
2208 @cindex grouping beats
2209 @cindex measure sub-grouping
2210
2211 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2212 {conducting-signs,-measure-grouping-signs.ly}
2213
2214 @cindex beam, endings in a score
2215 @cindex beam, endings with multiple voices
2216
2217 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2218 {beam-endings-in-score-context.ly}
2219
2220
2221 @seealso
2222 Installed Files:
2223 @file{scm/beam-settings.scm}.
2224
2225 Snippets:
2226 @rlsr{Rhythms}.
2227
2228 Internals Reference:
2229 @rinternals{Auto_beam_engraver},
2230 @rinternals{Beam},
2231 @rinternals{BeamForbidEvent},
2232 @rinternals{beam-interface}.
2233
2234
2235 @knownissues
2236 If a score ends while an automatic beam has not been ended and is
2237 still accepting notes, this last beam will not be typeset at all.
2238 The same holds for polyphonic voices, entered with
2239 @code{<< @dots{} \\ @dots{} >>}.  If a polyphonic voice ends while an
2240 automatic beam is still accepting notes, it is not typeset.
2241 The workaround for these problems is to manually beam the last
2242 beam in the voice or score.
2243
2244 By default, the @code{Timing} translator is aliased to the
2245 @code{Score} context.  This means that setting the time signature
2246 in one staff will affect the beaming of the other staves as well.
2247 Thus, a time signature setting in a later staff will reset custom
2248 beaming that was set in an earlier staff.
2249 One way to avoid this problem is to set the time signature
2250 in only one staff.
2251
2252 @lilypond[quote,verbatim,relative=2]
2253 <<
2254   \new Staff {
2255     \time 3/4
2256     \set Timing.baseMoment = #(ly:make-moment 1 8)
2257     \set Timing.beatStructure = #'(1 5)
2258     \repeat unfold 6 { a8 }
2259   }
2260   \new Staff {
2261     \repeat unfold 6 { a8 }
2262   }
2263 >>
2264 @end lilypond
2265
2266 The default beam settings for the time signature can also be changed, so
2267 that the desired beaming will always be used.  Changes in automatic
2268 beaming settings for a time signature are described in
2269 @ref{Time signature}.
2270
2271 @lilypond[quote,verbatim,relative=2]
2272 <<
2273   \new Staff {
2274     \overrideTimeSignatureSettings
2275       #'(3 . 4)         % timeSignatureFraction
2276       #'(1 . 8)         % baseMomentFraction
2277       #'(1 5)           % beatStructure
2278       #'()              % beamExceptions
2279     \time 3/4
2280     \repeat unfold 6 { a8 }
2281   }
2282   \new Staff {
2283     \time 3/4
2284     \repeat unfold 6 { a8 }
2285   }
2286 >>
2287 @end lilypond
2288
2289 @node Manual beams
2290 @unnumberedsubsubsec Manual beams
2291
2292 @cindex beams, manual
2293 @cindex manual beams
2294
2295 @funindex ]
2296 @funindex [
2297
2298 In some cases it may be necessary to override the automatic
2299 beaming algorithm.  For example, the autobeamer will not put beams
2300 over rests or bar lines, and in choral scores the beaming is
2301 often set to follow the meter of the lyrics rather than the
2302 notes.  Such beams can be specified manually by
2303 marking the begin and end point with @code{[} and @code{]}.
2304
2305 @lilypond[quote,relative=1,verbatim]
2306 r4 r8[ g' a r] r g[ | a] r
2307 @end lilypond
2308
2309 @cindex manual beams, direction shorthand for
2310 @cindex manual beams, grace notes
2311
2312 Beaming direction can be set manually using direction indicators:
2313
2314 @lilypond[quote,relative=2,verbatim]
2315 c8^[ d e] c,_[ d e f g]
2316 @end lilypond
2317
2318 @funindex \noBeam
2319 @funindex noBeam
2320
2321 Individual notes may be marked with @code{\noBeam} to prevent them
2322 from being beamed:
2323
2324 @lilypond[quote,verbatim,relative=2]
2325 \time 2/4
2326 c8 c\noBeam c c
2327 @end lilypond
2328
2329 Grace note beams and normal note beams can occur simultaneously.
2330 Unbeamed grace notes are not put into normal note beams.
2331
2332 @lilypond[quote,verbatim,relative=2]
2333 c4 d8[
2334 \grace { e32[ d c d] }
2335 e8] e[ e
2336 \grace { f16 }
2337 e8 e]
2338 @end lilypond
2339
2340 @funindex stemLeftBeamCount
2341 @funindex stemRightBeamCount
2342
2343 Even more strict manual control with the beams can be achieved by
2344 setting the properties @code{stemLeftBeamCount} and
2345 @code{stemRightBeamCount}.  They specify the number of beams to
2346 draw on the left and right side, respectively, of the next note.
2347 If either property is set, its value will be used only once, and
2348 then it is erased.  In this example, the last @code{f} is printed
2349 with only one beam on the left side, i.e., the eighth-note beam of
2350 the group as a whole.
2351
2352 @lilypond[quote,relative=2,verbatim]
2353 a8[ r16 f g a]
2354 a8[ r16
2355 \set stemLeftBeamCount = #2
2356 \set stemRightBeamCount = #1
2357 f16
2358 \set stemLeftBeamCount = #1
2359 g16 a]
2360 @end lilypond
2361
2362
2363 @predefined
2364 @code{\noBeam}.
2365 @endpredefined
2366
2367
2368 @snippets
2369
2370 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2371 {flat-flags-and-beam-nibs.ly}
2372
2373
2374 @seealso
2375 Notation Reference:
2376 @ref{Direction and placement},
2377 @ref{Grace notes}.
2378
2379 Snippets:
2380 @rlsr{Rhythms}.
2381
2382 Internals Reference:
2383 @rinternals{Beam},
2384 @rinternals{BeamEvent},
2385 @rinternals{Beam_engraver},
2386 @rinternals{beam-interface},
2387 @rinternals{Stem_engraver}.
2388
2389
2390 @node Feathered beams
2391 @unnumberedsubsubsec Feathered beams
2392
2393 @cindex beams, feathered
2394 @cindex feathered beams
2395
2396 @funindex \featherDurations
2397 @funindex featherDurations
2398 @funindex grow-direction
2399
2400 Feathered beams are used to indicate that a small group of notes
2401 should be played at an increasing (or decreasing) tempo, without
2402 changing the overall tempo of the piece.  The extent of the
2403 feathered beam must be indicated manually using @code{[} and
2404 @code{]}, and the beam feathering is turned on by specifying a
2405 direction to the @code{Beam} property @code{grow-direction}.
2406
2407 If the placement of the notes and the sound in the MIDI output is to
2408 reflect the @emph{ritardando} or @emph{accelerando} indicated by the
2409 feathered beam the notes must be grouped as a music expression delimited
2410 by braces and preceded by a @code{featherDurations} command which specifies
2411 the ratio between the durations of the first and last notes in the
2412 group.
2413
2414 The square brackets show the extent of the beam and the braces show
2415 which notes are to have their durations modified.  Normally these
2416 would delimit the same group of notes, but this is not required: the
2417 two commands are independent.
2418
2419 In the following example the eight 16th notes occupy exactly the
2420 same time as a half note, but the first note is one half as long
2421 as the last one, with the intermediate notes gradually
2422 lengthening.  The first four 32nd notes gradually speed up, while
2423 the last four 32nd notes are at a constant tempo.
2424
2425 @lilypond[relative=1,verbatim,quote]
2426 \override Beam #'grow-direction = #LEFT
2427 \featherDurations #(ly:make-moment 2 1)
2428 { c16[ c c c c c c c] }
2429 \override Beam #'grow-direction = #RIGHT
2430 \featherDurations #(ly:make-moment 2 3)
2431 { c32[ d e f] }
2432 % revert to non-feathered beams
2433 \override Beam #'grow-direction = #'()
2434 { g32[ a b c] }
2435 @end lilypond
2436
2437 @noindent
2438 The spacing in the printed output represents the
2439 note durations only approximately, but the MIDI output is exact.
2440
2441
2442 @predefined
2443 @code{\featherDurations}.
2444 @endpredefined
2445
2446 @seealso
2447 Snippets:
2448 @rlsr{Rhythms}.
2449
2450
2451 @knownissues
2452
2453 The @code{\featherDurations} command only works with very short
2454 music snippets, and when numbers in the fraction are small.
2455
2456
2457 @node Bars
2458 @subsection Bars
2459
2460
2461 @menu
2462 * Bar lines::
2463 * Bar numbers::
2464 * Bar and bar number checks::
2465 * Rehearsal marks::
2466 @end menu
2467
2468 @node Bar lines
2469 @unnumberedsubsubsec Bar lines
2470
2471 @cindex bar lines
2472 @cindex measure lines
2473 @cindex closing bar lines
2474 @cindex bar lines, closing
2475 @cindex double bar lines
2476 @cindex bar lines, double
2477 @cindex repeat bars
2478
2479 @funindex \bar
2480 @funindex bar
2481
2482 Bar lines delimit measures, and are also used to indicate
2483 repeats.  Normally, simple bar lines are automatically inserted
2484 into the printed output at places based on the current time
2485 signature.
2486
2487 The simple bar lines inserted automatically can be changed to
2488 other types with the @code{\bar} command.  For example, a closing
2489 double bar line is usually placed at the end of a piece:
2490
2491 @lilypond[quote,relative=1,verbatim]
2492 e4 d c2 \bar "|."
2493 @end lilypond
2494
2495 It is not invalid if the final note in a measure does not
2496 end on the automatically entered bar line: the note is assumed
2497 to carry over into the next measure.  But if a long sequence
2498 of such carry-over measures appears the music can appear compressed
2499 or even flowing off the page.  This is because automatic line
2500 breaks happen only at the end of complete measures, i.e., where
2501 all notes end before the end of a measure.
2502
2503 @warning{An incorrect duration can cause line breaks to be
2504 inhibited, leading to a line of highly compressed music or
2505 music which flows off the page.}
2506
2507 @cindex line breaks
2508 @cindex bar lines, invisible
2509 @cindex measure lines, invisible
2510
2511 Line breaks are also permitted at manually inserted bar lines
2512 even within incomplete measures.  To allow a line break without
2513 printing a bar line, use the following:
2514
2515 @example
2516 \bar ""
2517 @end example
2518
2519 @noindent
2520 This will insert an invisible bar line and allow (but not
2521 force) a line break to occur at this point.  The bar number
2522 counter is not increased.  To force a line break see
2523 @ref{Line breaking}.
2524
2525 @cindex manual bar lines
2526 @cindex manual measure lines
2527 @cindex bar lines, manual
2528 @cindex measure lines, manual
2529
2530 This and other special bar lines may be inserted manually at any
2531 point.  When they coincide with the end of a measure they replace
2532 the simple bar line which would have been inserted there
2533 automatically.  When they do not coincide with the end of a measure
2534 the specified bar line is inserted at that point in the printed
2535 output.
2536
2537 Note that manual bar lines are purely visual.  They do not affect
2538 any of the properties that a normal bar line would affect, such as
2539 measure numbers, accidentals, line breaks, etc.  They do not affect
2540 the calculation and placement of subsequent automatic bar lines.
2541 When a manual bar line is placed where a normal bar line already
2542 exists, the effects of the original bar line are not altered.
2543
2544 Two types of simple bar lines and five types of double bar lines are
2545 available for manual insertion:
2546
2547 @lilypond[quote,relative=1,verbatim]
2548 f1 \bar "|"
2549 f1 \bar "."
2550 g1 \bar "||"
2551 a1 \bar ".|"
2552 b1 \bar ".|."
2553 c1 \bar "|.|"
2554 d1 \bar "|."
2555 e1
2556 @end lilypond
2557
2558 @noindent
2559 together with dotted and dashed bar lines:
2560
2561 @lilypond[quote,relative=1,verbatim]
2562 f1 \bar ":"
2563 g1 \bar "dashed"
2564 a1
2565 @end lilypond
2566
2567 @noindent
2568 and five types of repeat bar line:
2569
2570 @lilypond[quote,relative=1,verbatim]
2571 f1 \bar "|:"
2572 g1 \bar ":|:"
2573 a1 \bar ":|.|:"
2574 b1 \bar ":|.:"
2575 c1 \bar ":|"
2576 e1
2577 @end lilypond
2578
2579 Additionally, a bar line can be printed as a simple tick:
2580 @lilypond[quote,relative=1,verbatim]
2581 f1 \bar "'"
2582 @end lilypond
2583 However, as such ticks are typically used in Gregorian chant, it is
2584 preferable to use @code{\divisioMinima} there instead, described in
2585 the section @ref{Divisiones} in Gregorian chant.
2586
2587 @cindex segno
2588
2589 For in-line segno signs, there are three types of bar lines which
2590 differ in their behavior at line breaks:
2591
2592 @lilypond[quote,relative=2,verbatim]
2593 c4 c c c
2594 \bar "S"
2595 c4 c c c \break
2596 \bar "S"
2597 c4 c c c
2598 \bar "|S"
2599 c4 c c c \break
2600 \bar "|S"
2601 c4 c c c
2602 \bar "S|"
2603 c4 c c c \break
2604 \bar "S|"
2605 c1
2606 @end lilypond
2607
2608 @cindex repeats
2609
2610 Although the bar line types signifying repeats may be inserted
2611 manually they do not in themselves cause LilyPond to recognize
2612 a repeated section.  Such repeated sections are better entered
2613 using the various repeat commands (see @ref{Repeats}), which
2614 automatically print the appropriate bar lines.
2615
2616 In addition, you can specify @code{"||:"}, which is equivalent to
2617 @code{"|:"} except at line breaks, where it gives a double bar
2618 line at the end of the line and a start repeat at the beginning of
2619 the next line.
2620
2621 @lilypond[quote,relative=2,verbatim]
2622 c4 c c c
2623 \bar "||:"
2624 c4 c c c \break
2625 \bar "||:"
2626 c4 c c c
2627 @end lilypond
2628
2629 For combinations of repeats with the segno sign, there are six different
2630 variations:
2631
2632 @lilypond[quote,relative=2,verbatim]
2633 c4 c c c
2634 \bar ":|S"
2635 c4 c c c \break
2636 \bar ":|S"
2637 c4 c c c
2638 \bar ":|S."
2639 c4 c c c \break
2640 \bar ":|S."
2641 c4 c c c
2642 \bar "S|:"
2643 c4 c c c \break
2644 \bar "S|:"
2645 c4 c c c
2646 \bar ".S|:"
2647 c4 c c c \break
2648 \bar ".S|:"
2649 c4 c c c
2650 \bar ":|S|:"
2651 c4 c c c \break
2652 \bar ":|S|:"
2653 c4 c c c
2654 \bar ":|S.|:"
2655 c4 c c c \break
2656 \bar ":|S.|:"
2657 c1
2658 @end lilypond
2659
2660
2661 In scores with many staves, a @code{\bar} command in one staff is
2662 automatically applied to all staves.  The resulting bar lines are
2663 connected between different staves of a @code{StaffGroup},
2664 @code{PianoStaff}, or @code{GrandStaff}.
2665
2666 @lilypond[quote,relative=1,verbatim]
2667 <<
2668   \new StaffGroup <<
2669     \new Staff {
2670       e4 d
2671       \bar "||"
2672       f4 e
2673     }
2674     \new Staff { \clef bass c4 g e g }
2675   >>
2676   \new Staff { \clef bass c2 c2 }
2677 >>
2678 @end lilypond
2679
2680
2681 @cindex default bar lines, changing
2682 @cindex bar lines, default, changing
2683
2684 @snippets
2685
2686 @funindex whichBar
2687 @funindex defaultBarType
2688 @funindex \bar
2689 @funindex bar
2690 @funindex bartype
2691
2692 The command @samp{\bar @var{bartype}} is a shortcut for
2693 @samp{\set Timing.whichBar = @var{bartype}}.  A bar line is
2694 created whenever the @code{whichBar} property is set.
2695
2696 The default bar type used for automatically inserted bar lines is
2697 @code{"|"}.  This may be changed at any time with
2698 @samp{\set Timing.defaultBarType = @var{bartype}}.
2699
2700
2701 @seealso
2702 Notation Reference:
2703 @ref{Line breaking},
2704 @ref{Repeats},
2705 @ref{Grouping staves}.
2706
2707 Snippets:
2708 @rlsr{Rhythms}.
2709
2710 Internals Reference:
2711 @rinternals{BarLine} (created at @code{Staff} level),
2712 @rinternals{SpanBar} (across staves),
2713 @rinternals{Timing_translator} (for Timing properties).
2714
2715
2716 @node Bar numbers
2717 @unnumberedsubsubsec Bar numbers
2718
2719 @cindex bar numbers
2720 @cindex measure numbers
2721 @cindex numbers, bar
2722 @cindex numbers, measure
2723
2724 @funindex currentBarNumber
2725
2726 Bar numbers are typeset by default at the start of every line except
2727 the first line.  The number itself is stored in the
2728 @code{currentBarNumber} property, which is normally updated
2729 automatically for every measure.  It may also be set manually:
2730
2731 @lilypond[verbatim,quote,relative=1]
2732 c1 c c c
2733 \break
2734 \set Score.currentBarNumber = #50
2735 c1 c c c
2736 @end lilypond
2737
2738 @cindex bar numbers, regular spacing
2739
2740 @funindex barNumberVisibility
2741 @funindex BarNumber
2742
2743 Bar numbers can be typeset at regular intervals instead of just at
2744 the beginning of every line.  To do this the default behavior
2745 must be overridden to permit bar numbers to be printed at places
2746 other than the start of a line.  This is controlled by the
2747 @code{break-visibility} property of @code{BarNumber}.  This takes
2748 three values which may be set to @code{#t} or @code{#f} to specify
2749 whether the corresponding bar number is visible or not.  The order
2750 of the three values is @code{end of line visible}, @code{middle of
2751 line visible}, @code{beginning of line visible}.  In the following
2752 example bar numbers are printed at all possible places:
2753
2754 @lilypond[verbatim,quote,relative=1]
2755 \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
2756 \set Score.currentBarNumber = #11
2757 % Permit first bar number to be printed
2758 \bar ""
2759 c1 | c | c | c
2760 \break
2761 c1 | c | c | c
2762 @end lilypond
2763
2764 @snippets
2765 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2766 {printing-the-bar-number-for-the-first-measure.ly}
2767
2768 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2769 {printing-bar-numbers-at-regular-intervals.ly}
2770
2771 @cindex measure number, format
2772 @cindex bar number, format
2773
2774 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2775 {printing-bar-numbers-inside-boxes-or-circles.ly}
2776
2777 @cindex bar numbers, with letters
2778 @cindex bar numbers, with repeats
2779
2780 @lilypondfile[verbatim,quote,texidoc,doctitle]
2781 {alternative-bar-numbering.ly}
2782
2783 @cindex bar number alignment
2784
2785 @lilypondfile[verbatim,quote,texidoc,doctitle]
2786 {aligning-bar-numbers.ly}
2787
2788 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2789 {removing-bar-numbers-from-a-score.ly}
2790
2791 @seealso
2792 Snippets:
2793 @rlsr{Rhythms}.
2794
2795 Internals Reference:
2796 @rinternals{BarNumber},
2797 @rinternals{Bar_number_engraver}.
2798
2799 @cindex bar number collision
2800 @cindex collision, bar number
2801
2802 @knownissues
2803 Bar numbers may collide with the top of the @code{StaffGroup} bracket,
2804 if there is one.  To solve this, the @code{padding} property of
2805 @code{BarNumber} can be used to position the number correctly.  See
2806 @rinternals{StaffGroup} and @rinternals{BarNumber} for more.
2807
2808
2809 @node Bar and bar number checks
2810 @unnumberedsubsubsec Bar and bar number checks
2811
2812 @cindex bar check
2813 @cindex bar number check
2814 @cindex measure check
2815 @cindex measure number check
2816
2817 @funindex barCheckSynchronize
2818 @funindex |
2819
2820 Bar checks help detect errors in the entered durations.  A bar check
2821 may be entered using the bar symbol, @code{|}, at any place where a
2822 bar line is expected to fall.  If bar check lines are encountered at
2823 other places, a list of warnings is printed in the log file, showing
2824 the line numbers and lines in which the bar checks failed.  In the
2825 next example, the second bar check will signal an error.
2826
2827 @example
2828 \time 3/4 c2 e4 | g2 |
2829 @end example
2830
2831 Bar checks can also be used in lyrics:
2832
2833 @example
2834 \lyricmode @{
2835   \time 2/4
2836   Twin -- kle | Twin -- kle |
2837 @}
2838 @end example
2839
2840 An incorrect duration can result in a completely garbled score,
2841 especially if the score is polyphonic, so a good place to start
2842 correcting input is by scanning for failed bar checks and
2843 incorrect durations.
2844
2845 If successive bar checks are off by the same musical interval,
2846 only the first warning message is displayed.  This allows the
2847 warning to focus on the source of the timing error.
2848
2849
2850 @funindex |
2851 @funindex pipeSymbol
2852
2853 It is also possible to redefine the action taken when a bar check
2854 or pipe symbol, @code{|}, is encountered in the input, so that
2855 it does something other than a bar check.  This is done by
2856 assigning a music expression to @code{pipeSymbol}.
2857 In the following example @code{|} is set to insert a double bar
2858 line wherever it appears in the input, rather than checking
2859 for end of bar.
2860
2861 @lilypond[quote,verbatim]
2862 pipeSymbol = \bar "||"
2863 {
2864   c'2 c' |
2865   c'2 c'
2866   c'2 | c'
2867   c'2 c'
2868 }
2869 @end lilypond
2870
2871 @funindex \barNumberCheck
2872 @funindex barNumberCheck
2873
2874 When copying large pieces of music, it can be helpful to check that
2875 the LilyPond bar number corresponds to the original that you are
2876 entering from.  This can be checked with @code{\barNumberCheck}, for
2877 example,
2878
2879 @verbatim
2880 \barNumberCheck #123
2881 @end verbatim
2882
2883 @noindent
2884 will print a warning if the @code{currentBarNumber} is not 123
2885 when it is processed.
2886
2887
2888 @seealso
2889 Snippets:
2890 @rlsr{Rhythms}.
2891
2892
2893 @node Rehearsal marks
2894 @unnumberedsubsubsec Rehearsal marks
2895
2896 @cindex rehearsal marks
2897 @cindex mark, rehearsal
2898
2899 @funindex \mark
2900 @funindex mark
2901
2902 To print a rehearsal mark, use the @code{\mark} command.
2903
2904 @lilypond[quote,verbatim,relative=2]
2905 c1 \mark \default
2906 c1 \mark \default
2907 c1 \mark \default
2908 c1 \mark \default
2909 @end lilypond
2910
2911 @noindent
2912 The mark is incremented automatically if you use @code{\mark
2913 \default}, but you can also use an integer argument to set the
2914 mark manually.  The value to use is stored in the property
2915 @code{rehearsalMark}.
2916
2917 @lilypond[quote,verbatim,relative=2]
2918 c1 \mark \default
2919 c1 \mark \default
2920 c1 \mark #8
2921 c1 \mark \default
2922 c1 \mark \default
2923 @end lilypond
2924
2925 @noindent
2926 The letter@tie{}@q{I} is skipped in accordance with engraving
2927 traditions.  If you wish to include the letter @q{I}, then use one
2928 of the following commands, depending on which style of rehearsal mark
2929 you want (letters only, letters in a hollow box, or letters in a
2930 hollow circle).
2931
2932 @example
2933 \set Score.markFormatter = #format-mark-alphabet
2934 \set Score.markFormatter = #format-mark-box-alphabet
2935 \set Score.markFormatter = #format-mark-circle-alphabet
2936 @end example
2937
2938 @lilypond[quote,verbatim,relative=2]
2939 \set Score.markFormatter = #format-mark-box-alphabet
2940 c1 \mark \default
2941 c1 \mark \default
2942 c1 \mark #8
2943 c1 \mark \default
2944 c1 \mark \default
2945 @end lilypond
2946
2947 @cindex rehearsal mark format
2948 @cindex rehearsal mark style
2949 @cindex style, rehearsal mark
2950 @cindex format, rehearsal mark
2951 @cindex mark, rehearsal, style
2952 @cindex mark, rehearsal, format
2953 @cindex rehearsal mark, manual
2954 @cindex mark, rehearsal, manual
2955 @cindex custom rehearsal mark
2956 @cindex manual rehearsal mark
2957
2958 The style is defined by the property @code{markFormatter}.  It is
2959 a function taking the current mark (an integer) and the current
2960 context as argument.  It should return a markup object.  In the
2961 following example, @code{markFormatter} is set to a pre-defined
2962 procedure.  After a few measures, it is set to a procedure that
2963 produces a boxed number.
2964
2965 @lilypond[quote,verbatim,relative=2]
2966 \set Score.markFormatter = #format-mark-numbers
2967 c1 \mark \default
2968 c1 \mark \default
2969 \set Score.markFormatter = #format-mark-box-numbers
2970 c1 \mark \default
2971 \set Score.markFormatter = #format-mark-circle-numbers
2972 c1 \mark \default
2973 \set Score.markFormatter = #format-mark-circle-letters
2974 c1
2975 @end lilypond
2976
2977 The file @file{scm/translation-functions.scm} contains the
2978 definitions of @code{format-mark-numbers} (the default format),
2979 @code{format-mark-box-numbers}, @code{format-mark-letters} and
2980 @code{format-mark-box-letters}.  These can be used as inspiration
2981 for other formatting functions.
2982
2983 You may use @code{format-mark-barnumbers},
2984 @code{format-mark-box-barnumbers}, and
2985 @code{format-mark-circle-barnumbers} to get bar numbers instead of
2986 incremented numbers or letters.
2987
2988 Other styles of rehearsal mark can be specified manually:
2989
2990 @example
2991 \mark "A1"
2992 @end example
2993
2994 @noindent
2995 Note that @code{Score.markFormatter} does not affect marks specified
2996 in this manner.  However, it is possible to apply a @code{\markup} to the
2997 string.
2998
2999 @example
3000 \mark \markup@{ \box A1 @}
3001 @end example
3002
3003 @cindex segno
3004 @cindex coda
3005 @cindex D.S. al Fine
3006 @cindex fermata
3007 @cindex music glyphs
3008 @cindex glyphs, music
3009
3010 @funindex \musicglyph
3011 @funindex musicglyph
3012
3013 Music glyphs (such as the segno sign) may be printed inside a
3014 @code{\mark}
3015
3016 @lilypond[quote,verbatim,relative=1]
3017 c1 \mark \markup { \musicglyph #"scripts.segno" }
3018 c1 \mark \markup { \musicglyph #"scripts.coda" }
3019 c1 \mark \markup { \musicglyph #"scripts.ufermata" }
3020 c1
3021 @end lilypond
3022
3023 @noindent
3024 See @ref{The Feta font}, for a list of symbols which may be
3025 printed with @code{\musicglyph}.
3026
3027 For common tweaks to the positioning of rehearsal marks, see
3028 @ref{Formatting text}.  For more precise control, see
3029 @code{break-alignable-interface} in @ref{Aligning objects}.
3030
3031
3032 @seealso
3033 Notation Reference:
3034 @ref{The Feta font},
3035 @ref{Formatting text},
3036 @ref{Aligning objects}.
3037
3038 Installed Files:
3039 @file{scm/translation-functions.scm} contains
3040 the definitions of @code{format-mark-numbers} and
3041 @code{format-mark-letters}.  They can be used as inspiration for
3042 other formatting functions.
3043
3044 Snippets:
3045 @rlsr{Rhythms}.
3046
3047 Internals Reference:
3048 @rinternals{MarkEvent},
3049 @rinternals{Mark_engraver},
3050 @rinternals{RehearsalMark}.
3051
3052
3053 @node Special rhythmic concerns
3054 @subsection Special rhythmic concerns
3055
3056
3057 @menu
3058 * Grace notes::
3059 * Aligning to cadenzas::
3060 * Time administration::
3061 @end menu
3062
3063 @node Grace notes
3064 @unnumberedsubsubsec Grace notes
3065
3066 @cindex ornaments
3067 @cindex grace notes
3068 @cindex appoggiatura
3069 @cindex acciaccatura
3070
3071 @funindex \grace
3072 @funindex \slashedGrace
3073 @funindex \acciaccatura
3074 @funindex \appoggiatura
3075
3076 Grace notes are musical ornaments, printed in a smaller font, that take
3077 up no additional logical time in a measure.
3078
3079 @lilypond[quote,relative=2,verbatim]
3080 c4 \grace b16 a4(
3081 \grace { b16[ c16] } a2)
3082 @end lilypond
3083
3084 There are three other types of grace notes possible; the
3085 @emph{acciaccatura} -- an unmeasured grace note indicated by a slurred
3086 note with a slashed stem -- and the @emph{appoggiatura}, which takes a
3087 fixed fraction of the main note it is attached to and prints without the
3088 slash.  It is also possible to write a grace note with a slashed stem,
3089 like the @emph{acciaccatura} but without the slur, so as to place it
3090 between notes that are slurred themselves, using the
3091 @code{\slashedGrace} function.
3092
3093 @lilypond[quote,relative=2,verbatim]
3094 \acciaccatura d8 c4
3095 \appoggiatura e8 d4
3096 \acciaccatura { g16[ f] } e2
3097 \slashedGrace a,8 g4
3098 \slashedGrace b16 a4(
3099 \slashedGrace b8 a2)
3100 @end lilypond
3101
3102 The placement of grace notes is synchronized between different staves.
3103 In the following example, there are two sixteenth grace notes for every
3104 eighth grace note
3105
3106 @lilypond[quote,relative=2,verbatim]
3107 <<
3108   \new Staff { e2 \grace { c16[ d e f] } e2 }
3109   \new Staff { c2 \grace { g8[ b] } c2 }
3110 >>
3111 @end lilypond
3112
3113 @cindex grace notes, following
3114
3115 @funindex \afterGrace
3116 @funindex afterGrace
3117
3118 If you want to end a note with a grace, use the @code{\afterGrace}
3119 command.  It takes two arguments: the main note, and the grace
3120 notes following the main note.
3121
3122 @lilypond[quote,verbatim,relative=2]
3123 c1 \afterGrace d1 { c16[ d] } c1
3124 @end lilypond
3125
3126 This will put the grace notes after a space lasting 3/4 of the
3127 length of the main note.  The default fraction 3/4 can be changed by
3128 setting @code{afterGraceFraction}.  The following example shows
3129 the results from setting the space at the default,  at 15/16, and
3130 finally at 1/2 of the main note.
3131
3132 @lilypond[quote,verbatim,relative=2]
3133 <<
3134   \new Staff {
3135     c1 \afterGrace d1 { c16[ d] } c1
3136   }
3137   \new Staff {
3138     #(define afterGraceFraction (cons 15 16))
3139     c1 \afterGrace d1 { c16[ d] } c1
3140   }
3141   \new Staff {
3142     #(define afterGraceFraction (cons 1 2))
3143     c1 \afterGrace d1 { c16[ d] } c1
3144   }
3145 >>
3146 @end lilypond
3147
3148 The space between the main note and the grace note may also be
3149 specified using spacers.  The following example places the grace
3150 note after a space lasting 7/8 of the main note.
3151
3152 @lilypond[quote,verbatim,relative=2]
3153 \new Voice {
3154   <<
3155     { d1^\trill_( }
3156     { s2 s4. \grace { c16[ d] } }
3157   >>
3158   c1)
3159 }
3160 @end lilypond
3161
3162 @cindex tweaking grace notes
3163 @cindex grace notes, tweaking
3164 @cindex grace notes, changing layout settings
3165
3166 A @code{\grace} music expression will introduce special
3167 typesetting settings, for example, to produce smaller type, and
3168 set directions.  Hence, when introducing layout tweaks to
3169 override the special settings, they should be placed inside
3170 the grace expression.  The overrides should also be reverted
3171 inside the grace expression.  Here, the grace note's default stem
3172 direction is overridden and then reverted.
3173
3174 @lilypond[quote,verbatim,relative=2]
3175 \new Voice {
3176   \acciaccatura {
3177     \stemDown
3178     f16->
3179     \stemNeutral
3180   }
3181   g4 e c2
3182 }
3183 @end lilypond
3184
3185
3186 @cindex stem, with slash
3187
3188
3189 @snippets
3190
3191 @lilypondfile[verbatim,quote,texidoc,doctitle]
3192 {using-grace-note-slashes-with-normal-heads.ly}
3193
3194 @lilypondfile[verbatim,quote,texidoc,doctitle]
3195 {tweaking-grace-layout-within-music.ly}
3196
3197 @lilypondfile[verbatim,quote,texidoc,doctitle]
3198 {redefining-grace-note-global-defaults.ly}
3199
3200 @lilypondfile[verbatim,quote,texidoc,doctitle]
3201 {positioning-grace-notes-with-floating-space.ly}
3202
3203
3204 @seealso
3205 Music Glossary:
3206 @rglos{grace notes},
3207 @rglos{acciaccatura},
3208 @rglos{appoggiatura}.
3209
3210 Notation Reference:
3211 @ref{Manual beams}.
3212
3213 Installed Files:
3214 @file{ly/grace-init.ly}.
3215
3216 Snippets:
3217 @rlsr{Rhythms}.
3218
3219 Internals Reference:
3220 @rinternals{GraceMusic},
3221 @rinternals{Grace_beam_engraver},
3222 @rinternals{Grace_engraver},
3223 @rinternals{Grace_spacing_engraver}.
3224
3225
3226 @knownissues
3227
3228 @cindex acciaccatura, multi-note
3229 @cindex multi-note acciaccatura
3230 @cindex grace-note synchronization
3231
3232 A multi-note beamed @i{acciaccatura} is printed without a slash,
3233 and looks exactly the same as a multi-note beamed
3234 @i{appoggiatura}.
3235
3236 @c TODO Add link to LSR snippet to add slash when available
3237
3238 Grace note synchronization can also lead to surprises.  Staff
3239 notation, such as key signatures, bar lines, etc., are also
3240 synchronized.  Take care when you mix staves with grace notes and
3241 staves without, for example,
3242
3243 @lilypond[quote,relative=2,verbatim]
3244 <<
3245   \new Staff { e4 \bar "|:" \grace c16 d2. }
3246   \new Staff { c4 \bar "|:" d2. }
3247 >>
3248 @end lilypond
3249
3250 @noindent
3251 This can be remedied by inserting grace skips of the corresponding
3252 durations in the other staves.  For the above example
3253
3254 @lilypond[quote,relative=2,verbatim]
3255 <<
3256   \new Staff { e4 \bar "|:" \grace c16 d2. }
3257   \new Staff { c4 \bar "|:" \grace s16 d2. }
3258 >>
3259 @end lilypond
3260
3261 The use of grace notes within voice contexts confuses the way the voice
3262 is typeset. This can be overcome by inserting a rest or note between the
3263 voice command and the grace note.
3264
3265 @lilypond[quote,verbatim]
3266 accMusic = {
3267   \acciaccatura { f8 } e8 r8 \acciaccatura { f8 } e8 r4
3268 }
3269
3270 \new Staff {
3271   <<
3272     \new Voice {
3273       \relative c'' {
3274         r8 r8 \voiceOne \accMusic \oneVoice r8 |
3275         r8 \voiceOne r8 \accMusic \oneVoice r8 |
3276       }
3277     }
3278     \new Voice {
3279       \relative c' {
3280         s8 s8 \voiceTwo \accMusic \oneVoice s8 |
3281         s8 \voiceTwo r8 \accMusic \oneVoice s8 |
3282       }
3283     }
3284   >>
3285 }
3286 @end lilypond
3287
3288 Grace sections should only be used within sequential music expressions.
3289 Nesting or juxtaposing grace sections is not supported, and might
3290 produce crashes or other errors.
3291
3292 Each grace note in MIDI output has a length of 1/4 of its actual
3293 duration.  If the combined length of the grace notes is greater than the
3294 length of the preceding note a @qq{@code{Going back in MIDI time}}
3295 error will be generated.  Either make the grace notes shorter in
3296 duration, for example:
3297
3298 @example
3299 \acciaccatura @{ c'8[ d' e' f' g'] @}
3300 @end example
3301
3302 becomes:
3303
3304 @example
3305 \acciaccatura @{ c'16[ d' e' f' g'] @}
3306 @end example
3307
3308 Or explicitly change the musical duration:
3309
3310 @example
3311 \acciaccatura @{ \scaleDurations #' (1 . 2) @{ c'8[ d' e' f' g'] @} @}
3312 @end example
3313
3314 See @ref{Scaling durations}.
3315
3316
3317 @node Aligning to cadenzas
3318 @unnumberedsubsubsec Aligning to cadenzas
3319
3320 @cindex cadenza
3321 @cindex cadenza, aligning to
3322 @cindex aligning to cadenza
3323
3324 In an orchestral context, cadenzas present a special problem: when
3325 constructing a score that includes a measured cadenza or other solo
3326 passage, all other instruments should skip just as many notes as the
3327 length of the cadenza, otherwise they will start too soon or too late.
3328
3329 One solution to this problem is to use the functions
3330 @code{mmrest-of-length} and @code{skip-of-length}.  These Scheme
3331 functions take a defined piece of music as an argument and generate a
3332 multi-measure rest or @code{\skip} exactly as long as the piece.
3333
3334 @lilypond[verbatim,quote]
3335 MyCadenza = \relative c' {
3336   c4 d8 e f g g4
3337   f2 g4 g
3338 }
3339
3340 \new GrandStaff <<
3341   \new Staff {
3342     \MyCadenza c'1
3343     \MyCadenza c'1
3344   }
3345   \new Staff {
3346     $(mmrest-of-length MyCadenza)
3347     c'1
3348     $(skip-of-length MyCadenza)
3349     c'1
3350   }
3351 >>
3352 @end lilypond
3353
3354
3355 @seealso
3356 Music Glossary:
3357 @rglos{cadenza}.
3358
3359 Snippets:
3360 @rlsr{Rhythms}.
3361
3362
3363 @node Time administration
3364 @unnumberedsubsubsec Time administration
3365
3366 @cindex time administration
3367 @cindex timing (within the score)
3368 @cindex music, unmetered
3369 @cindex unmetered music
3370
3371 @funindex currentBarNumber
3372 @funindex measurePosition
3373 @funindex measureLength
3374
3375 Time is administered by the @code{Timing_translator}, which by
3376 default is to be found in the @code{Score} context.  An alias,
3377 @code{Timing}, is added to the context in which the
3378 @code{Timing_translator} is placed.  To ensure that the
3379 @code{Timing} alias is available, you may need to explicitly
3380 instantiate the containing context (such as @code{Voice} or
3381 @code{Staff}).
3382
3383 The following properties of @code{Timing} are used
3384 to keep track of timing within the score.
3385
3386 @cindex bar number
3387 @cindex measure number
3388
3389 @table @code
3390 @item currentBarNumber
3391 The current measure number.  For an example showing the
3392 use of this property see @ref{Bar numbers}.
3393
3394 @item measureLength
3395 The length of the measures in the current time signature.  For a
3396 4/4 time this is@tie{}1, and for 6/8 it is 3/4.  Its value
3397 determines when bar lines are inserted and how automatic beams
3398 should be generated.
3399
3400 @item measurePosition
3401 The point within the measure where we currently are.  This
3402 quantity is reset by subtracting @code{measureLength} whenever
3403 @code{measureLength} is reached or exceeded.  When that happens,
3404 @code{currentBarNumber} is incremented.
3405
3406 @item timing
3407 If set to true, the above variables are updated for every time
3408 step.  When set to false, the engraver stays in the current
3409 measure indefinitely.
3410
3411 @end table
3412
3413 Timing can be changed by setting any of these variables
3414 explicitly.  In the next example, the default 4/4 time
3415 signature is printed, but @code{measureLength} is set to 5/4.
3416 At 4/8 through the third measure, the @code{measurePosition} is
3417 advanced by 1/8 to 5/8, shortening that bar by 1/8.
3418 The next bar line then falls at 9/8 rather than 5/4.
3419
3420 @lilypond[quote,verbatim]
3421 \new Voice \relative c' {
3422   \set Timing.measureLength = #(ly:make-moment 5 4)
3423   c1 c4 |
3424   c1 c4 |
3425   c4 c
3426   \set Timing.measurePosition = #(ly:make-moment 5 8)
3427   b4 b b8 |
3428   c4 c1 |
3429 }
3430 @end lilypond
3431
3432 @noindent
3433 As the example illustrates, @code{ly:make-moment n m} constructs a
3434 duration of n/m of a whole note.  For example,
3435 @code{ly:make-moment 1 8} is an eighth note duration and
3436 @code{ly:make-moment 7 16} is the duration of seven sixteenths
3437 notes.
3438
3439
3440 @seealso
3441 Notation Reference:
3442 @ref{Bar numbers},
3443 @ref{Unmetered music}.
3444
3445 Snippets:
3446 @rlsr{Rhythms}.
3447
3448 Internals Reference:
3449 @rinternals{Timing_translator},
3450 @rinternals{Score}.
3451