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