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