]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/rhythms.itely
2da1190b55b23a46c9a1b7014a36880775398dee
[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
1065       #'(4 . 4)  % time signature fraction
1066       #'(1 . 4)  % base moment fraction
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 context, time signature fraction, base moment, beat structure, and
1077 beaming exception.  The context is a Scheme symbol that describes
1078 the context to which the default setting will apply.  The
1079 time signature fraction is a Scheme pair describing the time signature.
1080 The base moment is a Scheme pair containing the
1081 numerator and denominator of the basic timing unit for the
1082 time signature.  The beat structure is a Scheme list indicating
1083 the structure of the beats in the measure, in units of the base moment.
1084 The beaming exception is an alist containing any beaming rules for the
1085 time signature that go beyond ending at every beat,
1086 as described in @ref{Setting automatic beam behavior}.
1087
1088 @cindex time signature properties, restoring default values
1089 @cindex restoring default properties for time signatures
1090 @funindex \revertTimeSignatureSettings
1091
1092 Changed values of default time signature properties can be restored
1093 to the original values:
1094
1095 @lilypond[quote,verbatim]
1096
1097 \score{
1098   \relative c' {
1099     \repeat unfold 8 c8 |
1100     \overrideTimeSignatureSettings
1101       #'Score
1102       #'(4 . 4)
1103       #'(1 . 4)
1104       #'(3 1)
1105       #'((end . (((1 . 8) . (3 1)))))
1106     \time 4/4
1107     \repeat unfold 8 c8 |
1108     \revertTimeSignatureSettings #'Score #'(4 . 4)
1109     \time 4/4
1110     \repeat unfold 8 c8 |
1111   }
1112 }
1113 @end lilypond
1114
1115 @predefined
1116 @code{\numericTimeSignature},
1117 @code{\defaultTimeSignature}.
1118 @endpredefined
1119
1120
1121 @snippets
1122
1123 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1124 {changing-the-time-signature-without-affecting-the-beaming.ly}
1125
1126 @cindex compound time signatures
1127 @cindex time signature, compound
1128
1129 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1130 {compound-time-signatures.ly}
1131
1132 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1133 {time-signature-printing-only-the-numerator-as-a-number-instead-of-the-fraction.ly}
1134
1135
1136 @seealso
1137 Music Glossary:
1138 @rglos{time signature}
1139
1140 Notation Reference:
1141 @ref{Mensural time signatures},
1142 @ref{Time administration}.
1143
1144 Snippets:
1145 @rlsr{Rhythms}.
1146
1147 Internals Reference:
1148 @rinternals{TimeSignature},
1149 @rinternals{Timing_translator}.
1150
1151 @node Metronome marks
1152 @unnumberedsubsubsec Metronome marks
1153
1154 @cindex tempo
1155 @cindex beats per minute
1156 @cindex metronome mark
1157 @cindex metronome marking with text
1158
1159 @funindex \tempo
1160 @funindex tempo
1161
1162 A basic metronome mark is simple to write:
1163
1164 @lilypond[verbatim,quote,relative=1]
1165 \tempo 4 = 120
1166 c2 d
1167 e4. d8 c2
1168 @end lilypond
1169
1170 Tempo indications with text can be used instead:
1171
1172 @lilypond[verbatim,quote,relative=2]
1173 \tempo "Allegretto"
1174 c4 e d c
1175 b4. a16 b c4 r4
1176 @end lilypond
1177
1178 Combining a metronome mark and text will automatically place the
1179 metronome mark within parentheses:
1180
1181 @lilypond[verbatim,quote,relative=2]
1182 \tempo "Allegro" 4 = 160
1183 g4 c d e
1184 d4 b g2
1185 @end lilypond
1186
1187 In general, the text can be any markup object:
1188
1189 @lilypond[verbatim,quote,relative=2]
1190 \tempo \markup { \italic Faster } 4 = 132
1191 a8-. r8 b-. r gis-. r a-. r
1192 @end lilypond
1193
1194 A parenthesized metronome mark with no textual indication may be
1195 written by including an empty string in the input:
1196
1197 @lilypond[verbatim,quote,relative=2]
1198 \tempo "" 8 = 96
1199 d4 g e c
1200 @end lilypond
1201
1202
1203 @snippets
1204
1205 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1206 {printing-metronome-and-rehearsal-marks-below-the-staff.ly}
1207
1208 @c perhaps also an example of how to move it horizontally?
1209
1210 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1211 {changing-the-tempo-without-a-metronome-mark.ly}
1212
1213 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1214 {creating-metronome-marks-in-markup-mode.ly}
1215
1216 For more details, see @ref{Formatting text}.
1217
1218
1219 @seealso
1220 Music Glossary:
1221 @rglos{metronome},
1222 @rglos{metronomic indication},
1223 @rglos{tempo indication},
1224 @rglos{metronome mark}.
1225
1226 Notation Reference:
1227 @ref{Formatting text},
1228 @ref{MIDI output}.
1229
1230 Snippets:
1231 @rlsr{Staff notation}.
1232
1233 Internals Reference:
1234 @rinternals{MetronomeMark}.
1235
1236
1237 @node Upbeats
1238 @unnumberedsubsubsec Upbeats
1239
1240 @cindex anacrusis
1241 @cindex upbeat
1242 @cindex partial measure
1243 @cindex measure, partial
1244 @cindex pickup measure
1245 @cindex measure, change length
1246
1247 @funindex measurePosition
1248 @funindex \partial
1249 @funindex partial
1250
1251 Partial or pick-up measures, such as an anacrusis or upbeat, are
1252 entered using the @code{\partial} command, with the syntax
1253
1254 @example
1255 \partial @var{duration}
1256 @end example
1257
1258 @noindent
1259 where @code{duration} is the rhythmic length of the remaining
1260 interval of the current measure before the start of the next.
1261
1262 @lilypond[quote,verbatim,relative=2]
1263 \partial 4 e4 |
1264 a2. c,4 |
1265 @end lilypond
1266
1267 The partial measure can be any duration less than the full measure:
1268
1269 @lilypond[quote,verbatim,relative=2]
1270 \partial 8*3 c8 d e |
1271 a2. c,4 |
1272 @end lilypond
1273
1274 Internally, @code{\partial @var{duration}} is translated into:
1275
1276 @example
1277 \set Timing.measurePosition -@var{duration}
1278 @end example
1279
1280 For example, @code{\partial 8*3} becomes:
1281
1282 @example
1283 \set Timing.measurePosition = #(ly:make-moment -3 8)
1284 @end example
1285
1286 The property @code{measurePosition} contains a rational number
1287 indicating how much of the measure has passed at this point.  Note
1288 that this is set to a negative number by the @code{\partial} command:
1289 i.e., @code{\partial 4} is internally translated to @code{-4}, meaning
1290 @qq{there is a quarter note left in the measure.}
1291
1292 @seealso
1293 Music Glossary:
1294 @rglos{anacrusis}.
1295
1296 Notation Reference:
1297 @ref{Grace notes}.
1298
1299 Snippets:
1300 @rlsr{Rhythms}.
1301
1302 Internal Reference:
1303 @rinternals{Timing_translator}.
1304
1305 @knownissues
1306
1307 The @code{\partial} command is intended to be used only at the
1308 beginning of a piece.  If you use it after the beginning, some
1309 odd warnings or effects may occur, in this case use
1310 @code{\set Timing.measurePosition} instead.
1311
1312 @node Unmetered music
1313 @unnumberedsubsubsec Unmetered music
1314
1315 @cindex bar lines, turning off
1316 @cindex bar numbering, turning off
1317 @cindex cadenza
1318 @cindex unmetered music
1319
1320 @funindex \cadenzaOn
1321 @funindex cadenzaOn
1322 @funindex \cadenzaOff
1323 @funindex cadenzaOff
1324
1325 Bar lines and bar numbers are calculated automatically.  For
1326 unmetered music (some cadenzas, for example), this is not desirable.
1327 To turn off automatic calculation of bar lines and bar numbers,
1328 use the command @code{\cadenzaOn}, and use @code{\cadenzaOff}
1329 to turn them on again.
1330
1331 @lilypond[verbatim,relative=2,fragment]
1332 c4 d e d
1333 \cadenzaOn
1334 c4 c d8 d d f4 g4.
1335 \cadenzaOff
1336 \bar "|"
1337 d4 e d c
1338 @end lilypond
1339
1340 Bar numbering is resumed at the end of the cadenza as if the
1341 cadenza were not there:
1342
1343 @lilypond[verbatim,relative=2,fragment]
1344 % Show all bar numbers
1345 \override Score.BarNumber #'break-visibility = #all-visible
1346 c4 d e d
1347 \cadenzaOn
1348 c4 c d8 d d f4 g4.
1349 \cadenzaOff
1350 \bar "|"
1351 d4 e d c
1352 @end lilypond
1353
1354 Note that these predefined commands affect all staves in the
1355 score, even when they are placed in just one @code{Voice}
1356 context.  To change this, move the @code{Timing_translator}
1357 from the @code{Score} context to the @code{Staff} context, as
1358 shown in @ref{Polymetric notation}.
1359
1360 @predefined
1361 @code{\cadenzaOn},
1362 @code{\cadenzaOff}.
1363 @endpredefined
1364
1365
1366 @seealso
1367 Music Glossary:
1368 @rglos{cadenza}.
1369
1370 Notation Reference:
1371 @ref{Visibility of objects},
1372 @ref{Polymetric notation}.
1373
1374 Snippets:
1375 @rlsr{Rhythms}.
1376
1377
1378 @cindex cadenza line breaks
1379 @cindex cadenza page breaks
1380 @cindex unmetered music, line breaks
1381 @cindex unmetered music, page breaks
1382 @cindex breaks in unmetered music
1383 @cindex line breaks in cadenzas
1384 @cindex page breaks in cadenzas
1385 @cindex line breaks in unmetered music
1386 @cindex page breaks in unmetered music
1387
1388 @knownissues
1389
1390 LilyPond will insert line breaks and page breaks only at a
1391 bar line.  Unless the unmetered music ends before the end of the
1392 staff line, you will need to insert invisible bar lines with
1393
1394 @example
1395 \bar ""
1396 @end example
1397
1398 @noindent
1399 to indicate where breaks can occur.
1400
1401 You must explicitly create a @code{Voice} context when starting a
1402 piece with @code{\cadenzaOn}, otherwise strange errors may occur.
1403
1404 @lilypond[verbatim,relative=2,fragment]
1405 \new Voice \relative c'{
1406   \cadenzaOn
1407   c16^"Solo Free Time" d e f g2. \bar "||"
1408   \cadenzaOff
1409 }
1410 @end lilypond
1411
1412
1413 @node Polymetric notation
1414 @unnumberedsubsubsec Polymetric notation
1415
1416 @c This section necessarily uses \set
1417 @c This is acceptable  -td
1418
1419 @cindex double time signatures
1420 @cindex signatures, polymetric
1421 @cindex time signatures, polymetric
1422 @cindex time signatures, double
1423 @cindex polymetric signatures
1424 @cindex meter, polymetric
1425
1426 @funindex timeSignatureFraction
1427 @funindex \scaleDurations
1428 @funindex scaleDurations
1429 @funindex \times
1430 @funindex times
1431
1432 Polymetric notation is supported, either explicitly or by modifying
1433 the visible time signature symbol and scaling the note durations.
1434
1435 @strong{@i{Staves with different time signatures, equal measure lengths}}
1436
1437 This notation can be created by setting a common time signature
1438 for each staff but replacing the symbol manually by setting
1439 @code{timeSignatureFraction} to the desired fraction and scaling
1440 the printed durations in each staff to the common time
1441 signature; see @ref{Time signature}.  The scaling is done with
1442 @code{\scaleDurations}, which is used in a similar way to
1443 @code{\times}, but does not create a tuplet bracket; see
1444 @ref{Scaling durations}.
1445
1446 @cindex beaming in polymetric music
1447 @cindex beaming in polymetric meter
1448
1449 In this example, music with the time signatures of 3/4, 9/8, and
1450 10/8 are used in parallel.  In the second staff, shown durations
1451 are multiplied by 2/3, as 2/3 * 9/8 = 3/4, and in the third
1452 staff, shown durations are multiplied by 3/5, as 3/5 * 10/8 = 3/4.
1453 It will often be necessary to insert beams manually, as the
1454 duration scaling affects the autobeaming rules.
1455
1456 @lilypond[quote,verbatim,fragment]
1457 \relative c' <<
1458   \new Staff {
1459     \time 3/4
1460     c4 c c |
1461     c c c |
1462   }
1463   \new Staff {
1464     \time 3/4
1465     \set Staff.timeSignatureFraction = #'(9 . 8)
1466     \scaleDurations #'(2 . 3)
1467     \repeat unfold 6 { c8[ c c] }
1468   }
1469   \new Staff {
1470     \time 3/4
1471     \set Staff.timeSignatureFraction = #'(10 . 8)
1472     \scaleDurations #'(3 . 5) {
1473       \repeat unfold 2 { c8[ c c] }
1474       \repeat unfold 2 { c8[ c] } |
1475       c4. c4. \times 2/3 { c8[ c c] } c4
1476     }
1477   }
1478 >>
1479 @end lilypond
1480
1481 @strong{@i{Staves with different time signatures, unequal bar lengths}}
1482
1483 Each staff can be given its own independent time signature by
1484 moving the @code{Timing_translator} and the
1485 @code{Default_bar_line_engraver} to the @code{Staff} context.
1486
1487 @lilypond[quote,verbatim]
1488 \layout {
1489   \context {
1490     \Score
1491     \remove "Timing_translator"
1492     \remove "Default_bar_line_engraver"
1493   }
1494   \context {
1495     \Staff
1496     \consists "Timing_translator"
1497     \consists "Default_bar_line_engraver"
1498   }
1499 }
1500
1501 % Now each staff has its own time signature.
1502
1503 \relative c' <<
1504   \new Staff {
1505     \time 3/4
1506     c4 c c |
1507     c4 c c |
1508   }
1509   \new Staff {
1510     \time 2/4
1511     c4 c |
1512     c4 c |
1513     c4 c |
1514   }
1515   \new Staff {
1516     \time 3/8
1517     c4. |
1518     c8 c c |
1519     c4. |
1520     c8 c c |
1521   }
1522 >>
1523 @end lilypond
1524
1525 @snippets
1526
1527 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1528 {compound-time-signatures.ly}
1529
1530
1531 @seealso
1532 Music Glossary:
1533 @rglos{polymetric},
1534 @rglos{polymetric time signature},
1535 @rglos{meter}.
1536
1537 Notation Reference:
1538 @ref{Time signature},
1539 @ref{Scaling durations}.
1540
1541 Snippets:
1542 @rlsr{Rhythms}.
1543
1544 Internals Reference:
1545 @rinternals{TimeSignature},
1546 @rinternals{Timing_translator},
1547 @rinternals{Default_bar_line_engraver},
1548 @rinternals{Staff}.
1549
1550
1551 @knownissues
1552
1553 When using different time signatures in parallel, notes
1554 at the same moment will be placed at the same horizontal
1555 location.  However, the bar lines in the different staves
1556 will cause the note spacing to be less regular in each of the
1557 individual staves than would be normal without the different
1558 time signatures.
1559
1560 @node Automatic note splitting
1561 @unnumberedsubsubsec Automatic note splitting
1562
1563 @cindex notes, splitting
1564 @cindex splitting notes
1565
1566 @funindex Note_heads_engraver
1567 @funindex Completion_heads_engraver
1568
1569 Long notes which overrun bar lines can be converted automatically
1570 to tied notes.  This is done by replacing the
1571 @code{Note_heads_engraver} with the
1572 @code{Completion_heads_engraver}.  In the following
1573 example, notes crossing the bar lines are split and tied.
1574
1575 @lilypond[quote,verbatim,relative=1]
1576 \new Voice \with {
1577   \remove "Note_heads_engraver"
1578   \consists "Completion_heads_engraver"
1579 }
1580
1581 { c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2 }
1582 @end lilypond
1583
1584 This engraver splits all running notes at the bar line, and
1585 inserts ties.  One of its uses is to debug complex scores: if the
1586 measures are not entirely filled, then the ties show exactly how
1587 much each measure is off.
1588
1589
1590 @seealso
1591 Music Glossary:
1592 @rglos{tie}
1593
1594 Learning Manual:
1595 @rlearning{Engravers explained},
1596 @rlearning{Adding and removing engravers}.
1597
1598 Snippets:
1599 @rlsr{Rhythms}.
1600
1601 Internals Reference:
1602 @rinternals{Note_heads_engraver},
1603 @rinternals{Completion_heads_engraver},
1604 @rinternals{Forbid_line_break_engraver}.
1605
1606
1607 @knownissues
1608
1609 Not all durations (especially those containing tuplets) can be
1610 represented exactly with normal notes and dots, but the
1611 @code{Completion_heads_engraver} will not insert tuplets.
1612
1613 The @code{Completion_heads_engraver} only affects notes; it does not
1614 split rests.
1615
1616
1617 @node Showing melody rhythms
1618 @unnumberedsubsubsec Showing melody rhythms
1619
1620 @cindex melody rhythms, showing
1621 @cindex rhythms, showing melody
1622
1623 Sometimes you might want to show only the rhythm of a melody.  This
1624 can be done with the rhythmic staff.  All pitches of notes on such a
1625 staff are squashed, and the staff itself has a single line
1626
1627 @lilypond[quote,relative=1,verbatim]
1628 <<
1629   \new RhythmicStaff {
1630     \new Voice = "myRhythm" {
1631       \time 4/4
1632       c4 e8 f g2
1633       r4 g g f
1634       g1
1635     }
1636   }
1637   \new Lyrics {
1638     \lyricsto "myRhythm" {
1639       This is my song
1640       I like to sing
1641     }
1642   }
1643 >>
1644 @end lilypond
1645
1646 @cindex guitar chord charts
1647 @cindex strumming rhythms, showing
1648 @cindex guitar strumming rhythms, showing
1649
1650 @funindex Pitch_squash_engraver
1651 @funindex \improvisationOn
1652 @funindex improvisationOn
1653 @funindex \improvisationOff
1654 @funindex improvisationOff
1655
1656 Guitar chord charts often show the strumming rhythms.  This can
1657 be done with the @code{Pitch_squash_engraver} and
1658 @code{\improvisationOn}.
1659
1660
1661 @lilypond[quote,verbatim]
1662 <<
1663   \new ChordNames {
1664     \chordmode {
1665       c1 f g c
1666     }
1667   }
1668
1669   \new Voice \with {
1670     \consists Pitch_squash_engraver
1671   } \relative c'' {
1672     \improvisationOn
1673     c4 c8 c c4 c8 c
1674     f4 f8 f f4 f8 f
1675     g4 g8 g g4 g8 g
1676     c4 c8 c c4 c8 c
1677   }
1678 >>
1679 @end lilypond
1680
1681
1682 @predefined
1683 @code{\improvisationOn},
1684 @code{\improvisationOff}.
1685 @endpredefined
1686
1687
1688 @snippets
1689
1690 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1691 {guitar-strum-rhythms.ly}
1692
1693
1694 @seealso
1695 Snippets:
1696 @rlsr{Rhythms}.
1697
1698 Internals Reference:
1699 @rinternals{RhythmicStaff},
1700 @rinternals{Pitch_squash_engraver}.
1701
1702
1703 @node Beams
1704 @subsection Beams
1705
1706 @menu
1707 * Automatic beams::
1708 * Setting automatic beam behavior::
1709 * Manual beams::
1710 * Feathered beams::
1711 @end menu
1712
1713 @node Automatic beams
1714 @unnumberedsubsubsec Automatic beams
1715
1716 By default, beams are inserted automatically:
1717
1718 @cindex beams, manual
1719 @cindex manual beams
1720 @cindex beams, setting rules for
1721 @cindex beams, custom rules for
1722
1723 @funindex \autoBeamOn
1724 @funindex autoBeamOn
1725 @funindex \autoBeamOff
1726 @funindex autoBeamOff
1727
1728 @lilypond[quote,verbatim,relative=2]
1729 \time 2/4 c8 c c c
1730 \time 6/8 c c c c8. c16 c8
1731 @end lilypond
1732
1733 If these automatic decisions are not satisfactory, beaming can be
1734 entered explicitly; see @ref{Manual beams}.  Beams @emph{must} be
1735 entered manually if beams are to be extended over rests.
1736
1737 If automatic beaming is not required, it may be turned off with
1738 @code{\autoBeamOff} and on with @code{\autoBeamOn}:
1739
1740 @lilypond[quote,relative=1,verbatim]
1741 c4 c8 c8. c16 c8. c16 c8
1742 \autoBeamOff
1743 c4 c8 c8. c16 c8.
1744 \autoBeamOn
1745 c16 c8
1746 @end lilypond
1747
1748 @cindex melismata, beams
1749 @cindex beams and melismata
1750
1751 @warning{If beams are used to indicate melismata in songs, then
1752 automatic beaming should be switched off with @code{\autoBeamOff}
1753 and the beams indicated manually.}
1754
1755 @warning{Using @code{@bs{}partcombine} with @code{@bs{}autoBeamOff} can
1756 produce unintended results.  See the snippet below for more information.}
1757
1758 Beaming patterns that differ from the automatic defaults can be
1759 created; see @ref{Setting automatic beam behavior}.
1760
1761
1762 @predefined
1763 @code{\autoBeamOff},
1764 @code{\autoBeamOn}.
1765 @endpredefined
1766
1767
1768 @snippets
1769
1770
1771 @cindex line breaks and beams
1772 @cindex beams and line breaks
1773
1774 @funindex breakable
1775
1776 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1777 {beams-across-line-breaks.ly}
1778
1779 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1780 {changing-beam-knee-gap.ly}
1781
1782 @cindex \partcombine and \autoBeamOff
1783 @cindex \autoBeamOff and \partcombine
1784
1785
1786 @lilypondfile [verbatim, lilyquote, ragged-right, texidoc, doctitle]
1787 {partcombine-and-autobeamoff.ly}
1788
1789
1790 @seealso
1791 Notation Reference:
1792 @ref{Manual beams},
1793 @ref{Setting automatic beam behavior}.
1794
1795 Installed Files:
1796 @file{scm/@/auto@/-beam@/.scm}.
1797
1798 Snippets:
1799 @rlsr{Rhythms}.
1800
1801 Internals Reference:
1802 @rinternals{Auto_beam_engraver},
1803 @rinternals{Beam_engraver},
1804 @rinternals{Beam},
1805 @rinternals{BeamEvent},
1806 @rinternals{BeamForbidEvent},
1807 @rinternals{beam-interface},
1808 @rinternals{unbreakable-spanner-interface}.
1809
1810
1811 @knownissues
1812
1813 Beams can collide with note heads and accidentals in other voices.
1814
1815
1816 @node Setting automatic beam behavior
1817 @unnumberedsubsubsec Setting automatic beam behavior
1818
1819
1820 @cindex automatic beams, tuning
1821 @cindex tuning automatic beaming
1822 @cindex automatic beam generation
1823 @cindex autobeam
1824 @cindex lyrics and beaming
1825
1826 @funindex autoBeaming
1827 @funindex baseMoment
1828 @funindex beamExceptions
1829 @funindex beatStructure
1830 @funindex measureLength
1831 @funindex \time
1832 @funindex time
1833 @funindex \set
1834 @funindex set
1835
1836 The placement of automatic beams is determined by the context properties
1837 @code{baseMoment}, @code{beatStructure}, @code{beamExceptions},
1838 and @code{autoBeaming}.
1839
1840 The following rules, in order of priority, apply when determining
1841 the appearance of beams:
1842
1843 @itemize
1844 @item
1845 If a manual beam is specified with @code{[..]} set the beam
1846 as specified, otherwise
1847
1848 @item
1849 if @code{\autoBeamOff} is in force do not beam, otherwise
1850
1851 @item
1852 if a beam-ending rule is defined in @code{beamExceptions}
1853 for the beam type, use it to determine the valid places where
1854 beams may end, otherwise
1855
1856 @item
1857 if a beam-ending rule is defined in @code{beamExceptions}
1858 for a larger beam-type, use it to determined the valid places
1859 where beams may end, otherwise
1860
1861 @item
1862 use the values of @code{baseMoment} and @code{beatStructure} to
1863 determine the ends of the beats in the measure, and
1864 end beams at the end of beats.
1865
1866 @end itemize
1867
1868 The beam type is the duration of the shortest note in the beamed group.
1869 If no beam-ending rule is defined for a beam type, the rule for the
1870 smallest beam-type larger than the current beam is used.
1871
1872 @i{@strong{Modifying the grouping of beats}}
1873
1874 By default @code{baseMoment} is set by the @code{\time} command,
1875 normally to one over the denominator of the time signature.
1876 Any exceptions to this default
1877 can be found in @file{scm/@/time@/-signature@/-settings@/.scm}.
1878 Changing the default value of @code{baseMoment} for a given
1879 time signature is described in @ref{Time signature}.
1880
1881 @code{baseMoment} is a @i{moment},
1882 a unit of musical duration.  A quantity of type @i{moment} is
1883 created by the scheme function @code{ly:make-moment}.  For more
1884 information about this function, see @ref{Time administration}.
1885
1886 Special (i.e., other than at the end of the beat) autobeam settings
1887 are stored in the
1888 @code{beamExceptions} property.  Default values of @code{beamExceptions}
1889 are established by the @code{\time} command.  Default values of
1890 @code{beamExceptions} for a time signature
1891 are determined in @file{scm/@/time@/-signature@/-settings@/.scm}.
1892 Entries in @code{beamExceptions} are indexed by rule type and beam type.
1893
1894 Rule type should be @code{#'end} for beam ending.
1895
1896 The ending rules consist of a scheme alist
1897 (or list of pairs) that
1898 indicates the beam type and the grouping to be applied to
1899 beams containing notes with a shortest duration of that
1900 beam type.
1901
1902 @example
1903 #'((beam-type1 . grouping-1)
1904    (beam-type2 . grouping-2)
1905    (beam-type3 . grouping-3))
1906 @end example
1907
1908 Beam type is a scheme pair indicating the duration
1909 of the beam, e.g., @code{(1 . 16)}.
1910
1911 Grouping is a scheme list indicating the grouping to be applied to
1912 the beam.  The grouping is in units of the beam type.
1913
1914 For reference, the default beaming rules are found in
1915 @file{scm/time-signature-settings.scm}.
1916
1917 Alternate values for @code{beamExceptions}
1918 can be defined using the @code{\set} command.
1919
1920 @warning{
1921 A @code{beamExceptions} value must be
1922 @emph{complete} exceptions list.  That is, every exception that should
1923 be applied must be included in the setting.
1924 It is not possible to add, remove, or change only one of the exceptions.
1925 While this may seem cumbersome,
1926 it means that the current beaming settings need not be known
1927 in order to specify a new beaming pattern.}
1928
1929 @lilypond[quote,relative=2,verbatim]
1930 \time 5/16
1931 c8^"beats" c16 c8 |
1932 \set beatStructure = #'(2 3)
1933 c8^"(2+3)" c16 c8
1934 \set beatStructure = #'(3 2)
1935 c8^"(3+2)" c16 c8
1936 @end lilypond
1937
1938 Beam setting changes can be limited to specific contexts.  If no
1939 setting is included in a lower-level context, the setting of the
1940 enclosing context will apply.
1941
1942 @lilypond[quote, verbatim,relative=1]
1943 \new Staff {
1944   \time 7/8
1945   \set Staff.beatStructure = #'(2 3 2)
1946   <<
1947     \new Voice = one {
1948       \relative c'' {
1949         a8 a a a a a a
1950       }
1951     }
1952     \new Voice = two {
1953       \relative c' {
1954         \voiceTwo
1955         \set Voice.beatStructure = #'(1 3 3)
1956         f8 f f f f f f
1957       }
1958     }
1959   >>
1960 }
1961 @end lilypond
1962
1963 When multiple voices are used the @code{Staff} context must be
1964 specified if the beaming is to be applied to all voices in the
1965 staff:
1966
1967 @lilypond[quote,verbatim,relative=2]
1968 \time 7/8
1969 % rhythm 3-1-1-2
1970 % Context Voice specified --  does not work correctly
1971 % Because of autogenerated voices, all beating will
1972 % be at baseMoment (1 . 8)
1973 \set beatStructure = #'(3 1 1 2)
1974 << {a8 a a a16 a a a a8 a} \\ {f4. f8 f f f} >>
1975
1976 % Works correctly with context Staff specified
1977 \set Staff.beatStructure = #'(3 1 1 2)
1978 << {a8 a a a16 a a a a8 a} \\ {f4. f8 f f f} >>
1979 @end lilypond
1980
1981 Beam settings can be set back to default behavior.  This
1982 is accomplished by setting the time signature.
1983
1984 @lilypond[quote,verbatim,relative=2]
1985 \time 4/4
1986 \repeat unfold 8 {a8}
1987 % eliminate beam exception that groups beats 1, 2 and 3, 4
1988 \set Timing.beamExceptions = #'()
1989 \repeat unfold 8 {a8}
1990 % go back to default behavior
1991 \time 4/4
1992 \repeat unfold 8 {a8}
1993 @end lilypond
1994
1995
1996 @snippets
1997
1998 @cindex beams, subdividing
1999
2000 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2001 {subdividing-beams.ly}
2002
2003 @cindex measure groupings
2004 @cindex beats, grouping
2005 @cindex grouping beats
2006 @cindex measure sub-grouping
2007
2008 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2009 {conducting-signs,-measure-grouping-signs.ly}
2010
2011 @cindex beam, last in score
2012 @cindex beam, last in polyphonic voice
2013
2014 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2015 {beam-endings-in-score-context.ly}
2016
2017
2018 @seealso
2019 Installed files:
2020 @file{scm/beam-settings.scm}.
2021
2022 Snippets:
2023 @rlsr{Rhythms}.
2024
2025 Internals Reference:
2026 @rinternals{Auto_beam_engraver},
2027 @rinternals{Beam},
2028 @rinternals{BeamForbidEvent},
2029 @rinternals{beam-interface}.
2030
2031
2032 @knownissues
2033
2034 If a score ends while an automatic beam has not been ended and is
2035 still accepting notes, this last beam will not be typeset at all.
2036 The same holds for polyphonic voices, entered with @code{<<
2037 @dots{} \\ @dots{} >>}.  If a polyphonic voice ends while an
2038 automatic beam is still accepting notes, it is not typeset.
2039 The workaround for these problems is to manually beam the last
2040 beam in the voice or score.
2041
2042 @node Manual beams
2043 @unnumberedsubsubsec Manual beams
2044
2045 @cindex beams, manual
2046 @cindex manual beams
2047
2048 @funindex ]
2049 @funindex [
2050
2051 In some cases it may be necessary to override the automatic
2052 beaming algorithm.  For example, the autobeamer will not put beams
2053 over rests or bar lines, and in choral scores the beaming is
2054 often set to follow the meter of the lyrics rather than the
2055 notes.  Such beams can be specified manually by
2056 marking the begin and end point with @code{[} and @code{]}.
2057
2058 @lilypond[quote,relative=1,verbatim]
2059 r4 r8[ g' a r8] r8 g[ | a] r8
2060 @end lilypond
2061
2062 @cindex manual beams, direction shorthand for
2063 @cindex manual beams, grace notes
2064
2065 Beaming direction can be set manually using direction indicators:
2066
2067 @lilypond[quote,relative=2,verbatim]
2068 c8^[ d e] c,_[ d e f g]
2069 @end lilypond
2070
2071 @funindex \noBeam
2072 @funindex noBeam
2073
2074 Individual notes may be marked with @code{\noBeam} to prevent them
2075 from being beamed:
2076
2077 @lilypond[quote,verbatim,relative=2]
2078 \time 2/4
2079 c8 c\noBeam c c
2080 @end lilypond
2081
2082 Grace note beams and normal note beams can occur simultaneously.
2083 Unbeamed grace notes are not put into normal note beams.
2084
2085 @lilypond[quote,verbatim,relative=2]
2086 c4 d8[
2087 \grace { e32[ d c d] }
2088 e8] e8[ e
2089 \grace { f16 }
2090 e8 e]
2091 @end lilypond
2092
2093 @funindex stemLeftBeamCount
2094 @funindex stemRightBeamCount
2095
2096 Even more strict manual control with the beams can be achieved by
2097 setting the properties @code{stemLeftBeamCount} and
2098 @code{stemRightBeamCount}.  They specify the number of beams to
2099 draw on the left and right side, respectively, of the next note.
2100 If either property is set, its value will be used only once, and
2101 then it is erased.  In this example, the last @code{f} is printed
2102 with only one beam on the left side, i.e., the eighth-note beam of
2103 the group as a whole.
2104
2105 @lilypond[quote,relative=2,verbatim]
2106 a8[ r16 f g a]
2107 a8[ r16
2108 \set stemLeftBeamCount = #2
2109 \set stemRightBeamCount = #1
2110 f16
2111 \set stemLeftBeamCount = #1
2112 g16 a]
2113 @end lilypond
2114
2115
2116 @predefined
2117 @code{\noBeam}.
2118 @endpredefined
2119
2120
2121 @snippets
2122
2123 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2124 {flat-flags-and-beam-nibs.ly}
2125
2126
2127 @seealso
2128 Notation Reference:
2129 @ref{Direction and placement},
2130 @ref{Grace notes}.
2131
2132 Snippets:
2133 @rlsr{Rhythms}.
2134
2135 Internals Reference:
2136 @rinternals{Beam},
2137 @rinternals{BeamEvent},
2138 @rinternals{Beam_engraver},
2139 @rinternals{beam-interface},
2140 @rinternals{Stem_engraver}.
2141
2142
2143 @node Feathered beams
2144 @unnumberedsubsubsec Feathered beams
2145
2146 @cindex beams, feathered
2147 @cindex feathered beams
2148
2149 @funindex \featherDurations
2150 @funindex featherDurations
2151 @funindex grow-direction
2152
2153 Feathered beams are used to indicate that a small group of notes
2154 should be played at an increasing (or decreasing) tempo, without
2155 changing the overall tempo of the piece.  The extent of the
2156 feathered beam must be indicated manually using @code{[} and
2157 @code{]}, and the beam feathering is turned on by specifying a
2158 direction to the @code{Beam} property @code{grow-direction}.
2159
2160 If the placement of the notes and the sound in the MIDI output is to
2161 reflect the ritardando or accelerando indicated by the feathered beam
2162 the notes must be grouped as a music expression delimited by braces
2163 and preceded by a @code{featherDurations} command which specifies
2164 the ratio between the durations of the first and last notes in the
2165 group.
2166
2167 The square brackets show the extent of the beam and the braces show
2168 which notes are to have their durations modified.  Normally these
2169 would delimit the same group of notes, but this is not required: the
2170 two commands are independent.
2171
2172 In the following example the eight 16th notes occupy exactly the
2173 same time as a half note, but the first note is one half as long
2174 as the last one, with the intermediate notes gradually
2175 lengthening.  The first four 32nd notes gradually speed up, while
2176 the last four 32nd notes are at a constant tempo.
2177
2178 @lilypond[relative=1,verbatim,quote]
2179 \override Beam #'grow-direction = #LEFT
2180 \featherDurations #(ly:make-moment 2 1)
2181 { c16[ c c c c c c c] }
2182 \override Beam #'grow-direction = #RIGHT
2183 \featherDurations #(ly:make-moment 2 3)
2184 { c32[ d e f] }
2185 % revert to non-feathered beams
2186 \override Beam #'grow-direction = #'()
2187 { g32[ a b c] }
2188 @end lilypond
2189
2190 @noindent
2191 The spacing in the printed output represents the
2192 note durations only approximately, but the MIDI output is exact.
2193
2194
2195 @predefined
2196 @code{\featherDurations}.
2197 @endpredefined
2198
2199 @seealso
2200 Snippets:
2201 @rlsr{Rhythms}.
2202
2203
2204 @knownissues
2205
2206 The @code{\featherDurations} command only works with very short
2207 music snippets, and when numbers in the fraction are small.
2208
2209
2210 @node Bars
2211 @subsection Bars
2212
2213
2214 @menu
2215 * Bar lines::
2216 * Bar numbers::
2217 * Bar and bar number checks::
2218 * Rehearsal marks::
2219 @end menu
2220
2221 @node Bar lines
2222 @unnumberedsubsubsec Bar lines
2223
2224 @cindex bar lines
2225 @cindex measure lines
2226 @cindex closing bar lines
2227 @cindex bar lines, closing
2228 @cindex double bar lines
2229 @cindex bar lines, double
2230 @cindex repeat bars
2231
2232 @funindex \bar
2233 @funindex bar
2234
2235 Bar lines delimit measures, and are also used to indicate
2236 repeats.  Normally, simple bar lines are automatically inserted
2237 into the printed output at places based on the current time
2238 signature.
2239
2240 The simple bar lines inserted automatically can be changed to
2241 other types with the @code{\bar} command.  For example, a closing
2242 double bar line is usually placed at the end of a piece:
2243
2244 @lilypond[quote,relative=1,verbatim]
2245 e4 d c2 \bar "|."
2246 @end lilypond
2247
2248 It is not invalid if the final note in a measure does not
2249 end on the automatically entered bar line: the note is assumed
2250 to carry over into the next measure.  But if a long sequence
2251 of such carry-over measures appears the music can appear compressed
2252 or even flowing off the page.  This is because automatic line
2253 breaks happen only at the end of complete measures, i.e., where
2254 all notes end before the end of a measure.
2255
2256 @warning{An incorrect duration can cause line breaks to be
2257 inhibited, leading to a line of highly compressed music or
2258 music which flows off the page.}
2259
2260 @cindex line breaks
2261 @cindex bar lines, invisible
2262 @cindex measure lines, invisible
2263
2264 Line breaks are also permitted at manually inserted bar lines
2265 even within incomplete measures.  To allow a line break without
2266 printing a bar line, use the following:
2267
2268 @example
2269 \bar ""
2270 @end example
2271
2272 @noindent
2273 This will insert an invisible bar line and allow (but not
2274 force) a line break to occur at this point.  The bar number
2275 counter is not increased.  To force a line break see
2276 @ref{Line breaking}.
2277
2278 @cindex manual bar lines
2279 @cindex manual measure lines
2280 @cindex bar lines, manual
2281 @cindex measure lines, manual
2282
2283 This and other special bar lines may be inserted manually at any
2284 point.  When they coincide with the end of a measure they replace
2285 the simple bar line which would have been inserted there
2286 automatically.  When they do not coincide with the end of a measure
2287 the specified bar line is inserted at that point in the printed
2288 output.
2289
2290 Note that manual bar lines are purely visual.  They do not affect
2291 any of the properties that a normal bar line would affect, such as
2292 measure numbers, accidentals, line breaks, etc.  They do not affect
2293 the calculation and placement of subsequent automatic bar lines.
2294 When a manual bar line is placed where a normal bar line already
2295 exists, the effects of the original bar line are not altered.
2296
2297 Two types of simple bar lines and five types of double bar lines are
2298 available for manual insertion:
2299
2300 @lilypond[quote,relative=1,verbatim]
2301 f1 \bar "|"
2302 f1 \bar "."
2303 g1 \bar "||"
2304 a1 \bar ".|"
2305 b1 \bar ".|."
2306 c1 \bar "|.|"
2307 d1 \bar "|."
2308 e1
2309 @end lilypond
2310
2311 @noindent
2312 together with dotted and dashed bar lines:
2313
2314 @lilypond[quote,relative=1,verbatim]
2315 f1 \bar ":"
2316 g1 \bar "dashed"
2317 a1
2318 @end lilypond
2319
2320 @noindent
2321 and five types of repeat bar line:
2322
2323 @lilypond[quote,relative=1,verbatim]
2324 f1 \bar "|:"
2325 g1 \bar ":|:"
2326 a1 \bar ":|.|:"
2327 b1 \bar ":|.:"
2328 c1 \bar ":|"
2329 d1
2330 @end lilypond
2331
2332 Additionally, a bar line can be printed as a simple tick:
2333 @lilypond[quote,relative=1,verbatim]
2334 f1 \bar "'"
2335 @end lilypond
2336 However, as such ticks are typically used in Gregorian chant, it is
2337 preferable to use @code{\divisioMinima} there instead, described in
2338 the section @ref{Divisiones} in Gregorian chant.
2339
2340 @cindex segno
2341
2342 For in-line segno signs, there are three types of bar lines which
2343 differ in their behavior at line breaks:
2344
2345 @lilypond[quote,relative=2,verbatim]
2346 c4 c c c
2347 \bar "S"
2348 c4 c c c \break
2349 \bar "S"
2350 c4 c c c
2351 \bar "|S"
2352 c4 c c c \break
2353 \bar "|S"
2354 c4 c c c
2355 \bar "S|"
2356 c4 c c c \break
2357 \bar "S|"
2358 c1
2359 @end lilypond
2360
2361 @cindex repeats
2362
2363 Although the bar line types signifying repeats may be inserted
2364 manually they do not in themselves cause LilyPond to recognize
2365 a repeated section.  Such repeated sections are better entered
2366 using the various repeat commands (see @ref{Repeats}), which
2367 automatically print the appropriate bar lines.
2368
2369 In addition, you can specify @code{"||:"}, which is equivalent to
2370 @code{"|:"} except at line breaks, where it gives a double bar
2371 line at the end of the line and a start repeat at the beginning of
2372 the next line.
2373
2374 @lilypond[quote,relative=2,verbatim]
2375 c4 c c c
2376 \bar "||:"
2377 c4 c c c \break
2378 \bar "||:"
2379 c4 c c c
2380 @end lilypond
2381
2382 For combinations of repeats with the segno sign, there are six different
2383 variations:
2384
2385 @lilypond[quote,relative=2,verbatim]
2386 c4 c c c
2387 \bar ":|S"
2388 c4 c c c \break
2389 \bar ":|S"
2390 c4 c c c
2391 \bar ":|S."
2392 c4 c c c \break
2393 \bar ":|S."
2394 c4 c c c
2395 \bar "S|:"
2396 c4 c c c \break
2397 \bar "S|:"
2398 c4 c c c
2399 \bar ".S|:"
2400 c4 c c c \break
2401 \bar ".S|:"
2402 c4 c c c
2403 \bar ":|S|:"
2404 c4 c c c \break
2405 \bar ":|S|:"
2406 c4 c c c
2407 \bar ":|S.|:"
2408 c4 c c c \break
2409 \bar ":|S.|:"
2410 c1
2411 @end lilypond
2412
2413
2414 In scores with many staves, a @code{\bar} command in one staff is
2415 automatically applied to all staves.  The resulting bar lines are
2416 connected between different staves of a @code{StaffGroup},
2417 @code{PianoStaff}, or @code{GrandStaff}.
2418
2419 @lilypond[quote,relative=1,verbatim]
2420 <<
2421   \new StaffGroup <<
2422     \new Staff {
2423       e4 d
2424       \bar "||"
2425       f4 e
2426     }
2427     \new Staff { \clef bass c4 g e g }
2428   >>
2429   \new Staff { \clef bass c2 c2 }
2430 >>
2431 @end lilypond
2432
2433
2434 @cindex default bar lines, changing
2435 @cindex bar lines, default, changing
2436
2437 @snippets
2438
2439 @funindex whichBar
2440 @funindex defaultBarType
2441 @funindex \bar
2442 @funindex bar
2443 @funindex bartype
2444
2445 The command @code{\bar }@var{bartype} is a shortcut for
2446 @code{\set Timing.whichBar = }@var{bartype}.  A bar line is
2447 created whenever the @code{whichBar} property is set.
2448
2449 The default bar type used for automatically inserted bar lines is
2450 @code{"|"}.  This may be changed at any time
2451 with @code{\set Timing.defaultBarType = }@var{bartype}.
2452
2453
2454 @seealso
2455 Notation Reference:
2456 @ref{Line breaking},
2457 @ref{Repeats},
2458 @ref{Grouping staves}.
2459
2460 Snippets:
2461 @rlsr{Rhythms}.
2462
2463 Internals Reference:
2464 @rinternals{BarLine} (created at @code{Staff} level),
2465 @rinternals{SpanBar} (across staves),
2466 @rinternals{Timing_translator} (for Timing properties).
2467
2468
2469 @node Bar numbers
2470 @unnumberedsubsubsec Bar numbers
2471
2472 @cindex bar numbers
2473 @cindex measure numbers
2474 @cindex numbers, bar
2475 @cindex numbers, measure
2476
2477 @funindex currentBarNumber
2478
2479 Bar numbers are typeset by default at the start of every line except
2480 the first line.  The number itself is stored in the
2481 @code{currentBarNumber} property, which is normally updated
2482 automatically for every measure.  It may also be set manually:
2483
2484 @lilypond[verbatim,quote,relative=1]
2485 c1 c c c
2486 \break
2487 \set Score.currentBarNumber = #50
2488 c1 c c c
2489 @end lilypond
2490
2491 @cindex bar numbers, regular spacing
2492
2493 @funindex barNumberVisibility
2494 @funindex BarNumber
2495
2496 Bar numbers can be typeset at regular intervals instead of just at
2497 the beginning of every line.  To do this the default behavior
2498 must be overridden to permit bar numbers to be printed at places
2499 other than the start of a line.  This is controlled by the
2500 @code{break-visibility} property of @code{BarNumber}.  This takes
2501 three values which may be set to @code{#t} or @code{#f} to specify
2502 whether the corresponding bar number is visible or not.  The order
2503 of the three values is @code{end of line visible}, @code{middle of
2504 line visible}, @code{beginning of line visible}.  In the following
2505 example bar numbers are printed at all possible places:
2506
2507 @lilypond[verbatim,quote,relative=1]
2508 \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
2509 \set Score.currentBarNumber = #11
2510 % Permit first bar number to be printed
2511 \bar ""
2512 c1 | c | c | c
2513 \break
2514 c1 | c | c | c
2515 @end lilypond
2516
2517
2518 @snippets
2519
2520 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2521 {printing-the-bar-number-for-the-first-measure.ly}
2522
2523 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2524 {printing-bar-numbers-at-regular-intervals.ly}
2525
2526 @cindex measure number, format
2527 @cindex bar number, format
2528
2529 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2530 {printing-bar-numbers-inside-boxes-or-circles.ly}
2531
2532 @cindex bar number alignment
2533
2534 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2535 {aligning-bar-numbers.ly}
2536
2537 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2538 {removing-bar-numbers-from-a-score.ly}
2539
2540
2541 @seealso
2542 Snippets:
2543 @rlsr{Rhythms}.
2544
2545 Internals Reference:
2546 @rinternals{BarNumber},
2547 @rinternals{Bar_number_engraver}.
2548
2549
2550 @cindex bar number collision
2551 @cindex collision, bar number
2552
2553 @knownissues
2554
2555 Bar numbers may collide with the top of the @code{StaffGroup} bracket,
2556 if there is one.  To solve this, the @code{padding} property of
2557 @code{BarNumber} can be used to position the number correctly.  See
2558 @rinternals{StaffGroup} and @rinternals{BarNumber} for more.
2559
2560
2561 @node Bar and bar number checks
2562 @unnumberedsubsubsec Bar and bar number checks
2563
2564 @cindex bar check
2565 @cindex bar number check
2566 @cindex measure check
2567 @cindex measure number check
2568
2569 @funindex barCheckSynchronize
2570 @funindex |
2571
2572 Bar checks help detect errors in the entered durations.  A bar check
2573 may be entered using the bar symbol, @code{|}, at any place where a
2574 bar line is expected to fall.  If bar check lines are encountered at
2575 other places, a list of warnings is printed in the log file, showing
2576 the line numbers and lines in which the bar checks failed.  In the
2577 next example, the second bar check will signal an error.
2578
2579 @example
2580 \time 3/4 c2 e4 | g2 |
2581 @end example
2582
2583 Bar checks can also be used in lyrics:
2584
2585 @example
2586 \lyricmode @{
2587   \time 2/4
2588   Twin -- kle | Twin -- kle |
2589 @}
2590 @end example
2591
2592 An incorrect duration can result in a completely garbled score,
2593 especially if the score is polyphonic, so a good place to start
2594 correcting input is by scanning for failed bar checks and
2595 incorrect durations.
2596
2597 If successive bar checks are off by the same musical interval,
2598 only the first warning message is displayed.  This allows the
2599 warning to focus on the source of the timing error.
2600
2601
2602 @funindex |
2603 @funindex pipeSymbol
2604
2605 It is also possible to redefine the action taken when a bar check
2606 or pipe symbol, @code{|}, is encountered in the input, so that
2607 it does something other than a bar check.  This is done by
2608 assigning a music expression to @code{pipeSymbol}.
2609 In the following example @code{|} is set to insert a double bar
2610 line wherever it appears in the input, rather than checking
2611 for end of bar.
2612
2613 @lilypond[quote,verbatim]
2614 pipeSymbol = \bar "||"
2615 {
2616   c'2 c'2 |
2617   c'2 c'2
2618   c'2 | c'2
2619   c'2 c'2
2620 }
2621 @end lilypond
2622
2623 @funindex \barNumberCheck
2624 @funindex barNumberCheck
2625
2626 When copying large pieces of music, it can be helpful to check that
2627 the LilyPond bar number corresponds to the original that you are
2628 entering from.  This can be checked with @code{\barNumberCheck}, for
2629 example,
2630
2631 @verbatim
2632 \barNumberCheck #123
2633 @end verbatim
2634
2635 @noindent
2636 will print a warning if the @code{currentBarNumber} is not 123
2637 when it is processed.
2638
2639
2640 @seealso
2641 Snippets:
2642 @rlsr{Rhythms}.
2643
2644
2645 @node Rehearsal marks
2646 @unnumberedsubsubsec Rehearsal marks
2647
2648 @cindex rehearsal marks
2649 @cindex mark, rehearsal
2650
2651 @funindex \mark
2652 @funindex mark
2653
2654 To print a rehearsal mark, use the @code{\mark} command.
2655
2656 @lilypond[quote,verbatim,relative=2]
2657 c1 \mark \default
2658 c1 \mark \default
2659 c1 \mark \default
2660 c1 \mark \default
2661 @end lilypond
2662
2663 @noindent
2664 The mark is incremented automatically if you use @code{\mark
2665 \default}, but you can also use an integer argument to set the
2666 mark manually.  The value to use is stored in the property
2667 @code{rehearsalMark}.
2668
2669 @lilypond[quote,verbatim,relative=2]
2670 c1 \mark \default
2671 c1 \mark \default
2672 c1 \mark #8
2673 c1 \mark \default
2674 c1 \mark \default
2675 @end lilypond
2676
2677 @noindent
2678 The letter@tie{}@q{I} is skipped in accordance with engraving
2679 traditions.  If you wish to include the letter @q{I}, then use one
2680 of the following commands, depending on which style of rehearsal mark
2681 you want (letters only, letters in a hollow box, or letters in a
2682 hollow circle).
2683
2684 @example
2685 \set Score.markFormatter = #format-mark-alphabet
2686 \set Score.markFormatter = #format-mark-box-alphabet
2687 \set Score.markFormatter = #format-mark-circle-alphabet
2688 @end example
2689
2690 @lilypond[quote,verbatim,relative=2]
2691 \set Score.markFormatter = #format-mark-box-alphabet
2692 c1 \mark \default
2693 c1 \mark \default
2694 c1 \mark #8
2695 c1 \mark \default
2696 c1 \mark \default
2697 @end lilypond
2698
2699 @cindex rehearsal mark format
2700 @cindex rehearsal mark style
2701 @cindex style, rehearsal mark
2702 @cindex format, rehearsal mark
2703 @cindex mark, rehearsal, style
2704 @cindex mark, rehearsal, format
2705 @cindex rehearsal mark, manual
2706 @cindex mark, rehearsal, manual
2707 @cindex custom rehearsal mark
2708 @cindex manual rehearsal mark
2709
2710 The style is defined by the property @code{markFormatter}.  It is
2711 a function taking the current mark (an integer) and the current
2712 context as argument.  It should return a markup object.  In the
2713 following example, @code{markFormatter} is set to a pre-defined
2714 procedure.  After a few measures, it is set to a procedure that
2715 produces a boxed number.
2716
2717 @lilypond[quote,verbatim,relative=2]
2718 \set Score.markFormatter = #format-mark-numbers
2719 c1 \mark \default
2720 c1 \mark \default
2721 \set Score.markFormatter = #format-mark-box-numbers
2722 c1 \mark \default
2723 \set Score.markFormatter = #format-mark-circle-numbers
2724 c1 \mark \default
2725 \set Score.markFormatter = #format-mark-circle-letters
2726 c1
2727 @end lilypond
2728
2729 The file @file{scm/@/translation@/-functions@/.scm} contains the
2730 definitions of @code{format-mark-numbers} (the default format),
2731 @code{format-mark-box-numbers}, @code{format-mark-letters} and
2732 @code{format-mark-box-letters}.  These can be used as inspiration
2733 for other formatting functions.
2734
2735 You may use @code{format-mark-barnumbers},
2736 @code{format-mark-box-barnumbers}, and
2737 @code{format-mark-circle-barnumbers} to get bar numbers instead of
2738 incremented numbers or letters.
2739
2740 Other styles of rehearsal mark can be specified manually:
2741
2742 @example
2743 \mark "A1"
2744 @end example
2745
2746 @noindent
2747 Note that @code{Score.markFormatter} does not affect marks specified
2748 in this manner.  However, it is possible to apply a @code{\markup} to the
2749 string.
2750
2751 @example
2752 \mark \markup@{ \box A1 @}
2753 @end example
2754
2755 @cindex segno
2756 @cindex coda
2757 @cindex D.S. al Fine
2758 @cindex fermata
2759 @cindex music glyphs
2760 @cindex glyphs, music
2761
2762 @funindex \musicglyph
2763 @funindex musicglyph
2764
2765 Music glyphs (such as the segno sign) may be printed inside a
2766 @code{\mark}
2767
2768 @lilypond[quote,verbatim,relative=1]
2769 c1 \mark \markup { \musicglyph #"scripts.segno" }
2770 c1 \mark \markup { \musicglyph #"scripts.coda" }
2771 c1 \mark \markup { \musicglyph #"scripts.ufermata" }
2772 c1
2773 @end lilypond
2774
2775 @noindent
2776 See @ref{The Feta font}, for a list of symbols which may be
2777 printed with @code{\musicglyph}.
2778
2779 For common tweaks to the positioning of rehearsal marks, see
2780 @ref{Formatting text}.  For more precise control, see
2781 @code{break-alignable-interface} in @ref{Aligning objects}.
2782
2783
2784 @seealso
2785 Notation Reference:
2786 @ref{The Feta font},
2787 @ref{Formatting text},
2788 @ref{Aligning objects}.
2789
2790 Installed Files:
2791 @file{scm/@/translation@/-functions@/.scm} contains
2792 the definitions of @code{format-mark-numbers} and
2793 @code{format-mark-letters}.  They can be used as inspiration for
2794 other formatting functions.
2795
2796 Snippets:
2797 @rlsr{Rhythms}.
2798
2799 Internals Reference:
2800 @rinternals{MarkEvent},
2801 @rinternals{Mark_engraver},
2802 @rinternals{RehearsalMark}.
2803
2804
2805 @node Special rhythmic concerns
2806 @subsection Special rhythmic concerns
2807
2808
2809 @menu
2810 * Grace notes::
2811 * Aligning to cadenzas::
2812 * Time administration::
2813 @end menu
2814
2815 @node Grace notes
2816 @unnumberedsubsubsec Grace notes
2817
2818 @cindex ornaments
2819 @cindex grace notes
2820 @cindex appoggiatura
2821 @cindex acciaccatura
2822
2823 @funindex \grace
2824 @funindex grace
2825
2826 Grace notes are ornaments that are written out.  Grace notes
2827 are printed in a smaller font and take up no logical time
2828 in a measure.
2829
2830 @lilypond[quote,relative=2,verbatim]
2831 c4 \grace c16 c4
2832 \grace { c16[ d16] } c2
2833 @end lilypond
2834
2835 LilyPond also supports two special types of grace notes, the
2836 @emph{acciaccatura} -- an unmeasured grace note indicated by a slurred
2837 small note with a slashed stem -- and the @emph{appoggiatura}, which
2838 takes a fixed fraction of the main note and appears in small print
2839 without a slash.
2840
2841 @lilypond[quote,relative=2,verbatim]
2842 \grace c8 b4
2843 \acciaccatura d8 c4
2844 \appoggiatura e8 d4
2845 \acciaccatura { g16[ f] } e4
2846 @end lilypond
2847
2848 The placement of grace notes is synchronized between different
2849 staves.  In the following example, there are two sixteenth grace
2850 notes for every eighth grace note
2851
2852 @lilypond[quote,relative=2,verbatim]
2853 <<
2854   \new Staff { e2 \grace { c16[ d e f] } e2 }
2855   \new Staff { c2 \grace { g8[ b] } c2 }
2856 >>
2857 @end lilypond
2858
2859 @cindex grace notes, following
2860
2861 @funindex \afterGrace
2862 @funindex afterGrace
2863
2864 If you want to end a note with a grace, use the @code{\afterGrace}
2865 command.  It takes two arguments: the main note, and the grace
2866 notes following the main note.
2867
2868 @lilypond[quote,verbatim,relative=2]
2869 c1 \afterGrace d1 { c16[ d] } c1
2870 @end lilypond
2871
2872 This will put the grace notes after a space lasting 3/4 of the
2873 length of the main note.  The default fraction 3/4 can be changed by
2874 setting @code{afterGraceFraction}.  The following example shows
2875 the results from setting the space at the default,  at 15/16, and
2876 finally at 1/2 of the main note.
2877
2878 @lilypond[quote,verbatim,relative=2]
2879 <<
2880   \new Staff {
2881     c1 \afterGrace d1 { c16[ d] } c1
2882   }
2883   \new Staff {
2884     #(define afterGraceFraction (cons 15 16))
2885     c1 \afterGrace d1 { c16[ d] } c1
2886   }
2887   \new Staff {
2888     #(define afterGraceFraction (cons 1 2))
2889     c1 \afterGrace d1 { c16[ d] } c1
2890   }
2891 >>
2892 @end lilypond
2893
2894 The space between the main note and the grace note may also be
2895 specified using spacers.  The following example places the grace
2896 note after a space lasting 7/8 of the main note.
2897
2898 @lilypond[quote,verbatim,relative=2]
2899 \new Voice {
2900   <<
2901     { d1^\trill_( }
2902     { s2 s4. \grace { c16[ d] } }
2903   >>
2904   c1)
2905 }
2906 @end lilypond
2907
2908 @cindex tweaking grace notes
2909 @cindex grace notes, tweaking
2910 @cindex grace notes, changing layout settings
2911
2912 A @code{\grace} music expression will introduce special
2913 typesetting settings, for example, to produce smaller type, and
2914 set directions.  Hence, when introducing layout tweaks to
2915 override the special settings, they should be placed inside
2916 the grace expression.  The overrides should also be reverted
2917 inside the grace expression.  Here, the grace note's default stem
2918 direction is overridden and then reverted.
2919
2920 @lilypond[quote,verbatim,relative=2]
2921 \new Voice {
2922   \acciaccatura {
2923     \stemDown
2924     f16->
2925     \stemNeutral
2926   }
2927   g4 e c2
2928 }
2929 @end lilypond
2930
2931
2932 @cindex stem, with slash
2933
2934
2935 @snippets
2936
2937 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2938 {using-grace-note-slashes-with-normal-heads.ly}
2939
2940 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2941 {tweaking-grace-layout-within-music.ly}
2942
2943 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2944 {redefining-grace-note-global-defaults.ly}
2945
2946 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2947 {positioning-grace-notes-with-floating-space.ly}
2948
2949
2950 @seealso
2951 Music Glossary:
2952 @rglos{grace notes},
2953 @rglos{acciaccatura},
2954 @rglos{appoggiatura}.
2955
2956 Notation Reference:
2957 @ref{Manual beams}.
2958
2959 Installed Files:
2960 @file{ly/@/grace@/-init@/.ly}.
2961
2962 Snippets:
2963 @rlsr{Rhythms}.
2964
2965 Internals Reference:
2966 @rinternals{GraceMusic},
2967 @rinternals{Grace_beam_engraver},
2968 @rinternals{Grace_engraver},
2969 @rinternals{Grace_spacing_engraver}.
2970
2971
2972 @knownissues
2973
2974 @cindex acciaccatura, multi-note
2975 @cindex multi-note acciaccatura
2976 @cindex grace-note synchronization
2977
2978 A multi-note beamed @i{acciaccatura} is printed without a slash,
2979 and looks exactly the same as a multi-note beamed
2980 @i{appoggiatura}.
2981
2982 @c TODO Add link to LSR snippet to add slash when available
2983
2984 Grace note synchronization can also lead to surprises.  Staff
2985 notation, such as key signatures, bar lines, etc., are also
2986 synchronized.  Take care when you mix staves with grace notes and
2987 staves without, for example,
2988
2989 @lilypond[quote,relative=2,verbatim]
2990 <<
2991   \new Staff { e4 \bar "|:" \grace c16 d2. }
2992   \new Staff { c4 \bar "|:" d2. }
2993 >>
2994 @end lilypond
2995
2996 @noindent
2997 This can be remedied by inserting grace skips of the corresponding
2998 durations in the other staves.  For the above example
2999
3000 @lilypond[quote,relative=2,verbatim]
3001 <<
3002   \new Staff { e4 \bar "|:" \grace c16 d2. }
3003   \new Staff { c4 \bar "|:" \grace s16 d2. }
3004 >>
3005 @end lilypond
3006
3007 Grace sections should only be used within sequential music
3008 expressions.  Nesting or juxtaposing grace sections is not
3009 supported, and might produce crashes or other errors.
3010
3011 @node Aligning to cadenzas
3012 @unnumberedsubsubsec Aligning to cadenzas
3013
3014 @cindex cadenza
3015 @cindex cadenza, aligning to
3016 @cindex aligning to cadenza
3017
3018 In an orchestral context, cadenzas present a special problem: when
3019 constructing a score that includes a measured cadenza or other solo
3020 passage, all other instruments should skip just as many notes as the
3021 length of the cadenza, otherwise they will start too soon or too late.
3022
3023 One solution to this problem is to use the functions
3024 @code{mmrest-of-length} and @code{skip-of-length}.  These Scheme
3025 functions take a defined piece of music as an argument and generate a
3026 multi-measure rest or @code{\skip} exactly as long as the piece.
3027
3028 @lilypond[verbatim,quote]
3029 MyCadenza = \relative c' {
3030   c4 d8 e f g g4
3031   f2 g4 g
3032 }
3033
3034 \new GrandStaff <<
3035   \new Staff {
3036     \MyCadenza c'1
3037     \MyCadenza c'1
3038   }
3039   \new Staff {
3040     #(ly:export (mmrest-of-length MyCadenza))
3041     c'1
3042     #(ly:export (skip-of-length MyCadenza))
3043     c'1
3044   }
3045 >>
3046 @end lilypond
3047
3048
3049 @seealso
3050 Music Glossary:
3051 @rglos{cadenza}.
3052
3053 Snippets:
3054 @rlsr{Rhythms}.
3055
3056
3057 @node Time administration
3058 @unnumberedsubsubsec Time administration
3059
3060 @cindex time administration
3061 @cindex timing (within the score)
3062 @cindex music, unmetered
3063 @cindex unmetered music
3064
3065 @funindex currentBarNumber
3066 @funindex measurePosition
3067 @funindex measureLength
3068
3069 Time is administered by the @code{Timing_translator}, which by
3070 default is to be found in the @code{Score} context.  An alias,
3071 @code{Timing}, is added to the context in which the
3072 @code{Timing_translator} is placed.  To ensure that the
3073 @code{Timing} alias is available, you may need to explicitly
3074 instantiate the containing context (such as @code{Voice} or
3075 @code{Staff}).
3076
3077 The following properties of @code{Timing} are used
3078 to keep track of timing within the score.
3079
3080 @cindex bar number
3081 @cindex measure number
3082
3083 @table @code
3084 @item currentBarNumber
3085 The current measure number.  For an example showing the
3086 use of this property see @ref{Bar numbers}.
3087
3088 @item measureLength
3089 The length of the measures in the current time signature.  For a
3090 4/4 time this is@tie{}1, and for 6/8 it is 3/4.  Its value
3091 determines when bar lines are inserted and how automatic beams
3092 should be generated.
3093
3094 @item measurePosition
3095 The point within the measure where we currently are.  This
3096 quantity is reset by subtracting @code{measureLength} whenever
3097 @code{measureLength} is reached or exceeded.  When that happens,
3098 @code{currentBarNumber} is incremented.
3099
3100 @item timing
3101 If set to true, the above variables are updated for every time
3102 step.  When set to false, the engraver stays in the current
3103 measure indefinitely.
3104
3105 @end table
3106
3107 Timing can be changed by setting any of these variables
3108 explicitly.  In the next example, the default 4/4 time
3109 signature is printed, but @code{measureLength} is set to 5/4.
3110 At 4/8 through the third measure, the @code{measurePosition} is
3111 advanced by 1/8 to 5/8, shortening that bar by 1/8.
3112 The next bar line then falls at 9/8 rather than 5/4.
3113
3114 @lilypond[quote,verbatim]
3115 \new Voice \relative c' {
3116   \set Timing.measureLength = #(ly:make-moment 5 4)
3117   c1 c4 |
3118   c1 c4 |
3119   c4 c
3120   \set Timing.measurePosition = #(ly:make-moment 5 8)
3121   b4 b b8 |
3122   c4 c1 |
3123 }
3124 @end lilypond
3125
3126 @noindent
3127 As the example illustrates, @code{ly:make-moment n m} constructs a
3128 duration of n/m of a whole note.  For example,
3129 @code{ly:make-moment 1 8} is an eighth note duration and
3130 @code{ly:make-moment 7 16} is the duration of seven sixteenths
3131 notes.
3132
3133
3134 @seealso
3135 Notation Reference:
3136 @ref{Bar numbers},
3137 @ref{Unmetered music}.
3138
3139 Snippets:
3140 @rlsr{Rhythms}.
3141
3142 Internals Reference:
3143 @rinternals{Timing_translator},
3144 @rinternals{Score}.
3145