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