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