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