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