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