]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/rhythms.itely
Doc: 989 - Added e.g of manual beaming Grace Notes
[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 @cindex manual beams, grace notes
1904
1905 Beaming direction can be set manually using direction indicators:
1906
1907 @lilypond[quote,relative=2,verbatim]
1908 c8^[ d e] c,_[ d e f g]
1909 @end lilypond
1910
1911 @funindex \noBeam
1912 @funindex noBeam
1913
1914 Individual notes may be marked with @code{\noBeam} to prevent them
1915 from being beamed:
1916
1917 @lilypond[quote,verbatim,relative=2]
1918 \time 2/4
1919 c8 c\noBeam c c
1920 @end lilypond
1921
1922 Grace note beams and normal note beams can occur simultaneously.
1923 Unbeamed grace notes are not put into normal note beams.
1924
1925 @lilypond[quote,verbatim,relative=2]
1926 c4 d8[
1927 \grace { e32[ d c d] }
1928 e8] e8[ e
1929 \grace { f16 }
1930 e8 e]
1931 @end lilypond
1932
1933 @funindex stemLeftBeamCount
1934 @funindex stemRightBeamCount
1935
1936 Even more strict manual control with the beams can be achieved by
1937 setting the properties @code{stemLeftBeamCount} and
1938 @code{stemRightBeamCount}.  They specify the number of beams to
1939 draw on the left and right side, respectively, of the next note.
1940 If either property is set, its value will be used only once, and
1941 then it is erased.  In this example, the last @code{f} is printed
1942 with only one beam on the left side, i.e., the eighth-note beam of
1943 the group as a whole.
1944
1945 @lilypond[quote,relative=2,verbatim]
1946 a8[ r16 f g a]
1947 a8[ r16
1948 \set stemLeftBeamCount = #2
1949 \set stemRightBeamCount = #1
1950 f16
1951 \set stemLeftBeamCount = #1
1952 g16 a]
1953 @end lilypond
1954
1955
1956 @predefined
1957 @code{\noBeam}.
1958 @endpredefined
1959
1960
1961 @snippets
1962
1963 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1964 {flat-flags-and-beam-nibs.ly}
1965
1966
1967 @seealso
1968 Notation Reference:
1969 @ref{Direction and placement},
1970 @ref{Grace notes}.
1971
1972 Snippets:
1973 @rlsr{Rhythms}.
1974
1975 Internals Reference:
1976 @rinternals{Beam},
1977 @rinternals{BeamEvent},
1978 @rinternals{Beam_engraver},
1979 @rinternals{beam-interface},
1980 @rinternals{Stem_engraver}.
1981
1982
1983 @node Feathered beams
1984 @unnumberedsubsubsec Feathered beams
1985
1986 @cindex beams, feathered
1987 @cindex feathered beams
1988
1989 @funindex \featherDurations
1990 @funindex featherDurations
1991 @funindex grow-direction
1992
1993 Feathered beams are used to indicate that a small group of notes
1994 should be played at an increasing (or decreasing) tempo, without
1995 changing the overall tempo of the piece.  The extent of the
1996 feathered beam must be indicated manually using @code{[} and
1997 @code{]}, and the beam feathering is turned on by specifying a
1998 direction to the @code{Beam} property @code{grow-direction}.
1999
2000 If the placement of the notes and the sound in the MIDI output is to
2001 reflect the ritardando or accelerando indicated by the feathered beam
2002 the notes must be grouped as a music expression delimited by braces
2003 and preceded by a @code{featherDurations} command which specifies
2004 the ratio between the durations of the first and last notes in the
2005 group.
2006
2007 The square brackets show the extent of the beam and the braces show
2008 which notes are to have their durations modified.  Normally these
2009 would delimit the same group of notes, but this is not required: the
2010 two commands are independent.
2011
2012 In the following example the eight 16th notes occupy exactly the
2013 same time as a half note, but the first note is one half as long
2014 as the last one, with the intermediate notes gradually
2015 lengthening.  The first four 32nd notes gradually speed up, while
2016 the last four 32nd notes are at a constant tempo.
2017
2018 @lilypond[relative=1,verbatim,quote]
2019 \override Beam #'grow-direction = #LEFT
2020 \featherDurations #(ly:make-moment 2 1)
2021 { c16[ c c c c c c c] }
2022 \override Beam #'grow-direction = #RIGHT
2023 \featherDurations #(ly:make-moment 2 3)
2024 { c32[ d e f] }
2025 % revert to non-feathered beams
2026 \override Beam #'grow-direction = #'()
2027 { g32[ a b c] }
2028 @end lilypond
2029
2030 @noindent
2031 The spacing in the printed output represents the
2032 note durations only approximately, but the MIDI output is exact.
2033
2034
2035 @predefined
2036 @code{\featherDurations}.
2037 @endpredefined
2038
2039 @seealso
2040 Snippets:
2041 @rlsr{Rhythms}.
2042
2043
2044 @knownissues
2045
2046 The @code{\featherDurations} command only works with very short
2047 music snippets, and when numbers in the fraction are small.
2048
2049
2050 @node Bars
2051 @subsection Bars
2052
2053
2054 @menu
2055 * Bar lines::
2056 * Bar numbers::
2057 * Bar and bar number checks::
2058 * Rehearsal marks::
2059 @end menu
2060
2061 @node Bar lines
2062 @unnumberedsubsubsec Bar lines
2063
2064 @cindex bar lines
2065 @cindex measure lines
2066 @cindex closing bar lines
2067 @cindex bar lines, closing
2068 @cindex double bar lines
2069 @cindex bar lines, double
2070 @cindex repeat bars
2071
2072 @funindex \bar
2073 @funindex bar
2074
2075 Bar lines delimit measures, and are also used to indicate
2076 repeats.  Normally, simple bar lines are automatically inserted
2077 into the printed output at places based on the current time
2078 signature.
2079
2080 The simple bar lines inserted automatically can be changed to
2081 other types with the @code{\bar} command.  For example, a closing
2082 double bar line is usually placed at the end of a piece:
2083
2084 @lilypond[quote,relative=1,verbatim]
2085 e4 d c2 \bar "|."
2086 @end lilypond
2087
2088 It is not invalid if the final note in a measure does not
2089 end on the automatically entered bar line: the note is assumed
2090 to carry over into the next measure.  But if a long sequence
2091 of such carry-over measures appears the music can appear compressed
2092 or even flowing off the page.  This is because automatic line
2093 breaks happen only at the end of complete measures, i.e., where
2094 all notes end before the end of a measure.
2095
2096 @warning{An incorrect duration can cause line breaks to be
2097 inhibited, leading to a line of highly compressed music or
2098 music which flows off the page.}
2099
2100 @cindex line breaks
2101 @cindex bar lines, invisible
2102 @cindex measure lines, invisible
2103
2104 Line breaks are also permitted at manually inserted bar lines
2105 even within incomplete measures.  To allow a line break without
2106 printing a bar line, use the following:
2107
2108 @example
2109 \bar ""
2110 @end example
2111
2112 @noindent
2113 This will insert an invisible bar line and allow (but not
2114 force) a line break to occur at this point.  The bar number
2115 counter is not increased.  To force a line break see
2116 @ref{Line breaking}.
2117
2118 @cindex manual bar lines
2119 @cindex manual measure lines
2120 @cindex bar lines, manual
2121 @cindex measure lines, manual
2122
2123 This and other special bar lines may be inserted manually at any
2124 point.  When they coincide with the end of a measure they replace
2125 the simple bar line which would have been inserted there
2126 automatically.  When they do not coincide with the end of a measure
2127 the specified bar line is inserted at that point in the printed
2128 output.
2129
2130 Note that manual bar lines are purely visual.  They do not affect
2131 any of the properties that a normal bar line would affect, such as
2132 measure numbers, accidentals, line breaks, etc.  They do not affect
2133 the calculation and placement of subsequent automatic bar lines.
2134 When a manual bar line is placed where a normal bar line already
2135 exists, the effects of the original bar line are not altered.
2136
2137 Two types of simple bar lines and five types of double bar lines are
2138 available for manual insertion:
2139
2140 @lilypond[quote,relative=1,verbatim]
2141 f1 \bar "|"
2142 f1 \bar "."
2143 g1 \bar "||"
2144 a1 \bar ".|"
2145 b1 \bar ".|."
2146 c1 \bar "|.|"
2147 d1 \bar "|."
2148 e1
2149 @end lilypond
2150
2151 @noindent
2152 together with dotted and dashed bar lines:
2153
2154 @lilypond[quote,relative=1,verbatim]
2155 f1 \bar ":"
2156 g1 \bar "dashed"
2157 a1
2158 @end lilypond
2159
2160 @noindent
2161 and five types of repeat bar line:
2162
2163 @lilypond[quote,relative=1,verbatim]
2164 f1 \bar "|:"
2165 g1 \bar ":|:"
2166 a1 \bar ":|.|:"
2167 b1 \bar ":|.:"
2168 c1 \bar ":|"
2169 d1
2170 @end lilypond
2171
2172 Additionally, a bar line can be printed as a simple tick:
2173 @lilypond[quote,relative=1,verbatim]
2174 f1 \bar "'"
2175 @end lilypond
2176 However, as such ticks are typically used in Gregorian chant, it is
2177 preferable to use @code{\divisioMinima} there instead, described in
2178 the section @ref{Divisiones} in Gregorian chant.
2179
2180 @cindex segno
2181
2182 For in-line segno signs, there are three types of bar lines which
2183 differ in their behavior at line breaks:
2184
2185 @lilypond[quote,relative=2,verbatim]
2186 c4 c c c
2187 \bar "S"
2188 c4 c c c \break
2189 \bar "S"
2190 c4 c c c
2191 \bar "|S"
2192 c4 c c c \break
2193 \bar "|S"
2194 c4 c c c
2195 \bar "S|"
2196 c4 c c c \break
2197 \bar "S|"
2198 c1
2199 @end lilypond
2200
2201 @cindex repeats
2202
2203 Although the bar line types signifying repeats may be inserted
2204 manually they do not in themselves cause LilyPond to recognize
2205 a repeated section.  Such repeated sections are better entered
2206 using the various repeat commands (see @ref{Repeats}), which
2207 automatically print the appropriate bar lines.
2208
2209 In addition, you can specify @code{"||:"}, which is equivalent to
2210 @code{"|:"} except at line breaks, where it gives a double bar
2211 line at the end of the line and a start repeat at the beginning of
2212 the next line.
2213
2214 @lilypond[quote,relative=2,verbatim]
2215 c4 c c c
2216 \bar "||:"
2217 c4 c c c \break
2218 \bar "||:"
2219 c4 c c c
2220 @end lilypond
2221
2222 For combinations of repeats with the segno sign, there are six different
2223 variations:
2224
2225 @lilypond[quote,relative=2,verbatim]
2226 c4 c c c
2227 \bar ":|S"
2228 c4 c c c \break
2229 \bar ":|S"
2230 c4 c c c
2231 \bar ":|S."
2232 c4 c c c \break
2233 \bar ":|S."
2234 c4 c c c
2235 \bar "S|:"
2236 c4 c c c \break
2237 \bar "S|:"
2238 c4 c c c
2239 \bar ".S|:"
2240 c4 c c c \break
2241 \bar ".S|:"
2242 c4 c c c
2243 \bar ":|S|:"
2244 c4 c c c \break
2245 \bar ":|S|:"
2246 c4 c c c
2247 \bar ":|S.|:"
2248 c4 c c c \break
2249 \bar ":|S.|:"
2250 c1
2251 @end lilypond
2252
2253
2254 In scores with many staves, a @code{\bar} command in one staff is
2255 automatically applied to all staves.  The resulting bar lines are
2256 connected between different staves of a @code{StaffGroup},
2257 @code{PianoStaff}, or @code{GrandStaff}.
2258
2259 @lilypond[quote,relative=1,verbatim]
2260 <<
2261   \new StaffGroup <<
2262     \new Staff {
2263       e4 d
2264       \bar "||"
2265       f4 e
2266     }
2267     \new Staff { \clef bass c4 g e g }
2268   >>
2269   \new Staff { \clef bass c2 c2 }
2270 >>
2271 @end lilypond
2272
2273
2274 @cindex default bar lines, changing
2275 @cindex bar lines, default, changing
2276
2277 @snippets
2278
2279 @funindex whichBar
2280 @funindex defaultBarType
2281 @funindex \bar
2282 @funindex bar
2283 @funindex bartype
2284
2285 The command @code{\bar }@var{bartype} is a shortcut for
2286 @code{\set Timing.whichBar = }@var{bartype}.  A bar line is
2287 created whenever the @code{whichBar} property is set.
2288
2289 The default bar type used for automatically inserted bar lines is
2290 @code{"|"}.  This may be changed at any time
2291 with @code{\set Timing.defaultBarType = }@var{bartype}.
2292
2293
2294 @seealso
2295 Notation Reference:
2296 @ref{Line breaking},
2297 @ref{Repeats},
2298 @ref{Grouping staves}.
2299
2300 Snippets:
2301 @rlsr{Rhythms}.
2302
2303 Internals Reference:
2304 @rinternals{BarLine} (created at @code{Staff} level),
2305 @rinternals{SpanBar} (across staves),
2306 @rinternals{Timing_translator} (for Timing properties).
2307
2308
2309 @node Bar numbers
2310 @unnumberedsubsubsec Bar numbers
2311
2312 @cindex bar numbers
2313 @cindex measure numbers
2314 @cindex numbers, bar
2315 @cindex numbers, measure
2316
2317 @funindex currentBarNumber
2318
2319 Bar numbers are typeset by default at the start of every line except
2320 the first line.  The number itself is stored in the
2321 @code{currentBarNumber} property, which is normally updated
2322 automatically for every measure.  It may also be set manually:
2323
2324 @lilypond[verbatim,quote,relative=1]
2325 c1 c c c
2326 \break
2327 \set Score.currentBarNumber = #50
2328 c1 c c c
2329 @end lilypond
2330
2331 @cindex bar numbers, regular spacing
2332
2333 @funindex barNumberVisibility
2334 @funindex BarNumber
2335
2336 Bar numbers can be typeset at regular intervals instead of just at
2337 the beginning of every line.  To do this the default behavior
2338 must be overridden to permit bar numbers to be printed at places
2339 other than the start of a line.  This is controlled by the
2340 @code{break-visibility} property of @code{BarNumber}.  This takes
2341 three values which may be set to @code{#t} or @code{#f} to specify
2342 whether the corresponding bar number is visible or not.  The order
2343 of the three values is @code{end of line visible}, @code{middle of
2344 line visible}, @code{beginning of line visible}.  In the following
2345 example bar numbers are printed at all possible places:
2346
2347 @lilypond[verbatim,quote,relative=1]
2348 \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
2349 \set Score.currentBarNumber = #11
2350 % Permit first bar number to be printed
2351 \bar ""
2352 c1 | c | c | c
2353 \break
2354 c1 | c | c | c
2355 @end lilypond
2356
2357
2358 @snippets
2359
2360 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2361 {printing-the-bar-number-for-the-first-measure.ly}
2362
2363 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2364 {printing-bar-numbers-at-regular-intervals.ly}
2365
2366 @cindex measure number, format
2367 @cindex bar number, format
2368
2369 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2370 {printing-bar-numbers-inside-boxes-or-circles.ly}
2371
2372 @cindex bar number alignment
2373
2374 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2375 {aligning-bar-numbers.ly}
2376
2377 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2378 {removing-bar-numbers-from-a-score.ly}
2379
2380
2381 @seealso
2382 Snippets:
2383 @rlsr{Rhythms}.
2384
2385 Internals Reference:
2386 @rinternals{BarNumber},
2387 @rinternals{Bar_number_engraver}.
2388
2389
2390 @cindex bar number collision
2391 @cindex collision, bar number
2392
2393 @knownissues
2394
2395 Bar numbers may collide with the top of the @code{StaffGroup} bracket,
2396 if there is one.  To solve this, the @code{padding} property of
2397 @code{BarNumber} can be used to position the number correctly.  See
2398 @rinternals{StaffGroup} and @rinternals{BarNumber} for more.
2399
2400
2401 @node Bar and bar number checks
2402 @unnumberedsubsubsec Bar and bar number checks
2403
2404 @cindex bar check
2405 @cindex bar number check
2406 @cindex measure check
2407 @cindex measure number check
2408
2409 @funindex barCheckSynchronize
2410 @funindex |
2411
2412 Bar checks help detect errors in the entered durations.  A bar check
2413 may be entered using the bar symbol, @code{|}, at any place where a
2414 bar line is expected to fall.  If bar check lines are encountered at
2415 other places, a list of warnings is printed in the log file, showing
2416 the line numbers and lines in which the bar checks failed.  In the
2417 next example, the second bar check will signal an error.
2418
2419 @example
2420 \time 3/4 c2 e4 | g2 |
2421 @end example
2422
2423 Bar checks can also be used in lyrics:
2424
2425 @example
2426 \lyricmode @{
2427   \time 2/4
2428   Twin -- kle | Twin -- kle |
2429 @}
2430 @end example
2431
2432 An incorrect duration can result in a completely garbled score,
2433 especially if the score is polyphonic, so a good place to start
2434 correcting input is by scanning for failed bar checks and
2435 incorrect durations.
2436
2437 If successive bar checks are off by the same musical interval,
2438 only the first warning message is displayed.  This allows the
2439 warning to focus on the source of the timing error.
2440
2441
2442 @funindex |
2443 @funindex pipeSymbol
2444
2445 It is also possible to redefine the action taken when a bar check
2446 or pipe symbol, @code{|}, is encountered in the input, so that
2447 it does something other than a bar check.  This is done by
2448 assigning a music expression to @code{pipeSymbol}.
2449 In the following example @code{|} is set to insert a double bar
2450 line wherever it appears in the input, rather than checking
2451 for end of bar.
2452
2453 @lilypond[quote,verbatim]
2454 pipeSymbol = \bar "||"
2455 {
2456   c'2 c'2 |
2457   c'2 c'2
2458   c'2 | c'2
2459   c'2 c'2
2460 }
2461 @end lilypond
2462
2463 @funindex \barNumberCheck
2464 @funindex barNumberCheck
2465
2466 When copying large pieces of music, it can be helpful to check that
2467 the LilyPond bar number corresponds to the original that you are
2468 entering from.  This can be checked with @code{\barNumberCheck}, for
2469 example,
2470
2471 @verbatim
2472 \barNumberCheck #123
2473 @end verbatim
2474
2475 @noindent
2476 will print a warning if the @code{currentBarNumber} is not 123
2477 when it is processed.
2478
2479
2480 @seealso
2481 Snippets:
2482 @rlsr{Rhythms}.
2483
2484
2485 @node Rehearsal marks
2486 @unnumberedsubsubsec Rehearsal marks
2487
2488 @cindex rehearsal marks
2489 @cindex mark, rehearsal
2490
2491 @funindex \mark
2492 @funindex mark
2493
2494 To print a rehearsal mark, use the @code{\mark} command.
2495
2496 @lilypond[quote,verbatim,relative=2]
2497 c1 \mark \default
2498 c1 \mark \default
2499 c1 \mark \default
2500 c1 \mark \default
2501 @end lilypond
2502
2503 @noindent
2504 The mark is incremented automatically if you use @code{\mark
2505 \default}, but you can also use an integer argument to set the
2506 mark manually.  The value to use is stored in the property
2507 @code{rehearsalMark}.
2508
2509 @lilypond[quote,verbatim,relative=2]
2510 c1 \mark \default
2511 c1 \mark \default
2512 c1 \mark #8
2513 c1 \mark \default
2514 c1 \mark \default
2515 @end lilypond
2516
2517 @noindent
2518 The letter@tie{}@q{I} is skipped in accordance with engraving
2519 traditions.  If you wish to include the letter @q{I}, then use one
2520 of the following commands, depending on which style of rehearsal mark
2521 you want (letters only, letters in a hollow box, or letters in a
2522 hollow circle).
2523
2524 @example
2525 \set Score.markFormatter = #format-mark-alphabet
2526 \set Score.markFormatter = #format-mark-box-alphabet
2527 \set Score.markFormatter = #format-mark-circle-alphabet
2528 @end example
2529
2530 @lilypond[quote,verbatim,relative=2]
2531 \set Score.markFormatter = #format-mark-box-alphabet
2532 c1 \mark \default
2533 c1 \mark \default
2534 c1 \mark #8
2535 c1 \mark \default
2536 c1 \mark \default
2537 @end lilypond
2538
2539 @cindex rehearsal mark format
2540 @cindex rehearsal mark style
2541 @cindex style, rehearsal mark
2542 @cindex format, rehearsal mark
2543 @cindex mark, rehearsal, style
2544 @cindex mark, rehearsal, format
2545 @cindex rehearsal mark, manual
2546 @cindex mark, rehearsal, manual
2547 @cindex custom rehearsal mark
2548 @cindex manual rehearsal mark
2549
2550 The style is defined by the property @code{markFormatter}.  It is
2551 a function taking the current mark (an integer) and the current
2552 context as argument.  It should return a markup object.  In the
2553 following example, @code{markFormatter} is set to a pre-defined
2554 procedure.  After a few measures, it is set to a procedure that
2555 produces a boxed number.
2556
2557 @lilypond[quote,verbatim,relative=2]
2558 \set Score.markFormatter = #format-mark-numbers
2559 c1 \mark \default
2560 c1 \mark \default
2561 \set Score.markFormatter = #format-mark-box-numbers
2562 c1 \mark \default
2563 \set Score.markFormatter = #format-mark-circle-numbers
2564 c1 \mark \default
2565 \set Score.markFormatter = #format-mark-circle-letters
2566 c1
2567 @end lilypond
2568
2569 The file @file{scm/@/translation@/-functions@/.scm} contains the
2570 definitions of @code{format-mark-numbers} (the default format),
2571 @code{format-mark-box-numbers}, @code{format-mark-letters} and
2572 @code{format-mark-box-letters}.  These can be used as inspiration
2573 for other formatting functions.
2574
2575 You may use @code{format-mark-barnumbers},
2576 @code{format-mark-box-barnumbers}, and
2577 @code{format-mark-circle-barnumbers} to get bar numbers instead of
2578 incremented numbers or letters.
2579
2580 Other styles of rehearsal mark can be specified manually:
2581
2582 @example
2583 \mark "A1"
2584 @end example
2585
2586 @noindent
2587 Note that @code{Score.markFormatter} does not affect marks specified
2588 in this manner.  However, it is possible to apply a @code{\markup} to the
2589 string.
2590
2591 @example
2592 \mark \markup@{ \box A1 @}
2593 @end example
2594
2595 @cindex segno
2596 @cindex coda
2597 @cindex D.S. al Fine
2598 @cindex fermata
2599 @cindex music glyphs
2600 @cindex glyphs, music
2601
2602 @funindex \musicglyph
2603 @funindex musicglyph
2604
2605 Music glyphs (such as the segno sign) may be printed inside a
2606 @code{\mark}
2607
2608 @lilypond[quote,verbatim,relative=1]
2609 c1 \mark \markup { \musicglyph #"scripts.segno" }
2610 c1 \mark \markup { \musicglyph #"scripts.coda" }
2611 c1 \mark \markup { \musicglyph #"scripts.ufermata" }
2612 c1
2613 @end lilypond
2614
2615 @noindent
2616 See @ref{The Feta font}, for a list of symbols which may be
2617 printed with @code{\musicglyph}.
2618
2619 For common tweaks to the positioning of rehearsal marks, see
2620 @ref{Formatting text}.  For more precise control, see
2621 @code{break-alignable-interface} in @ref{Aligning objects}.
2622
2623
2624 @seealso
2625 Notation Reference:
2626 @ref{The Feta font},
2627 @ref{Formatting text},
2628 @ref{Aligning objects}.
2629
2630 Installed Files:
2631 @file{scm/@/translation@/-functions@/.scm} contains
2632 the definitions of @code{format-mark-numbers} and
2633 @code{format-mark-letters}.  They can be used as inspiration for
2634 other formatting functions.
2635
2636 Snippets:
2637 @rlsr{Rhythms}.
2638
2639 Internals Reference:
2640 @rinternals{MarkEvent},
2641 @rinternals{Mark_engraver},
2642 @rinternals{RehearsalMark}.
2643
2644
2645 @node Special rhythmic concerns
2646 @subsection Special rhythmic concerns
2647
2648
2649 @menu
2650 * Grace notes::
2651 * Aligning to cadenzas::
2652 * Time administration::
2653 @end menu
2654
2655 @node Grace notes
2656 @unnumberedsubsubsec Grace notes
2657
2658 @cindex ornaments
2659 @cindex grace notes
2660 @cindex appoggiatura
2661 @cindex acciaccatura
2662
2663 @funindex \grace
2664 @funindex grace
2665
2666 Grace notes are ornaments that are written out. Grace notes
2667 are printed in a smaller font and take up no logical time
2668 in a measure.
2669
2670 @lilypond[quote,relative=2,verbatim]
2671 c4 \grace c16 c4
2672 \grace { c16[ d16] } c2
2673 @end lilypond
2674
2675 LilyPond also supports two special types of grace notes, the
2676 @emph{acciaccatura} -- an unmeasured grace note indicated by a slurred
2677 small note with a slashed stem -- and the @emph{appoggiatura}, which
2678 takes a fixed fraction of the main note and appears in small print
2679 without a slash.
2680
2681 @lilypond[quote,relative=2,verbatim]
2682 \grace c8 b4
2683 \acciaccatura d8 c4
2684 \appoggiatura e8 d4
2685 \acciaccatura { g16[ f] } e4
2686 @end lilypond
2687
2688 The placement of grace notes is synchronized between different
2689 staves.  In the following example, there are two sixteenth grace
2690 notes for every eighth grace note
2691
2692 @lilypond[quote,relative=2,verbatim]
2693 <<
2694   \new Staff { e2 \grace { c16[ d e f] } e2 }
2695   \new Staff { c2 \grace { g8[ b] } c2 }
2696 >>
2697 @end lilypond
2698
2699 @cindex grace notes, following
2700
2701 @funindex \afterGrace
2702 @funindex afterGrace
2703
2704 If you want to end a note with a grace, use the @code{\afterGrace}
2705 command.  It takes two arguments: the main note, and the grace
2706 notes following the main note.
2707
2708 @lilypond[quote,verbatim,relative=2]
2709 c1 \afterGrace d1 { c16[ d] } c1
2710 @end lilypond
2711
2712 This will put the grace notes after a space lasting 3/4 of the
2713 length of the main note.  The default fraction 3/4 can be changed by
2714 setting @code{afterGraceFraction}.  The following example shows
2715 the results from setting the space at the default,  at 15/16, and
2716 finally at 1/2 of the main note.
2717
2718 @lilypond[quote,verbatim,relative=2]
2719 <<
2720   \new Staff {
2721     c1 \afterGrace d1 { c16[ d] } c1
2722   }
2723   \new Staff {
2724     #(define afterGraceFraction (cons 15 16))
2725     c1 \afterGrace d1 { c16[ d] } c1
2726   }
2727   \new Staff {
2728     #(define afterGraceFraction (cons 1 2))
2729     c1 \afterGrace d1 { c16[ d] } c1
2730   }
2731 >>
2732 @end lilypond
2733
2734 The space between the main note and the grace note may also be
2735 specified using spacers. The following example places the grace
2736 note after a space lasting 7/8 of the main note.
2737
2738 @lilypond[quote,verbatim,relative=2]
2739 \new Voice {
2740   <<
2741     { d1^\trill_( }
2742     { s2 s4. \grace { c16[ d] } }
2743   >>
2744   c1)
2745 }
2746 @end lilypond
2747
2748 @cindex tweaking grace notes
2749 @cindex grace notes, tweaking
2750 @cindex grace notes, changing layout settings
2751
2752 A @code{\grace} music expression will introduce special
2753 typesetting settings, for example, to produce smaller type, and
2754 set directions.  Hence, when introducing layout tweaks to
2755 override the special settings, they should be placed inside
2756 the grace expression.  The overrides should also be reverted
2757 inside the grace expression.  Here, the grace note's default stem
2758 direction is overridden and then reverted.
2759
2760 @lilypond[quote,verbatim,relative=2]
2761 \new Voice {
2762   \acciaccatura {
2763     \stemDown
2764     f16->
2765     \stemNeutral
2766   }
2767   g4 e c2
2768 }
2769 @end lilypond
2770
2771
2772 @cindex stem, with slash
2773
2774
2775 @snippets
2776
2777 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2778 {using-grace-note-slashes-with-normal-heads.ly}
2779
2780 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2781 {tweaking-grace-layout-within-music.ly}
2782
2783 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2784 {redefining-grace-note-global-defaults.ly}
2785
2786 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2787 {positioning-grace-notes-with-floating-space.ly}
2788
2789
2790 @seealso
2791 Music Glossary:
2792 @rglos{grace notes},
2793 @rglos{acciaccatura},
2794 @rglos{appoggiatura}.
2795
2796 Notation Reference:
2797 @ref{Manual beams}.
2798
2799 Installed Files:
2800 @file{ly/@/grace@/-init@/.ly}.
2801
2802 Snippets:
2803 @rlsr{Rhythms}.
2804
2805 Internals Reference:
2806 @rinternals{GraceMusic},
2807 @rinternals{Grace_beam_engraver},
2808 @rinternals{Grace_engraver},
2809 @rinternals{Grace_spacing_engraver}.
2810
2811
2812 @knownissues
2813
2814 @cindex acciaccatura, multi-note
2815 @cindex multi-note acciaccatura
2816 @cindex grace-note synchronization
2817
2818 A multi-note beamed @i{acciaccatura} is printed without a slash,
2819 and looks exactly the same as a multi-note beamed
2820 @i{appoggiatura}.
2821
2822 @c TODO Add link to LSR snippet to add slash when available
2823
2824 Grace note synchronization can also lead to surprises.  Staff
2825 notation, such as key signatures, bar lines, etc., are also
2826 synchronized.  Take care when you mix staves with grace notes and
2827 staves without, for example,
2828
2829 @lilypond[quote,relative=2,verbatim]
2830 <<
2831   \new Staff { e4 \bar "|:" \grace c16 d2. }
2832   \new Staff { c4 \bar "|:" d2. }
2833 >>
2834 @end lilypond
2835
2836 @noindent
2837 This can be remedied by inserting grace skips of the corresponding
2838 durations in the other staves.  For the above example
2839
2840 @lilypond[quote,relative=2,verbatim]
2841 <<
2842   \new Staff { e4 \bar "|:" \grace c16 d2. }
2843   \new Staff { c4 \bar "|:" \grace s16 d2. }
2844 >>
2845 @end lilypond
2846
2847 Grace sections should only be used within sequential music
2848 expressions.  Nesting or juxtaposing grace sections is not
2849 supported, and might produce crashes or other errors.
2850
2851 @node Aligning to cadenzas
2852 @unnumberedsubsubsec Aligning to cadenzas
2853
2854 @cindex cadenza
2855 @cindex cadenza, aligning to
2856 @cindex aligning to cadenza
2857
2858 In an orchestral context, cadenzas present a special problem: when
2859 constructing a score that includes a measured cadenza or other solo
2860 passage, all other instruments should skip just as many notes as the
2861 length of the cadenza, otherwise they will start too soon or too late.
2862
2863 One solution to this problem is to use the functions
2864 @code{mmrest-of-length} and @code{skip-of-length}.  These Scheme
2865 functions take a defined piece of music as an argument and generate a
2866 multi-measure rest or @code{\skip} exactly as long as the piece.
2867
2868 @lilypond[verbatim,quote]
2869 MyCadenza = \relative c' {
2870   c4 d8 e f g g4
2871   f2 g4 g
2872 }
2873
2874 \new GrandStaff <<
2875   \new Staff {
2876     \MyCadenza c'1
2877     \MyCadenza c'1
2878   }
2879   \new Staff {
2880     #(ly:export (mmrest-of-length MyCadenza))
2881     c'1
2882     #(ly:export (skip-of-length MyCadenza))
2883     c'1
2884   }
2885 >>
2886 @end lilypond
2887
2888
2889 @seealso
2890 Music Glossary:
2891 @rglos{cadenza}.
2892
2893 Snippets:
2894 @rlsr{Rhythms}.
2895
2896
2897 @node Time administration
2898 @unnumberedsubsubsec Time administration
2899
2900 @cindex time administration
2901 @cindex timing (within the score)
2902 @cindex music, unmetered
2903 @cindex unmetered music
2904
2905 @funindex currentBarNumber
2906 @funindex measurePosition
2907 @funindex measureLength
2908
2909 Time is administered by the @code{Timing_translator}, which by
2910 default is to be found in the @code{Score} context.  An alias,
2911 @code{Timing}, is added to the context in which the
2912 @code{Timing_translator} is placed.  To ensure that the
2913 @code{Timing} alias is available, you may need to explicitly
2914 instantiate the containing context (such as @code{Voice} or
2915 @code{Staff}).
2916
2917 The following properties of @code{Timing} are used
2918 to keep track of timing within the score.
2919
2920 @cindex bar number
2921 @cindex measure number
2922
2923 @table @code
2924 @item currentBarNumber
2925 The current measure number.  For an example showing the
2926 use of this property see @ref{Bar numbers}.
2927
2928 @item measureLength
2929 The length of the measures in the current time signature.  For a
2930 4/4 time this is@tie{}1, and for 6/8 it is 3/4.  Its value
2931 determines when bar lines are inserted and how automatic beams
2932 should be generated.
2933
2934 @item measurePosition
2935 The point within the measure where we currently are.  This
2936 quantity is reset by subtracting @code{measureLength} whenever
2937 @code{measureLength} is reached or exceeded.  When that happens,
2938 @code{currentBarNumber} is incremented.
2939
2940 @item timing
2941 If set to true, the above variables are updated for every time
2942 step.  When set to false, the engraver stays in the current
2943 measure indefinitely.
2944
2945 @end table
2946
2947 Timing can be changed by setting any of these variables
2948 explicitly.  In the next example, the default 4/4 time
2949 signature is printed, but @code{measureLength} is set to 5/4.
2950 At 4/8 through the third measure, the @code{measurePosition} is
2951 advanced by 1/8 to 5/8, shortening that bar by 1/8.
2952 The next bar line then falls at 9/8 rather than 5/4.
2953
2954 @lilypond[quote,verbatim]
2955 \new Voice \relative c' {
2956   \set Timing.measureLength = #(ly:make-moment 5 4)
2957   c1 c4 |
2958   c1 c4 |
2959   c4 c
2960   \set Timing.measurePosition = #(ly:make-moment 5 8)
2961   b4 b b8 |
2962   c4 c1 |
2963 }
2964 @end lilypond
2965
2966 @noindent
2967 As the example illustrates, @code{ly:make-moment n m} constructs a
2968 duration of n/m of a whole note.  For example,
2969 @code{ly:make-moment 1 8} is an eighth note duration and
2970 @code{ly:make-moment 7 16} is the duration of seven sixteenths
2971 notes.
2972
2973
2974 @seealso
2975 Notation Reference:
2976 @ref{Bar numbers},
2977 @ref{Unmetered music}.
2978
2979 Snippets:
2980 @rlsr{Rhythms}.
2981
2982 Internals Reference:
2983 @rinternals{Timing_translator},
2984 @rinternals{Score}.
2985