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