]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/basic-notation.itely
Minor fixes from mailist.
[lilypond.git] / Documentation / user / basic-notation.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3
4 @c A menu is needed before every deeper *section nesting of @node's; run
5 @c     M-x texinfo-all-menus-update
6 @c to automatically fill in these menus before saving changes
7
8 @node Basic notation
9 @chapter Basic notation
10
11 This chapter explains how to use basic notation features.
12
13 @menu
14 * Pitches::                     
15 * Rhythms::                     
16 * Multiple notes at once::      
17 * Staff notation::              
18 * Connecting notes::            
19 * Expressive marks::            
20 * Repeats::                     
21 @end menu
22
23
24
25 @node Pitches
26 @section Pitches
27
28 This section discusses how to specify the pitch of notes.
29
30 @menu
31 * Normal pitches::              
32 * Accidentals::                 
33 * Cautionary accidentals::      
34 * Micro tones::                 
35 * Notes names in other languages::  
36 * Relative octaves::            
37 * Octave check::                
38 * Transpose::                   
39 * Rests::                       
40 * Skips::                       
41 @end menu
42
43
44 @node Normal pitches
45 @subsection Normal pitches
46
47 @cindex Pitch names
48 @cindex pitches
49
50 A pitch name is specified using lowercase letters @code{a} through @code{g}.
51 An ascending C-major scale is engraved with
52
53 @lilypond[quote,fragment,verbatim,ragged-right]
54 \clef bass
55 c d e f g a b c'
56 @end lilypond
57
58 The note name @code{c} is engraved one octave below middle C.
59
60 @lilypond[quote,fragment,verbatim,ragged-right]
61 \clef treble
62 c1
63 \clef bass
64 c1
65 @end lilypond
66
67 @funindex '
68 @funindex ,
69
70 The optional octave specification takes the form of a series of
71 single quote (`@code{'}') characters or a series of comma
72 (`@code{,}') characters.  Each @code{'} raises the pitch by one
73 octave; each @code{,} lowers the pitch by an octave.
74
75 @lilypond[quote,ragged-right,fragment,verbatim]
76 \clef treble
77 c' c'' e' g d'' d' d c
78 \clef bass
79 c, c,, e, g d,, d, d c
80 @end lilypond
81
82 An alternate method may be used to declare which octave to
83 engrave a pitch; this method does not require as many
84 octave specifications (@code{'} and @code{,}).  See
85 @ref{Relative octaves}.
86
87
88 @node Accidentals
89 @subsection Accidentals
90
91 @cindex note names, Dutch
92 @cindex note names, default
93
94 A sharp is formed by adding @code{-is} to the end of a pitch name and
95 a flat is formed by adding @code{-es}
96
97 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
98 a2 ais a aes
99 @end lilypond
100
101 Double sharps and double flats
102 are obtained by adding @code{-isis} or @code{-eses} to a note name.  These
103 are the Dutch note names.  In Dutch, @code{aes} is contracted to
104 @code{as}, but both forms are accepted.  Similarly, both
105 @code{es} and @code{ees} are accepted
106
107 @lilypond[fragment,quote,ragged-right,verbatim,relative=2]
108 a2 aisis a aeses
109 @end lilypond
110
111 A natural will cancel the effect of an accidental or key signature.
112 However, naturals are not encoded into the note name syntax with a
113 suffix; a natural pitch is shown as a simple note name
114
115 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
116 a4 aes a2
117 @end lilypond
118
119
120 @commonprop
121
122 In accordance with standard typesetting rules, a natural sign is printed
123 before a sharp or flat if a previous accidental needs to be
124 cancelled.  To change this behavior, use
125 @code{\set Staff.extraNatural = ##f}
126
127 @lilypond[fragment,quote,ragged-right,verbatim,relative=2]
128 ceses4 ces cis c
129 \set Staff.extraNatural = ##f
130 ceses4 ces cis c
131 @end lilypond
132
133
134 @seealso
135
136 Program reference: @internalsref{LedgerLineSpanner},
137 @internalsref{NoteHead}.
138
139
140 @node Cautionary accidentals
141 @subsection Cautionary accidentals
142
143 @cindex accidental, reminder
144 @cindex accidental, cautionary
145 @cindex accidental, parenthesized
146 @cindex reminder accidental
147 @funindex ?
148 @cindex cautionary accidental
149 @cindex parenthesized accidental
150 @funindex !
151
152 Normally accidentals are printed automatically, but you may also
153 print them manually.  A reminder accidental
154 can be forced by adding an exclamation mark @code{!}
155 after the pitch.  A cautionary accidental
156 (i.e., an accidental within parentheses) can be obtained by adding the
157 question mark `@code{?}' after the pitch.  These extra accidentals
158 can be used to produce natural signs, too.
159
160 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
161 cis cis cis! cis? c c? c! c
162 @end lilypond
163
164
165 @seealso
166
167 The automatic production of accidentals can be tuned in many
168 ways.  For more information, see @ref{Automatic accidentals}.
169
170
171 @node Micro tones
172 @subsection Micro tones
173
174 @cindex quarter tones
175 @cindex semi-flats, semi-sharps
176
177 Half-flats and half-sharps are formed by adding @code{-eh} and
178 @code{-ih}; the following is a series of Cs with increasing pitches
179
180 @lilypond[verbatim,ragged-right,quote,relative=2,fragment]
181 \set Staff.extraNatural = ##f
182 ceseh ceh cih cisih
183 @end lilypond
184
185 Micro tones are also exported to the MIDI file.
186
187
188 @refbugs
189
190 There are no generally accepted standards for denoting
191 three-quarter flats, so LilyPond's symbol does not conform to any
192 standard.
193
194
195 @node Notes names in other languages
196 @subsection Notes names in other languages
197
198 There are predefined sets of note names for various other languages.
199 To use them, include the language specific init file.  For
200 example, add @code{\include "english.ly"} to the top of the input
201 file.  The available language files
202 and the note names they define are
203
204 @c  what about micro-tunes, double-sharps, and double-flats?  add
205 @c  more clumns to the table?
206 @c  Oh, and should this be made into a multitable?
207 @cindex note names, other languages
208 @example
209                         Note Names               sharp       flat
210 nederlands.ly  c   d   e   f   g   a   bes b   -is         -es
211 english.ly     c   d   e   f   g   a   bf  b   -s/-sharp   -f/-flat
212                                                -x (double)
213 deutsch.ly     c   d   e   f   g   a   b   h   -is         -es
214 norsk.ly       c   d   e   f   g   a   b   h   -iss/-is    -ess/-es
215 svenska.ly     c   d   e   f   g   a   b   h   -iss        -ess
216 italiano.ly    do  re  mi  fa  sol la  sib si  -d          -b
217 catalan.ly     do  re  mi  fa  sol la  sib si  -d/-s       -b
218 espanol.ly     do  re  mi  fa  sol la  sib si  -s          -b
219 @end example
220
221
222 @node Relative octaves
223 @subsection Relative octaves
224
225 @cindex Relative
226 @cindex Relative octave specification
227 @funindex \relative
228
229 Octaves are specified by adding @code{'} and @code{,} to pitch names.
230 When you copy existing music, it is easy to accidentally put a pitch
231 in the wrong octave and hard to find such an error.  The relative
232 octave mode prevents these errors by making the mistakes much
233 larger: a single error puts the rest of the piece off by one octave
234
235 @example
236 \relative @var{startpitch} @var{musicexpr}
237 @end example
238
239 @noindent
240 or
241
242 @example
243 \relative @var{musicexpr}
244 @end example
245
246 @noindent
247 @code{c'} is used as the default if no starting pitch is defined.
248
249 The octave of notes that appear in @var{musicexpr} are calculated as
250 follows: if no octave changing marks are used, the basic interval
251 between this and the last note is always taken to be a fourth or
252 less.  This distance is determined without regarding alterations; a
253 @code{fisis} following a @code{ceses} will be put above the
254 @code{ceses}.  In other words, a doubly-augmented fourth is considered
255 a smaller interval than a diminished fifth, even though the
256 doubly-augmented fourth spans seven semitones while the diminished
257 fifth only spans six semitones.
258
259 The octave changing marks @code{'} and @code{,} can be added to raise
260 or lower the pitch by an extra octave.  Upon entering relative mode,
261 an absolute starting pitch can be specified that will act as the
262 predecessor of the first note of @var{musicexpr}.  If no starting pitch
263 is specified, then middle C is used as a start.
264
265 Here is the relative mode shown in action
266 @lilypond[quote,fragment,ragged-right,verbatim]
267 \relative c'' {
268   b c d c b c bes a
269 }
270 @end lilypond
271
272 Octave changing marks are used for intervals greater than a fourth
273 @lilypond[quote,ragged-right,fragment,verbatim]
274 \relative c'' {
275   c g c f, c' a, e''
276 }
277 @end lilypond
278
279 If the preceding item is a chord, the first note of the chord is used
280 to determine the first note of the next chord
281
282 @lilypond[quote,ragged-right,fragment,verbatim]
283 \relative c' {
284   c <c e g>
285   <c' e g>
286   <c, e' g>
287 }
288 @end lilypond
289
290 The pitch after the @code{\relative} contains a note name.
291
292 The relative conversion will not affect @code{\transpose},
293 @code{\chordmode} or @code{\relative} sections in its argument.  To use
294 relative within transposed music, an additional @code{\relative} must
295 be placed inside @code{\transpose}.
296
297
298 @node Octave check
299 @subsection Octave check
300
301 @cindex Octave check
302
303 Octave checks make octave errors easier to correct: a note may be
304 followed by @code{=}@var{quotes} which indicates what its absolute
305 octave should be.  In the following example,
306
307 @example
308 \relative c'' @{ c='' b=' d,='' @}
309 @end example
310
311 @noindent
312 the @code{d} will generate a warning, because a @code{d''} is expected
313 (because @code{b'} to @code{d''} is only a third), but a @code{d'} is
314 found.  In the output, the octave is corrected to be a @code{d''} and
315 the next note is calculated relative to @code{d''} instead of @code{d'}.
316
317 There is also an octave check that produces no visible output.  The syntax
318
319 @example
320 \octave @var{pitch}
321 @end example
322
323 This checks that @var{pitch} (without quotes) yields @var{pitch} (with
324 quotes) in @code{\relative} mode.  If not, a warning is printed, and the
325 octave is corrected.  The @var{pitch} is not printed as a note.
326
327 In the example below, the first check passes without incident, since
328 the @code{e} (in relative mode) is within a fifth of @code{a'}.  However,
329 the second check produces a warning, since the @code{e} is not within
330 a fifth of @code{b'}.  The warning message is printed, and the octave
331 is adjusted so that the following notes are in the correct octave
332 once again.
333
334 @example
335 \relative c' @{
336   e
337   \octave a'
338   \octave b'
339 @}
340 @end example
341
342
343 The octave of a note following an octave check is determined with
344 respect to the note preceding it.  In the next fragment, the last note
345 is an @code{a'}, above middle C.  That means that the @code{\octave}
346 check passes successfully, so the check could be deleted without changing
347 the output of the piece.
348
349 @lilypond[quote,ragged-right,verbatim,fragment]
350 \relative c' {
351   e
352   \octave b
353   a
354 }
355 @end lilypond
356
357
358 @node Transpose
359 @subsection Transpose
360
361 @cindex Transpose
362 @cindex Transposition of pitches
363 @funindex \transpose
364
365 A music expression can be transposed with @code{\transpose}.  The
366 syntax is
367 @example
368 \transpose @var{from} @var{to} @var{musicexpr}
369 @end example
370
371 This means that @var{musicexpr} is transposed by the interval between
372 the pitches @var{from} and @var{to}: any note with pitch @code{from}
373 is changed to @code{to}.
374
375 For example, consider a piece written in the key of D-major.  If
376 this piece is a little too low for its performer, it can be
377 transposed up to E-major with
378 @example
379 \transpose d e @dots{}
380 @end example
381
382 Consider a part written for violin (a C instrument).  If
383 this part is to be played on the A clarinet (for which an
384 A is notated as a C, and which sounds a minor third lower
385 than notated), the following
386 transposition will produce the appropriate part
387
388 @example
389 \transpose a c @dots{}
390 @end example
391
392 @code{\transpose} distinguishes between enharmonic pitches: both
393 @code{\transpose c cis} or @code{\transpose c des} will transpose up
394 half a tone.  The first version will print sharps and the second
395 version will print flats
396
397 @lilypond[quote,ragged-right,verbatim]
398 mus = { \key d \major cis d fis g }
399 \new Staff {
400   \clef "F" \mus
401   \clef "G"
402   \transpose c g' \mus
403   \transpose c f' \mus
404 }
405 @end lilypond
406
407 @code{\transpose} may also be used to input written notes for a
408 transposing instrument.  Pitches are normally entered into LilyPond
409 in C (or ``concert pitch''), but they may be entered in another
410 key.  For example, when entering music for a B-flat trumpet which
411 begins on concert D, one would write
412
413 @example
414 \transpose c bes @{ e4 @dots{} @}
415 @end example
416
417 To print this music in B-flat again (i.e., producing a trumpet part,
418 instead of a concert pitch conductor's score) you would wrap the
419 existing music with another @code{transpose}
420
421 @example
422 \transpose bes c @{ \transpose c bes @{ e4 @dots{} @} @}
423 @end example
424
425
426 @seealso
427
428 Program reference: @internalsref{TransposedMusic}.
429
430
431 @refbugs
432
433 If you want to use both @code{\transpose} and @code{\relative},
434 you must put @code{\transpose} outside of @code{\relative}, since
435 @code{\relative} will have no effect music that appears inside a
436 @code{\transpose}.
437
438
439 @node Rests
440 @subsection Rests
441 @cindex Rests
442
443 @funindex \rest
444 @funindex r
445
446 Rests are entered like notes with the note name @code{r}
447
448 @lilypond[fragment,quote,ragged-right,verbatim]
449 r1 r2 r4 r8
450 @end lilypond
451
452 Whole bar rests, centered in middle of the bar,
453 must be done with multi-measure rests.  They can be used for a
454 single bar as well as many bars, and are discussed in
455 @ref{Multi measure rests}.
456
457 To explicitly specify a rest's vertical position, write a note
458 followed by @code{\rest}.  A rest will be placed in the position
459 where the note would appear,
460
461 @lilypond[fragment,quote,ragged-right,verbatim]
462 a'4\rest d'4\rest
463 @end lilypond
464
465 @noindent
466 This makes manual formatting of
467 polyphonic music much easier, since the automatic rest collision
468 formatter will leave these rests alone.
469
470 @seealso
471
472 Program reference: @internalsref{Rest}.
473
474
475 @node Skips
476 @subsection Skips
477
478 @cindex Skip
479 @cindex Invisible rest
480 @cindex Space note
481 @funindex \skip
482 @funindex s
483
484 An invisible rest (also called a `skip') can be entered like a note
485 with note name `@code{s}' or with @code{\skip @var{duration}}
486
487 @lilypond[fragment,quote,ragged-right,verbatim,relative=2]
488 a4 a4 s4 a4 \skip 1 a4
489 @end lilypond
490
491 The @code{s} syntax is only available in note mode and chord mode.  In
492 other situations, for example, when entering lyrics, you should use
493 the @code{\skip} command
494
495 @lilypond[quote,ragged-right,verbatim]
496 <<
497   \relative { a'2 a2 }
498   \new Lyrics \lyricmode { \skip 2 bla2 }
499 >>
500 @end lilypond
501
502 The skip command is merely an empty musical placeholder.  It does not
503 produce any output, not even transparent output.
504
505 The @code{s} skip command does create @internalsref{Staff} and
506 @internalsref{Voice} when necessary, similar to note and rest
507 commands.  For example, the following results in an empty staff.
508
509 @lilypond[quote,ragged-right,verbatim]
510 { s4 }
511 @end lilypond
512
513 The fragment @code{@{ \skip 4 @} } would produce an empty page.
514
515 @seealso
516
517 Program reference: @internalsref{SkipMusic}.
518
519
520
521 @node Rhythms
522 @section Rhythms
523
524 This section discusses rhythms, durations, and bars.
525
526 @menu
527 * Durations::                   
528 * Augmentation dots::           
529 * Tuplets::                     
530 * Scaling durations::           
531 * Bar check::                   
532 * Barnumber check::             
533 * Automatic note splitting::    
534 @end menu
535
536
537 @node Durations
538 @subsection Durations
539
540 @cindex duration
541 @funindex \longa
542 @funindex \breve
543 @funindex \maxima
544
545 In Note, Chord, and Lyrics mode, durations are designated by numbers and
546 dots: durations are entered as their reciprocal values.  For example, a
547 quarter note is entered using a @code{4} (since it is a 1/4 note), while
548 a half note is entered using a @code{2} (since it is a 1/2 note).  For
549 notes longer than a whole you must use the variables @code{\longa} and
550 @code{\breve}
551
552 @example
553 c'\breve
554 c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64
555 r\longa r\breve
556 r1 r2 r4 r8 r16 r32 r64 r64
557 @end example
558
559 @lilypond[quote]
560 \score {
561 \relative c'' {
562     a\breve*1/2 \autoBeamOff
563     a1 a2 a4 a8 a16 a32 a64 a64
564    \bar "empty"
565    \break
566     r\longa*1/4 r\breve *1/2
567     r1 r2 r4 r8 r16 r32 r64 r64
568   }
569   \layout {
570     ragged-right = ##t
571     \context {
572       \Staff
573         \remove "Clef_engraver"
574         \override StaffSymbol #'transparent = ##t
575         \override TimeSignature #'transparent = ##t
576         \override BarLine #'transparent = ##t
577         \consists "Pitch_squash_engraver"
578     }
579   }
580 }
581 @end lilypond
582
583 If the duration is omitted then it is set to the previously entered
584 duration.  The default for the first note is a quarter note.
585
586 @lilypond[quote,ragged-right,verbatim,fragment]
587 { a a a2 a a4 a a1 a }
588 @end lilypond
589
590
591 @node Augmentation dots
592 @subsection Augmentation dots
593
594 @funindex .
595
596 To obtain dotted note lengths, simply add a dot (`@code{.}') to
597 the number.  Double-dotted notes are produced in a similar way.
598
599 @lilypond[quote,ragged-right,fragment,verbatim]
600 a'4 b' c''4. b'8 a'4. b'4.. c''8.
601 @end lilypond
602
603 @refcommands
604
605 Dots are normally moved up to avoid staff lines, except in polyphonic
606 situations.  The following commands may be used to force a particular
607 direction manually
608
609 @funindex \dotsUp
610 @code{\dotsUp},
611 @funindex \dotsDown
612 @code{\dotsDown},
613 @funindex \dotsNeutral
614 @code{\dotsNeutral}.
615
616 @seealso
617
618 Program reference: @internalsref{Dots}, and @internalsref{DotColumn}.
619
620
621 @node Tuplets
622 @subsection Tuplets
623
624 @cindex tuplets
625 @cindex triplets
626 @funindex \times
627
628 Tuplets are made out of a music expression by multiplying all durations
629 with a fraction
630
631 @example
632 \times @var{fraction} @var{musicexpr}
633 @end example
634
635 @noindent
636 The duration of @var{musicexpr} will be multiplied by the fraction.
637 The fraction's denominator will be printed over the notes, optionally
638 with a bracket.  The most common tuplet is the triplet in which 3
639 notes have the length of 2, so the notes are 2/3 of their written
640 length
641
642 @lilypond[quote,ragged-right,fragment,verbatim]
643 g'4 \times 2/3 {c'4 c' c'} d'4 d'4
644 @end lilypond
645
646 Tuplets may be nested, for example,
647
648 @lilypond[fragment,ragged-right,verbatim,relative=2]
649 \set tupletNumberFormatFunction = #fraction-tuplet-formatter
650 \times 4/6 {
651   a4 a
652   \times 3/5 { a a a a a }
653 }
654 @end lilypond
655
656 @refcommands
657
658 @funindex \tupletUp
659 @code{\tupletUp},
660 @funindex \tupletDown
661 @code{\tupletDown},
662 @funindex \tupletNeutral
663 @code{\tupletNeutral}.
664
665
666 @commonprop
667
668 @funindex tupletNumberFormatFunction
669 @cindex tuplet formatting
670
671 The property @code{tupletSpannerDuration} specifies how long each
672 bracket should last.  With this, you can make lots of tuplets while
673 typing @code{\times} only once, thus saving lots of typing.  In the next
674 example, there are two triplets shown, while @code{\times} was only
675 used once
676
677 @lilypond[quote,fragment,relative=2,ragged-right,verbatim]
678 \set tupletSpannerDuration = #(ly:make-moment 1 4)
679 \times 2/3 { c8 c c c c c }
680 @end lilypond
681
682 @noindent
683 For more information about @code{make-moment}, see
684 @ref{Time administration}.
685
686 The format of the number is determined by the property
687 @code{tupletNumberFormatFunction}.  The default prints only the
688 denominator, but if it is set to the Scheme function
689 @code{fraction-tuplet-formatter}, @var{num}:@var{den} will be printed
690 instead.
691
692 To avoid printing tuplet numbers, use
693
694 @lilypond[quote,fragment,relative=2,ragged-right,verbatim]
695 \times 2/3 { c8 c c } \times 2/3 { c8 c c }
696 \override TupletNumber #'transparent = ##t
697 \times 2/3 { c8 c c } \times 2/3 { c8 c c }
698 @end lilypond
699
700
701 @seealso
702
703 Program reference: @internalsref{TupletBracket},
704 @internalsref{TupletNumber}, and @internalsref{TimeScaledMusic}.
705
706 Examples: @inputfileref{input/@/regression,tuplet@/-nest@/.ly}.
707
708
709
710 @node Scaling durations
711 @subsection Scaling durations
712
713 You can alter the length of duration by a fraction @var{N/M}
714 appending `@code{*}@var{N/M}' (or `@code{*}@var{N}' if @var{M=1}).  This
715 will not affect the appearance of the notes or rests produced.
716
717 In the following example, the first three notes take up exactly two
718 beats, but no triplet bracket is printed.
719 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
720 \time 2/4
721 a4*2/3 gis4*2/3 a4*2/3
722 a4 a4 a4*2
723 b16*4 c4
724 @end lilypond
725
726
727 @seealso
728
729 This manual: @ref{Tuplets}
730
731
732 @node Bar check
733 @subsection Bar check
734
735 @cindex Bar check
736 @funindex barCheckSynchronize
737 @funindex |
738
739 Bar checks help detect errors in the durations.  A bar check is
740 entered using the bar symbol, `@code{|}'.  Whenever it is encountered
741 during interpretation, it should fall on a measure boundary.  If it
742 does not, a warning is printed.  In the next example, the second bar
743 check will signal an error
744 @example
745 \time 3/4 c2 e4 | g2 |
746 @end example
747
748 Bar checks can also be used in lyrics, for example
749
750 @example
751 \lyricmode @{
752   \time 2/4
753   Twin -- kle | Twin -- kle
754 @}
755 @end example
756
757 Failed bar checks are caused by entering incorrect
758 durations.  Incorrect durations often completely garble up the score,
759 especially if the score is polyphonic, so a good place to start correcting
760 input is by scanning for failed bar checks and incorrect durations.
761
762 @funindex |
763 @funindex pipeSymbol
764
765 It is also possible to redefine the meaning of @code{|}.  This is done
766 by assigning a music expression to @code{pipeSymbol},
767
768 @lilypond[quote,ragged-right,verbatim]
769 pipeSymbol = \bar "||"
770
771 { c'2 c' | c'2 c' }
772 @end lilypond
773
774
775 @node Barnumber check
776 @subsection Barnumber check
777
778 When copying large pieces of music, it can be helpful to check that
779 the LilyPond bar number corresponds to the original that you are
780 entering from.  This can be checked with @code{\barNumberCheck}, for
781 example,
782
783 @verbatim
784 \barNumberCheck #123
785 @end verbatim
786
787 @noindent
788 will print a warning if the @code{currentBarNumber} is not 123 when it
789 is processed.
790
791
792 @node Automatic note splitting
793 @subsection Automatic note splitting
794
795 Long notes can be converted automatically to tied notes.  This is done
796 by replacing the @internalsref{Note_heads_engraver} by the
797 @internalsref{Completion_heads_engraver}.
798 In the following examples, notes crossing the bar line are split and tied.
799
800 @lilypond[quote,fragment,verbatim,relative=1,line-width=12\cm]
801 \new Voice \with {
802   \remove "Note_heads_engraver"
803   \consists "Completion_heads_engraver"
804 } {
805   c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2
806 }
807 @end lilypond
808
809 This engraver splits all running notes at the bar line, and inserts
810 ties.  One of its uses is to debug complex scores: if the measures are
811 not entirely filled, then the ties exactly show how much each measure
812 is off.
813
814
815 @refbugs
816
817 Not all durations (especially those containing tuplets) can be
818 represented exactly with normal notes and dots, but the engraver will
819 not insert tuplets.
820
821 @code{Completion_heads_engraver} only affects notes; it does not split
822 rests.
823
824
825 @seealso
826
827 Examples: @inputfileref{input/@/regression,completion@/-heads@/.ly}.
828
829 @noindent
830
831 Program reference: @internalsref{Completion_heads_engraver}.
832
833
834 @node Multiple notes at once
835 @section Multiple notes at once
836
837 Polyphony in music refers to having more than one voice occurring in
838 a piece of music.  Polyphony in LilyPond refers to having more than
839 one voice on the same staff.
840
841 @menu
842 * Chords::                      
843 * Stems::                       
844 * Basic polyphony::             
845 * Explicitly instantiating voices::  
846 * Collision Resolution::        
847 @end menu
848
849
850 @node Chords
851 @subsection Chords
852
853 @cindex Chords
854
855 A chord is formed by a enclosing a set of pitches in @code{<} and
856 @code{>}.  A chord may be followed by a duration, and a set of
857 articulations, just like simple notes
858
859 @lilypond[verbatim,ragged-right,fragment,quote,relative=1]
860 <c e g>4 <c>8
861 @end lilypond
862
863 For more information about chords, see @ref{Chord names}.
864
865
866 @node Stems
867 @subsection Stems
868
869 Whenever a note is found, a @internalsref{Stem} object is created
870 automatically.  For whole notes and rests, they are also created but
871 made invisible.
872
873 @refcommands
874
875 @funindex \stemUp
876 @code{\stemUp},
877 @funindex \stemDown
878 @code{\stemDown},
879 @funindex \stemNeutral
880 @code{\stemNeutral}.
881
882
883 @commonprop
884
885 To change the direction of stems in the middle of the staff, use
886
887 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
888 a4 b c b
889 \override Stem #'neutral-direction = #up
890 a4 b c b
891 \override Stem #'neutral-direction = #down
892 a4 b c b
893 @end lilypond
894
895
896 @node Basic polyphony
897 @subsection Basic polyphony
898
899 @cindex polyphony
900
901 The easiest way to enter fragments with more than one voice on a staff
902 is to enter each voice as a sequence (with @code{@{...@}}), and combine
903 them simultaneously, separating the voices with @code{\\}
904
905 @funindex \\
906
907 @lilypond[quote,verbatim,fragment]
908 \new Staff \relative c' {
909   c16 d e f
910   <<
911     { g4 f e | d2 e2 } \\
912     { r8 e4 d c8 ~ | c b16 a b8 g ~ g2 } \\
913     { s2. | s4 b4 c2 }
914   >>
915 }
916 @end lilypond
917
918 The separator causes @internalsref{Voice} contexts@footnote{Polyphonic
919 voices are sometimes called ``layers'' in other notation packages}
920 @cindex layers
921 to be instantiated.  They bear the names @code{"1"}, @code{"2"}, etc.  In
922 each of these contexts, vertical direction of slurs, stems, etc., is set
923 appropriately.
924
925 These voices are all separate from the voice that contains the notes just
926 outside the @code{<< \\ >>} construct.  This should be noted when making
927 changes at the voice level.  This also means that slurs and ties cannot go
928 into or out of a @code{<< \\ >>} construct.  Conversely, parallel voices
929 from separate @code{<< \\ >>} constructs on the same staff are the the
930 same voice.  Here is the same example, with different noteheads for each
931 voice.  Note that the change to the note-head style in the main voice does
932 not affect
933 the inside of the @code{<< \\ >>} constructs.  Also, the change to the
934 second
935 voice in the first @code{<< \\ >>} construct is effective in the second
936 @code{<< \\ >>}, and the voice is tied across the two constructs.
937
938 @cindex note heads, styles
939
940 @lilypond[quote,verbatim,fragment]
941 \new Staff \relative c' {
942   \override NoteHead #'style = #'cross
943   c16 d e f
944   <<
945     { g4 f e } \\
946     { \override NoteHead #'style = #'triangle
947     r8 e4 d c8 ~ }
948   >> |
949   <<
950     { d2 e2 } \\
951     { c8 b16 a b8 g ~ g2 } \\
952     { \override NoteHead #'style = #'slash s4 b4 c2 }
953   >>
954 }
955 @end lilypond
956
957 Polyphony does not change the relationship of notes within a
958 @code{\relative @{ @}} block.  Each note is calculated relative
959 to the note immediately preceding it.
960
961 @example
962 \relative @{ noteA << noteB \\ noteC >> noteD @}
963 @end example
964
965 @code{noteC} is relative to @code{noteB}, not @code{noteA};
966 @code{noteD} is relative to @code{noteC}, not @code{noteB} or
967 @code{noteA}.
968
969 @node Explicitly instantiating voices
970 @subsection Explicitly instantiating voices
971
972 @internalsref{Voice} contexts can also be instantiated manually
973 inside a @code{<< >>} block to create polyphonic music, using
974 @code{\voiceOne}, up to @code{\voiceFour} to assign stem directions
975 and a horizontal shift for each part.
976
977 Specifically,
978 @example
979 << \upper \\ \lower >>
980 @end example
981
982 @noindent
983 is equivalent to
984
985 @example
986 <<
987   \new Voice = "1" @{ \voiceOne \upper @}
988   \new Voice = "2" @{ \voiceTwo \lower @}
989 >>
990 @end example
991
992 The @code{\voiceXXX} commands set the direction of stems, slurs, ties,
993 articulations, text annotations, augmentation dots of dotted
994 notes, and fingerings.  @code{\voiceOne} and @code{\voiceThree} make
995 these objects point upwards, while @code{\voiceTwo} and @code{\voiceFour}
996 make them point downwards.
997 The command @code{\oneVoice} will revert back to the normal setting.
998
999 An expression that appears directly inside a @code{<< >>} belongs to
1000 the main voice.  This is useful when extra voices appear while the main
1001 voice is playing.  Here is a more correct rendition of the example from
1002 the previous section.  The crossed noteheads demonstrate that the main
1003 melody is now in a single voice context.
1004
1005 @lilypond[quote,ragged-right,verbatim]
1006 \new Staff \relative c' {
1007   \override NoteHead #'style = #'cross
1008   c16 d e f
1009   \voiceOne
1010   <<
1011     { g4 f e | d2 e2 }
1012     \new Voice="1" { \voiceTwo
1013       r8 e4 d c8 ~ | c8 b16 a b8 g ~ g2
1014       \oneVoice
1015     }
1016     \new Voice { \voiceThree
1017       s2. | s4 b4 c2
1018       \oneVoice
1019     }
1020   >>
1021   \oneVoice
1022 }
1023 @end lilypond
1024
1025 The correct definition of the voices allows the melody to be slurred.
1026 @lilypond[quote,ragged-right,verbatim]
1027 \new Staff \relative c' {
1028   c16^( d e f
1029   \voiceOne
1030   <<
1031     { g4 f e | d2 e2) }
1032     \context Voice="1" { \voiceTwo
1033       r8 e4 d c8 ~ | c8 b16 a b8 g ~ g2
1034       \oneVoice
1035     }
1036     \new Voice { \voiceThree
1037       s2. s4 b4 c2
1038       \oneVoice
1039     }
1040   >>
1041   \oneVoice
1042 }
1043 @end lilypond
1044
1045 Avoiding the @code{\\} separator also allows nesting polyphony
1046 constructs, which in some case might be a more natural way to typeset
1047 the music.
1048
1049 @lilypond[quote,ragged-right,verbatim]
1050 \new Staff \relative c' {
1051   c16^( d e f
1052   \voiceOne
1053   <<
1054     { g4 f e | d2 e2) }
1055     \context Voice="1" { \voiceTwo
1056       r8 e4 d c8 ~ |
1057       <<
1058         {c8 b16 a b8 g ~ g2}
1059         \new Voice { \voiceThree
1060           s4 b4 c2
1061           \oneVoice
1062         }
1063       >>
1064     \oneVoice
1065     }
1066   >>
1067   \oneVoice
1068 }
1069 @end lilypond
1070
1071
1072 @node Collision Resolution
1073 @subsection Collision Resolution
1074
1075 Normally, note heads with a different number of dots are not merged, but
1076 when the object property @code{merge-differently-dotted} is set in
1077 the @internalsref{NoteCollision} object, they are merged
1078 @lilypond[quote,verbatim,fragment,ragged-right,relative=2]
1079 \new Voice << {
1080   g8 g8
1081   \override Staff.NoteCollision
1082     #'merge-differently-dotted = ##t
1083   g8 g8
1084 } \\ { g8.[ f16] g8.[ f16] } >>
1085 @end lilypond
1086
1087 Similarly, you can merge half note heads with eighth notes, by setting
1088 @code{merge-differently-headed}
1089 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
1090 \new Voice << {
1091   c8 c4.
1092   \override Staff.NoteCollision
1093     #'merge-differently-headed = ##t
1094 c8 c4. } \\ { c2 c2 } >>
1095 @end lilypond
1096
1097 LilyPond also vertically shifts rests that are opposite of a stem,
1098 for example
1099
1100 @lilypond[quote,ragged-right,fragment,verbatim]
1101 \new Voice << c''4 \\ r4 >>
1102 @end lilypond
1103
1104
1105 @refcommands
1106
1107 @funindex \oneVoice
1108 @code{\oneVoice},
1109 @funindex \voiceOne
1110 @code{\voiceOne},
1111 @funindex \voiceTwo
1112 @code{\voiceTwo},
1113 @funindex \voiceThree
1114 @code{\voiceThree},
1115 @funindex \voiceFour
1116 @code{\voiceFour}.
1117
1118 @funindex \shiftOn
1119 @code{\shiftOn},
1120 @funindex \shiftOnn
1121 @code{\shiftOnn},
1122 @funindex \shiftOnnn
1123 @code{\shiftOnnn},
1124 @funindex \shiftOff
1125 @code{\shiftOff}: these commands specify in what chords of the current
1126 voice should be shifted.  The outer voices (normally: voice one and
1127 two) have @code{\shiftOff}, while the inner voices (three and four)
1128 have @code{\shiftOn}.  @code{\shiftOnn} and @code{\shiftOnnn} define
1129 further shift levels.
1130
1131 When LilyPond cannot cope, the @code{force-hshift}
1132 property of the @internalsref{NoteColumn} object and pitched rests can
1133 be used to override typesetting decisions.
1134
1135 @lilypond[quote,verbatim,ragged-right]
1136 \relative <<
1137 {
1138   <d g>
1139   <d g>
1140 } \\ {
1141   <b f'>
1142   \once \override NoteColumn #'force-hshift = #1.7
1143   <b f'>
1144 } >>
1145 @end lilypond
1146
1147
1148 @seealso
1149
1150 Program reference: the objects responsible for resolving collisions are
1151 @internalsref{NoteCollision} and @internalsref{RestCollision}.
1152
1153 Examples:
1154 @inputfileref{input/@/regression,collision@/-dots@/.ly},
1155 @inputfileref{input/@/regression,collision@/-head-chords@/.ly},
1156 @inputfileref{input/@/regression,collision@/-heads@/.ly},
1157 @inputfileref{input/@/regression,collision@/-mesh@/.ly}, and
1158 @inputfileref{input/@/regression,collisions@/.ly}.
1159
1160
1161 @refbugs
1162
1163 When using @code{merge-differently-headed} with an upstem eighth or a
1164 shorter note, and a downstem half note, the eighth note gets the wrong
1165 offset.
1166
1167 There is no support for clusters where the same note occurs with
1168 different accidentals in the same chord.  In this case, it is
1169 recommended to use enharmonic transcription, or to use special cluster
1170 notation (see @ref{Clusters}).
1171
1172
1173
1174 @node Staff notation
1175 @section Staff notation
1176
1177 @cindex Staff notation
1178
1179 This section describes music notation that occurs on staff level,
1180 such as key signatures, clefs and time signatures.
1181
1182 @menu
1183 * Clef::                        
1184 * Key signature::               
1185 * Time signature::              
1186 * Partial measures::            
1187 * Bar lines::                   
1188 * Unmetered music::             
1189 * System start delimiters::     
1190 * Staff symbol::                
1191 * Writing music in parallel::   
1192 @end menu
1193
1194
1195 @node Clef
1196 @subsection Clef
1197
1198 @funindex \clef
1199
1200 The clef indicates which lines of the staff correspond to which
1201 pitches.  The clef is set with the @code{\clef} command
1202
1203 @lilypond[quote,ragged-right,fragment,verbatim]
1204 { c''2 \clef alto g'2 }
1205 @end lilypond
1206
1207 @cindex treble clef
1208 @cindex violin clef
1209 @cindex alto clef
1210 @cindex tenor clef
1211 @cindex bass clef
1212 @cindex french clef
1213 @cindex soprano clef
1214 @cindex mezzosoprano clef
1215 @cindex baritone clef
1216 @cindex varbaritone clef
1217 @cindex subbass clef
1218
1219 Supported clefs include
1220
1221 @multitable @columnfractions .33 .66
1222 @headitem Clef @tab Position
1223 @item @code{treble}, violin, G, G2 @tab
1224 G clef on 2nd line
1225 @item @code{alto, C} @tab
1226 C clef on 3rd line
1227 @item @code{tenor} @tab
1228 C clef on 4th line.
1229 @item @code{bass, F} @tab
1230 F clef on 4th line
1231 @item @code{french} @tab
1232 G clef on 1st line, so-called French violin clef
1233 @item @code{soprano} @tab
1234 C clef on 1st line
1235 @item @code{mezzosoprano} @tab
1236 C clef on 2nd line
1237 @item @code{baritone} @tab
1238 C clef on 5th line
1239 @item @code{varbaritone} @tab
1240 F clef on 3rd line
1241 @item @code{subbass} @tab
1242 F clef on 5th line
1243 @item @code{percussion} @tab
1244 percussion clef
1245 @item @code{tab} @tab
1246 tablature clef
1247 @end multitable
1248
1249 By adding @code{_8} or @code{^8} to the clef name, the clef is
1250 transposed one octave down or up, respectively, and @code{_15} and
1251 @code{^15} transposes by two octaves.  The argument @var{clefname}
1252 must be enclosed in quotes when it contains underscores or digits.  For
1253 example,
1254
1255 @cindex choral tenor clef
1256 @lilypond[quote,ragged-right,verbatim,fragment,relative=1]
1257 \clef "G_8" c4
1258 @end lilypond
1259
1260
1261 @commonprop
1262
1263 The command @code{\clef "treble_8"} is equivalent to setting
1264 @code{clefGlyph},
1265 @code{clefPosition} (which controls the Y position of the clef),
1266 @code{middleCPosition} and @code{clefOctavation}.  A clef is printed
1267 when any of these properties are changed.  The following example shows
1268 possibilities when setting properties manually.
1269
1270 @lilypond[quote,ragged-right,verbatim]
1271 {
1272   \set Staff.clefGlyph = #"clefs.F"
1273   \set Staff.clefPosition = #2
1274   c'4
1275   \set Staff.clefGlyph = #"clefs.G"
1276   c'4
1277   \set Staff.clefGlyph = #"clefs.C"
1278   c'4
1279   \set Staff.clefOctavation = #7
1280   c'4
1281   \set Staff.clefOctavation = #0
1282   \set Staff.clefPosition = #0
1283   c'4
1284   \clef "bass"
1285   c'4
1286   \set Staff.middleCPosition = #4
1287   c'4
1288 }
1289 @end lilypond
1290
1291
1292 @seealso
1293
1294 Program reference: @internalsref{Clef}.
1295
1296
1297 @node Key signature
1298 @subsection Key signature
1299
1300 @cindex Key signature
1301 @funindex \key
1302
1303 The key signature indicates the tonality in which a piece is played.  It
1304 is denoted by a set of alterations (flats or sharps) at the start of the
1305 staff.
1306
1307 Setting or changing the key signature is done with the @code{\key}
1308 command
1309
1310 @example
1311 @code{\key} @var{pitch} @var{type}
1312 @end example
1313
1314 @funindex \minor
1315 @funindex \major
1316 @funindex \minor
1317 @funindex \ionian
1318 @funindex \locrian
1319 @funindex \aeolian
1320 @funindex \mixolydian
1321 @funindex \lydian
1322 @funindex \phrygian
1323 @funindex \dorian
1324 @cindex church modes
1325
1326 Here, @var{type} should be @code{\major} or @code{\minor} to get
1327 @var{pitch}-major or @var{pitch}-minor, respectively.  You may also
1328 use the standard mode names (also called ``church modes''): @code{\ionian},
1329 @code{\locrian}, @code{\aeolian}, @code{\mixolydian}, @code{\lydian},
1330 @code{\phrygian}, and @code{\dorian}.
1331
1332 This command sets the context property
1333 @code{Staff.keySignature}.  Non-standard key signatures
1334 can be specified by setting this property directly.
1335
1336 Accidentals and key signatures often confuse new users, because
1337 unaltered notes get natural signs depending on the key signature.  For
1338 more information, see @ref{More about pitches}.
1339
1340
1341 @commonprop
1342
1343 A natural sign is printed to cancel any previous accidentals.  This
1344 can be suppressed by setting the @code{Staff.printKeyCancellation}
1345 property.
1346
1347 @lilypond[quote,fragment,ragged-right,fragment,verbatim,relative=2]
1348 \key d \major
1349 a b cis d
1350 \key g \minor
1351 a bes c d
1352 \set Staff.printKeyCancellation = ##f
1353 \key d \major
1354 a b cis d
1355 \key g \minor
1356 a bes c d
1357 @end lilypond
1358
1359
1360 @seealso
1361
1362 Program reference: @internalsref{KeyCancellation},
1363 @internalsref{KeySignature}.
1364
1365
1366 @node Time signature
1367 @subsection Time signature
1368
1369 @cindex Time signature
1370 @cindex meter
1371 @funindex \time
1372
1373 Time signature indicates the metrum of a piece: a regular pattern of
1374 strong and weak beats.  It is denoted by a fraction at the start of the
1375 staff.
1376
1377 The time signature is set with the @code{\time} command
1378
1379 @lilypond[quote,ragged-right,fragment,verbatim]
1380 \time 2/4 c'2 \time 3/4 c'2.
1381 @end lilypond
1382
1383 @commonprop
1384
1385 The symbol that is printed can be customized with the @code{style}
1386 property.  Setting it to @code{#'()} uses fraction style for 4/4 and
1387 2/2 time,
1388
1389 @lilypond[fragment,quote,ragged-right,verbatim]
1390 \time 4/4 c'1
1391 \time 2/2 c'1
1392 \override Staff.TimeSignature #'style = #'()
1393 \time 4/4 c'1
1394 \time 2/2 c'1
1395 @end lilypond
1396
1397 There are many more options for its layout.  See @ref{Ancient time
1398 signatures} for more examples.
1399
1400 @code{\time} sets the property @code{timeSignatureFraction},
1401 @code{beatLength} and @code{measureLength} in the @code{Timing}
1402 context, which is normally aliased to @internalsref{Score}.  The
1403 property @code{measureLength} determines where bar lines should be
1404 inserted, and how automatic beams should be generated.  Changing the
1405 value of @code{timeSignatureFraction} also causes the symbol to be
1406 printed.
1407
1408 More options are available through the Scheme function
1409 @code{set-time-signature}.  In combination with the
1410 @internalsref{Measure_grouping_engraver}, it will create
1411 @internalsref{MeasureGrouping} signs.  Such signs ease reading
1412 rhythmically complex modern music.  In the following example, the 9/8
1413 measure is subdivided in 2, 2, 2 and 3.  This is passed to
1414 @code{set-time-signature} as the third argument @code{(2 2 2 3)}
1415
1416 @lilypond[quote,ragged-right,verbatim]
1417 \score {
1418   \relative c'' {
1419     #(set-time-signature 9 8 '(2 2 2 3))
1420     g8[ g] d[ d] g[ g] a8[( bes g]) |
1421     #(set-time-signature 5 8 '(3 2))
1422     a4. g4
1423   }
1424   \layout {
1425     \context {
1426       \Staff
1427       \consists "Measure_grouping_engraver"
1428     }
1429   }
1430 }
1431 @end lilypond
1432
1433
1434 @seealso
1435
1436 Program reference: @internalsref{TimeSignature}, and
1437 @internalsref{Timing_translator}.
1438
1439 Examples: @inputfileref{input/@/test,compound@/-time@/.ly}.
1440
1441
1442 @refbugs
1443
1444 Automatic beaming does not use the measure grouping specified with
1445 @code{set-time-signature}.
1446
1447
1448 @node Partial measures
1449 @subsection Partial measures
1450
1451 @cindex anacrusis
1452 @cindex upbeat
1453 @cindex partial measure
1454 @cindex measure, partial
1455 @cindex shorten measures
1456 @funindex \partial
1457
1458 Partial measures, such as an anacrusis or upbeat, are entered using the
1459
1460 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
1461 \partial 16*5 c16 cis d dis e | a2. c,4 | b2
1462 @end lilypond
1463
1464 The syntax for this command is
1465
1466 @example
1467 \partial @var{duration}
1468 @end example
1469
1470 This is internally translated into
1471
1472 @example
1473 \set Timing.measurePosition = -@var{length of duration}
1474 @end example
1475
1476 The property @code{measurePosition} contains a rational number
1477 indicating how much of the measure has passed at this point.  Note
1478 that this is a negative number; @code{\partial 4} is internally
1479 translated to mean ``there is a quarter note left in the bar''.
1480
1481
1482 @refbugs
1483
1484 This command does not take into account grace notes at the start of
1485 the music.  When a piece starts with graces notes in the pickup, then
1486 the @code{\partial} should follow the grace notes
1487
1488 @lilypond[verbatim,quote,ragged-right,relative,fragment]
1489 \grace f16
1490 \partial 4
1491 g4
1492 a2 g2
1493 @end lilypond
1494
1495
1496 @node Bar lines
1497 @subsection Bar lines
1498
1499 @cindex Bar lines
1500 @funindex \bar
1501 @cindex measure lines
1502 @cindex repeat bars
1503
1504 Bar lines delimit measures, but are also used to indicate
1505 repeats.  Normally they are inserted automatically.  Line
1506 breaks may only happen on bar lines.
1507
1508 Special types of bar lines can be forced with the @code{\bar} command
1509
1510 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1511 c4 \bar "|:" c4
1512 @end lilypond
1513
1514 The following bar types are available
1515
1516 @lilypondfile[ragged-right,quote]{bar-lines.ly}
1517
1518 In addition, you can specify @code{"||:"}, which is equivalent to 
1519 @code{"|:"} except at line breaks, where it gives a double bar line at
1520 the end of the line and a start repeat at the beginning of the next
1521 line. 
1522
1523 To allow a line break where there is no visible bar line, use
1524
1525 @example
1526 \bar ""
1527 @end example
1528
1529 @noindent
1530 This will insert an invisible bar line and allow line breaks at this
1531 point.
1532
1533 In scores with many staves, a @code{\bar} command in one staff is
1534 automatically applied to all staves.  The resulting bar lines are
1535 connected between different staves of a StaffGroup
1536
1537 @lilypond[quote,ragged-right,fragment,verbatim]
1538 <<
1539   \new StaffGroup <<
1540     \new Staff {
1541       e'4 d'
1542       \bar "||"
1543       f' e'
1544     }
1545     \new Staff { \clef bass c4 g e g }
1546   >>
1547   \new Staff { \clef bass c2 c2 }
1548 >>
1549 @end lilypond
1550
1551
1552 @commonprop
1553
1554 @funindex whichBar
1555 @funindex repeatCommands
1556 @funindex defaultBarType
1557
1558 The command @code{\bar }@var{bartype} is a short cut for doing
1559 @code{\set Timing.whichBar = }@var{bartype}.  Whenever @code{whichBar}
1560 is set to a string, a bar line of that type is created.
1561
1562 A bar line is created whenever the @code{whichBar} property is set.
1563 At the start of a measure it is set to the contents of
1564 @code{Timing.defaultBarType}.  The contents of @code{repeatCommands} are
1565 used
1566 to override default measure bars.
1567
1568 You are encouraged to use @code{\repeat} for repetitions.  See
1569 @ref{Repeats}.
1570
1571
1572 @seealso
1573
1574 In this manual: @ref{Repeats}, @ref{System start delimiters}.
1575
1576 Program reference: @internalsref{BarLine} (created at
1577 @internalsref{Staff} level), @internalsref{SpanBar} (across staves).
1578
1579 Examples: @inputfileref{input/@/test,bar@/-lines@/.ly},
1580
1581
1582 @node Unmetered music
1583 @subsection Unmetered music
1584
1585 @cindex cadenza
1586 @funindex \cadenzaOn
1587 @funindex \cadenzaOff
1588
1589 Bar lines and bar numbers are calculated automatically.  For unmetered
1590 music (cadenzas, for example), this is not desirable.  To turn off
1591 automatic bar lines and bar numbers, use the commands @code{\cadenzaOn}
1592 and @code{\cadenzaOff}.
1593
1594 @lilypond[verbatim,quote,ragged-right,relative=2,fragment]
1595 c4 d e d
1596 \cadenzaOn
1597 c4 c d8 d d f4 g4.
1598 \cadenzaOff
1599 \bar "|"
1600 d4 e d c
1601 @end lilypond
1602
1603
1604 @refbugs
1605
1606 LilyPond will only insert page breaks at a barline.  Unless the unmetered
1607 music ends before the end of the staff line, you will need to insert
1608 invisible bar lines
1609
1610 @example
1611 \bar ""
1612 @end example
1613
1614 @noindent
1615 to indicate where line breaks can occur.
1616
1617
1618 @node System start delimiters
1619 @subsection System start delimiters
1620
1621 @cindex start of system
1622 @cindex Staff, multiple
1623 @cindex bracket, vertical
1624 @cindex brace, vertical
1625 @cindex grand staff
1626 @cindex staff group
1627 @cindex staff, choir
1628
1629 Many scores consist of more than one staff.  These staves can be
1630 joined in four different ways
1631
1632 @itemize @bullet
1633 @item The group is started with a brace at the left, and bar lines are
1634 connected.  This is done with the @internalsref{GrandStaff} context.
1635
1636 @lilypond[verbatim,ragged-right,quote]
1637 \new GrandStaff
1638 \relative <<
1639   \new Staff { c1 c }
1640   \new Staff { c c }
1641 >>
1642 @end lilypond
1643
1644 @item The group is started with a bracket, and bar lines are connected.
1645 This is done with the
1646 @internalsref{StaffGroup} context
1647
1648 @lilypond[verbatim,ragged-right,quote]
1649 \new StaffGroup
1650 \relative <<
1651   \new Staff { c1 c }
1652   \new Staff { c c }
1653 >>
1654 @end lilypond
1655
1656 @item The group is started with a bracket, but bar lines are not
1657 connected.  This is done with the @internalsref{ChoirStaff} context.
1658
1659 @lilypond[verbatim,ragged-right,quote]
1660 \new ChoirStaff
1661 \relative <<
1662   \new Staff { c1 c }
1663   \new Staff { c c }
1664 >>
1665 @end lilypond
1666
1667 @item The group is started with a vertical line.  Bar lines are not
1668 connected.  This is the default for the score.
1669
1670 @lilypond[verbatim,ragged-right,quote]
1671 \relative <<
1672   \new Staff { c1 c }
1673   \new Staff { c c }
1674 >>
1675 @end lilypond
1676 @end itemize
1677
1678
1679 @seealso
1680
1681 The bar lines at the start of each system are
1682 @internalsref{SystemStartBar}, @internalsref{SystemStartBrace}, and
1683 @internalsref{SystemStartBracket}.  Only one of these types is created
1684 in every context, and that type is determined by the property
1685 @code{systemStartDelimiter}.
1686
1687
1688 @node Staff symbol
1689 @subsection Staff symbol
1690
1691 @cindex adjusting staff symbol
1692
1693 Notes, dynamic signs, etc., are grouped
1694 with a set of horizontal lines, called a staff (plural `staves').  In
1695 LilyPond, these lines are drawn using a separate layout object called
1696 staff symbol.
1697
1698 The staff symbol may be tuned in the number, thickness and distance
1699 of lines, using properties.  This is demonstrated in the example files
1700 @inputfileref{input/@/test,staff@/-lines@/.ly},
1701 @inputfileref{input/@/test,staff@/-size@/.ly}.
1702
1703 In addition, staves may be started and stopped at will. This is done
1704 with @code{\startStaff} and @code{\stopStaff}.
1705
1706 @lilypond[verbatim,relative=2,fragment]
1707 b4 b
1708 \override Staff.StaffSymbol #'line-count = 2
1709 \stopStaff \startStaff
1710 b b
1711 \revert Staff.StaffSymbol #'line-count
1712 \stopStaff \startStaff
1713 b b
1714 @end lilypond
1715
1716 In combination with Frenched staves, this may be used to typeset ossia
1717 sections. An example is in @inputfileref{input/@/test@/,ossia.ly},
1718 shown here
1719
1720 @cindex ossia
1721
1722 @lilypondfile{ossia.ly}
1723
1724 @cindex staff lines, setting number of
1725 @cindex staff lines, setting thickness of
1726 @cindex thickness of staff lines, setting
1727 @cindex number of staff lines, setting
1728
1729 @seealso
1730
1731 Program reference: @internalsref{StaffSymbol}.
1732
1733 Examples: @inputfileref{input/@/test,staff@/-lines@/.ly},
1734 @inputfileref{input/@/test@/,ossia.ly},
1735 @inputfileref{input/@/test,staff@/-size@/.ly},
1736 @inputfileref{input/@/regression,staff@/-line@/-positions@/.ly}.
1737
1738
1739 @node Writing music in parallel
1740 @subsection Writing music in parallel
1741
1742 @cindex Writing music in parallel
1743 @cindex Interleaved music
1744
1745 Music for multiple parts can be interleaved
1746
1747 @lilypond[quote,fragment,verbatim]
1748 \parallelMusic #'(voiceA voiceB) {
1749   r8     g'16[ c''] e''[ g' c'' e''] r8     g'16[ c''] e''[ g' c'' e''] |
1750   c'2                                c'2                                |
1751   r8     a'16[ d''] f''[ a' d'' f''] r8     a'16[ d''] f''[ a' d'' f''] |
1752   c'2                                c'2                                |
1753 }
1754 \new StaffGroup <<
1755   \new Staff \new Voice \voiceA
1756   \new Staff \new Voice \voiceB
1757 >>
1758 @end lilypond
1759
1760
1761
1762 @node Connecting notes
1763 @section Connecting notes
1764
1765 This section deals with notation that affects groups of notes.
1766
1767 @menu
1768 * Ties::                        
1769 * Slurs::                       
1770 * Phrasing slurs::              
1771 * Laissez vibrer ties::         
1772 * Automatic beams::             
1773 * Manual beams::                
1774 * Grace notes::                 
1775 @end menu
1776
1777
1778 @node Ties
1779 @subsection Ties
1780
1781 @cindex tie
1782 @funindex ~
1783
1784 A tie connects two adjacent note heads of the same pitch.  The tie in
1785 effect extends the length of a note.  Ties should not be confused with
1786 slurs, which indicate articulation, or phrasing slurs, which indicate
1787 musical phrasing.  A tie is entered using the tilde symbol `@code{~}'
1788
1789 @lilypond[quote,ragged-right,fragment,verbatim]
1790 e' ~ e' <c' e' g'> ~ <c' e' g'>
1791 @end lilypond
1792
1793 When a tie is applied to a chord, all note heads whose pitches match
1794 are connected.  When no note heads match, no ties will be created.
1795
1796 A tie is just a way of extending a note duration, similar to the
1797 augmentation dot.  The following example shows two ways of notating
1798 exactly the same concept
1799
1800 @lilypond[quote,fragment,ragged-right]
1801 \time 3/4 c'2. c'2 ~ c'4
1802 @end lilypond
1803
1804 @noindent
1805 Ties are used either when the note crosses a bar line, or when dots
1806 cannot be used to denote the rhythm.  When using ties, larger note
1807 values should be aligned to subdivisions of the measure, such as
1808
1809 @lilypond[fragment,quote,ragged-right]
1810 \relative {
1811   r8 c8 ~ c2 r4 | r8^"not" c2 ~ c8 r4
1812 }
1813 @end lilypond
1814
1815 If you need to tie a lot of notes over bars, it may be easier to use
1816 automatic note splitting (see @ref{Automatic note splitting}).  This
1817 mechanism automatically splits long notes, and ties them across bar
1818 lines.
1819
1820 When a second alternative of a repeat starts with a tied note, you
1821 have to repeat the tie. This can be achieved with @code{\repeatTie},
1822
1823 @lilypond[fragment,quote,ragged-right,relative=2]
1824 r <c e g>\repeatTie
1825 @end lilypond
1826
1827 @cindex repeating ties
1828 @cindex volta brackets and ties
1829
1830 @commonprop
1831
1832 Ties are sometimes used to write out arpeggios.  In this case, two tied
1833 notes need not be consecutive.  This can be achieved by setting the
1834 @code{tieWaitForNote} property to true. The same feature is also useful,
1835 for example, to tie a tremolo to a chord. For example,
1836
1837 @lilypond[fragment,verbatim,relative=1,ragged-right]
1838 \set tieWaitForNote = ##t
1839 \grace { c16[~ e~ g]~ } <c, e g>2
1840 \repeat "tremolo" 8 { c32~ c'~ } <c c,>1
1841 @end lilypond
1842
1843
1844 @refcommands
1845
1846
1847 @funindex \tieUp
1848 @code{\tieUp},
1849 @funindex \tieDown
1850 @code{\tieDown},
1851 @funindex \tieNeutral
1852 @code{\tieNeutral},
1853 @funindex \tieDotted
1854 @code{\tieDotted},
1855 @funindex \tieDashed
1856 @code{\tieDashed},
1857 @funindex \tieSolid
1858 @code{\tieSolid}.
1859
1860
1861 @seealso
1862
1863 In this manual: @ref{Automatic note splitting}.
1864
1865 Program reference: @internalsref{Tie}.
1866
1867 Examples:
1868 @inputfileref{input/@/regression,tie-arpeggio.ly}
1869 @inputfileref{input/@/regression,tie-manual.ly}
1870
1871
1872
1873
1874 @refbugs
1875
1876 Switching staves when a tie is active will not produce a slanted tie.
1877
1878
1879 @node Slurs
1880 @subsection Slurs
1881
1882 @cindex Slurs
1883
1884 A slur indicates that notes are to be played bound or
1885 @emph{legato}.  They are entered using parentheses
1886
1887 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1888 f( g a) a8 b( a4 g2 f4)
1889 <c e>2( <b d>2)
1890 @end lilypond
1891
1892 The direction of a slur can be specified with
1893 @code{\slur@emph{DIR}}, where @code{@emph{DIR}} is
1894 either @code{Up}, @code{Down}, or @code{Neutral} (automatically
1895 selected).
1896
1897 However, there is a convenient shorthand for forcing slur
1898 directions.  By adding @code{_} or @code{^} before the opening
1899 parentheses, the direction is also set.  For example,
1900
1901 @lilypond[relative=2,ragged-right,quote,verbatim,fragment]
1902 c4_( c) c^( c)
1903 @end lilypond
1904
1905 Only one slur can be printed at once.  If you need to print a long
1906 slur over a few small slurs, please see @ref{Phrasing slurs}.
1907
1908
1909 @commonprop
1910
1911 Some composers write two slurs when they want legato chords.  This can
1912 be achieved in LilyPond by setting @code{doubleSlurs},
1913
1914 @lilypond[verbatim,ragged-right,relative,fragment,quote]
1915 \set doubleSlurs = ##t
1916 <c e>4 ( <d f> <c e> <d f> )
1917 @end lilypond
1918
1919
1920 @refcommands
1921
1922 @funindex \slurUp
1923 @code{\slurUp},
1924 @funindex \slurDown
1925 @code{\slurDown},
1926 @funindex \slurNeutral
1927 @code{\slurNeutral},
1928 @funindex \slurDashed
1929 @code{\slurDashed},
1930 @funindex \slurDotted
1931 @code{\slurDotted},
1932 @funindex \slurSolid
1933 @code{\slurSolid}.
1934
1935 @seealso
1936
1937 Program reference: @seeinternals{Slur}.
1938
1939
1940 @node Phrasing slurs
1941 @subsection Phrasing slurs
1942
1943 @cindex phrasing slurs
1944 @cindex phrasing marks
1945
1946 A phrasing slur (or phrasing mark) connects notes and is used to
1947 indicate a musical sentence.  It is written using @code{\(} and @code{\)}
1948 respectively
1949
1950 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
1951 \time 6/4 c'\( d( e) f( e) d\)
1952 @end lilypond
1953
1954 Typographically, the phrasing slur behaves almost exactly like a
1955 normal slur.  However, they are treated as different objects.  A
1956 @code{\slurUp} will have no effect on a phrasing slur; instead, use
1957 @code{\phrasingSlurUp}, @code{\phrasingSlurDown}, and
1958 @code{\phrasingSlurNeutral}.
1959
1960 You cannot have simultaneous phrasing slurs.
1961
1962
1963 @refcommands
1964
1965 @funindex \phrasingSlurUp
1966 @code{\phrasingSlurUp},
1967 @funindex \phrasingSlurDown
1968 @code{\phrasingSlurDown},
1969 @funindex \phrasingSlurNeutral
1970 @code{\phrasingSlurNeutral}.
1971
1972
1973 @seealso
1974
1975 Program reference: @internalsref{PhrasingSlur}.
1976
1977
1978 @node Laissez vibrer ties
1979 @subsection Laissez vibrer ties
1980 @cindex Laissez vibrer
1981 @cindex Ties, laissez vibrer
1982
1983 L.v. ties (laissez vibrer) indicate that notes must not be damped at the
1984 end. It is used in notation for piano, harp and other string and
1985 percussion instruments. They can be entered using @code{\laissezVibrer},
1986
1987 @lilypond[fragment,ragged-right,verbatim,relative=1]
1988 <c f g>\laissezVibrer
1989 @end lilypond
1990
1991 @seealso
1992
1993 Program reference:
1994 @internalsref{LaissezVibrerTie}
1995 @internalsref{LaissezVibrerTieColumn}
1996
1997 Example files:
1998 @inputfileref{input/regression,laissez-vibrer-tie.ly}
1999
2000
2001 @node Automatic beams
2002 @subsection Automatic beams
2003
2004 LilyPond inserts beams automatically
2005
2006 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2007 \time 2/4 c8 c c c \time 6/8 c c c c8. c16 c8
2008 @end lilypond
2009
2010 When these automatic decisions are not good enough, beaming can be
2011 entered explicitly.  It is also possible to define beaming patterns
2012 that differ from the defaults.  See @ref{Setting automatic beam behavior}
2013 for details.
2014
2015 Individual notes may be marked with @code{\noBeam} to prevent them
2016 from being beamed
2017
2018 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2019 \time 2/4 c8 c\noBeam c c
2020 @end lilypond
2021
2022
2023 @seealso
2024
2025 Program reference: @internalsref{Beam}.
2026
2027
2028 @node Manual beams
2029 @subsection Manual beams
2030
2031 @cindex beams, manual
2032 @funindex ]
2033 @funindex [
2034
2035 In some cases it may be necessary to override the automatic beaming
2036 algorithm.  For example, the autobeamer will not put beams over rests
2037 or bar lines.  Such beams are specified manually by marking the begin
2038 and end point with @code{[} and @code{]}
2039
2040 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2041 {
2042   r4 r8[ g' a r8] r8 g[ | a] r8
2043 }
2044 @end lilypond
2045
2046
2047 @commonprop
2048
2049 @funindex stemLeftBeamCount
2050 @funindex stemRightBeamCount
2051
2052 Normally, beaming patterns within a beam are determined automatically.
2053 If necessary, the properties @code{stemLeftBeamCount} and
2054 @code{stemRightBeamCount} can be used to override the defaults.  If
2055 either property is set, its value will be used only once, and then it
2056 is erased
2057
2058 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2059 {
2060    f8[ r16
2061       f g a]
2062    f8[ r16
2063    \set stemLeftBeamCount = #1
2064       f g a]
2065 }
2066 @end lilypond
2067
2068 The property @code{subdivideBeams} can be set in order to subdivide
2069 all 16th or shorter beams at beat positions, as defined by the
2070 @code{beatLength} property.
2071
2072 @lilypond[fragment,quote,relative=2,verbatim]
2073 c16[ c c c c c c c]
2074 \set subdivideBeams = ##t
2075 c16[ c c c c c c c]
2076 \set Score.beatLength = #(ly:make-moment 1 8)
2077 c16[ c c c c c c c]
2078 @end lilypond
2079 @funindex subdivideBeams
2080
2081 @noindent
2082 For more information about @code{make-moment}, see
2083 @ref{Time administration}.
2084
2085 Line breaks are normally forbidden when beams cross bar lines.  This
2086 behavior can be changed by setting @code{allowBeamBreak}.
2087
2088 @funindex allowBeamBreak
2089 @cindex beams and line breaks
2090 @cindex beams, kneed
2091 @cindex kneed beams
2092 @cindex auto-knee-gap
2093
2094
2095 @refbugs
2096
2097 Kneed beams are inserted automatically when a large gap is detected
2098 between the note heads.  This behavior can be tuned through the object.
2099
2100 Automatically kneed cross-staff beams cannot be used together with
2101 hidden staves.  See @ref{Hiding staves}.
2102
2103 Beams do not avoid collisions with symbols around the notes, such as
2104 texts and accidentals.
2105
2106
2107 @node Grace notes
2108 @subsection Grace notes
2109
2110 @funindex \grace
2111 @cindex ornaments
2112 @cindex grace notes
2113 @cindex appoggiatura
2114 @cindex acciaccatura
2115
2116 Grace notes are ornaments that are written out.  The most common ones
2117 are acciaccatura, which should be played as very short.  It is denoted
2118 by a slurred small note with a slashed stem.  The appoggiatura is a
2119 grace note that takes a fixed fraction of the main note, and is
2120 denoted as a slurred note in small print without a slash.  They
2121 are entered with the commands @code{\acciaccatura} and
2122 @code{\appoggiatura}, as demonstrated in the following example
2123
2124 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2125 b4 \acciaccatura d8 c4 \appoggiatura e8 d4
2126 \acciaccatura { g16[ f] } e4
2127 @end lilypond
2128
2129 Both are special forms of the @code{\grace} command.  By prefixing this
2130 keyword to a music expression, a new one is formed, which will be
2131 printed in a smaller font and takes up no logical time in a measure.
2132
2133 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2134 c4 \grace c16 c4
2135 \grace { c16[ d16] } c2 c4
2136 @end lilypond
2137
2138 @noindent
2139 Unlike @code{\acciaccatura} and @code{\appoggiatura}, the
2140 @code{\grace} command does not start a slur.
2141
2142 Internally, timing for grace notes is done using a second, `grace'
2143 timing.  Every point in time consists of two rational numbers: one
2144 denotes the logical time, one denotes the grace timing.  The above
2145 example is shown here with timing tuples
2146
2147 @lilypond[quote,ragged-right]
2148 <<
2149   \relative c''{
2150     c4 \grace c16 c4 \grace {
2151     c16[ d16] } c2 c4
2152   }
2153   \new Lyrics \lyricmode {
2154     \override LyricText #'font-family = #'typewriter
2155
2156     \markup { (0,0) } 4
2157     \grace { \markup {
2158       ( \fraction 1 4 , \fraction -1 16 ) } 16 }
2159     \markup { (\fraction 1 4 , 0 ) } 4
2160     \grace {
2161       \markup { (\fraction 2 4 , \fraction "-1" 8 ) } 16
2162       \markup { (\fraction 2 4 , \fraction "-1" 16 ) } 16
2163     }
2164     \markup { ( \fraction 2 4 , 0 ) }
2165   }
2166 >>
2167 @end lilypond
2168
2169 The placement of grace notes is synchronized between different staves.
2170 In the following example, there are two sixteenth grace notes for
2171 every eighth grace note
2172
2173 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2174 << \new Staff { e4 \grace { c16[ d e f] } e4 }
2175    \new Staff { c4 \grace { g8[ b] } c4 } >>
2176 @end lilypond
2177
2178 @funindex \afterGrace
2179
2180 If you want to end a note with a grace, use the @code{\afterGrace}
2181 command.  It takes two arguments: the main note, and the grace notes
2182 following the main note.
2183
2184 @lilypond[ragged-right, verbatim,relative=2,fragment]
2185 c1 \afterGrace d1 { c16[ d] } c4
2186 @end lilypond
2187
2188 This will put the grace notes after a ``space'' lasting 3/4 of the
2189 length of the main note.  The fraction 3/4 can be changed by setting
2190 @code{afterGraceFraction}, ie.
2191
2192 @example
2193 afterGraceFraction = #(cons 7 8)
2194 @end example
2195
2196 @noindent
2197 will put the grace note at 7/8 of the main note.
2198
2199 The same effect can be achieved manually by doing
2200
2201 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2202 \new Voice {
2203   << { d1^\trill_( }
2204      { s2 \grace { c16[ d] } } >>
2205   c4)
2206 }
2207 @end lilypond
2208
2209 @noindent
2210 By adjusting the duration of the skip note (here it is a half-note),
2211 the space between the main-note and the grace is adjusted.
2212
2213 A @code{\grace} section will introduce special typesetting settings,
2214 for example, to produce smaller type, and set directions.  Hence, when
2215 introducing layout tweaks, they should be inside the grace section,
2216 for example,
2217 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2218 \new Voice {
2219   \acciaccatura {
2220     \stemDown
2221     f16->
2222     \stemNeutral
2223   }
2224   g4
2225 }
2226 @end lilypond
2227
2228 @noindent
2229 The overrides should also be reverted inside the grace section.
2230
2231 The layout of grace sections can be changed throughout the music using
2232 the function @code{add-grace-property}.  The following example
2233 undefines the Stem direction for this grace, so stems do not always
2234 point up.
2235
2236 @example
2237 \new Staff @{
2238   #(add-grace-property 'Voice 'Stem 'direction '())
2239   @dots{}
2240 @}
2241 @end example
2242
2243 @noindent
2244 Another option is to change the variables @code{startGraceMusic},
2245 @code{stopGraceMusic}, @code{startAcciaccaturaMusic},
2246 @code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic},
2247 @code{stopAppoggiaturaMusic}.  More information is in the file
2248 @file{ly/@/grace@/-init@/.ly}.
2249
2250 @noindent
2251 The slash through the stem in acciaccaturas can be obtained
2252 in other situations by @code{\override Stem  #'stroke-style = #"grace"}.
2253
2254 @seealso
2255
2256 Program reference: @internalsref{GraceMusic}.
2257
2258
2259 @refbugs
2260
2261 A score that starts with a @code{\grace} section needs an explicit
2262 @code{\new Voice} declaration, otherwise the main note and the grace
2263 note end up on different staves.
2264
2265 Grace note synchronization can also lead to surprises.  Staff notation,
2266 such as key signatures, bar lines, etc., are also synchronized.  Take
2267 care when you mix staves with grace notes and staves without, for example,
2268
2269 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2270 << \new Staff { e4 \bar "|:" \grace c16 d4 }
2271    \new Staff { c4 \bar "|:" d4 } >>
2272 @end lilypond
2273
2274 @noindent
2275 This can be remedied by inserting grace skips of the corresponding
2276 durations in the other staves. For the above example
2277
2278 @example
2279 \new Staff @{ c4 \bar "|:" \grace s16 d4 @}
2280 @end example
2281
2282 Grace sections should only be used within sequential music
2283 expressions.  Nesting or juxtaposing grace sections is not supported,
2284 and might produce crashes or other errors.
2285
2286
2287
2288 @node Expressive marks
2289 @section Expressive marks
2290
2291 Expressive marks help musicians to bring more to the music than simple
2292 notes and rhythms.
2293
2294 @menu
2295 * Articulations::               
2296 * Fingering instructions::      
2297 * Dynamics::                    
2298 * Breath marks::                
2299 * Trills::                      
2300 * Glissando::                   
2301 * Arpeggio::                    
2302 @end menu
2303
2304
2305 @node Articulations
2306 @subsection Articulations
2307
2308 @cindex Articulations
2309 @cindex scripts
2310 @cindex ornaments
2311
2312 A variety of symbols can appear above and below notes to indicate
2313 different characteristics of the performance.  They are added to a note
2314 by adding a dash and the character signifying the
2315 articulation.  They are demonstrated here
2316
2317 @lilypondfile[quote,ragged-right]{script-abbreviations.ly}
2318
2319 The meanings of these shorthands can be changed.  See
2320 @file{ly/@/script@/-init@/.ly} for examples.
2321
2322 The script is automatically placed, but the direction can be forced as
2323 well.  Like other pieces of LilyPond code, @code{_} will place them
2324 below the staff, and @code{^} will place them above.
2325
2326 @lilypond[quote,ragged-right,fragment,verbatim]
2327 c''4^^ c''4_^
2328 @end lilypond
2329
2330 Other symbols can be added using the syntax
2331 @var{note}@code{\}@var{name}.  Again, they
2332 can be forced up or down using @code{^} and @code{_},
2333 e.g.,
2334
2335 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
2336 c\fermata c^\fermata c_\fermata
2337 @end lilypond
2338
2339 @cindex accent
2340 @cindex marcato
2341 @cindex staccatissimo
2342 @cindex espressivo
2343 @cindex fermata
2344 @cindex stopped
2345 @cindex staccato
2346 @cindex portato
2347 @cindex tenuto
2348 @cindex upbow
2349 @cindex downbow
2350 @cindex foot marks
2351 @cindex organ pedal marks
2352 @cindex turn
2353 @cindex open
2354 @cindex flageolet
2355 @cindex reverseturn
2356 @cindex trill
2357 @cindex prall
2358 @cindex mordent
2359 @cindex prallprall
2360 @cindex prallmordent
2361 @cindex prall, up
2362 @cindex prall, down
2363 @cindex mordent
2364 @cindex thumb marking
2365 @cindex segno
2366 @cindex coda
2367 @cindex varcoda
2368
2369 Here is a chart showing all scripts available,
2370
2371 @lilypondfile[ragged-right,quote]{script-chart.ly}
2372
2373
2374 @commonprop
2375
2376 The vertical ordering of scripts is controlled with the
2377 @code{script-priority} property.  The lower this number, the closer it
2378 will be put to the note.  In this example, the
2379 @internalsref{TextScript} (the sharp symbol) first has the lowest
2380 priority, so it is put lowest in the first example.  In the second, the
2381 prall trill (the @internalsref{Script}) has the lowest, so it is on the
2382 inside.  When two objects have the same priority, the order in which
2383 they are entered decides which one comes first.
2384
2385 @lilypond[verbatim,relative=3,ragged-right,fragment,quote]
2386 \once \override TextScript #'script-priority = #-100
2387 a4^\prall^\markup { \sharp }
2388
2389 \once \override Script #'script-priority = #-100
2390 a4^\prall^\markup { \sharp }
2391 @end lilypond
2392
2393
2394 @seealso
2395
2396 Program reference: @internalsref{Script}.
2397
2398
2399 @refbugs
2400
2401 These signs appear in the printed output but have no effect on the
2402 MIDI rendering of the music.
2403
2404
2405 @node Fingering instructions
2406 @subsection Fingering instructions
2407
2408 @cindex fingering
2409 @cindex finger change
2410
2411 Fingering instructions can be entered using
2412 @example
2413 @var{note}-@var{digit}
2414 @end example
2415 For finger changes, use markup texts
2416
2417 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2418 c4-1 c-2 c-3 c-4
2419 c^\markup { \finger "2 - 3" }
2420 @end lilypond
2421
2422 You can use the thumb-script to indicate that a note should be
2423 played with the thumb (e.g., in cello music)
2424 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2425 <a_\thumb a'-3>8 <b_\thumb b'-3>
2426 @end lilypond
2427
2428 Fingerings for chords can also be added to individual notes
2429 of the chord by adding them after the pitches
2430 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2431 < c-1 e-2 g-3 b-5 >4
2432 @end lilypond
2433
2434
2435 @commonprop
2436
2437 You may exercise greater control over fingering chords by
2438 setting @code{fingeringOrientations}
2439
2440 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2441 \set fingeringOrientations = #'(left down)
2442 <c-1 es-2 g-4 bes-5 > 4
2443 \set fingeringOrientations = #'(up right down)
2444 <c-1 es-2 g-4 bes-5 > 4
2445 @end lilypond
2446
2447 Using this feature, it is also possible to put fingering instructions
2448 very close to note heads in monophonic music,
2449
2450 @lilypond[verbatim,ragged-right,quote,fragment]
2451 \set fingeringOrientations = #'(right)
2452 <es'-2>4
2453 @end lilypond
2454
2455
2456 @seealso
2457
2458 Program reference: @internalsref{Fingering}.
2459
2460 Examples: @inputfileref{input/@/regression,finger@/-chords@/.ly}.
2461
2462
2463 @node Dynamics
2464 @subsection Dynamics
2465
2466 @cindex Dynamics
2467 @funindex \pppp
2468 @funindex \ppp
2469 @funindex \pp
2470 @funindex \p
2471 @funindex \mp
2472 @funindex \mf
2473 @funindex \f
2474 @funindex \ff
2475 @funindex \fff
2476 @funindex \ffff
2477 @funindex \fp
2478 @funindex \sf
2479 @funindex \sff
2480 @funindex \sp
2481 @funindex \spp
2482 @funindex \sfz
2483 @funindex \rfz
2484
2485 Absolute dynamic marks are specified using a command after a note
2486 @code{c4\ff}.  The available dynamic marks are @code{\ppppp},
2487 @code{\pppp}, @code{\ppp},
2488 @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff},
2489 @code{\fff}, @code{\ffff}, @code{\fp}, @code{\sf}, @code{\sff},
2490 @code{\sp}, @code{\spp}, @code{\sfz}, and @code{\rfz}.
2491
2492 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2493 c\ppp c\pp c \p c\mp c\mf c\f c\ff c\fff
2494 c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz
2495 @end lilypond
2496
2497 @funindex \<
2498 @funindex \>
2499 @funindex \!
2500
2501 A crescendo mark is started with @code{\<} and terminated with
2502 @code{\!} or an absolute dynamic.  A decrescendo is started with
2503 @code{\>} and is also terminated with @code{\!} or an absolute
2504 dynamic.  @code{\cr} and @code{\decr} may be used instead of
2505 @code{\<} and @code{\>}.  Because these marks are bound to notes, you must
2506 use spacer notes if multiple marks are needed during one note
2507
2508 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2509 c\< c\! d\> e\!
2510 << f1 { s4 s4\< s4\! \> s4\! } >>
2511 @end lilypond
2512
2513 @noindent
2514 A hairpin starts at the left edge of the beginning note and ends on the
2515 right edge of the ending note.
2516
2517 In some situations the @code{\espressivo} articulation mark may
2518 be suitable to indicate a crescendo and decrescendo on the one note,
2519
2520 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2521 c2 b4 a g1\espressivo
2522 @end lilypond
2523
2524 This may give rise to very short hairpins.  Use @code{minimum-length}
2525 in @internalsref{Voice}.@internalsref{Hairpin} to lengthen them, for
2526 example
2527
2528 @example
2529 \override Staff.Hairpin #'minimum-length = #5
2530 @end example
2531
2532 @cindex crescendo
2533 @cindex decrescendo
2534 @cindex diminuendo
2535
2536 You can also use a text saying @emph{cresc.} instead of hairpins
2537
2538 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2539 \setTextCresc
2540 c\< d e f\!
2541 \setHairpinCresc
2542 e\> d c b\!
2543 \setTextDecresc
2544 c\> d e f\!
2545 \setTextDim
2546 e\> d c b\!
2547 @end lilypond
2548
2549 You can also supply your own texts
2550 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2551 \set crescendoText = \markup { \italic "cresc. poco" }
2552 \set crescendoSpanner = #'dashed-line
2553 a'2\< a a a\!\mf
2554 @end lilypond
2555
2556 To create new dynamic marks or text that should be aligned
2557 with dynamics, see @ref{New dynamic marks}.
2558
2559
2560 @commonprop
2561
2562 Dynamics that occur at, begin on, or end on, the same note
2563 will be vertically aligned.  If you want to ensure that dynamics
2564 are aligned when they do not occur on the same note, you can
2565 increase the @code{staff-padding} property.
2566
2567 @example
2568 \override DynamicLineSpanner #'staff-padding = #4
2569 @end example
2570
2571 You may also use this property if the dynamics are colliding
2572 with other notation.
2573
2574 Crescendi and decrescendi that end on the first note of a
2575 new line are not printed.  To change this behavior, use
2576
2577 @example
2578 \override Score.Hairpin #'after-line-breaking = ##t
2579 @end example
2580
2581 Text style dynamic changes (such as cresc. and dim.) are printed with a
2582 dashed line showing their extent.  To surpress printing this line, use
2583
2584 @example
2585 \override DynamicTextSpanner #'dash-period = #-1.0
2586 @end example
2587
2588
2589 @refcommands
2590
2591 @funindex \dynamicUp
2592 @code{\dynamicUp},
2593 @funindex \dynamicDown
2594 @code{\dynamicDown},
2595 @funindex \dynamicNeutral
2596 @code{\dynamicNeutral}.
2597
2598
2599 @seealso
2600
2601 Program reference: @internalsref{DynamicText}, @internalsref{Hairpin}.
2602 Vertical positioning of these symbols is handled by
2603 @internalsref{DynamicLineSpanner}.
2604
2605
2606 @node Breath marks
2607 @subsection Breath marks
2608
2609 Breath marks are entered using @code{\breathe}
2610
2611 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2612 c'4 \breathe d4
2613 @end lilypond
2614
2615
2616 @commonprop
2617
2618 The glyph of the breath mark can be tuned by overriding the
2619 @code{text} property of the @code{BreathingSign} layout object with
2620 any markup text.  For example,
2621 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
2622 c'4
2623 \override BreathingSign #'text
2624   = #(make-musicglyph-markup "scripts.rvarcomma")
2625 \breathe
2626 d4
2627 @end lilypond
2628
2629 @seealso
2630
2631 Program reference: @internalsref{BreathingSign}.
2632
2633 Examples: @inputfileref{input/@/regression,breathing@/-sign@/.ly}.
2634
2635
2636 @node Trills
2637 @subsection Trills
2638
2639 Short trills are printed like normal articulation; see @ref{Articulations}.
2640
2641 Long running trills are made with @code{\startTrillSpan} and
2642 @code{\stopTrillSpan},
2643
2644 @lilypond[verbatim,ragged-right,relative=2,quote,fragment]
2645 \new Voice {
2646   << { c1 \startTrillSpan }
2647      { s2. \grace { d16[\stopTrillSpan e] } } >>
2648   c4 }
2649 @end lilypond
2650
2651 @cindex Pitched trills
2652
2653 Trills that should be executed on an explicitly specified pitch can be
2654 typeset with the command @code{pitchedTrill},
2655
2656 @lilypond[ragged-right,verbatim,fragment,relative=1]
2657 \pitchedTrill c4\startTrillSpan fis
2658 f\stopTrillSpan
2659 @end lilypond
2660
2661 The first argument is the main note.  The pitch of the second
2662 is printed as a stemless note head in parentheses.
2663
2664
2665 @refcommands
2666
2667 @code{\startTrillSpan},
2668 @funindex \startTrillSpan
2669 @code{\stopTrillSpan}.
2670 @funindex \stopTrillSpan
2671
2672
2673 @seealso
2674
2675 Program reference: @internalsref{TrillSpanner}.
2676
2677
2678 @node Glissando
2679 @subsection Glissando
2680
2681 @cindex Glissando
2682 @funindex \glissando
2683
2684 A glissando is a smooth change in pitch.  It is denoted by a line or a
2685 wavy line between two notes.  It is requested by attaching
2686 @code{\glissando} to a note
2687
2688 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2689 c2\glissando c'
2690 \override Glissando #'style = #'zigzag
2691 c2\glissando c,
2692 @end lilypond
2693
2694
2695 @seealso
2696
2697 Program reference: @internalsref{Glissando}.
2698
2699 Example files: @file{input/@/regression/@/glissando@/.ly}.
2700
2701
2702 @refbugs
2703
2704 Printing text over the line (such as @emph{gliss.}) is not supported.
2705
2706
2707 @node Arpeggio
2708 @subsection Arpeggio
2709
2710 @cindex Arpeggio
2711 @cindex broken chord
2712 @funindex \arpeggio
2713
2714 You can specify an arpeggio sign (also known as broken chord) on a
2715 chord by attaching an @code{\arpeggio} to a chord
2716
2717 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2718 <c e g c>\arpeggio
2719 @end lilypond
2720
2721 A square bracket on the left indicates that the player should not
2722 arpeggiate the chord
2723
2724 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2725 \arpeggioBracket
2726 <c' e g c>\arpeggio
2727 @end lilypond
2728
2729 The direction of the arpeggio is sometimes denoted by adding an
2730 arrowhead to the wiggly line
2731
2732 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2733 \new Voice {
2734   \arpeggioUp
2735   <c e g c>\arpeggio
2736   \arpeggioDown
2737   <c e g c>\arpeggio
2738 }
2739 @end lilypond
2740
2741
2742 @commonprop
2743
2744 When an arpeggio crosses staves, you may attach an arpeggio to the chords
2745 in both staves and set
2746 @internalsref{PianoStaff}.@code{connectArpeggios}
2747
2748 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2749 \new PianoStaff <<
2750   \set PianoStaff.connectArpeggios = ##t
2751   \new Staff { <c' e g c>\arpeggio }
2752   \new Staff { \clef bass <c,, e g>\arpeggio }
2753 >>
2754 @end lilypond
2755
2756
2757 @refcommands
2758
2759 @code{\arpeggio},
2760 @funindex \arpeggioUp
2761 @code{\arpeggioUp},
2762 @funindex \arpeggioDown
2763 @code{\arpeggioDown},
2764 @funindex \arpeggioNeutral
2765 @code{\arpeggioNeutral},
2766 @funindex \arpeggioBracket
2767 @code{\arpeggioBracket}.
2768
2769
2770 @seealso
2771
2772 Notation manual: @ref{Ties}, for writing out arpeggios.
2773
2774 Program reference: @internalsref{Arpeggio}.
2775
2776
2777 @refbugs
2778
2779 It is not possible to mix connected arpeggios and unconnected
2780 arpeggios in one @internalsref{PianoStaff} at the same point in time.
2781
2782
2783
2784
2785
2786 @node Repeats
2787 @section Repeats
2788
2789 Repetition is a central concept in music, and multiple notations exist
2790 for repetitions.
2791
2792 @menu
2793 * Repeat types::                
2794 * Repeat syntax::               
2795 * Repeats and MIDI::            
2796 * Manual repeat commands::      
2797 * Tremolo repeats::             
2798 * Tremolo subdivisions::        
2799 * Measure repeats::             
2800 @end menu
2801
2802
2803 @node Repeat types
2804 @subsection Repeat types
2805
2806 @cindex repeats
2807 @funindex \repeat
2808
2809 The following types of repetition are supported
2810
2811 @table @code
2812 @item unfold
2813 Repeated music is fully written (played) out.  This is useful when
2814 entering repetitious music.  This is the only kind of repeat that
2815 is included in MIDI output.
2816
2817 @item volta
2818 Repeats are not written out, but alternative endings (volte) are
2819 printed, left to right with brackets.  This is the standard notation
2820 for repeats with alternatives.  These are not played in MIDI output by
2821 default.
2822
2823 @ignore
2824 @item fold
2825 Alternative endings are written stacked.  This has limited use but may be
2826 used to typeset two lines of lyrics in songs with repeats, see
2827 @inputfileref{input,star-spangled-banner@/.ly}.
2828 @end ignore
2829
2830 @item tremolo
2831 Make tremolo beams.  These are not played in MIDI output by default.
2832
2833 @item percent
2834 Make beat or measure repeats.  These look like percent signs.  These
2835 are not played in MIDI output by default.  Percent repeats must be
2836 declared within a Voice context.
2837
2838 @end table
2839
2840
2841 @node Repeat syntax
2842 @subsection Repeat syntax
2843
2844 LilyPond has one syntactic construct for specifying different types of
2845 repeats.  The syntax is
2846
2847 @example
2848 \repeat @var{variant} @var{repeatcount} @var{repeatbody}
2849 @end example
2850
2851 If you have alternative endings, you may add
2852 @funindex \alternative
2853 @example
2854 \alternative @{
2855   @var{alternative1}
2856   @var{alternative2}
2857   @var{alternative3}
2858   @dots{}
2859 @}
2860 @end example
2861
2862 @noindent
2863 where each @var{alternative} is a music expression.  If you do not
2864 give enough alternatives for all of the repeats, the first alternative
2865 is assumed to be played more than once.
2866
2867 Standard repeats are used like this
2868 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2869 c1
2870 \repeat volta 2 { c4 d e f }
2871 \repeat volta 2 { f e d c }
2872 @end lilypond
2873
2874 With alternative endings
2875 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2876 c1
2877 \repeat volta 2 {c4 d e f}
2878 \alternative { {d2 d} {f f,} }
2879 @end lilypond
2880
2881 In this example, the first ending is not a complete bar (it
2882 only had 3 beats).  The beginning of the second ending
2883 contains the 4th beat from the first ending.  This ``extra''
2884 beat in the second ending is due to the first time ending,
2885 and has nothing to do with the @code{\partial} at the
2886 beginning of the example.
2887
2888 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2889 \new Staff {
2890   \partial 4
2891   \repeat volta 4 { e | c2 d2 | e2 f2 | }
2892   \alternative { { g4 g g } { a | a a a a | b2. } }
2893 }
2894 @end lilypond
2895
2896 It is possible to shorten volta brackets
2897 by setting @code{voltaSpannerDuration}.  In the next example, the
2898 bracket only lasts one measure, which is a duration of 3/4.
2899
2900 @lilypond[verbatim,ragged-right,quote]
2901 \relative c''{
2902   \time 3/4
2903   c c c
2904   \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4)
2905   \repeat "volta" 5 { d d d }
2906   \alternative { { e e e f f f }
2907   { g g g } }
2908 }
2909 @end lilypond
2910
2911
2912 @seealso
2913
2914 Examples:
2915
2916 Brackets for the repeat are normally only printed over the topmost
2917 staff.  This can be adjusted by setting the @code{voltaOnThisStaff}
2918 property; see @inputfileref{input/@/regression,volta@/-multi@/-staff@/.ly}.
2919
2920
2921 @refbugs
2922
2923 @cindex repeat, ambiguous
2924
2925 A nested repeat like
2926
2927 @example
2928 \repeat @dots{}
2929 \repeat @dots{}
2930 \alternative
2931 @end example
2932
2933 @noindent
2934 is ambiguous, since it is is not clear to which @code{\repeat} the
2935 @code{\alternative} belongs.  This ambiguity is resolved by always
2936 having the @code{\alternative} belong to the inner @code{\repeat}.
2937 For clarity, it is advisable to use braces in such situations.
2938
2939 Timing information is not remembered at the start of an alternative,
2940 so after a repeat timing information must be reset by hand, for
2941 example by setting @code{Score.measurePosition} or entering
2942 @code{\partial}.  Similarly, slurs or ties are also not repeated.
2943
2944
2945 @node Repeats and MIDI
2946 @subsection Repeats and MIDI
2947
2948 @cindex expanding repeats
2949 @funindex \unfoldRepeats
2950
2951 With a little bit of tweaking, all types of repeats can be present
2952 in the MIDI output.  This is achieved by applying the
2953 @code{\unfoldRepeats} music function.  This functions changes all
2954 repeats to unfold repeats.
2955
2956 @lilypond[quote,verbatim,fragment,line-width=8.0\cm]
2957 \unfoldRepeats {
2958   \repeat tremolo 8 {c'32 e' }
2959   \repeat percent 2 { c''8 d'' }
2960   \repeat volta 2 {c'4 d' e' f'}
2961   \alternative {
2962     { g' a' a' g' }
2963     {f' e' d' c' }
2964   }
2965 }
2966 \bar "|."
2967 @end lilypond
2968
2969 When creating a score file using @code{\unfoldRepeats} for midi, then
2970 it is necessary to make two @code{\score} blocks.  One for MIDI (with
2971 unfolded repeats) and one for notation (with volta, tremolo, and
2972 percent repeats).  For example,
2973
2974 @example
2975 \score @{
2976   @var{..music..}
2977   \layout @{ .. @}
2978 @}
2979 \score @{
2980   \unfoldRepeats @var{..music..}
2981   \midi @{ .. @}
2982 @}
2983 @end example
2984
2985
2986 @node Manual repeat commands
2987 @subsection Manual repeat commands
2988
2989 @funindex repeatCommands
2990
2991 The property @code{repeatCommands} can be used to control the layout of
2992 repeats.  Its value is a Scheme list of repeat commands.
2993
2994 @table @asis
2995 @item @code{start-repeat}
2996 Print a @code{|:} bar line.
2997
2998 @item @code{end-repeat}
2999 Print a @code{:|} bar line.
3000
3001 @item @code{(volta @var{text})}
3002 Print a volta bracket saying @var{text}: The text can be specified as
3003 a text string or as a markup text, see @ref{Text markup}.  Do not
3004 forget to change the font, as the default number font does not contain
3005 alphabetic characters;
3006
3007 @item @code{(volta #f)}
3008 Stop a running volta bracket.
3009 @end table
3010
3011 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
3012 c4
3013   \set Score.repeatCommands = #'((volta "93") end-repeat)
3014 c4 c4
3015   \set Score.repeatCommands = #'((volta #f))
3016 c4 c4
3017 @end lilypond
3018
3019
3020 @seealso
3021
3022 Program reference: @internalsref{VoltaBracket},
3023 @internalsref{RepeatedMusic},
3024 @internalsref{VoltaRepeatedMusic},
3025 @internalsref{UnfoldedRepeatedMusic}, and
3026 @internalsref{FoldedRepeatedMusic}.
3027
3028
3029 @node Tremolo repeats
3030 @subsection Tremolo repeats
3031
3032 @cindex tremolo beams
3033
3034 To place tremolo marks between notes, use @code{\repeat} with tremolo
3035 style
3036 @lilypond[quote,verbatim,ragged-right]
3037 \new Voice \relative c' {
3038   \repeat "tremolo" 8 { c16 d16 }
3039   \repeat "tremolo" 4 { c16 d16 }
3040   \repeat "tremolo" 2 { c16 d16 }
3041 }
3042 @end lilypond
3043
3044 Tremolo marks can also be put on a single note.  In this case, the
3045 note should not be surrounded by braces.
3046 @lilypond[quote,verbatim,ragged-right]
3047 \repeat "tremolo" 4 c'16
3048 @end lilypond
3049
3050 Similar output is obtained using the tremolo subdivision, described in
3051 @ref{Tremolo subdivisions}.
3052
3053
3054 @seealso
3055
3056 In this manual: @ref{Tremolo subdivisions}, @ref{Repeats}.
3057
3058 Program reference: @internalsref{Beam}, @internalsref{StemTremolo}.
3059
3060 Example files: @inputfileref{input/@/regression,chord@/-tremolo@/.ly},
3061 @inputfileref{input/@/regression,stem@/-tremolo@/.ly}.
3062
3063
3064 @node Tremolo subdivisions
3065 @subsection Tremolo subdivisions
3066
3067 @cindex tremolo marks
3068 @funindex tremoloFlags
3069
3070 Tremolo marks can be printed on a single note by adding
3071 `@code{:}[@var{number}]' after the note.  The number indicates the
3072 duration of the subdivision, and it must be at least 8.  A
3073 @var{length} value of 8 gives one line across the note stem.  If the
3074 length is omitted, the last value (stored in @code{tremoloFlags}) is
3075 used
3076
3077 @lilypond[quote,ragged-right,verbatim,fragment]
3078 c'2:8 c':32 | c': c': |
3079 @end lilypond
3080
3081
3082 @refbugs
3083
3084 Tremolos entered in this way do not carry over into the MIDI output.
3085
3086
3087 @seealso
3088
3089 In this manual: @ref{Tremolo repeats}.
3090
3091 Elsewhere: @internalsref{StemTremolo}.
3092
3093
3094 @node Measure repeats
3095 @subsection Measure repeats
3096
3097 @cindex percent repeats
3098 @cindex measure repeats
3099
3100 In the @code{percent} style, a note pattern can be repeated.  It is
3101 printed once, and then the pattern is replaced with a special sign.
3102 Patterns of one and two measures are replaced by percent-like signs,
3103 patterns that divide the measure length are replaced by slashes.
3104 Percent repeats must be declared within a @code{Voice} context.
3105
3106 @lilypond[quote,verbatim,ragged-right]
3107 \new Voice \relative c' {
3108   \repeat "percent" 4 { c4 }
3109   \repeat "percent" 2 { c2 es2 f4 fis4 g4 c4 }
3110 }
3111 @end lilypond
3112
3113 Measure repeats of more than 2 measures get a counter, if you switch
3114 on the @code{countPercentRepeats} property,
3115
3116 @lilypond[relative=2,fragment,quote,verbatim,ragged-right]
3117 \new Voice {
3118 \set countPercentRepeats = ##t
3119   \repeat "percent" 4 { c1 }
3120 }
3121 @end lilypond
3122
3123
3124
3125 Isolated percents can also be printed. This is done by putting a multi
3126 measure rest with a different print function,
3127
3128 @lilypond[fragment,verbatim]
3129 \override MultiMeasureRest #'stencil
3130   = #ly:multi-measure-rest::percent
3131 R1
3132 @end lilypond
3133
3134
3135
3136
3137 @seealso
3138
3139 Program reference: @internalsref{RepeatSlash},
3140 @internalsref{PercentRepeat}, @internalsref{DoublePercentRepeat},
3141 @internalsref{DoublePercentRepeatCounter},
3142 @internalsref{PercentRepeatCounter},
3143 @internalsref{PercentRepeatedMusic}.
3144
3145
3146