]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/rhythms.itely
Set context properties to allow half-measure beaming in 3/4 (Issue 2246)
[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 traditional engraving, eighth notes can have special beaming rules.
2151 A measure consisting of only eighth notes can be beamed in one.  This rule is
2152 controlled by the context property @code{beamWholeMeasure}:
2153
2154 @lilypond[quote,verbatim,relative=2]
2155 \time 3/4
2156 % By default we beam in one
2157 \repeat unfold 6 { a8 }
2158 % We can avoid beaming in one
2159 \set Timing.beamWholeMeasure = ##f
2160 \repeat unfold 6 { a8 }
2161 @end lilypond
2162
2163 In some engraving from the Romantic and Classical periods,
2164 a half-measure of eighth notes can be beamed
2165 together even though this violates the general rule (see Gould, p. 153).
2166 This behavior is controlled by the context property @code{beamHalfMeasure}:
2167
2168 @lilypond[quote,verbatim,relative=2]
2169 \time 3/4
2170 % By default we avoid half-measure beams
2171 r4. a8 a a |
2172 % We can allow half-measure beams
2173 \set Timing.beamHalfMeasure = ##t
2174 r4. a8 a a |
2175 @end lilypond
2176
2177 @i{@strong{How automatic beaming works}}
2178
2179 When automatic beaming is enabled, the placement of automatic beams
2180 is determined by the context properties
2181 @code{baseMoment}, @code{beatStructure}, and @code{beamExceptions}.
2182
2183 The following rules, in order of priority, apply when determining
2184 the appearance of beams:
2185
2186 @itemize
2187 @item
2188 If a manual beam is specified with @code{[..]} set the beam
2189 as specified, otherwise
2190
2191 @item
2192 if a beam-ending rule is defined in @code{beamExceptions}
2193 for the beam-type, use it to determine the valid places where
2194 beams may end, otherwise
2195
2196 @item
2197 if a beam-ending rule is defined in @code{beamExceptions}
2198 for a longer beam-type, use it to determined the valid places
2199 where beams may end, otherwise
2200
2201 @item
2202 use the values of @code{baseMoment} and @code{beatStructure} to
2203 determine the ends of the beats in the measure, and
2204 end beams at the end of beats.
2205
2206 @end itemize
2207
2208 In the rules above, the @emph{beam-type} is the duration of the
2209 shortest note in the beamed group.
2210
2211 The default beaming rules can be found in
2212 @file{scm/time-signature-settings.scm}.
2213
2214 @snippets
2215
2216 @cindex beams, subdividing
2217
2218 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2219 {subdividing-beams.ly}
2220
2221 @cindex beamlets, orienting
2222
2223 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2224 {strict-beat-beaming.ly}
2225
2226 @cindex measure groupings
2227 @cindex beats, grouping
2228 @cindex grouping beats
2229 @cindex measure sub-grouping
2230
2231 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2232 {conducting-signs,-measure-grouping-signs.ly}
2233
2234 @cindex beam, endings in a score
2235 @cindex beam, endings with multiple voices
2236
2237 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2238 {beam-endings-in-score-context.ly}
2239
2240
2241 @seealso
2242 Installed Files:
2243 @file{scm/beam-settings.scm}.
2244
2245 Snippets:
2246 @rlsr{Rhythms}.
2247
2248 Internals Reference:
2249 @rinternals{Auto_beam_engraver},
2250 @rinternals{Beam},
2251 @rinternals{BeamForbidEvent},
2252 @rinternals{beam-interface}.
2253
2254
2255 @knownissues
2256 If a score ends while an automatic beam has not been ended and is
2257 still accepting notes, this last beam will not be typeset at all.
2258 The same holds for polyphonic voices, entered with
2259 @code{<< @dots{} \\ @dots{} >>}.  If a polyphonic voice ends while an
2260 automatic beam is still accepting notes, it is not typeset.
2261 The workaround for these problems is to manually beam the last
2262 beam in the voice or score.
2263
2264 By default, the @code{Timing} translator is aliased to the
2265 @code{Score} context.  This means that setting the time signature
2266 in one staff will affect the beaming of the other staves as well.
2267 Thus, a time signature setting in a later staff will reset custom
2268 beaming that was set in an earlier staff.
2269 One way to avoid this problem is to set the time signature
2270 in only one staff.
2271
2272 @lilypond[quote,verbatim,relative=2]
2273 <<
2274   \new Staff {
2275     \time 3/4
2276     \set Timing.baseMoment = #(ly:make-moment 1 8)
2277     \set Timing.beatStructure = #'(1 5)
2278     \repeat unfold 6 { a8 }
2279   }
2280   \new Staff {
2281     \repeat unfold 6 { a8 }
2282   }
2283 >>
2284 @end lilypond
2285
2286 The default beam settings for the time signature can also be changed, so
2287 that the desired beaming will always be used.  Changes in automatic
2288 beaming settings for a time signature are described in
2289 @ref{Time signature}.
2290
2291 @lilypond[quote,verbatim,relative=2]
2292 <<
2293   \new Staff {
2294     \overrideTimeSignatureSettings
2295       #'(3 . 4)         % timeSignatureFraction
2296       #'(1 . 8)         % baseMomentFraction
2297       #'(1 5)           % beatStructure
2298       #'()              % beamExceptions
2299     \time 3/4
2300     \repeat unfold 6 { a8 }
2301   }
2302   \new Staff {
2303     \time 3/4
2304     \repeat unfold 6 { a8 }
2305   }
2306 >>
2307 @end lilypond
2308
2309 @node Manual beams
2310 @unnumberedsubsubsec Manual beams
2311
2312 @cindex beams, manual
2313 @cindex manual beams
2314
2315 @funindex ]
2316 @funindex [
2317
2318 In some cases it may be necessary to override the automatic
2319 beaming algorithm.  For example, the autobeamer will not put beams
2320 over rests or bar lines, and in choral scores the beaming is
2321 often set to follow the meter of the lyrics rather than the
2322 notes.  Such beams can be specified manually by
2323 marking the begin and end point with @code{[} and @code{]}.
2324
2325 @lilypond[quote,relative=1,verbatim]
2326 r4 r8[ g' a r] r g[ | a] r
2327 @end lilypond
2328
2329 @cindex manual beams, direction shorthand for
2330 @cindex manual beams, grace notes
2331
2332 Beaming direction can be set manually using direction indicators:
2333
2334 @lilypond[quote,relative=2,verbatim]
2335 c8^[ d e] c,_[ d e f g]
2336 @end lilypond
2337
2338 @funindex \noBeam
2339 @funindex noBeam
2340
2341 Individual notes may be marked with @code{\noBeam} to prevent them
2342 from being beamed:
2343
2344 @lilypond[quote,verbatim,relative=2]
2345 \time 2/4
2346 c8 c\noBeam c c
2347 @end lilypond
2348
2349 Grace note beams and normal note beams can occur simultaneously.
2350 Unbeamed grace notes are not put into normal note beams.
2351
2352 @lilypond[quote,verbatim,relative=2]
2353 c4 d8[
2354 \grace { e32[ d c d] }
2355 e8] e[ e
2356 \grace { f16 }
2357 e8 e]
2358 @end lilypond
2359
2360 @funindex stemLeftBeamCount
2361 @funindex stemRightBeamCount
2362
2363 Even more strict manual control with the beams can be achieved by
2364 setting the properties @code{stemLeftBeamCount} and
2365 @code{stemRightBeamCount}.  They specify the number of beams to
2366 draw on the left and right side, respectively, of the next note.
2367 If either property is set, its value will be used only once, and
2368 then it is erased.  In this example, the last @code{f} is printed
2369 with only one beam on the left side, i.e., the eighth-note beam of
2370 the group as a whole.
2371
2372 @lilypond[quote,relative=2,verbatim]
2373 a8[ r16 f g a]
2374 a8[ r16
2375 \set stemLeftBeamCount = #2
2376 \set stemRightBeamCount = #1
2377 f16
2378 \set stemLeftBeamCount = #1
2379 g16 a]
2380 @end lilypond
2381
2382
2383 @predefined
2384 @code{\noBeam}.
2385 @endpredefined
2386
2387
2388 @snippets
2389
2390 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2391 {flat-flags-and-beam-nibs.ly}
2392
2393
2394 @seealso
2395 Notation Reference:
2396 @ref{Direction and placement},
2397 @ref{Grace notes}.
2398
2399 Snippets:
2400 @rlsr{Rhythms}.
2401
2402 Internals Reference:
2403 @rinternals{Beam},
2404 @rinternals{BeamEvent},
2405 @rinternals{Beam_engraver},
2406 @rinternals{beam-interface},
2407 @rinternals{Stem_engraver}.
2408
2409
2410 @node Feathered beams
2411 @unnumberedsubsubsec Feathered beams
2412
2413 @cindex beams, feathered
2414 @cindex feathered beams
2415
2416 @funindex \featherDurations
2417 @funindex featherDurations
2418 @funindex grow-direction
2419
2420 Feathered beams are used to indicate that a small group of notes
2421 should be played at an increasing (or decreasing) tempo, without
2422 changing the overall tempo of the piece.  The extent of the
2423 feathered beam must be indicated manually using @code{[} and
2424 @code{]}, and the beam feathering is turned on by specifying a
2425 direction to the @code{Beam} property @code{grow-direction}.
2426
2427 If the placement of the notes and the sound in the MIDI output is to
2428 reflect the @emph{ritardando} or @emph{accelerando} indicated by the
2429 feathered beam the notes must be grouped as a music expression delimited
2430 by braces and preceded by a @code{featherDurations} command which specifies
2431 the ratio between the durations of the first and last notes in the
2432 group.
2433
2434 The square brackets show the extent of the beam and the braces show
2435 which notes are to have their durations modified.  Normally these
2436 would delimit the same group of notes, but this is not required: the
2437 two commands are independent.
2438
2439 In the following example the eight 16th notes occupy exactly the
2440 same time as a half note, but the first note is one half as long
2441 as the last one, with the intermediate notes gradually
2442 lengthening.  The first four 32nd notes gradually speed up, while
2443 the last four 32nd notes are at a constant tempo.
2444
2445 @lilypond[relative=1,verbatim,quote]
2446 \override Beam #'grow-direction = #LEFT
2447 \featherDurations #(ly:make-moment 2 1)
2448 { c16[ c c c c c c c] }
2449 \override Beam #'grow-direction = #RIGHT
2450 \featherDurations #(ly:make-moment 2 3)
2451 { c32[ d e f] }
2452 % revert to non-feathered beams
2453 \override Beam #'grow-direction = #'()
2454 { g32[ a b c] }
2455 @end lilypond
2456
2457 @noindent
2458 The spacing in the printed output represents the
2459 note durations only approximately, but the MIDI output is exact.
2460
2461
2462 @predefined
2463 @code{\featherDurations}.
2464 @endpredefined
2465
2466 @seealso
2467 Snippets:
2468 @rlsr{Rhythms}.
2469
2470
2471 @knownissues
2472
2473 The @code{\featherDurations} command only works with very short
2474 music snippets, and when numbers in the fraction are small.
2475
2476
2477 @node Bars
2478 @subsection Bars
2479
2480
2481 @menu
2482 * Bar lines::
2483 * Bar numbers::
2484 * Bar and bar number checks::
2485 * Rehearsal marks::
2486 @end menu
2487
2488 @node Bar lines
2489 @unnumberedsubsubsec Bar lines
2490
2491 @cindex bar lines
2492 @cindex measure lines
2493 @cindex closing bar lines
2494 @cindex bar lines, closing
2495 @cindex double bar lines
2496 @cindex bar lines, double
2497 @cindex repeat bars
2498
2499 @funindex \bar
2500 @funindex bar
2501
2502 Bar lines delimit measures, and are also used to indicate
2503 repeats.  Normally, simple bar lines are automatically inserted
2504 into the printed output at places based on the current time
2505 signature.
2506
2507 The simple bar lines inserted automatically can be changed to
2508 other types with the @code{\bar} command.  For example, a closing
2509 double bar line is usually placed at the end of a piece:
2510
2511 @lilypond[quote,relative=1,verbatim]
2512 e4 d c2 \bar "|."
2513 @end lilypond
2514
2515 It is not invalid if the final note in a measure does not
2516 end on the automatically entered bar line: the note is assumed
2517 to carry over into the next measure.  But if a long sequence
2518 of such carry-over measures appears the music can appear compressed
2519 or even flowing off the page.  This is because automatic line
2520 breaks happen only at the end of complete measures, i.e., where
2521 all notes end before the end of a measure.
2522
2523 @warning{An incorrect duration can cause line breaks to be
2524 inhibited, leading to a line of highly compressed music or
2525 music which flows off the page.}
2526
2527 @cindex line breaks
2528 @cindex bar lines, invisible
2529 @cindex measure lines, invisible
2530
2531 Line breaks are also permitted at manually inserted bar lines
2532 even within incomplete measures.  To allow a line break without
2533 printing a bar line, use the following:
2534
2535 @example
2536 \bar ""
2537 @end example
2538
2539 @noindent
2540 This will insert an invisible bar line and allow (but not
2541 force) a line break to occur at this point.  The bar number
2542 counter is not increased.  To force a line break see
2543 @ref{Line breaking}.
2544
2545 @cindex manual bar lines
2546 @cindex manual measure lines
2547 @cindex bar lines, manual
2548 @cindex measure lines, manual
2549
2550 This and other special bar lines may be inserted manually at any
2551 point.  When they coincide with the end of a measure they replace
2552 the simple bar line which would have been inserted there
2553 automatically.  When they do not coincide with the end of a measure
2554 the specified bar line is inserted at that point in the printed
2555 output.
2556
2557 Note that manual bar lines are purely visual.  They do not affect
2558 any of the properties that a normal bar line would affect, such as
2559 measure numbers, accidentals, line breaks, etc.  They do not affect
2560 the calculation and placement of subsequent automatic bar lines.
2561 When a manual bar line is placed where a normal bar line already
2562 exists, the effects of the original bar line are not altered.
2563
2564 Two types of simple bar lines and five types of double bar lines are
2565 available for manual insertion:
2566
2567 @lilypond[quote,relative=1,verbatim]
2568 f1 \bar "|"
2569 f1 \bar "."
2570 g1 \bar "||"
2571 a1 \bar ".|"
2572 b1 \bar ".|."
2573 c1 \bar "|.|"
2574 d1 \bar "|."
2575 e1
2576 @end lilypond
2577
2578 @noindent
2579 together with dotted and dashed bar lines:
2580
2581 @lilypond[quote,relative=1,verbatim]
2582 f1 \bar ":"
2583 g1 \bar "dashed"
2584 a1
2585 @end lilypond
2586
2587 @noindent
2588 and five types of repeat bar line:
2589
2590 @lilypond[quote,relative=1,verbatim]
2591 f1 \bar "|:"
2592 g1 \bar ":|:"
2593 a1 \bar ":|.|:"
2594 b1 \bar ":|.:"
2595 c1 \bar ":|"
2596 e1
2597 @end lilypond
2598
2599 Additionally, a bar line can be printed as a simple tick:
2600 @lilypond[quote,relative=1,verbatim]
2601 f1 \bar "'"
2602 @end lilypond
2603 However, as such ticks are typically used in Gregorian chant, it is
2604 preferable to use @code{\divisioMinima} there instead, described in
2605 the section @ref{Divisiones} in Gregorian chant.
2606
2607 @cindex segno
2608
2609 For in-line segno signs, there are three types of bar lines which
2610 differ in their behavior at line breaks:
2611
2612 @lilypond[quote,relative=2,verbatim]
2613 c4 c c c
2614 \bar "S"
2615 c4 c c c \break
2616 \bar "S"
2617 c4 c c c
2618 \bar "|S"
2619 c4 c c c \break
2620 \bar "|S"
2621 c4 c c c
2622 \bar "S|"
2623 c4 c c c \break
2624 \bar "S|"
2625 c1
2626 @end lilypond
2627
2628 @cindex repeats
2629
2630 Although the bar line types signifying repeats may be inserted
2631 manually they do not in themselves cause LilyPond to recognize
2632 a repeated section.  Such repeated sections are better entered
2633 using the various repeat commands (see @ref{Repeats}), which
2634 automatically print the appropriate bar lines.
2635
2636 In addition, you can specify @code{"||:"}, which is equivalent to
2637 @code{"|:"} except at line breaks, where it gives a double bar
2638 line at the end of the line and a start repeat at the beginning of
2639 the next line.
2640
2641 @lilypond[quote,relative=2,verbatim]
2642 c4 c c c
2643 \bar "||:"
2644 c4 c c c \break
2645 \bar "||:"
2646 c4 c c c
2647 @end lilypond
2648
2649 For combinations of repeats with the segno sign, there are six different
2650 variations:
2651
2652 @lilypond[quote,relative=2,verbatim]
2653 c4 c c c
2654 \bar ":|S"
2655 c4 c c c \break
2656 \bar ":|S"
2657 c4 c c c
2658 \bar ":|S."
2659 c4 c c c \break
2660 \bar ":|S."
2661 c4 c c c
2662 \bar "S|:"
2663 c4 c c c \break
2664 \bar "S|:"
2665 c4 c c c
2666 \bar ".S|:"
2667 c4 c c c \break
2668 \bar ".S|:"
2669 c4 c c c
2670 \bar ":|S|:"
2671 c4 c c c \break
2672 \bar ":|S|:"
2673 c4 c c c
2674 \bar ":|S.|:"
2675 c4 c c c \break
2676 \bar ":|S.|:"
2677 c1
2678 @end lilypond
2679
2680
2681 In scores with many staves, a @code{\bar} command in one staff is
2682 automatically applied to all staves.  The resulting bar lines are
2683 connected between different staves of a @code{StaffGroup},
2684 @code{PianoStaff}, or @code{GrandStaff}.
2685
2686 @lilypond[quote,relative=1,verbatim]
2687 <<
2688   \new StaffGroup <<
2689     \new Staff {
2690       e4 d
2691       \bar "||"
2692       f4 e
2693     }
2694     \new Staff { \clef bass c4 g e g }
2695   >>
2696   \new Staff { \clef bass c2 c2 }
2697 >>
2698 @end lilypond
2699
2700
2701 @cindex default bar lines, changing
2702 @cindex bar lines, default, changing
2703
2704 @snippets
2705
2706 @funindex whichBar
2707 @funindex defaultBarType
2708 @funindex \bar
2709 @funindex bar
2710 @funindex bartype
2711
2712 The command @samp{\bar @var{bartype}} is a shortcut for
2713 @samp{\set Timing.whichBar = @var{bartype}}.  A bar line is
2714 created whenever the @code{whichBar} property is set.
2715
2716 The default bar type used for automatically inserted bar lines is
2717 @code{"|"}.  This may be changed at any time with
2718 @samp{\set Timing.defaultBarType = @var{bartype}}.
2719
2720
2721 @seealso
2722 Notation Reference:
2723 @ref{Line breaking},
2724 @ref{Repeats},
2725 @ref{Grouping staves}.
2726
2727 Snippets:
2728 @rlsr{Rhythms}.
2729
2730 Internals Reference:
2731 @rinternals{BarLine} (created at @code{Staff} level),
2732 @rinternals{SpanBar} (across staves),
2733 @rinternals{Timing_translator} (for Timing properties).
2734
2735
2736 @node Bar numbers
2737 @unnumberedsubsubsec Bar numbers
2738
2739 @cindex bar numbers
2740 @cindex measure numbers
2741 @cindex numbers, bar
2742 @cindex numbers, measure
2743
2744 @funindex currentBarNumber
2745
2746 Bar numbers are typeset by default at the start of every line except
2747 the first line.  The number itself is stored in the
2748 @code{currentBarNumber} property, which is normally updated
2749 automatically for every measure.  It may also be set manually:
2750
2751 @lilypond[verbatim,quote,relative=1]
2752 c1 c c c
2753 \break
2754 \set Score.currentBarNumber = #50
2755 c1 c c c
2756 @end lilypond
2757
2758 @cindex bar numbers, regular spacing
2759
2760 @funindex barNumberVisibility
2761 @funindex BarNumber
2762
2763 Bar numbers can be typeset at regular intervals instead of just at
2764 the beginning of every line.  To do this the default behavior
2765 must be overridden to permit bar numbers to be printed at places
2766 other than the start of a line.  This is controlled by the
2767 @code{break-visibility} property of @code{BarNumber}.  This takes
2768 three values which may be set to @code{#t} or @code{#f} to specify
2769 whether the corresponding bar number is visible or not.  The order
2770 of the three values is @code{end of line visible}, @code{middle of
2771 line visible}, @code{beginning of line visible}.  In the following
2772 example bar numbers are printed at all possible places:
2773
2774 @lilypond[verbatim,quote,relative=1]
2775 \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
2776 \set Score.currentBarNumber = #11
2777 % Permit first bar number to be printed
2778 \bar ""
2779 c1 | c | c | c
2780 \break
2781 c1 | c | c | c
2782 @end lilypond
2783
2784 @snippets
2785 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2786 {printing-the-bar-number-for-the-first-measure.ly}
2787
2788 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2789 {printing-bar-numbers-at-regular-intervals.ly}
2790
2791 @cindex measure number, format
2792 @cindex bar number, format
2793
2794 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2795 {printing-bar-numbers-inside-boxes-or-circles.ly}
2796
2797 @cindex bar numbers, with letters
2798 @cindex bar numbers, with repeats
2799
2800 @lilypondfile[verbatim,quote,texidoc,doctitle]
2801 {alternative-bar-numbering.ly}
2802
2803 @cindex bar number alignment
2804
2805 @lilypondfile[verbatim,quote,texidoc,doctitle]
2806 {aligning-bar-numbers.ly}
2807
2808 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
2809 {removing-bar-numbers-from-a-score.ly}
2810
2811 @seealso
2812 Snippets:
2813 @rlsr{Rhythms}.
2814
2815 Internals Reference:
2816 @rinternals{BarNumber},
2817 @rinternals{Bar_number_engraver}.
2818
2819 @cindex bar number collision
2820 @cindex collision, bar number
2821
2822 @knownissues
2823 Bar numbers may collide with the top of the @code{StaffGroup} bracket,
2824 if there is one.  To solve this, the @code{padding} property of
2825 @code{BarNumber} can be used to position the number correctly.  See
2826 @rinternals{StaffGroup} and @rinternals{BarNumber} for more.
2827
2828
2829 @node Bar and bar number checks
2830 @unnumberedsubsubsec Bar and bar number checks
2831
2832 @cindex bar check
2833 @cindex bar number check
2834 @cindex measure check
2835 @cindex measure number check
2836
2837 @funindex barCheckSynchronize
2838 @funindex |
2839
2840 Bar checks help detect errors in the entered durations.  A bar check
2841 may be entered using the bar symbol, @code{|}, at any place where a
2842 bar line is expected to fall.  If bar check lines are encountered at
2843 other places, a list of warnings is printed in the log file, showing
2844 the line numbers and lines in which the bar checks failed.  In the
2845 next example, the second bar check will signal an error.
2846
2847 @example
2848 \time 3/4 c2 e4 | g2 |
2849 @end example
2850
2851 Bar checks can also be used in lyrics:
2852
2853 @example
2854 \lyricmode @{
2855   \time 2/4
2856   Twin -- kle | Twin -- kle |
2857 @}
2858 @end example
2859
2860 An incorrect duration can result in a completely garbled score,
2861 especially if the score is polyphonic, so a good place to start
2862 correcting input is by scanning for failed bar checks and
2863 incorrect durations.
2864
2865 If successive bar checks are off by the same musical interval,
2866 only the first warning message is displayed.  This allows the
2867 warning to focus on the source of the timing error.
2868
2869
2870 @funindex |
2871 @funindex pipeSymbol
2872
2873 It is also possible to redefine the action taken when a bar check
2874 or pipe symbol, @code{|}, is encountered in the input, so that
2875 it does something other than a bar check.  This is done by
2876 assigning a music expression to @code{pipeSymbol}.
2877 In the following example @code{|} is set to insert a double bar
2878 line wherever it appears in the input, rather than checking
2879 for end of bar.
2880
2881 @lilypond[quote,verbatim]
2882 pipeSymbol = \bar "||"
2883 {
2884   c'2 c' |
2885   c'2 c'
2886   c'2 | c'
2887   c'2 c'
2888 }
2889 @end lilypond
2890
2891 @funindex \barNumberCheck
2892 @funindex barNumberCheck
2893
2894 When copying large pieces of music, it can be helpful to check that
2895 the LilyPond bar number corresponds to the original that you are
2896 entering from.  This can be checked with @code{\barNumberCheck}, for
2897 example,
2898
2899 @verbatim
2900 \barNumberCheck #123
2901 @end verbatim
2902
2903 @noindent
2904 will print a warning if the @code{currentBarNumber} is not 123
2905 when it is processed.
2906
2907
2908 @seealso
2909 Snippets:
2910 @rlsr{Rhythms}.
2911
2912
2913 @node Rehearsal marks
2914 @unnumberedsubsubsec Rehearsal marks
2915
2916 @cindex rehearsal marks
2917 @cindex mark, rehearsal
2918
2919 @funindex \mark
2920 @funindex mark
2921
2922 To print a rehearsal mark, use the @code{\mark} command.
2923
2924 @lilypond[quote,verbatim,relative=2]
2925 c1 \mark \default
2926 c1 \mark \default
2927 c1 \mark \default
2928 c1 \mark \default
2929 @end lilypond
2930
2931 @noindent
2932 The mark is incremented automatically if you use @code{\mark
2933 \default}, but you can also use an integer argument to set the
2934 mark manually.  The value to use is stored in the property
2935 @code{rehearsalMark}.
2936
2937 @lilypond[quote,verbatim,relative=2]
2938 c1 \mark \default
2939 c1 \mark \default
2940 c1 \mark #8
2941 c1 \mark \default
2942 c1 \mark \default
2943 @end lilypond
2944
2945 @noindent
2946 The letter@tie{}@q{I} is skipped in accordance with engraving
2947 traditions.  If you wish to include the letter @q{I}, then use one
2948 of the following commands, depending on which style of rehearsal mark
2949 you want (letters only, letters in a hollow box, or letters in a
2950 hollow circle).
2951
2952 @example
2953 \set Score.markFormatter = #format-mark-alphabet
2954 \set Score.markFormatter = #format-mark-box-alphabet
2955 \set Score.markFormatter = #format-mark-circle-alphabet
2956 @end example
2957
2958 @lilypond[quote,verbatim,relative=2]
2959 \set Score.markFormatter = #format-mark-box-alphabet
2960 c1 \mark \default
2961 c1 \mark \default
2962 c1 \mark #8
2963 c1 \mark \default
2964 c1 \mark \default
2965 @end lilypond
2966
2967 @cindex rehearsal mark format
2968 @cindex rehearsal mark style
2969 @cindex style, rehearsal mark
2970 @cindex format, rehearsal mark
2971 @cindex mark, rehearsal, style
2972 @cindex mark, rehearsal, format
2973 @cindex rehearsal mark, manual
2974 @cindex mark, rehearsal, manual
2975 @cindex custom rehearsal mark
2976 @cindex manual rehearsal mark
2977
2978 The style is defined by the property @code{markFormatter}.  It is
2979 a function taking the current mark (an integer) and the current
2980 context as argument.  It should return a markup object.  In the
2981 following example, @code{markFormatter} is set to a pre-defined
2982 procedure.  After a few measures, it is set to a procedure that
2983 produces a boxed number.
2984
2985 @lilypond[quote,verbatim,relative=2]
2986 \set Score.markFormatter = #format-mark-numbers
2987 c1 \mark \default
2988 c1 \mark \default
2989 \set Score.markFormatter = #format-mark-box-numbers
2990 c1 \mark \default
2991 \set Score.markFormatter = #format-mark-circle-numbers
2992 c1 \mark \default
2993 \set Score.markFormatter = #format-mark-circle-letters
2994 c1
2995 @end lilypond
2996
2997 The file @file{scm/translation-functions.scm} contains the
2998 definitions of @code{format-mark-numbers} (the default format),
2999 @code{format-mark-box-numbers}, @code{format-mark-letters} and
3000 @code{format-mark-box-letters}.  These can be used as inspiration
3001 for other formatting functions.
3002
3003 You may use @code{format-mark-barnumbers},
3004 @code{format-mark-box-barnumbers}, and
3005 @code{format-mark-circle-barnumbers} to get bar numbers instead of
3006 incremented numbers or letters.
3007
3008 Other styles of rehearsal mark can be specified manually:
3009
3010 @example
3011 \mark "A1"
3012 @end example
3013
3014 @noindent
3015 Note that @code{Score.markFormatter} does not affect marks specified
3016 in this manner.  However, it is possible to apply a @code{\markup} to the
3017 string.
3018
3019 @example
3020 \mark \markup@{ \box A1 @}
3021 @end example
3022
3023 @cindex segno
3024 @cindex coda
3025 @cindex D.S. al Fine
3026 @cindex fermata
3027 @cindex music glyphs
3028 @cindex glyphs, music
3029
3030 @funindex \musicglyph
3031 @funindex musicglyph
3032
3033 Music glyphs (such as the segno sign) may be printed inside a
3034 @code{\mark}
3035
3036 @lilypond[quote,verbatim,relative=1]
3037 c1 \mark \markup { \musicglyph #"scripts.segno" }
3038 c1 \mark \markup { \musicglyph #"scripts.coda" }
3039 c1 \mark \markup { \musicglyph #"scripts.ufermata" }
3040 c1
3041 @end lilypond
3042
3043 @noindent
3044 See @ref{The Feta font}, for a list of symbols which may be
3045 printed with @code{\musicglyph}.
3046
3047 For common tweaks to the positioning of rehearsal marks, see
3048 @ref{Formatting text}.  For more precise control, see
3049 @code{break-alignable-interface} in @ref{Aligning objects}.
3050
3051
3052 @seealso
3053 Notation Reference:
3054 @ref{The Feta font},
3055 @ref{Formatting text},
3056 @ref{Aligning objects}.
3057
3058 Installed Files:
3059 @file{scm/translation-functions.scm} contains
3060 the definitions of @code{format-mark-numbers} and
3061 @code{format-mark-letters}.  They can be used as inspiration for
3062 other formatting functions.
3063
3064 Snippets:
3065 @rlsr{Rhythms}.
3066
3067 Internals Reference:
3068 @rinternals{MarkEvent},
3069 @rinternals{Mark_engraver},
3070 @rinternals{RehearsalMark}.
3071
3072
3073 @node Special rhythmic concerns
3074 @subsection Special rhythmic concerns
3075
3076
3077 @menu
3078 * Grace notes::
3079 * Aligning to cadenzas::
3080 * Time administration::
3081 @end menu
3082
3083 @node Grace notes
3084 @unnumberedsubsubsec Grace notes
3085
3086 @cindex ornaments
3087 @cindex grace notes
3088 @cindex appoggiatura
3089 @cindex acciaccatura
3090
3091 @funindex \grace
3092 @funindex \slashedGrace
3093 @funindex \acciaccatura
3094 @funindex \appoggiatura
3095
3096 Grace notes are musical ornaments, printed in a smaller font, that take
3097 up no additional logical time in a measure.
3098
3099 @lilypond[quote,relative=2,verbatim]
3100 c4 \grace b16 a4(
3101 \grace { b16[ c16] } a2)
3102 @end lilypond
3103
3104 There are three other types of grace notes possible; the
3105 @emph{acciaccatura} -- an unmeasured grace note indicated by a slurred
3106 note with a slashed stem -- and the @emph{appoggiatura}, which takes a
3107 fixed fraction of the main note it is attached to and prints without the
3108 slash.  It is also possible to write a grace note with a slashed stem,
3109 like the @emph{acciaccatura} but without the slur, so as to place it
3110 between notes that are slurred themselves, using the
3111 @code{\slashedGrace} function.
3112
3113 @lilypond[quote,relative=2,verbatim]
3114 \acciaccatura d8 c4
3115 \appoggiatura e8 d4
3116 \acciaccatura { g16[ f] } e2
3117 \slashedGrace a,8 g4
3118 \slashedGrace b16 a4(
3119 \slashedGrace b8 a2)
3120 @end lilypond
3121
3122 The placement of grace notes is synchronized between different staves.
3123 In the following example, there are two sixteenth grace notes for every
3124 eighth grace note
3125
3126 @lilypond[quote,relative=2,verbatim]
3127 <<
3128   \new Staff { e2 \grace { c16[ d e f] } e2 }
3129   \new Staff { c2 \grace { g8[ b] } c2 }
3130 >>
3131 @end lilypond
3132
3133 @cindex grace notes, following
3134
3135 @funindex \afterGrace
3136 @funindex afterGrace
3137
3138 If you want to end a note with a grace, use the @code{\afterGrace}
3139 command.  It takes two arguments: the main note, and the grace
3140 notes following the main note.
3141
3142 @lilypond[quote,verbatim,relative=2]
3143 c1 \afterGrace d1 { c16[ d] } c1
3144 @end lilypond
3145
3146 This will put the grace notes after a space lasting 3/4 of the
3147 length of the main note.  The default fraction 3/4 can be changed by
3148 setting @code{afterGraceFraction}.  The following example shows
3149 the results from setting the space at the default,  at 15/16, and
3150 finally at 1/2 of the main note.
3151
3152 @lilypond[quote,verbatim,relative=2]
3153 <<
3154   \new Staff {
3155     c1 \afterGrace d1 { c16[ d] } c1
3156   }
3157   \new Staff {
3158     #(define afterGraceFraction (cons 15 16))
3159     c1 \afterGrace d1 { c16[ d] } c1
3160   }
3161   \new Staff {
3162     #(define afterGraceFraction (cons 1 2))
3163     c1 \afterGrace d1 { c16[ d] } c1
3164   }
3165 >>
3166 @end lilypond
3167
3168 The space between the main note and the grace note may also be
3169 specified using spacers.  The following example places the grace
3170 note after a space lasting 7/8 of the main note.
3171
3172 @lilypond[quote,verbatim,relative=2]
3173 \new Voice {
3174   <<
3175     { d1^\trill_( }
3176     { s2 s4. \grace { c16[ d] } }
3177   >>
3178   c1)
3179 }
3180 @end lilypond
3181
3182 @cindex tweaking grace notes
3183 @cindex grace notes, tweaking
3184 @cindex grace notes, changing layout settings
3185
3186 A @code{\grace} music expression will introduce special
3187 typesetting settings, for example, to produce smaller type, and
3188 set directions.  Hence, when introducing layout tweaks to
3189 override the special settings, they should be placed inside
3190 the grace expression.  The overrides should also be reverted
3191 inside the grace expression.  Here, the grace note's default stem
3192 direction is overridden and then reverted.
3193
3194 @lilypond[quote,verbatim,relative=2]
3195 \new Voice {
3196   \acciaccatura {
3197     \stemDown
3198     f16->
3199     \stemNeutral
3200   }
3201   g4 e c2
3202 }
3203 @end lilypond
3204
3205
3206 @cindex stem, with slash
3207
3208
3209 @snippets
3210
3211 @lilypondfile[verbatim,quote,texidoc,doctitle]
3212 {using-grace-note-slashes-with-normal-heads.ly}
3213
3214 @lilypondfile[verbatim,quote,texidoc,doctitle]
3215 {tweaking-grace-layout-within-music.ly}
3216
3217 @lilypondfile[verbatim,quote,texidoc,doctitle]
3218 {redefining-grace-note-global-defaults.ly}
3219
3220 @lilypondfile[verbatim,quote,texidoc,doctitle]
3221 {positioning-grace-notes-with-floating-space.ly}
3222
3223
3224 @seealso
3225 Music Glossary:
3226 @rglos{grace notes},
3227 @rglos{acciaccatura},
3228 @rglos{appoggiatura}.
3229
3230 Notation Reference:
3231 @ref{Manual beams}.
3232
3233 Installed Files:
3234 @file{ly/grace-init.ly}.
3235
3236 Snippets:
3237 @rlsr{Rhythms}.
3238
3239 Internals Reference:
3240 @rinternals{GraceMusic},
3241 @rinternals{Grace_beam_engraver},
3242 @rinternals{Grace_engraver},
3243 @rinternals{Grace_spacing_engraver}.
3244
3245
3246 @knownissues
3247
3248 @cindex acciaccatura, multi-note
3249 @cindex multi-note acciaccatura
3250 @cindex grace-note synchronization
3251
3252 A multi-note beamed @i{acciaccatura} is printed without a slash,
3253 and looks exactly the same as a multi-note beamed
3254 @i{appoggiatura}.
3255
3256 @c TODO Add link to LSR snippet to add slash when available
3257
3258 Grace note synchronization can also lead to surprises.  Staff
3259 notation, such as key signatures, bar lines, etc., are also
3260 synchronized.  Take care when you mix staves with grace notes and
3261 staves without, for example,
3262
3263 @lilypond[quote,relative=2,verbatim]
3264 <<
3265   \new Staff { e4 \bar "|:" \grace c16 d2. }
3266   \new Staff { c4 \bar "|:" d2. }
3267 >>
3268 @end lilypond
3269
3270 @noindent
3271 This can be remedied by inserting grace skips of the corresponding
3272 durations in the other staves.  For the above example
3273
3274 @lilypond[quote,relative=2,verbatim]
3275 <<
3276   \new Staff { e4 \bar "|:" \grace c16 d2. }
3277   \new Staff { c4 \bar "|:" \grace s16 d2. }
3278 >>
3279 @end lilypond
3280
3281 The use of grace notes within voice contexts confuses the way the voice
3282 is typeset. This can be overcome by inserting a rest or note between the
3283 voice command and the grace note.
3284
3285 @lilypond[quote,verbatim]
3286 accMusic = {
3287   \acciaccatura { f8 } e8 r8 \acciaccatura { f8 } e8 r4
3288 }
3289
3290 \new Staff {
3291   <<
3292     \new Voice {
3293       \relative c'' {
3294         r8 r8 \voiceOne \accMusic \oneVoice r8 |
3295         r8 \voiceOne r8 \accMusic \oneVoice r8 |
3296       }
3297     }
3298     \new Voice {
3299       \relative c' {
3300         s8 s8 \voiceTwo \accMusic \oneVoice s8 |
3301         s8 \voiceTwo r8 \accMusic \oneVoice s8 |
3302       }
3303     }
3304   >>
3305 }
3306 @end lilypond
3307
3308 Grace sections should only be used within sequential music expressions.
3309 Nesting or juxtaposing grace sections is not supported, and might
3310 produce crashes or other errors.
3311
3312 Each grace note in MIDI output has a length of 1/4 of its actual
3313 duration.  If the combined length of the grace notes is greater than the
3314 length of the preceding note a @qq{@code{Going back in MIDI time}}
3315 error will be generated.  Either make the grace notes shorter in
3316 duration, for example:
3317
3318 @example
3319 \acciaccatura @{ c'8[ d' e' f' g'] @}
3320 @end example
3321
3322 becomes:
3323
3324 @example
3325 \acciaccatura @{ c'16[ d' e' f' g'] @}
3326 @end example
3327
3328 Or explicitly change the musical duration:
3329
3330 @example
3331 \acciaccatura @{ \scaleDurations #' (1 . 2) @{ c'8[ d' e' f' g'] @} @}
3332 @end example
3333
3334 See @ref{Scaling durations}.
3335
3336
3337 @node Aligning to cadenzas
3338 @unnumberedsubsubsec Aligning to cadenzas
3339
3340 @cindex cadenza
3341 @cindex cadenza, aligning to
3342 @cindex aligning to cadenza
3343
3344 In an orchestral context, cadenzas present a special problem: when
3345 constructing a score that includes a measured cadenza or other solo
3346 passage, all other instruments should skip just as many notes as the
3347 length of the cadenza, otherwise they will start too soon or too late.
3348
3349 One solution to this problem is to use the functions
3350 @code{mmrest-of-length} and @code{skip-of-length}.  These Scheme
3351 functions take a defined piece of music as an argument and generate a
3352 multi-measure rest or @code{\skip} exactly as long as the piece.
3353
3354 @lilypond[verbatim,quote]
3355 MyCadenza = \relative c' {
3356   c4 d8 e f g g4
3357   f2 g4 g
3358 }
3359
3360 \new GrandStaff <<
3361   \new Staff {
3362     \MyCadenza c'1
3363     \MyCadenza c'1
3364   }
3365   \new Staff {
3366     $(mmrest-of-length MyCadenza)
3367     c'1
3368     $(skip-of-length MyCadenza)
3369     c'1
3370   }
3371 >>
3372 @end lilypond
3373
3374
3375 @seealso
3376 Music Glossary:
3377 @rglos{cadenza}.
3378
3379 Snippets:
3380 @rlsr{Rhythms}.
3381
3382
3383 @node Time administration
3384 @unnumberedsubsubsec Time administration
3385
3386 @cindex time administration
3387 @cindex timing (within the score)
3388 @cindex music, unmetered
3389 @cindex unmetered music
3390
3391 @funindex currentBarNumber
3392 @funindex measurePosition
3393 @funindex measureLength
3394
3395 Time is administered by the @code{Timing_translator}, which by
3396 default is to be found in the @code{Score} context.  An alias,
3397 @code{Timing}, is added to the context in which the
3398 @code{Timing_translator} is placed.  To ensure that the
3399 @code{Timing} alias is available, you may need to explicitly
3400 instantiate the containing context (such as @code{Voice} or
3401 @code{Staff}).
3402
3403 The following properties of @code{Timing} are used
3404 to keep track of timing within the score.
3405
3406 @cindex bar number
3407 @cindex measure number
3408
3409 @table @code
3410 @item currentBarNumber
3411 The current measure number.  For an example showing the
3412 use of this property see @ref{Bar numbers}.
3413
3414 @item measureLength
3415 The length of the measures in the current time signature.  For a
3416 4/4 time this is@tie{}1, and for 6/8 it is 3/4.  Its value
3417 determines when bar lines are inserted and how automatic beams
3418 should be generated.
3419
3420 @item measurePosition
3421 The point within the measure where we currently are.  This
3422 quantity is reset by subtracting @code{measureLength} whenever
3423 @code{measureLength} is reached or exceeded.  When that happens,
3424 @code{currentBarNumber} is incremented.
3425
3426 @item timing
3427 If set to true, the above variables are updated for every time
3428 step.  When set to false, the engraver stays in the current
3429 measure indefinitely.
3430
3431 @end table
3432
3433 Timing can be changed by setting any of these variables
3434 explicitly.  In the next example, the default 4/4 time
3435 signature is printed, but @code{measureLength} is set to 5/4.
3436 At 4/8 through the third measure, the @code{measurePosition} is
3437 advanced by 1/8 to 5/8, shortening that bar by 1/8.
3438 The next bar line then falls at 9/8 rather than 5/4.
3439
3440 @lilypond[quote,verbatim]
3441 \new Voice \relative c' {
3442   \set Timing.measureLength = #(ly:make-moment 5 4)
3443   c1 c4 |
3444   c1 c4 |
3445   c4 c
3446   \set Timing.measurePosition = #(ly:make-moment 5 8)
3447   b4 b b8 |
3448   c4 c1 |
3449 }
3450 @end lilypond
3451
3452 @noindent
3453 As the example illustrates, @code{ly:make-moment n m} constructs a
3454 duration of n/m of a whole note.  For example,
3455 @code{ly:make-moment 1 8} is an eighth note duration and
3456 @code{ly:make-moment 7 16} is the duration of seven sixteenths
3457 notes.
3458
3459
3460 @seealso
3461 Notation Reference:
3462 @ref{Bar numbers},
3463 @ref{Unmetered music}.
3464
3465 Snippets:
3466 @rlsr{Rhythms}.
3467
3468 Internals Reference:
3469 @rinternals{Timing_translator},
3470 @rinternals{Score}.
3471