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