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