]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/rhythms.itely
Merge branch '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 interval
1093 before the start of the first complete measure:
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 a 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} is translated into
1108
1109 @example
1110 \set Timing.measurePosition = -@var{duration}
1111 @end example
1112
1113 @noindent
1114 The property @code{measurePosition} contains a rational number
1115 indicating how much of the measure has passed at this point.  Note
1116 that this is set to a negative number by the @code{\partial}
1117 command: i.e., @code{\partial 4} is internally translated to
1118 @code{-4}, meaning @qq{there is a quarter note left in the measure.}
1119
1120
1121 @seealso
1122 Music Glossary:
1123 @rglos{anacrusis}.
1124
1125 Notation Reference:
1126 @ref{Grace notes}.
1127
1128 Snippets:
1129 @rlsr{Rhythms}.
1130
1131 Internal Reference:
1132 @rinternals{Timing_translator}.
1133
1134
1135 @knownissues
1136
1137 The @code{\partial} command is intended to be used only at the
1138 beginning of a piece.  If you use it after the beginning, some
1139 odd warnings may occur.
1140
1141 @node Unmetered music
1142 @unnumberedsubsubsec Unmetered music
1143
1144 @cindex bar lines, turning off
1145 @cindex bar numbering, turning off
1146 @cindex cadenza
1147 @cindex unmetered music
1148
1149 @funindex \cadenzaOn
1150 @funindex cadenzaOn
1151 @funindex \cadenzaOff
1152 @funindex cadenzaOff
1153
1154 Bar lines and bar numbers are calculated automatically.  For
1155 unmetered music (some cadenzas, for example), this is not desirable.
1156 To turn off automatic calculation of bar lines and bar numbers,
1157 use the command @code{\cadenzaOn}, and use @code{\cadenzaOff}
1158 to turn them on again.
1159
1160 @lilypond[verbatim,relative=2,fragment]
1161 c4 d e d
1162 \cadenzaOn
1163 c4 c d8 d d f4 g4.
1164 \cadenzaOff
1165 \bar "|"
1166 d4 e d c
1167 @end lilypond
1168
1169 Bar numbering is resumed at the end of the cadenza as if the
1170 cadenza were not there:
1171
1172 @lilypond[verbatim,relative=2,fragment]
1173 % Show all bar numbers
1174 \override Score.BarNumber #'break-visibility = #all-visible
1175 c4 d e d
1176 \cadenzaOn
1177 c4 c d8 d d f4 g4.
1178 \cadenzaOff
1179 \bar "|"
1180 d4 e d c
1181 @end lilypond
1182
1183 Note that these predefined commands affect all staves in the
1184 score, even when they are placed in just one @code{Voice}
1185 context.  To change this, move the @code{Timing_translator}
1186 from the @code{Score} context to the @code{Staff} context, as
1187 shown in @ref{Polymetric notation}.
1188
1189 @predefined
1190 @code{\cadenzaOn},
1191 @code{\cadenzaOff}.
1192 @endpredefined
1193
1194
1195 @seealso
1196 Music Glossary:
1197 @rglos{cadenza}.
1198
1199 Notation Reference:
1200 @ref{Visibility of objects},
1201 @ref{Polymetric notation}.
1202
1203 Snippets:
1204 @rlsr{Rhythms}.
1205
1206
1207 @cindex cadenza line breaks
1208 @cindex cadenza page breaks
1209 @cindex unmetered music, line breaks
1210 @cindex unmetered music, page breaks
1211 @cindex breaks in unmetered music
1212 @cindex line breaks in cadenzas
1213 @cindex page breaks in cadenzas
1214 @cindex line breaks in unmetered music
1215 @cindex page breaks in unmetered music
1216
1217 @knownissues
1218
1219 LilyPond will insert line breaks and page breaks only at a
1220 bar line.  Unless the unmetered music ends before the end of the
1221 staff line, you will need to insert invisible bar lines with
1222
1223 @example
1224 \bar ""
1225 @end example
1226
1227 @noindent
1228 to indicate where breaks can occur.
1229
1230 You must explicitly create a @code{Voice} context when starting a
1231 piece with @code{\cadenzaOn}, otherwise strange errors may occur.
1232
1233 @lilypond[verbatim,relative=2,fragment]
1234 \new Voice \relative c'{
1235   \cadenzaOn
1236   c16^"Solo Free Time" d e f g2. \bar "||"
1237   \cadenzaOff
1238 }
1239 @end lilypond
1240
1241
1242 @node Polymetric notation
1243 @unnumberedsubsubsec Polymetric notation
1244
1245 @c This section necessarily uses \set
1246 @c This is acceptable  -td
1247
1248 @cindex double time signatures
1249 @cindex signatures, polymetric
1250 @cindex time signatures, polymetric
1251 @cindex time signatures, double
1252 @cindex polymetric signatures
1253 @cindex meter, polymetric
1254
1255 @funindex timeSignatureFraction
1256 @funindex \scaleDurations
1257 @funindex scaleDurations
1258 @funindex \times
1259 @funindex times
1260
1261 Polymetric notation is supported, either explicitly or by modifying
1262 the visible time signature symbol and scaling the note durations.
1263
1264 @strong{@i{Staves with different time signatures, equal measure lengths}}
1265
1266 This notation can be created by setting a common time signature
1267 for each staff but replacing the symbol manually by setting
1268 @code{timeSignatureFraction} to the desired fraction and scaling
1269 the printed durations in each staff to the common time
1270 signature; see @ref{Time signature}.  The scaling is done with
1271 @code{\scaleDurations}, which is used in a similar way to
1272 @code{\times}, but does not create a tuplet bracket; see
1273 @ref{Scaling durations}.
1274
1275 @cindex beaming in polymetric music
1276 @cindex beaming in polymetric meter
1277
1278 In this example, music with the time signatures of 3/4, 9/8, and
1279 10/8 are used in parallel.  In the second staff, shown durations
1280 are multiplied by 2/3, as 2/3 * 9/8 = 3/4, and in the third
1281 staff, shown durations are multiplied by 3/5, as 3/5 * 10/8 = 3/4.
1282 It will often be necessary to insert beams manually, as the
1283 duration scaling affects the autobeaming rules.
1284
1285 @lilypond[quote,verbatim,fragment]
1286 \relative c' <<
1287   \new Staff {
1288     \time 3/4
1289     c4 c c |
1290     c c c |
1291   }
1292   \new Staff {
1293     \time 3/4
1294     \set Staff.timeSignatureFraction = #'(9 . 8)
1295     \scaleDurations #'(2 . 3)
1296     \repeat unfold 6 { c8[ c c] }
1297   }
1298   \new Staff {
1299     \time 3/4
1300     \set Staff.timeSignatureFraction = #'(10 . 8)
1301     \scaleDurations #'(3 . 5) {
1302       \repeat unfold 2 { c8[ c c] }
1303       \repeat unfold 2 { c8[ c] } |
1304       c4. c4. \times 2/3 { c8[ c c] } c4
1305     }
1306   }
1307 >>
1308 @end lilypond
1309
1310 @strong{@i{Staves with different time signatures, unequal bar lengths}}
1311
1312 Each staff can be given its own independent time signature by
1313 moving the @code{Timing_translator} and the
1314 @code{Default_bar_line_engraver} to the @code{Staff} context.
1315
1316 @lilypond[quote,verbatim]
1317 \layout {
1318   \context {
1319     \Score
1320     \remove "Timing_translator"
1321     \remove "Default_bar_line_engraver"
1322   }
1323   \context {
1324     \Staff
1325     \consists "Timing_translator"
1326     \consists "Default_bar_line_engraver"
1327   }
1328 }
1329
1330 % Now each staff has its own time signature.
1331
1332 \relative c' <<
1333   \new Staff {
1334     \time 3/4
1335     c4 c c |
1336     c4 c c |
1337   }
1338   \new Staff {
1339     \time 2/4
1340     c4 c |
1341     c4 c |
1342     c4 c |
1343   }
1344   \new Staff {
1345     \time 3/8
1346     c4. |
1347     c8 c c |
1348     c4. |
1349     c8 c c |
1350   }
1351 >>
1352 @end lilypond
1353
1354 @snippets
1355
1356 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1357 {compound-time-signatures.ly}
1358
1359
1360 @seealso
1361 Music Glossary:
1362 @rglos{polymetric},
1363 @rglos{polymetric time signature},
1364 @rglos{meter}.
1365
1366 Notation Reference:
1367 @ref{Time signature},
1368 @ref{Scaling durations}.
1369
1370 Snippets:
1371 @rlsr{Rhythms}.
1372
1373 Internals Reference:
1374 @rinternals{TimeSignature},
1375 @rinternals{Timing_translator},
1376 @rinternals{Default_bar_line_engraver},
1377 @rinternals{Staff}.
1378
1379
1380 @knownissues
1381
1382 When using different time signatures in parallel, notes
1383 at the same moment will be placed at the same horizontal
1384 location.  However, the bar lines in the different staves
1385 will cause the note spacing to be less regular in each of the
1386 individual staves than would be normal without the different
1387 time signatures.
1388
1389 @node Automatic note splitting
1390 @unnumberedsubsubsec Automatic note splitting
1391
1392 @cindex notes, splitting
1393 @cindex splitting notes
1394
1395 @funindex Note_heads_engraver
1396 @funindex Completion_heads_engraver
1397
1398 Long notes which overrun bar lines can be converted automatically
1399 to tied notes.  This is done by replacing the
1400 @code{Note_heads_engraver} with the
1401 @code{Completion_heads_engraver}.  In the following
1402 example, notes crossing the bar lines are split and tied.
1403
1404 @lilypond[quote,verbatim,relative=1]
1405 \new Voice \with {
1406   \remove "Note_heads_engraver"
1407   \consists "Completion_heads_engraver"
1408 }
1409
1410 { c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2 }
1411 @end lilypond
1412
1413 This engraver splits all running notes at the bar line, and
1414 inserts ties.  One of its uses is to debug complex scores: if the
1415 measures are not entirely filled, then the ties show exactly how
1416 much each measure is off.
1417
1418
1419 @seealso
1420 Music Glossary:
1421 @rglos{tie}
1422
1423 Learning Manual:
1424 @rlearning{Engravers explained},
1425 @rlearning{Adding and removing engravers}.
1426
1427 Snippets:
1428 @rlsr{Rhythms}.
1429
1430 Internals Reference:
1431 @rinternals{Note_heads_engraver},
1432 @rinternals{Completion_heads_engraver},
1433 @rinternals{Forbid_line_break_engraver}.
1434
1435
1436 @knownissues
1437
1438 Not all durations (especially those containing tuplets) can be
1439 represented exactly with normal notes and dots, but the
1440 @code{Completion_heads_engraver} will not insert tuplets.
1441
1442 The @code{Completion_heads_engraver} only affects notes; it does not
1443 split rests.
1444
1445
1446 @node Showing melody rhythms
1447 @unnumberedsubsubsec Showing melody rhythms
1448
1449 @cindex melody rhythms, showing
1450 @cindex rhythms, showing melody
1451
1452 Sometimes you might want to show only the rhythm of a melody.  This
1453 can be done with the rhythmic staff.  All pitches of notes on such a
1454 staff are squashed, and the staff itself has a single line
1455
1456 @lilypond[quote,relative=1,verbatim]
1457 <<
1458   \new RhythmicStaff {
1459     \new Voice = "myRhythm" {
1460       \time 4/4
1461       c4 e8 f g2
1462       r4 g g f
1463       g1
1464     }
1465   }
1466   \new Lyrics {
1467     \lyricsto "myRhythm" {
1468       This is my song
1469       I like to sing
1470     }
1471   }
1472 >>
1473 @end lilypond
1474
1475 @cindex guitar chord charts
1476 @cindex strumming rhythms, showing
1477 @cindex guitar strumming rhythms, showing
1478
1479 @funindex Pitch_squash_engraver
1480 @funindex \improvisationOn
1481 @funindex improvisationOn
1482 @funindex \improvisationOff
1483 @funindex improvisationOff
1484
1485 Guitar chord charts often show the strumming rhythms.  This can
1486 be done with the @code{Pitch_squash_engraver} and
1487 @code{\improvisationOn}.
1488
1489
1490 @lilypond[quote,verbatim]
1491 <<
1492   \new ChordNames {
1493     \chordmode {
1494       c1 f g c
1495     }
1496   }
1497
1498   \new Voice \with {
1499     \consists Pitch_squash_engraver
1500   } \relative c'' {
1501     \improvisationOn
1502     c4 c8 c c4 c8 c
1503     f4 f8 f f4 f8 f
1504     g4 g8 g g4 g8 g
1505     c4 c8 c c4 c8 c
1506   }
1507 >>
1508 @end lilypond
1509
1510
1511 @predefined
1512 @code{\improvisationOn},
1513 @code{\improvisationOff}.
1514 @endpredefined
1515
1516
1517 @snippets
1518
1519 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1520 {guitar-strum-rhythms.ly}
1521
1522
1523 @seealso
1524 Snippets:
1525 @rlsr{Rhythms}.
1526
1527 Internals Reference:
1528 @rinternals{RhythmicStaff},
1529 @rinternals{Pitch_squash_engraver}.
1530
1531
1532 @node Beams
1533 @subsection Beams
1534
1535 @menu
1536 * Automatic beams::
1537 * Setting automatic beam behavior::
1538 * Manual beams::
1539 * Feathered beams::
1540 @end menu
1541
1542 @node Automatic beams
1543 @unnumberedsubsubsec Automatic beams
1544
1545 By default, beams are inserted automatically:
1546
1547 @cindex beams, manual
1548 @cindex manual beams
1549 @cindex beams, setting rules for
1550 @cindex beams, custom rules for
1551
1552 @funindex \autoBeamOn
1553 @funindex autoBeamOn
1554 @funindex \autoBeamOff
1555 @funindex autoBeamOff
1556
1557 @lilypond[quote,verbatim,relative=2]
1558 \time 2/4 c8 c c c
1559 \time 6/8 c c c c8. c16 c8
1560 @end lilypond
1561
1562 If these automatic decisions are not satisfactory, beaming can be
1563 entered explicitly; see @ref{Manual beams}.  Beams @emph{must} be
1564 entered manually if beams are to be extended over rests.
1565
1566 If automatic beaming is not required, it may be turned off with
1567 @code{\autoBeamOff} and on with @code{\autoBeamOn}:
1568
1569 @lilypond[quote,relative=1,verbatim]
1570 c4 c8 c8. c16 c8. c16 c8
1571 \autoBeamOff
1572 c4 c8 c8. c16 c8.
1573 \autoBeamOn
1574 c16 c8
1575 @end lilypond
1576
1577 @cindex melismata, beams
1578 @cindex beams and melismata
1579
1580 @warning{If beams are used to indicate melismata in songs, then
1581 automatic beaming should be switched off with @code{\autoBeamOff}
1582 and the beams indicated manually.}
1583
1584 Beaming patterns that differ from the automatic defaults can be
1585 created; see @ref{Setting automatic beam behavior}.
1586
1587
1588 @predefined
1589 @code{\autoBeamOff},
1590 @code{\autoBeamOn}.
1591 @endpredefined
1592
1593
1594 @snippets
1595
1596 @cindex line breaks and beams
1597 @cindex beams and line breaks
1598
1599 @funindex breakable
1600
1601 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1602 {beams-across-line-breaks.ly}
1603
1604 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1605 {changing-beam-knee-gap.ly}
1606
1607
1608 @seealso
1609 Notation Reference:
1610 @ref{Manual beams},
1611 @ref{Setting automatic beam behavior}.
1612
1613 Installed Files:
1614 @file{scm/@/auto@/-beam@/.scm}.
1615
1616 Snippets:
1617 @rlsr{Rhythms}.
1618
1619 Internals Reference:
1620 @rinternals{Auto_beam_engraver},
1621 @rinternals{Beam_engraver},
1622 @rinternals{Beam},
1623 @rinternals{BeamEvent},
1624 @rinternals{BeamForbidEvent},
1625 @rinternals{beam-interface},
1626 @rinternals{unbreakable-spanner-interface}.
1627
1628
1629 @knownissues
1630
1631 Beams can collide with note heads and accidentals in other voices.
1632
1633
1634 @node Setting automatic beam behavior
1635 @unnumberedsubsubsec Setting automatic beam behavior
1636
1637
1638 @cindex automatic beams, tuning
1639 @cindex tuning automatic beaming
1640 @cindex automatic beam generation
1641 @cindex autobeam
1642 @cindex lyrics and beaming
1643
1644 @funindex autoBeaming
1645 @funindex beamSettings
1646 @funindex measureLength
1647 @funindex beatLength
1648 @funindex \time
1649 @funindex time
1650 @funindex \set
1651 @funindex set
1652
1653 The placement of automatic beams is determined by the time signature.
1654 Three types of rules are used for determining the end of automatic
1655 beams: @emph{default} rules
1656 for the time signature, @emph{explicit} rules for the beam in the time
1657 signature, and the @emph{beatLength} for the time signature.
1658
1659 The following rules, in order of priority, apply when determining
1660 the appearance of beams:
1661
1662 @itemize
1663 @item
1664 If a manual beam is specified with @code{[..]} set the beam
1665 as specified, otherwise
1666
1667 @item
1668 if @code{\autoBeamOff} is in force do not beam, otherwise
1669
1670 @item
1671 if an explicit beam-ending rule is defined for the beam type
1672 in the time signature, use it to determine the valid
1673 places where beams may end, otherwise
1674
1675 @item
1676 if a default beam-ending rule is defined in the time signature,
1677 use it to group notes with beams, otherwise
1678
1679 @item
1680 use the value of @code{beatLength} to group notes with beams
1681
1682 @end itemize
1683
1684 @i{@strong{Modifying the grouping of beats}}
1685
1686 By default @code{beatLength} is
1687 derived from the time signature set by the @code{\time} command.
1688 The @code{beatLength} is set to be one over the denominator
1689 of the time signature.
1690
1691 @code{beatLength} is a @i{moment},
1692 a unit of musical duration.  A quantity of type @i{moment} is
1693 created by the scheme function @code{ly:make-moment}.  For more
1694 information about this function, see @ref{Time administration}.
1695
1696 Autobeam and beam subdivide settings are stored in the
1697 @code{beamSettings} property.  Default values of @code{beamSettings}
1698 are determined in @file{scm/@/beam@/-settings@/.scm}.  Entries in
1699 @code{beamSettings} are indexed by time signature and
1700 rule type.
1701
1702 Time signature should be a scheme pair , e.g. @code{#'(4 . 4)}.
1703
1704 Rule type should be @code{#'end} for beam ending and @code{#'subdivide} for
1705 beam subdivision.
1706
1707 The ending and subdivision rules consist of a scheme alist
1708 (or list of pairs) that
1709 indicates the beam type and the grouping to be applied to that
1710 beam type.
1711
1712 @example
1713 #'((beam-type1 . grouping-1)
1714    (beam-type2 . grouping-2)
1715    (beam-type3 . grouping-3))
1716 @end example
1717
1718 Beam type is either a scheme pair indicating the duration
1719 of the beam, e.g. @code{(1 . 16)}, or @code{*} to indicate a
1720 default rule, which applies to all beams if no explicit rule is
1721 defined.
1722
1723 Grouping is a scheme list indicating the grouping to be applied to
1724 the beam.  For default rules (where beam type is
1725 @code{*}, the grouping is in units of @code{beatLength}.
1726 For explicit rules, the grouping is in units of the beam type.
1727
1728 For reference, the default beaming rules are found in
1729 @file{scm/beam-settings.scm}.
1730
1731 Beam settings are changed with
1732 @code{\overrideBeamSettings} and @code{\revertBeamSettings}.
1733
1734 @warning{
1735 The ending and subdivision settings must be
1736 @emph{complete} rules.  That is, every rule that should apply to
1737 the current time signature must be included in the setting.
1738 It is not possible to change the grouping of only one beam type
1739 for a given time signature.  While this may seem cumbersome,
1740 it means that the current beaming settings need not be known
1741 in order to specify a new beaming pattern.}
1742
1743 @lilypond[quote,relative=2,verbatim]
1744 \time 5/16
1745 c8^"beats" c16 c8 |
1746 \overrideBeamSettings #'Score #'(5 . 16) #'end #'((* . (2 3)))
1747 c8^"(2+3)" c16 c8
1748 \overrideBeamSettings #'Score #'(5 . 16) #'end #'((* . (3 2)))
1749 c8^"(3+2)" c16 c8
1750 @end lilypond
1751
1752 Beam setting changes can be limited to specific contexts.  If no
1753 setting is included in a lower-level context, the setting of the
1754 enclosing context will apply.
1755
1756 @lilypond[quote, verbatim,relative=1]
1757 \new Staff <<
1758   \time 7/8
1759   \new Voice = one {
1760     \relative c'' {
1761       \overrideBeamSettings #'Staff #'(7 . 8) #'end #'((* . (2 3 2)))
1762         a8 a a a a a a
1763     }
1764   }
1765   \new Voice  = two {
1766     \relative c' {
1767       \voiceTwo
1768       \overrideBeamSettings #'Voice #'(7 . 8) #'end #'((* . (1 3 3)))
1769       f8 f f f f f f
1770     }
1771   }
1772 >>
1773 @end lilypond
1774
1775 When multiple voices are used the @code{Staff} context must be
1776 specified if the beaming is to be applied to all voices in the
1777 staff:
1778
1779 @lilypond[quote,verbatim,relative=2]
1780 \time 7/8
1781 % rhythm 3-1-1-2
1782 % Context Voice specified --  does not work correctly
1783 % Because of autogenerated voices, all beating will
1784 % be at beatLength (1 . 8)
1785 \overrideBeamSettings #'Voice #'(7 . 8) #'end #'((* . (3 1 1 2)))
1786 << {a8 a a a16 a a a a8 a} \\ {f4. f8 f f f} >>
1787
1788 % Works correctly with context Staff specified
1789 \overrideBeamSettings #'Staff #'(7 . 8) #'end #'((* . (3 1 1 2)))
1790 << {a8 a a a16 a a a a8 a} \\ {f4. f8 f f f} >>
1791 @end lilypond
1792
1793 @funindex revertBeamSettings
1794
1795 Beam settings can be reverted to get back to default behavior.  This
1796 is accomplished by using @code{\revertBeamSettings}.  The arguments
1797 are the same as for @code{\overrideBeamSettings}, except no value
1798 for @var{grouping} is given:
1799
1800 @example
1801 \revertBeamSettings context time-signature rule-type
1802 @end example
1803
1804
1805 @lilypond[quote,verbatim,relative=2]
1806 \time 4/4
1807 \repeat unfold 8 {a8}
1808 % set default rule for (1 1 1 1) grouping
1809 \overrideBeamSettings #'Score #'(4 . 4) #'end #'((* . (1 1 1 1)))
1810 \repeat unfold 8 {a8}
1811 % revert the new rule
1812 \revertBeamSettings #'Score #'(4 . 4) #'end
1813 \repeat unfold 8 {a8}
1814 @end lilypond
1815
1816
1817 @predefined
1818 @code{\overrideBeamSettings},
1819 @code{\revertBeamSettings}.
1820 @endpredefined
1821
1822
1823 @snippets
1824
1825 @cindex beams, subdividing
1826
1827 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1828 {sub-dividing-beams.ly}
1829
1830 @cindex measure groupings
1831 @cindex beats, grouping
1832 @cindex grouping beats
1833 @cindex measure sub-grouping
1834
1835 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1836 {conducting-signs,-measure-grouping-signs.ly}
1837
1838 @cindex beam, last in score
1839 @cindex beam, last in polyphonic voice
1840
1841 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1842 {beam-endings-in-score-context.ly}
1843
1844
1845 @seealso
1846 Installed files:
1847 @file{scm/beam-settings.scm}.
1848
1849 Snippets:
1850 @rlsr{Rhythms}.
1851
1852 Internals Reference:
1853 @rinternals{Auto_beam_engraver},
1854 @rinternals{Beam},
1855 @rinternals{BeamForbidEvent},
1856 @rinternals{beam-interface}.
1857
1858
1859 @knownissues
1860
1861 If a score ends while an automatic beam has not been ended and is
1862 still accepting notes, this last beam will not be typeset at all.
1863 The same holds for polyphonic voices, entered with @code{<<
1864 @dots{} \\ @dots{} >>}.  If a polyphonic voice ends while an
1865 automatic beam is still accepting notes, it is not typeset.
1866
1867
1868 @node Manual beams
1869 @unnumberedsubsubsec Manual beams
1870
1871 @cindex beams, manual
1872 @cindex manual beams
1873
1874 @funindex ]
1875 @funindex [
1876
1877 In some cases it may be necessary to override the automatic
1878 beaming algorithm.  For example, the autobeamer will not put beams
1879 over rests or bar lines, and in choral scores the beaming is
1880 often set to follow the meter of the lyrics rather than the
1881 notes.  Such beams can be specified manually by
1882 marking the begin and end point with @code{[} and @code{]}.
1883
1884 @lilypond[quote,relative=1,verbatim]
1885 r4 r8[ g' a r8] r8 g[ | a] r8
1886 @end lilypond
1887
1888 @cindex manual beams, direction shorthand for
1889
1890 Beaming direction can be set manually using direction indicators:
1891
1892 @lilypond[quote,relative=2,verbatim]
1893 c8^[ d e] c,_[ d e f g]
1894 @end lilypond
1895
1896 @funindex \noBeam
1897 @funindex noBeam
1898
1899 Individual notes may be marked with @code{\noBeam} to prevent them
1900 from being beamed:
1901
1902 @lilypond[quote,verbatim,relative=2]
1903 \time 2/4
1904 c8 c\noBeam c c
1905 @end lilypond
1906
1907 @funindex stemLeftBeamCount
1908 @funindex stemRightBeamCount
1909
1910 Even more strict manual control with the beams can be achieved by
1911 setting the properties @code{stemLeftBeamCount} and
1912 @code{stemRightBeamCount}.  They specify the number of beams to
1913 draw on the left and right side, respectively, of the next note.
1914 If either property is set, its value will be used only once, and
1915 then it is erased.  In this example, the last @code{f} is printed
1916 with only one beam on the left side, i.e., the eighth-note beam of
1917 the group as a whole.
1918
1919 @lilypond[quote,relative=2,verbatim]
1920 a8[ r16 f g a]
1921 a8[ r16
1922 \set stemLeftBeamCount = #2
1923 \set stemRightBeamCount = #1
1924 f16
1925 \set stemLeftBeamCount = #1
1926 g16 a]
1927 @end lilypond
1928
1929
1930 @predefined
1931 @code{\noBeam}.
1932 @endpredefined
1933
1934
1935 @snippets
1936
1937 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
1938 {flat-flags-and-beam-nibs.ly}
1939
1940
1941 @seealso
1942 Notation Reference:
1943 @ref{Direction and placement}.
1944
1945 Snippets:
1946 @rlsr{Rhythms}.
1947
1948 Internals Reference:
1949 @rinternals{Beam},
1950 @rinternals{BeamEvent},
1951 @rinternals{Beam_engraver},
1952 @rinternals{beam-interface},
1953 @rinternals{Stem_engraver}.
1954
1955
1956 @node Feathered beams
1957 @unnumberedsubsubsec Feathered beams
1958
1959 @cindex beams, feathered
1960 @cindex feathered beams
1961
1962 @funindex \featherDurations
1963 @funindex featherDurations
1964 @funindex grow-direction
1965
1966 Feathered beams are used to indicate that a small group of notes
1967 should be played at an increasing (or decreasing) tempo, without
1968 changing the overall tempo of the piece.  The extent of the
1969 feathered beam must be indicated manually using @code{[} and
1970 @code{]}, and the beam feathering is turned on by specifying a
1971 direction to the @code{Beam} property @code{grow-direction}.
1972
1973 If the placement of the notes and the sound in the MIDI output is to
1974 reflect the ritardando or accelerando indicated by the feathered beam
1975 the notes must be grouped as a music expression delimited by braces
1976 and preceded by a @code{featherDurations} command which specifies
1977 the ratio between the durations of the first and last notes in the
1978 group.
1979
1980 The square brackets show the extent of the beam and the braces show
1981 which notes are to have their durations modified.  Normally these
1982 would delimit the same group of notes, but this is not required: the
1983 two commands are independent.
1984
1985 In the following example the eight 16th notes occupy exactly the
1986 same time as a half note, but the first note is one half as long
1987 as the last one, with the intermediate notes gradually
1988 lengthening.  The first four 32nd notes gradually speed up, while
1989 the last four 32nd notes are at a constant tempo.
1990
1991 @lilypond[relative=1,verbatim,quote]
1992 \override Beam #'grow-direction = #LEFT
1993 \featherDurations #(ly:make-moment 2 1)
1994 { c16[ c c c c c c c] }
1995 \override Beam #'grow-direction = #RIGHT
1996 \featherDurations #(ly:make-moment 2 3)
1997 { c32[ d e f] }
1998 % revert to non-feathered beams
1999 \override Beam #'grow-direction = #'()
2000 { g32[ a b c] }
2001 @end lilypond
2002
2003 @noindent
2004 The spacing in the printed output represents the
2005 note durations only approximately, but the MIDI output is exact.
2006
2007
2008 @predefined
2009 @code{\featherDurations}.
2010 @endpredefined
2011
2012 @seealso
2013 Snippets:
2014 @rlsr{Rhythms}.
2015
2016
2017 @knownissues
2018
2019 The @code{\featherDurations} command only works with very short
2020 music snippets, and when numbers in the fraction are small.
2021
2022
2023 @node Bars
2024 @subsection Bars
2025
2026
2027 @menu
2028 * Bar lines::
2029 * Bar numbers::
2030 * Bar and bar number checks::
2031 * Rehearsal marks::
2032 @end menu
2033
2034 @node Bar lines
2035 @unnumberedsubsubsec Bar lines
2036
2037 @cindex bar lines
2038 @cindex measure lines
2039 @cindex closing bar lines
2040 @cindex bar lines, closing
2041 @cindex double bar lines
2042 @cindex bar lines, double
2043 @cindex repeat bars
2044
2045 @funindex \bar
2046 @funindex bar
2047
2048 Bar lines delimit measures, and are also used to indicate
2049 repeats.  Normally, simple bar lines are automatically inserted
2050 into the printed output at places based on the current time
2051 signature.
2052
2053 The simple bar lines inserted automatically can be changed to
2054 other types with the @code{\bar} command.  For example, a closing
2055 double bar line is usually placed at the end of a piece:
2056
2057 @lilypond[quote,relative=1,verbatim]
2058 e4 d c2 \bar "|."
2059 @end lilypond
2060
2061 It is not invalid if the final note in a measure does not
2062 end on the automatically entered bar line: the note is assumed
2063 to carry over into the next measure.  But if a long sequence
2064 of such carry-over measures appears the music can appear compressed
2065 or even flowing off the page.  This is because automatic line
2066 breaks happen only at the end of complete measures, i.e., where
2067 all notes end before the end of a measure.
2068
2069 @warning{An incorrect duration can cause line breaks to be
2070 inhibited, leading to a line of highly compressed music or
2071 music which flows off the page.}
2072
2073 @cindex line breaks
2074 @cindex bar lines, invisible
2075 @cindex measure lines, invisible
2076
2077 Line breaks are also permitted at manually inserted bar lines
2078 even within incomplete measures.  To allow a line break without
2079 printing a bar line, use the following:
2080
2081 @example
2082 \bar ""
2083 @end example
2084
2085 @noindent
2086 This will insert an invisible bar line and allow (but not
2087 force) a line break to occur at this point.  The bar number
2088 counter is not increased.  To force a line break see
2089 @ref{Line breaking}.
2090
2091 @cindex manual bar lines
2092 @cindex manual measure lines
2093 @cindex bar lines, manual
2094 @cindex measure lines, manual
2095
2096 This and other special bar lines may be inserted manually at any
2097 point.  When they coincide with the end of a measure they replace
2098 the simple bar line which would have been inserted there
2099 automatically.  When they do not coincide with the end of a measure
2100 the specified bar line is inserted at that point in the printed
2101 output.
2102
2103 Note that manual bar lines are purely visual.  They do not affect
2104 any of the properties that a normal bar line would affect, such as
2105 measure numbers, accidentals, line breaks, etc.  They do not affect
2106 the calculation and placement of subsequent automatic bar lines.
2107 When a manual bar line is placed where a normal bar line already
2108 exists, the effects of the original bar line are not altered.
2109
2110 Two types of simple bar lines and five types of double bar lines are
2111 available for manual insertion:
2112
2113 @lilypond[quote,relative=1,verbatim]
2114 f1 \bar "|"
2115 f1 \bar "."
2116 g1 \bar "||"
2117 a1 \bar ".|"
2118 b1 \bar ".|."
2119 c1 \bar "|.|"
2120 d1 \bar "|."
2121 e1
2122 @end lilypond
2123
2124 @noindent
2125 together with dotted and dashed bar lines:
2126
2127 @lilypond[quote,relative=1,verbatim]
2128 f1 \bar ":"
2129 g1 \bar "dashed"
2130 a1
2131 @end lilypond
2132
2133 @noindent
2134 and five types of repeat bar line:
2135
2136 @lilypond[quote,relative=1,verbatim]
2137 f1 \bar "|:"
2138 g1 \bar ":|:"
2139 a1 \bar ":|.|:"
2140 b1 \bar ":|.:"
2141 c1 \bar ":|"
2142 d1
2143 @end lilypond
2144
2145 Additionally, a bar line can be printed as a simple tick:
2146 @lilypond[quote,relative=1,verbatim]
2147 f1 \bar "'"
2148 @end lilypond
2149 However, as such ticks are typically used in Gregorian chant, it is
2150 preferable to use @code{\divisioMinima} there instead, described in
2151 the section @ref{Divisiones} in Gregorian chant.
2152
2153
2154 @cindex repeats
2155
2156 Although the bar line types signifying repeats may be inserted
2157 manually they do not in themselves cause LilyPond to recognize
2158 a repeated section.  Such repeated sections are better entered
2159 using the various repeat commands (see @ref{Repeats}), which
2160 automatically print the appropriate bar lines.
2161
2162 In addition, you can specify @code{"||:"}, which is equivalent to
2163 @code{"|:"} except at line breaks, where it gives a double bar
2164 line at the end of the line and a start repeat at the beginning of
2165 the next line.
2166
2167 @lilypond[quote,relative=2,verbatim]
2168 c4 c c c
2169 \bar "||:"
2170 c4 c c c \break
2171 \bar "||:"
2172 c4 c c c
2173 @end lilypond
2174
2175 In scores with many staves, a @code{\bar} command in one staff is
2176 automatically applied to all staves.  The resulting bar lines are
2177 connected between different staves of a @code{StaffGroup},
2178 @code{PianoStaff}, or @code{GrandStaff}.
2179
2180 @lilypond[quote,relative=1,verbatim]
2181 <<
2182   \new StaffGroup <<
2183     \new Staff {
2184       e4 d
2185       \bar "||"
2186       f4 e
2187     }
2188     \new Staff { \clef bass c4 g e g }
2189   >>
2190   \new Staff { \clef bass c2 c2 }
2191 >>
2192 @end lilypond
2193
2194
2195 @cindex default bar lines, changing
2196 @cindex bar lines, default, changing
2197
2198 @snippets
2199
2200 @funindex whichBar
2201 @funindex defaultBarType
2202 @funindex \bar
2203 @funindex bar
2204 @funindex bartype
2205
2206 The command @code{\bar }@var{bartype} is a shortcut for
2207 @code{\set Timing.whichBar = }@var{bartype}.  A bar line is
2208 created whenever the @code{whichBar} property is set.
2209
2210 The default bar type used for automatically inserted bar lines is
2211 @code{"|"}.  This may be changed at any time
2212 with @code{\set Timing.defaultBarType = }@var{bartype}.
2213
2214
2215 @seealso
2216 Notation Reference:
2217 @ref{Line breaking},
2218 @ref{Repeats},
2219 @ref{Grouping staves}.
2220
2221 Snippets:
2222 @rlsr{Rhythms}.
2223
2224 Internals Reference:
2225 @rinternals{BarLine} (created at @code{Staff} level),
2226 @rinternals{SpanBar} (across staves),
2227 @rinternals{Timing_translator} (for Timing properties).
2228
2229
2230 @node Bar numbers
2231 @unnumberedsubsubsec Bar numbers
2232
2233 @cindex bar numbers
2234 @cindex measure numbers
2235 @cindex numbers, bar
2236 @cindex numbers, measure
2237
2238 @funindex currentBarNumber
2239
2240 Bar numbers are typeset by default at the start of every line except
2241 the first line.  The number itself is stored in the
2242 @code{currentBarNumber} property, which is normally updated
2243 automatically for every measure.  It may also be set manually:
2244
2245 @lilypond[verbatim,quote,relative=1]
2246 c1 c c c
2247 \break
2248 \set Score.currentBarNumber = #50
2249 c1 c c c
2250 @end lilypond
2251
2252 @cindex bar numbers, regular spacing
2253
2254 @funindex barNumberVisibility
2255 @funindex BarNumber
2256
2257 Bar numbers can be typeset at regular intervals instead of just at
2258 the beginning of every line.  To do this the default behavior
2259 must be overridden to permit bar numbers to be printed at places
2260 other than the start of a line.  This is controlled by the
2261 @code{break-visibility} property of @code{BarNumber}.  This takes
2262 three values which may be set to @code{#t} or @code{#f} to specify
2263 whether the corresponding bar number is visible or not.  The order
2264 of the three values is @code{end of line visible}, @code{middle of
2265 line visible}, @code{beginning of line visible}.  In the following
2266 example bar numbers are printed at all possible places:
2267
2268 @lilypond[verbatim,quote,relative=1]
2269 \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
2270 \set Score.currentBarNumber = #11
2271 % Permit first bar number to be printed
2272 \bar ""
2273 c1 | c | c | c
2274 \break
2275 c1 | c | c | c
2276 @end lilypond
2277
2278
2279 @snippets
2280
2281 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2282 {printing-the-bar-number-for-the-first-measure.ly}
2283
2284 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2285 {printing-bar-numbers-at-regular-intervals.ly}
2286
2287 @cindex measure number, format
2288 @cindex bar number, format
2289
2290 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2291 {printing-bar-numbers-inside-boxes-or-circles.ly}
2292
2293 @cindex bar number alignment
2294
2295 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2296 {aligning-bar-numbers.ly}
2297
2298 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
2299 {removing-bar-numbers-from-a-score.ly}
2300
2301
2302 @seealso
2303 Snippets:
2304 @rlsr{Rhythms}.
2305
2306 Internals Reference:
2307 @rinternals{BarNumber},
2308 @rinternals{Bar_number_engraver}.
2309
2310
2311 @cindex bar number collision
2312 @cindex collision, bar number
2313
2314 @knownissues
2315
2316 Bar numbers may collide with the top of the @code{StaffGroup} bracket,
2317 if there is one.  To solve this, the @code{padding} property of
2318 @code{BarNumber} can be used to position the number correctly.  See
2319 @rinternals{StaffGroup} and @rinternals{BarNumber} for more.
2320
2321
2322 @node Bar and bar number checks
2323 @unnumberedsubsubsec Bar and bar number checks
2324
2325 @cindex bar check
2326 @cindex bar number check
2327 @cindex measure check
2328 @cindex measure number check
2329
2330 @funindex barCheckSynchronize
2331 @funindex |
2332
2333 Bar checks help detect errors in the entered durations.  A bar check
2334 may be entered using the bar symbol, @code{|}, at any place where a
2335 bar line is expected to fall.  If bar check lines are encountered at
2336 other places, a list of warnings is printed in the log file, showing
2337 the line numbers and lines in which the bar checks failed.  In the
2338 next example, the second bar check will signal an error.
2339
2340 @example
2341 \time 3/4 c2 e4 | g2 |
2342 @end example
2343
2344 Bar checks can also be used in lyrics:
2345
2346 @example
2347 \lyricmode @{
2348   \time 2/4
2349   Twin -- kle | Twin -- kle |
2350 @}
2351 @end example
2352
2353 An incorrect duration can result in a completely garbled score,
2354 especially if the score is polyphonic, so a good place to start
2355 correcting input is by scanning for failed bar checks and
2356 incorrect durations.
2357
2358 If successive bar checks are off by the same musical interval,
2359 only the first warning message is displayed.  This allows the
2360 warning to focus on the source of the timing error.
2361
2362
2363 @funindex |
2364 @funindex pipeSymbol
2365
2366 It is also possible to redefine the action taken when a bar check
2367 or pipe symbol, @code{|}, is encountered in the input, so that
2368 it does something other than a bar check.  This is done by
2369 assigning a music expression to @code{pipeSymbol}.
2370 In the following example @code{|} is set to insert a double bar
2371 line wherever it appears in the input, rather than checking
2372 for end of bar.
2373
2374 @lilypond[quote,verbatim]
2375 pipeSymbol = \bar "||"
2376 {
2377   c'2 c'2 |
2378   c'2 c'2
2379   c'2 | c'2
2380   c'2 c'2
2381 }
2382 @end lilypond
2383
2384 @funindex \barNumberCheck
2385 @funindex barNumberCheck
2386
2387 When copying large pieces of music, it can be helpful to check that
2388 the LilyPond bar number corresponds to the original that you are
2389 entering from.  This can be checked with @code{\barNumberCheck}, for
2390 example,
2391
2392 @verbatim
2393 \barNumberCheck #123
2394 @end verbatim
2395
2396 @noindent
2397 will print a warning if the @code{currentBarNumber} is not 123
2398 when it is processed.
2399
2400
2401 @seealso
2402 Snippets:
2403 @rlsr{Rhythms}.
2404
2405
2406 @node Rehearsal marks
2407 @unnumberedsubsubsec Rehearsal marks
2408
2409 @cindex rehearsal marks
2410 @cindex mark, rehearsal
2411
2412 @funindex \mark
2413 @funindex mark
2414
2415 To print a rehearsal mark, use the @code{\mark} command.
2416
2417 @lilypond[quote,verbatim,relative=2]
2418 c1 \mark \default
2419 c1 \mark \default
2420 c1 \mark #8
2421 c1 \mark \default
2422 c1 \mark \default
2423 @end lilypond
2424
2425 @noindent
2426 The letter@tie{}@q{I} is skipped in accordance with engraving
2427 traditions.  If you wish to include the letter @q{I}, then use
2428
2429 @example
2430 \set Score.markFormatter = #format-mark-alphabet
2431 @end example
2432
2433 The mark is incremented automatically if you use @code{\mark
2434 \default}, but you can also use an integer argument to set the
2435 mark manually.  The value to use is stored in the property
2436 @code{rehearsalMark}.
2437
2438 @cindex rehearsal mark format
2439 @cindex rehearsal mark style
2440 @cindex style, rehearsal mark
2441 @cindex format, rehearsal mark
2442 @cindex mark, rehearsal, style
2443 @cindex mark, rehearsal, format
2444 @cindex rehearsal mark, manual
2445 @cindex mark, rehearsal, manual
2446 @cindex custom rehearsal mark
2447 @cindex manual rehearsal mark
2448
2449 The style is defined by the property @code{markFormatter}.  It is
2450 a function taking the current mark (an integer) and the current
2451 context as argument.  It should return a markup object.  In the
2452 following example, @code{markFormatter} is set to a pre-defined
2453 procedure.  After a few measures, it is set to a procedure that
2454 produces a boxed number.
2455
2456 @lilypond[quote,verbatim,relative=2]
2457 \set Score.markFormatter = #format-mark-numbers
2458 c1 \mark \default
2459 c1 \mark \default
2460 \set Score.markFormatter = #format-mark-box-numbers
2461 c1 \mark \default
2462 \set Score.markFormatter = #format-mark-circle-numbers
2463 c1 \mark \default
2464 \set Score.markFormatter = #format-mark-circle-letters
2465 c1
2466 @end lilypond
2467
2468 The file @file{scm/@/translation@/-functions@/.scm} contains the
2469 definitions of @code{format-mark-numbers} (the default format),
2470 @code{format-mark-box-numbers}, @code{format-mark-letters} and
2471 @code{format-mark-box-letters}.  These can be used as inspiration
2472 for other formatting functions.
2473
2474 You may use @code{format-mark-barnumbers},
2475 @code{format-mark-box-barnumbers}, and
2476 @code{format-mark-circle-barnumbers} to get bar numbers instead of
2477 incremented numbers or letters.
2478
2479 Other styles of rehearsal mark can be specified manually:
2480
2481 @example
2482 \mark "A1"
2483 @end example
2484
2485 @noindent
2486 Note that @code{Score.markFormatter} does not affect marks specified
2487 in this manner.  However, it is possible to apply a @code{\markup} to the
2488 string.
2489
2490 @example
2491 \mark \markup@{ \box A1 @}
2492 @end example
2493
2494 @cindex segno
2495 @cindex coda
2496 @cindex D.S. al Fine
2497 @cindex fermata
2498 @cindex music glyphs
2499 @cindex glyphs, music
2500
2501 @funindex \musicglyph
2502 @funindex musicglyph
2503
2504 Music glyphs (such as the segno sign) may be printed inside a
2505 @code{\mark}
2506
2507 @lilypond[quote,verbatim,relative=1]
2508 c1 \mark \markup { \musicglyph #"scripts.segno" }
2509 c1 \mark \markup { \musicglyph #"scripts.coda" }
2510 c1 \mark \markup { \musicglyph #"scripts.ufermata" }
2511 c1
2512 @end lilypond
2513
2514 @noindent
2515 See @ref{The Feta font}, for a list of symbols which may be
2516 printed with @code{\musicglyph}.
2517
2518 For common tweaks to the positioning of rehearsal marks, see
2519 @ref{Formatting text}.  For more precise control, see
2520 @code{break-alignable-interface} in @ref{Aligning objects}.
2521
2522
2523 @seealso
2524 Notation Reference:
2525 @ref{The Feta font},
2526 @ref{Formatting text},
2527 @ref{Aligning objects}.
2528
2529 Installed Files:
2530 @file{scm/@/translation@/-functions@/.scm} contains
2531 the definitions of @code{format-mark-numbers} and
2532 @code{format-mark-letters}.  They can be used as inspiration for
2533 other formatting functions.
2534
2535 Snippets:
2536 @rlsr{Rhythms}.
2537
2538 Internals Reference:
2539 @rinternals{MarkEvent},
2540 @rinternals{Mark_engraver},
2541 @rinternals{RehearsalMark}.
2542
2543
2544 @node Special rhythmic concerns
2545 @subsection Special rhythmic concerns
2546
2547
2548 @menu
2549 * Grace notes::
2550 * Aligning to cadenzas::
2551 * Time administration::
2552 @end menu
2553
2554 @node Grace notes
2555 @unnumberedsubsubsec Grace notes
2556
2557 @cindex ornaments
2558 @cindex grace notes
2559 @cindex appoggiatura
2560 @cindex acciaccatura
2561
2562 @funindex \grace
2563 @funindex grace
2564
2565 Grace notes are ornaments that are written out. Grace notes
2566 are printed in a smaller font and take up no logical time
2567 in a measure.
2568
2569 @lilypond[quote,relative=2,verbatim]
2570 c4 \grace c16 c4
2571 \grace { c16[ d16] } c2
2572 @end lilypond
2573
2574 LilyPond also supports two special types of grace notes, the
2575 @emph{acciaccatura} -- an unmeasured grace note indicated by a slurred
2576 small note with a slashed stem -- and the @emph{appoggiatura}, which
2577 takes a fixed fraction of the main note and appears in small print
2578 without a slash.
2579
2580 @lilypond[quote,relative=2,verbatim]
2581 \grace c8 b4
2582 \acciaccatura d8 c4
2583 \appoggiatura e8 d4
2584 \acciaccatura { g16[ f] } e4
2585 @end lilypond
2586
2587 The placement of grace notes is synchronized between different
2588 staves.  In the following example, there are two sixteenth grace
2589 notes for every eighth grace note
2590
2591 @lilypond[quote,relative=2,verbatim]
2592 <<
2593   \new Staff { e2 \grace { c16[ d e f] } e2 }
2594   \new Staff { c2 \grace { g8[ b] } c2 }
2595 >>
2596 @end lilypond
2597
2598 @cindex grace notes, following
2599
2600 @funindex \afterGrace
2601 @funindex afterGrace
2602
2603 If you want to end a note with a grace, use the @code{\afterGrace}
2604 command.  It takes two arguments: the main note, and the grace
2605 notes following the main note.
2606
2607 @lilypond[quote,verbatim,relative=2]
2608 c1 \afterGrace d1 { c16[ d] } c1
2609 @end lilypond
2610
2611 This will put the grace notes after a space lasting 3/4 of the
2612 length of the main note.  The default fraction 3/4 can be changed by
2613 setting @code{afterGraceFraction}.  The following example shows
2614 the results from setting the space at the default,  at 15/16, and
2615 finally at 1/2 of the main note.
2616
2617 @lilypond[quote,verbatim,relative=2]
2618 <<
2619   \new Staff {
2620     c1 \afterGrace d1 { c16[ d] } c1
2621   }
2622   \new Staff {
2623     #(define afterGraceFraction (cons 15 16))
2624     c1 \afterGrace d1 { c16[ d] } c1
2625   }
2626   \new Staff {
2627     #(define afterGraceFraction (cons 1 2))
2628     c1 \afterGrace d1 { c16[ d] } c1
2629   }
2630 >>
2631 @end lilypond
2632
2633 The space between the main note and the grace note may also be
2634 specified using spacers. The following example places the grace
2635 note after a space lasting 7/8 of the main note.
2636
2637 @lilypond[quote,verbatim,relative=2]
2638 \new Voice {
2639   <<
2640     { d1^\trill_( }
2641     { s2 s4. \grace { c16[ d] } }
2642   >>
2643   c1)
2644 }
2645 @end lilypond
2646
2647 @cindex tweaking grace notes
2648 @cindex grace notes, tweaking
2649 @cindex grace notes, changing layout settings
2650
2651 A @code{\grace} music expression will introduce special
2652 typesetting settings, for example, to produce smaller type, and
2653 set directions.  Hence, when introducing layout tweaks to
2654 override the special settings, they should be placed inside
2655 the grace expression.  The overrides should also be reverted
2656 inside the grace expression.  Here, the grace note's default stem
2657 direction is overridden and then reverted.
2658
2659 @lilypond[quote,verbatim,relative=2]
2660 \new Voice {
2661   \acciaccatura {
2662     \stemDown
2663     f16->
2664     \stemNeutral
2665   }
2666   g4 e c2
2667 }
2668 @end lilypond
2669
2670
2671 @cindex stem, with slash
2672
2673
2674 @snippets
2675
2676 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2677 {using-grace-note-slashes-with-normal-heads.ly}
2678
2679 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2680 {tweaking-grace-layout-within-music.ly}
2681
2682 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2683 {redefining-grace-note-global-defaults.ly}
2684
2685 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
2686 {positioning-grace-notes-with-floating-space.ly}
2687
2688
2689 @seealso
2690 Music Glossary:
2691 @rglos{grace notes},
2692 @rglos{acciaccatura},
2693 @rglos{appoggiatura}.
2694
2695 Installed Files:
2696 @file{ly/@/grace@/-init@/.ly}.
2697
2698 Snippets:
2699 @rlsr{Rhythms}.
2700
2701 Internals Reference:
2702 @rinternals{GraceMusic},
2703 @rinternals{Grace_beam_engraver},
2704 @rinternals{Grace_engraver},
2705 @rinternals{Grace_spacing_engraver}.
2706
2707
2708 @knownissues
2709
2710 @cindex acciaccatura, multi-note
2711 @cindex multi-note acciaccatura
2712 @cindex grace-note synchronization
2713
2714 A multi-note beamed @i{acciaccatura} is printed without a slash,
2715 and looks exactly the same as a multi-note beamed
2716 @i{appoggiatura}.
2717
2718 @c TODO Add link to LSR snippet to add slash when available
2719
2720 Grace note synchronization can also lead to surprises.  Staff
2721 notation, such as key signatures, bar lines, etc., are also
2722 synchronized.  Take care when you mix staves with grace notes and
2723 staves without, for example,
2724
2725 @lilypond[quote,relative=2,verbatim]
2726 <<
2727   \new Staff { e4 \bar "|:" \grace c16 d2. }
2728   \new Staff { c4 \bar "|:" d2. }
2729 >>
2730 @end lilypond
2731
2732 @noindent
2733 This can be remedied by inserting grace skips of the corresponding
2734 durations in the other staves.  For the above example
2735
2736 @lilypond[quote,relative=2,verbatim]
2737 <<
2738   \new Staff { e4 \bar "|:" \grace c16 d2. }
2739   \new Staff { c4 \bar "|:" \grace s16 d2. }
2740 >>
2741 @end lilypond
2742
2743 Grace sections should only be used within sequential music
2744 expressions.  Nesting or juxtaposing grace sections is not
2745 supported, and might produce crashes or other errors.
2746
2747 @node Aligning to cadenzas
2748 @unnumberedsubsubsec Aligning to cadenzas
2749
2750 @cindex cadenza
2751 @cindex cadenza, aligning to
2752 @cindex aligning to cadenza
2753
2754 In an orchestral context, cadenzas present a special problem: when
2755 constructing a score that includes a measured cadenza or other solo
2756 passage, all other instruments should skip just as many notes as the
2757 length of the cadenza, otherwise they will start too soon or too late.
2758
2759 One solution to this problem is to use the functions
2760 @code{mmrest-of-length} and @code{skip-of-length}.  These Scheme
2761 functions take a defined piece of music as an argument and generate a
2762 multi-measure rest or @code{\skip} exactly as long as the piece.
2763
2764 @lilypond[verbatim,quote]
2765 MyCadenza = \relative c' {
2766   c4 d8 e f g g4
2767   f2 g4 g
2768 }
2769
2770 \new GrandStaff <<
2771   \new Staff {
2772     \MyCadenza c'1
2773     \MyCadenza c'1
2774   }
2775   \new Staff {
2776     #(ly:export (mmrest-of-length MyCadenza))
2777     c'1
2778     #(ly:export (skip-of-length MyCadenza))
2779     c'1
2780   }
2781 >>
2782 @end lilypond
2783
2784
2785 @seealso
2786 Music Glossary:
2787 @rglos{cadenza}.
2788
2789 Snippets:
2790 @rlsr{Rhythms}.
2791
2792
2793 @node Time administration
2794 @unnumberedsubsubsec Time administration
2795
2796 @cindex time administration
2797 @cindex timing (within the score)
2798 @cindex music, unmetered
2799 @cindex unmetered music
2800
2801 @funindex currentBarNumber
2802 @funindex measurePosition
2803 @funindex measureLength
2804
2805 Time is administered by the @code{Timing_translator}, which by
2806 default is to be found in the @code{Score} context.  An alias,
2807 @code{Timing}, is added to the context in which the
2808 @code{Timing_translator} is placed.
2809
2810 The following properties of @code{Timing} are used
2811 to keep track of timing within the score.
2812
2813 @cindex bar number
2814 @cindex measure number
2815
2816 @table @code
2817 @item currentBarNumber
2818 The current measure number.  For an example showing the
2819 use of this property see @ref{Bar numbers}.
2820
2821 @item measureLength
2822 The length of the measures in the current time signature.  For a
2823 4/4 time this is@tie{}1, and for 6/8 it is 3/4.  Its value
2824 determines when bar lines are inserted and how automatic beams
2825 should be generated.
2826
2827 @item measurePosition
2828 The point within the measure where we currently are.  This
2829 quantity is reset by subtracting @code{measureLength} whenever
2830 @code{measureLength} is reached or exceeded.  When that happens,
2831 @code{currentBarNumber} is incremented.
2832
2833 @item timing
2834 If set to true, the above variables are updated for every time
2835 step.  When set to false, the engraver stays in the current
2836 measure indefinitely.
2837
2838 @end table
2839
2840 Timing can be changed by setting any of these variables
2841 explicitly.  In the next example, the default 4/4 time
2842 signature is printed, but @code{measureLength} is set to 5/4.
2843 At 4/8 through the third measure, the @code{measurePosition} is
2844 advanced by 1/8 to 5/8, shortening that bar by 1/8.
2845 The next bar line then falls at 9/8 rather than 5/4.
2846
2847 @lilypond[quote,verbatim,relative=1]
2848 \set Score.measureLength = #(ly:make-moment 5 4)
2849 c1 c4
2850 c1 c4
2851 c4 c4
2852 \set Score.measurePosition = #(ly:make-moment 5 8)
2853 b4 b4 b8
2854 c4 c1
2855 @end lilypond
2856
2857 @noindent
2858 As the example illustrates, @code{ly:make-moment n m} constructs a
2859 duration of n/m of a whole note.  For example,
2860 @code{ly:make-moment 1 8} is an eighth note duration and
2861 @code{ly:make-moment 7 16} is the duration of seven sixteenths
2862 notes.
2863
2864
2865 @seealso
2866 Notation Reference:
2867 @ref{Bar numbers},
2868 @ref{Unmetered music}.
2869
2870 Snippets:
2871 @rlsr{Rhythms}.
2872
2873 Internals Reference:
2874 @rinternals{Timing_translator},
2875 @rinternals{Score}.
2876