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