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