]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/basic-notation.itely
Merge branch 'master' into lilypond/translation
[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: @lsr{scheme,transpose-pitches-with-minimum-accidentals.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_break_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
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: @lsr{contemporary,compound-time-signature.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 @code{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 @lsr{staff,changing-the-number-of-lines-in-a-staff.ly} and
1902 @lsr{staff,changing-the-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: @lsrdir{staff}
1934
1935
1936 @node Writing music in parallel
1937 @subsection Writing music in parallel
1938
1939 @cindex Writing music in parallel
1940 @cindex Interleaved music
1941
1942 Music for multiple parts can be interleaved
1943
1944 @lilypond[quote,fragment,verbatim]
1945 \parallelMusic #'(voiceA voiceB) {
1946   r8     g'16[ c''] e''[ g' c'' e''] r8     g'16[ c''] e''[ g' c'' e''] |
1947   c'2                                c'2                                |
1948   r8     a'16[ d''] f''[ a' d'' f''] r8     a'16[ d''] f''[ a' d'' f''] |
1949   c'2                                c'2                                |
1950 }
1951 \new StaffGroup <<
1952   \new Staff \new Voice \voiceA
1953   \new Staff \new Voice \voiceB
1954 >>
1955 @end lilypond
1956
1957 This works quite well for piano music
1958
1959 @lilypond[quote,verbatim]
1960 music = {
1961   \key c \major
1962   \time 4/4
1963   \parallelMusic #'(voiceA voiceB voiceC voiceD) {
1964     % Bar 1
1965     r8  g'16[ c''] e''[ g' c'' e''] r8  g'16[ c''] e''[ g' c''
1966 e''] |
1967     c'2                                 c'2 |
1968     r8  a16[ d'] f'[ a d' f']       r8  a16[ d'] f'[ a d' f'] |
1969     c2                                  c2 |
1970
1971     % Bar 2
1972     a'8 b'      c'' d''    e'' f''    g'' a'' |
1973     d'4         d'         d'         d' |
1974     c16 d e f   d e f g    e f g a    f g a b |
1975     a,4         a,4        a,4        a,4 |
1976
1977     % Bar 3 ...
1978   }
1979 }
1980
1981 \score {
1982   \new PianoStaff <<
1983     \music
1984     \new Staff <<
1985       \voiceA \\
1986       \voiceB
1987     >>
1988     \new Staff {
1989       \clef bass
1990       <<
1991         \voiceC \\
1992         \voiceD
1993       >>
1994     }
1995   >>
1996 }
1997 @end lilypond
1998
1999
2000 @node Connecting notes
2001 @section Connecting notes
2002
2003 This section deals with notation that affects groups of notes.
2004
2005 @menu
2006 * Ties::                        
2007 * Slurs::                       
2008 * Phrasing slurs::              
2009 * Laissez vibrer ties::         
2010 * Automatic beams::             
2011 * Manual beams::                
2012 * Grace notes::                 
2013 @end menu
2014
2015
2016 @node Ties
2017 @subsection Ties
2018
2019 @cindex tie
2020 @funindex ~
2021
2022 A tie connects two adjacent note heads of the same pitch.  The tie in
2023 effect extends the length of a note.  Ties should not be confused with
2024 slurs, which indicate articulation, or phrasing slurs, which indicate
2025 musical phrasing.  A tie is entered using the tilde symbol @samp{~}
2026
2027 @lilypond[quote,ragged-right,fragment,verbatim]
2028 e' ~ e' <c' e' g'> ~ <c' e' g'>
2029 @end lilypond
2030
2031 When a tie is applied to a chord, all note heads whose pitches match
2032 are connected.  When no note heads match, no ties will be created.  Chords
2033 may be partially tied by placing the tie inside the chord,
2034
2035 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
2036 <c~ e g~ b> <c e g b>
2037 @end lilypond
2038
2039 A tie is just a way of extending a note duration, similar to the
2040 augmentation dot.  The following example shows two ways of notating
2041 exactly the same concept
2042
2043 @lilypond[quote,fragment,ragged-right]
2044 \time 3/4 c'2. c'2 ~ c'4
2045 @end lilypond
2046
2047 @noindent
2048 Ties are used either when the note crosses a bar line, or when dots
2049 cannot be used to denote the rhythm.  When using ties, larger note
2050 values should be aligned to subdivisions of the measure, such as
2051
2052 @lilypond[fragment,quote,ragged-right]
2053 \relative {
2054   r8 c8 ~ c2 r4 | r8^"not" c2 ~ c8 r4
2055 }
2056 @end lilypond
2057
2058 If you need to tie a lot of notes over bars, it may be easier to use
2059 automatic note splitting (see @ref{Automatic note splitting}).  This
2060 mechanism automatically splits long notes, and ties them across bar
2061 lines.
2062
2063 @funindex \repeatTie
2064
2065 When a second alternative of a repeat starts with a tied note, you
2066 have to repeat the tie. This can be achieved with @code{\repeatTie},
2067
2068 @lilypond[fragment,quote,ragged-right,relative=2]
2069 r <c e g>\repeatTie
2070 @end lilypond
2071
2072 @cindex repeating ties
2073 @cindex volta brackets and ties
2074
2075 @commonprop
2076
2077 Ties are sometimes used to write out arpeggios.  In this case, two tied
2078 notes need not be consecutive.  This can be achieved by setting the
2079 @code{tieWaitForNote} property to true. The same feature is also useful,
2080 for example, to tie a tremolo to a chord. For example,
2081
2082 @lilypond[fragment,verbatim,relative=1,ragged-right,quote]
2083 \set tieWaitForNote = ##t
2084 \grace { c16[~ e~ g]~ } <c, e g>2
2085 \repeat "tremolo" 8 { c32~ c'~ } <c c,>1
2086 e8~ c~ a~ f~ <e' c a f>2
2087 @end lilypond
2088
2089 Ties may be engraved manually by changing the @code{tie-configuration}
2090 property.  The first number indicates the distance from the center
2091 of the staff in staff-spaces, and the second number indicates the
2092 direction (1=up, -1=down).
2093
2094 @lilypond[fragment,verbatim,relative=1,ragged-right,quote]
2095 <c e g>2~ <c e g> |
2096 \override TieColumn #'tie-configuration =
2097   #'((0.0 . 1) (-2.0 . 1) (-4.0 . 1))
2098 <c e g>~ <c e g> |
2099 @end lilypond
2100
2101
2102 @refcommands
2103
2104
2105 @funindex \tieUp
2106 @code{\tieUp},
2107 @funindex \tieDown
2108 @code{\tieDown},
2109 @funindex \tieNeutral
2110 @code{\tieNeutral},
2111 @funindex \tieDotted
2112 @code{\tieDotted},
2113 @funindex \tieDashed
2114 @code{\tieDashed},
2115 @funindex \tieSolid
2116 @code{\tieSolid}.
2117
2118
2119 @seealso
2120
2121 In this manual: @ref{Automatic note splitting}.
2122
2123 Program reference: @internalsref{Tie}.
2124
2125
2126 @refbugs
2127
2128 Switching staves when a tie is active will not produce a slanted tie.
2129
2130 Changing clefs or octavations during a tie is not really
2131 well-defined.  In these cases, a slur may be preferable.
2132
2133
2134 @node Slurs
2135 @subsection Slurs
2136
2137 @cindex Slurs
2138
2139 A slur indicates that notes are to be played bound or
2140 @emph{legato}.  They are entered using parentheses
2141
2142 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
2143 f( g a) a8 b( a4 g2 f4)
2144 <c e>2( <b d>2)
2145 @end lilypond
2146
2147 The direction of a slur can be specified with
2148 @code{\slur@emph{DIR}}, where @code{@emph{DIR}} is
2149 either @code{Up}, @code{Down}, or @code{Neutral} (automatically
2150 selected).
2151
2152 However, there is a convenient shorthand for forcing slur
2153 directions.  By adding @code{_} or @code{^} before the opening
2154 parentheses, the direction is also set.  For example,
2155
2156 @lilypond[relative=2,ragged-right,quote,verbatim,fragment]
2157 c4_( c) c^( c)
2158 @end lilypond
2159
2160 Only one slur can be printed at once.  If you need to print a long
2161 slur over a few small slurs, please see @ref{Phrasing slurs}.
2162
2163
2164 @commonprop
2165
2166 Some composers write two slurs when they want legato chords.  This can
2167 be achieved in LilyPond by setting @code{doubleSlurs},
2168
2169 @lilypond[verbatim,ragged-right,relative,fragment,quote]
2170 \set doubleSlurs = ##t
2171 <c e>4 ( <d f> <c e> <d f> )
2172 @end lilypond
2173
2174
2175 @refcommands
2176
2177 @funindex \slurUp
2178 @code{\slurUp},
2179 @funindex \slurDown
2180 @code{\slurDown},
2181 @funindex \slurNeutral
2182 @code{\slurNeutral},
2183 @funindex \slurDashed
2184 @code{\slurDashed},
2185 @funindex \slurDotted
2186 @code{\slurDotted},
2187 @funindex \slurSolid
2188 @code{\slurSolid}.
2189
2190 @seealso
2191
2192 Program reference: @seeinternals{Slur}.
2193
2194
2195 @node Phrasing slurs
2196 @subsection Phrasing slurs
2197
2198 @cindex phrasing slurs
2199 @cindex phrasing marks
2200
2201 A phrasing slur (or phrasing mark) connects notes and is used to
2202 indicate a musical sentence.  It is written using @code{\(} and @code{\)}
2203 respectively
2204
2205 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
2206 \time 6/4 c'\( d( e) f( e) d\)
2207 @end lilypond
2208
2209 Typographically, the phrasing slur behaves almost exactly like a
2210 normal slur.  However, they are treated as different objects.  A
2211 @code{\slurUp} will have no effect on a phrasing slur; instead, use
2212 @code{\phrasingSlurUp}, @code{\phrasingSlurDown}, and
2213 @code{\phrasingSlurNeutral}.
2214
2215 You cannot have simultaneous phrasing slurs.
2216
2217
2218 @refcommands
2219
2220 @funindex \phrasingSlurUp
2221 @code{\phrasingSlurUp},
2222 @funindex \phrasingSlurDown
2223 @code{\phrasingSlurDown},
2224 @funindex \phrasingSlurNeutral
2225 @code{\phrasingSlurNeutral}.
2226
2227
2228 @seealso
2229
2230 Program reference: @internalsref{PhrasingSlur}.
2231
2232
2233 @node Laissez vibrer ties
2234 @subsection Laissez vibrer ties
2235 @cindex Laissez vibrer
2236 @cindex Ties, laissez vibrer
2237
2238 L.v. ties (laissez vibrer) indicate that notes must not be damped at the
2239 end. It is used in notation for piano, harp and other string and
2240 percussion instruments. They can be entered using @code{\laissezVibrer},
2241
2242 @lilypond[fragment,ragged-right,verbatim,relative=1]
2243 <c f g>\laissezVibrer
2244 @end lilypond
2245
2246 @seealso
2247
2248 Program reference:
2249 @internalsref{LaissezVibrerTie}
2250 @internalsref{LaissezVibrerTieColumn}
2251
2252 Example files:
2253 @lsr{connecting,laissez-vibrer-ties.ly}
2254
2255
2256 @node Automatic beams
2257 @subsection Automatic beams
2258
2259 LilyPond inserts beams automatically
2260
2261 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2262 \time 2/4 c8 c c c \time 6/8 c c c c8. c16 c8
2263 @end lilypond
2264
2265 When these automatic decisions are not good enough, beaming can be
2266 entered explicitly.  It is also possible to define beaming patterns
2267 that differ from the defaults.  See @ref{Setting automatic beam behavior},
2268 for details.
2269
2270 Individual notes may be marked with @code{\noBeam} to prevent them
2271 from being beamed
2272
2273 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2274 \time 2/4 c8 c\noBeam c c
2275 @end lilypond
2276
2277
2278 @seealso
2279
2280 Program reference: @internalsref{Beam}.
2281
2282
2283 @node Manual beams
2284 @subsection Manual beams
2285
2286 @cindex beams, manual
2287 @funindex ]
2288 @funindex [
2289
2290 In some cases it may be necessary to override the automatic beaming
2291 algorithm.  For example, the autobeamer will not put beams over rests
2292 or bar lines.  Such beams are specified manually by marking the begin
2293 and end point with @code{[} and @code{]}
2294
2295 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2296 {
2297   r4 r8[ g' a r8] r8 g[ | a] r8
2298 }
2299 @end lilypond
2300
2301
2302 @commonprop
2303
2304 @funindex stemLeftBeamCount
2305 @funindex stemRightBeamCount
2306
2307
2308 LilyPond can automatically determine beaming patterns within a beam,
2309 but this automatic behavior can sometimes produce odd results;
2310 therefore the @code{stemLeftBeamCount} and @code{stemRightBeamCount} properties can
2311 be used to override the defaults.  If
2312 either property is set, its value will be used only once, and then it
2313 is erased.
2314
2315 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2316 {
2317    f8[ r16
2318       f g a]
2319    f8[ r16
2320    \set stemLeftBeamCount = #1
2321       f g a]
2322 }
2323 @end lilypond
2324
2325 The property @code{subdivideBeams} can be set in order to subdivide
2326 all 16th or shorter beams at beat positions, as defined by the
2327 @code{beatLength} property.
2328
2329 @lilypond[fragment,quote,relative=2,verbatim]
2330 c16[ c c c c c c c]
2331 \set subdivideBeams = ##t
2332 c16[ c c c c c c c]
2333 \set Score.beatLength = #(ly:make-moment 1 8)
2334 c16[ c c c c c c c]
2335 @end lilypond
2336 @funindex subdivideBeams
2337
2338 @noindent
2339 For more information about @code{make-moment}, see
2340 @ref{Time administration}.
2341
2342 Line breaks are normally forbidden when beams cross bar lines.  This
2343 behavior can be changed by setting @code{breakable}.
2344
2345 @funindex breakable
2346
2347 @cindex beams and line breaks
2348 @cindex beams, kneed
2349 @cindex kneed beams
2350 @cindex auto-knee-gap
2351
2352 Kneed beams are inserted automatically when a large gap is detected
2353 between the note heads.  This behavior can be tuned through the
2354 @code{auto-knee-gap} object.
2355
2356
2357 @refbugs
2358
2359 Automatically kneed cross-staff beams cannot be used together with
2360 hidden staves.  See @ref{Hiding staves}.
2361
2362 @c Is this still true with skyline spacing stuff? -J.Mandereau
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 @cindex timing, internal
2403
2404 Internally, timing for grace notes is done using a second, @q{grace}
2405 timing.  Every point in time consists of two rational numbers: one
2406 denotes the logical time, one denotes the grace timing.  The above
2407 example is shown here with timing tuples
2408
2409 @lilypond[quote,ragged-right]
2410 <<
2411   \relative c''{
2412     c4 \grace c16 c4 \grace {
2413     c16[ d16] } c2 c4
2414   }
2415   \new Lyrics \lyricmode {
2416     \override LyricText #'font-family = #'typewriter
2417
2418     \markup { (0,0) } 4
2419     \grace { \markup {
2420       ( \fraction 1 4 , \fraction -1 16 ) } 16 }
2421     \markup { (\fraction 1 4 , 0 ) } 4
2422     \grace {
2423       \markup { (\fraction 2 4 , \fraction "-1" 8 ) } 16
2424       \markup { (\fraction 2 4 , \fraction "-1" 16 ) } 16
2425     }
2426     \markup { ( \fraction 2 4 , 0 ) }
2427   }
2428 >>
2429 @end lilypond
2430
2431 The placement of grace notes is synchronized between different staves.
2432 In the following example, there are two sixteenth grace notes for
2433 every eighth grace note
2434
2435 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2436 << \new Staff { e4 \grace { c16[ d e f] } e4 }
2437    \new Staff { c4 \grace { g8[ b] } c4 } >>
2438 @end lilypond
2439
2440 @funindex \afterGrace
2441
2442 If you want to end a note with a grace, use the @code{\afterGrace}
2443 command.  It takes two arguments: the main note, and the grace notes
2444 following the main note.
2445
2446 @lilypond[ragged-right, verbatim,relative=2,fragment]
2447 c1 \afterGrace d1 { c16[ d] } c4
2448 @end lilypond
2449
2450 This will put the grace notes after a @q{space} lasting 3/4 of the
2451 length of the main note.  The fraction 3/4 can be changed by setting
2452 @code{afterGraceFraction}, ie.
2453
2454 @example
2455 #(define afterGraceFraction (cons 7 8))
2456 @end example
2457
2458 @noindent
2459 will put the grace note at 7/8 of the main note.
2460
2461 The same effect can be achieved manually by doing
2462
2463 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2464 \new Voice {
2465   << { d1^\trill_( }
2466      { s2 \grace { c16[ d] } } >>
2467   c4)
2468 }
2469 @end lilypond
2470
2471 @noindent
2472 By adjusting the duration of the skip note (here it is a half-note),
2473 the space between the main-note and the grace is adjusted.
2474
2475 A @code{\grace} music expression will introduce special typesetting settings,
2476 for example, to produce smaller type, and set directions.  Hence, when
2477 introducing layout tweaks, they should be inside the grace expression,
2478 for example,
2479
2480 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2481 \new Voice {
2482   \acciaccatura {
2483     \stemDown
2484     f16->
2485     \stemNeutral
2486   }
2487   g4
2488 }
2489 @end lilypond
2490
2491 @noindent
2492 The overrides should also be reverted inside the grace expression.
2493
2494 The layout of grace expressions can be changed throughout the music
2495 using the function @code{add-grace-property}.  The following example
2496 undefines the @code{Stem} direction for this grace, so that stems do not
2497 always point up.
2498
2499 @example
2500 \new Staff @{
2501   #(add-grace-property 'Voice 'Stem 'direction '())
2502   @dots{}
2503 @}
2504 @end example
2505
2506 @noindent
2507 Another option is to change the variables @code{startGraceMusic},
2508 @code{stopGraceMusic}, @code{startAcciaccaturaMusic},
2509 @code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic},
2510 @code{stopAppoggiaturaMusic}.  More information is in the file
2511 @file{ly/@/grace@/-init@/.ly}.
2512
2513 @noindent
2514 The slash through the stem in acciaccaturas can be obtained
2515 in other situations by @code{\override Stem  #'stroke-style = #"grace"}.
2516
2517
2518 @commonprop
2519
2520 Grace notes may be forced to use floating spacing,
2521
2522 @lilypond[relative=2,ragged-right]
2523 <<
2524   \override Score.SpacingSpanner #'strict-grace-spacing = ##t
2525   \new Staff {
2526      c'4
2527      \afterGrace
2528      c'4
2529      { c'16[ c'8 c'16] }
2530      c'4
2531   }  
2532   \new Staff {
2533      c'16[ c'16 c'16 c'16]
2534      c'16[ c'16 c'16 c'16]
2535      c'4
2536   }
2537 >>
2538 @end lilypond
2539
2540
2541 @seealso
2542
2543 Program reference: @internalsref{GraceMusic}.
2544
2545
2546 @refbugs
2547
2548 A score that starts with a @code{\grace} expression needs an explicit
2549 @code{\new Voice} declaration, otherwise the main note and the grace
2550 note end up on different staves.
2551
2552 Grace note synchronization can also lead to surprises.  Staff notation,
2553 such as key signatures, bar lines, etc., are also synchronized.  Take
2554 care when you mix staves with grace notes and staves without, for example,
2555
2556 @lilypond[quote,ragged-right,relative=2,verbatim,fragment]
2557 << \new Staff { e4 \bar "|:" \grace c16 d4 }
2558    \new Staff { c4 \bar "|:" d4 } >>
2559 @end lilypond
2560
2561 @noindent
2562 This can be remedied by inserting grace skips of the corresponding
2563 durations in the other staves. For the above example
2564
2565 @example
2566 \new Staff @{ c4 \bar "|:" \grace s16 d4 @}
2567 @end example
2568
2569 Grace sections should only be used within sequential music
2570 expressions.  Nesting or juxtaposing grace sections is not supported,
2571 and might produce crashes or other errors.
2572
2573
2574
2575 @node Expressive marks
2576 @section Expressive marks
2577
2578 Expressive marks help musicians to bring more to the music than simple
2579 notes and rhythms.
2580
2581 @menu
2582 * Articulations::               
2583 * Fingering instructions::      
2584 * Dynamics::                    
2585 * Breath marks::                
2586 * Trills::                      
2587 * Glissando::                   
2588 * Arpeggio::                    
2589 * Falls and doits::             
2590 @end menu
2591
2592
2593 @node Articulations
2594 @subsection Articulations
2595
2596 @cindex Articulations
2597 @cindex scripts
2598 @cindex ornaments
2599
2600 A variety of symbols can appear above and below notes to indicate
2601 different characteristics of the performance.  They are added to a note
2602 by adding a dash and the character signifying the
2603 articulation.  They are demonstrated here
2604
2605 @lilypondfile[quote,ragged-right]{script-abbreviations.ly}
2606
2607 The meanings of these shorthands can be changed.  See
2608 @file{ly/@/script@/-init@/.ly} for examples.
2609
2610 The script is automatically placed, but the direction can be forced as
2611 well.  Like other pieces of LilyPond code, @code{_} will place them
2612 below the staff, and @code{^} will place them above.
2613
2614 @lilypond[quote,ragged-right,fragment,verbatim]
2615 c''4^^ c''4_^
2616 @end lilypond
2617
2618 Other symbols can be added using the syntax
2619 @var{note}@code{\}@var{name}.  Again, they
2620 can be forced up or down using @code{^} and @code{_},
2621 e.g.,
2622
2623 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
2624 c\fermata c^\fermata c_\fermata
2625 @end lilypond
2626
2627 @cindex accent
2628 @cindex marcato
2629 @cindex staccatissimo
2630 @cindex espressivo
2631 @cindex fermata
2632 @cindex stopped
2633 @cindex staccato
2634 @cindex portato
2635 @cindex tenuto
2636 @cindex upbow
2637 @cindex downbow
2638 @cindex foot marks
2639 @cindex organ pedal marks
2640 @cindex turn
2641 @cindex open
2642 @cindex stopped
2643 @cindex flageolet
2644 @cindex reverseturn
2645 @cindex trill
2646 @cindex prall
2647 @cindex mordent
2648 @cindex prallprall
2649 @cindex prallmordent
2650 @cindex prall, up
2651 @cindex prall, down
2652 @cindex thumb marking
2653 @cindex segno
2654 @cindex coda
2655 @cindex varcoda
2656
2657 Here is a chart showing all scripts available,
2658
2659 @lilypondfile[ragged-right,quote]{script-chart.ly}
2660
2661
2662 @commonprop
2663
2664 The vertical ordering of scripts is controlled with the
2665 @code{script-priority} property.  The lower this number, the closer it
2666 will be put to the note.  In this example, the
2667 @internalsref{TextScript} (the sharp symbol) first has the lowest
2668 priority, so it is put lowest in the first example.  In the second, the
2669 prall trill (the @internalsref{Script}) has the lowest, so it is on the
2670 inside.  When two objects have the same priority, the order in which
2671 they are entered decides which one comes first.
2672
2673 @lilypond[verbatim,relative=3,ragged-right,fragment,quote]
2674 \once \override TextScript #'script-priority = #-100
2675 a4^\prall^\markup { \sharp }
2676
2677 \once \override Script #'script-priority = #-100
2678 a4^\prall^\markup { \sharp }
2679 @end lilypond
2680
2681
2682 @seealso
2683
2684 Program reference: @internalsref{Script}.
2685
2686
2687 @refbugs
2688
2689 These signs appear in the printed output but have no effect on the
2690 MIDI rendering of the music.
2691
2692
2693 @node Fingering instructions
2694 @subsection Fingering instructions
2695
2696 @cindex fingering
2697 @cindex finger change
2698
2699 Fingering instructions can be entered using
2700 @example
2701 @var{note}-@var{digit}
2702 @end example
2703 For finger changes, use markup texts
2704
2705 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2706 c4-1 c-2 c-3 c-4
2707 c^\markup { \finger "2 - 3" }
2708 @end lilypond
2709
2710 You can use the thumb-script to indicate that a note should be
2711 played with the thumb (e.g., in cello music)
2712 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2713 <a_\thumb a'-3>8 <b_\thumb b'-3>
2714 @end lilypond
2715
2716 Fingerings for chords can also be added to individual notes
2717 of the chord by adding them after the pitches
2718 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2719 < c-1 e-2 g-3 b-5 >4
2720 @end lilypond
2721
2722
2723 @commonprop
2724
2725 You may exercise greater control over fingering chords by
2726 setting @code{fingeringOrientations}
2727
2728 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
2729 \set fingeringOrientations = #'(left down)
2730 <c-1 es-2 g-4 bes-5 > 4
2731 \set fingeringOrientations = #'(up right down)
2732 <c-1 es-2 g-4 bes-5 > 4
2733 @end lilypond
2734
2735 Using this feature, it is also possible to put fingering instructions
2736 very close to note heads in monophonic music,
2737
2738 @lilypond[verbatim,ragged-right,quote,fragment]
2739 \set fingeringOrientations = #'(right)
2740 <es'-2>4
2741 @end lilypond
2742
2743
2744 @seealso
2745
2746 Program reference: @internalsref{Fingering}.
2747
2748 Examples: @lsr{expressive,fingering-chords.ly}
2749
2750
2751 @node Dynamics
2752 @subsection Dynamics
2753
2754 @cindex Dynamics
2755 @funindex \pppp
2756 @funindex \ppp
2757 @funindex \pp
2758 @funindex \p
2759 @funindex \mp
2760 @funindex \mf
2761 @funindex \f
2762 @funindex \ff
2763 @funindex \fff
2764 @funindex \ffff
2765 @funindex \fp
2766 @funindex \sf
2767 @funindex \sff
2768 @funindex \sp
2769 @funindex \spp
2770 @funindex \sfz
2771 @funindex \rfz
2772
2773 Absolute dynamic marks are specified using a command after a note
2774 @code{c4\ff}.  The available dynamic marks are @code{\ppppp},
2775 @code{\pppp}, @code{\ppp},
2776 @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff},
2777 @code{\fff}, @code{\ffff}, @code{\fp}, @code{\sf}, @code{\sff},
2778 @code{\sp}, @code{\spp}, @code{\sfz}, and @code{\rfz}.
2779
2780 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
2781 c\ppp c\pp c \p c\mp c\mf c\f c\ff c\fff
2782 c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz
2783 @end lilypond
2784
2785 @funindex \<
2786 @funindex \>
2787 @funindex \!
2788
2789 A crescendo mark is started with @code{\<} and terminated with
2790 @code{\!} or an absolute dynamic.  A decrescendo is started with
2791 @code{\>} and is also terminated with @code{\!} or an absolute
2792 dynamic.  @code{\cr} and @code{\decr} may be used instead of
2793 @code{\<} and @code{\>}.  Because these marks are bound to notes, you must
2794 use spacer notes if multiple marks are needed during one note
2795
2796 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2797 c\< c\! d\> e\!
2798 << f1 { s4 s4\< s4\! \> s4\! } >>
2799 @end lilypond
2800
2801 @noindent
2802 A hairpin normally starts at the left edge of the beginning note
2803 and ends on the right edge of the ending note.  If the ending
2804 note falls on the downbeat, the hairpin ends on the immediately
2805 preceding barline. This may be modified by setting the
2806 @code{hairpinToBarline} property,
2807
2808 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2809 \set hairpinToBarline = ##f
2810 c4\< c2. c4\!
2811 @end lilypond
2812
2813 In some situations the @code{\espressivo} articulation mark may
2814 be suitable to indicate a crescendo and decrescendo on the one note,
2815
2816 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
2817 c2 b4 a g1\espressivo
2818 @end lilypond
2819
2820 This may give rise to very short hairpins.  Use @code{minimum-length}
2821 in @internalsref{Voice}.@internalsref{Hairpin} to lengthen them, for
2822 example
2823
2824 @example
2825 \override Voice.Hairpin #'minimum-length = #5
2826 @end example
2827
2828 @cindex al niente
2829 @cindex niente, al
2830
2831 Hairpins may be printed with a circled tip (al niente notation) by
2832 setting the @code{circled-tip} property,
2833
2834 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2835 \override Hairpin #'circled-tip = ##t
2836 c2\< c\!
2837 c4\> c\< c2\!
2838 @end lilypond
2839
2840
2841 @cindex crescendo
2842 @cindex decrescendo
2843 @cindex diminuendo
2844
2845 You can also use text saying @emph{cresc.} instead of hairpins
2846
2847 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2848 \setTextCresc
2849 c\< d e f\!
2850 \setHairpinCresc
2851 e\> d c b\!
2852 \setTextDecresc
2853 c\> d e f\!
2854 \setTextDim
2855 e\> d c b\!
2856 @end lilypond
2857
2858 You can also supply your own texts
2859 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2860 \set crescendoText = \markup { \italic "cresc. poco" }
2861 \set crescendoSpanner = #'dashed-line
2862 a'2\< a a a\!\mf
2863 @end lilypond
2864
2865 To create new dynamic marks or text that should be aligned
2866 with dynamics, see @ref{New dynamic marks}.
2867
2868 Vertical positioning of dynamics is handled by
2869 @internalsref{DynamicLineSpanner}.
2870
2871
2872 @commonprop
2873
2874 Dynamics that occur at, begin on, or end on, the same note
2875 will be vertically aligned.  If you want to ensure that dynamics
2876 are aligned when they do not occur on the same note, you can
2877 increase the @code{staff-padding} property.
2878
2879 @example
2880 \override DynamicLineSpanner #'staff-padding = #4
2881 @end example
2882
2883 You may also use this property if the dynamics are colliding
2884 with other notation.
2885
2886 Crescendi and decrescendi that end on the first note of a
2887 new line are not printed.  To change this behavior, use
2888
2889 @example
2890 \override Score.Hairpin #'after-line-breaking = ##t
2891 @end example
2892
2893 Text style dynamic changes (such as @emph{cresc.} and @emph{dim.})
2894 are printed with a
2895 dashed line showing their extent.  To surpress printing this line, use
2896
2897 @example
2898 \override DynamicTextSpanner #'dash-period = #-1.0
2899 @end example
2900
2901
2902 @refcommands
2903
2904 @funindex \dynamicUp
2905 @code{\dynamicUp},
2906 @funindex \dynamicDown
2907 @code{\dynamicDown},
2908 @funindex \dynamicNeutral
2909 @code{\dynamicNeutral}.
2910
2911
2912 @seealso
2913
2914 Program reference: @internalsref{DynamicText}, @internalsref{Hairpin}.
2915 Vertical positioning of these symbols is handled by
2916 @internalsref{DynamicLineSpanner}.
2917
2918
2919 @node Breath marks
2920 @subsection Breath marks
2921
2922 Breath marks are entered using @code{\breathe}
2923
2924 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
2925 c'4 \breathe d4
2926 @end lilypond
2927
2928
2929 @commonprop
2930
2931 The glyph of the breath mark can be tuned by overriding the
2932 @code{text} property of the @code{BreathingSign} layout object with
2933 any markup text.  For example,
2934 @lilypond[quote,ragged-right,fragment,verbatim,relative=1]
2935 c'4
2936 \override BreathingSign #'text
2937   = #(make-musicglyph-markup "scripts.rvarcomma")
2938 \breathe
2939 d4
2940 @end lilypond
2941
2942 @seealso
2943
2944 Program reference: @internalsref{BreathingSign}.
2945
2946 Examples: @lsr{expressive,breathing-sign.ly}
2947
2948
2949 @node Trills
2950 @subsection Trills
2951
2952 Short trills are printed like normal articulation; see @ref{Articulations}.
2953
2954 Long running trills are made with @code{\startTrillSpan} and
2955 @code{\stopTrillSpan},
2956
2957 @lilypond[verbatim,ragged-right,relative=2,quote,fragment]
2958 \new Voice {
2959   << { c1 \startTrillSpan }
2960      { s2. \grace { d16[\stopTrillSpan e] } } >>
2961   c4 }
2962 @end lilypond
2963
2964 @cindex Pitched trills
2965
2966 Trills that should be executed on an explicitly specified pitch can be
2967 typeset with the command @code{pitchedTrill},
2968
2969 @lilypond[ragged-right,verbatim,fragment,relative=1,quote]
2970 \pitchedTrill c4\startTrillSpan fis
2971 f\stopTrillSpan
2972 @end lilypond
2973
2974 @noindent
2975 The first argument is the main note.  The pitch of the second
2976 is printed as a stemless note head in parentheses.
2977
2978
2979 @refcommands
2980
2981 @code{\startTrillSpan},
2982 @funindex \startTrillSpan
2983 @code{\stopTrillSpan}.
2984 @funindex \stopTrillSpan
2985
2986
2987 @seealso
2988
2989 Program reference: @internalsref{TrillSpanner}.
2990
2991
2992 @node Glissando
2993 @subsection Glissando
2994
2995 @cindex Glissando
2996 @funindex \glissando
2997
2998 A glissando is a smooth change in pitch.  It is denoted by a line or a
2999 wavy line between two notes.  It is requested by attaching
3000 @code{\glissando} to a note
3001
3002 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
3003 c2\glissando c'
3004 \override Glissando #'style = #'zigzag
3005 c2\glissando c,
3006 @end lilypond
3007
3008
3009 @seealso
3010
3011 Program reference: @internalsref{Glissando}.
3012
3013 Example files:
3014 @lsr{expressive,glissando.ly}, @lsr{expressive,line-styles.ly}
3015
3016
3017
3018 @refbugs
3019
3020 Printing text over the line (such as @emph{gliss.}) is not supported.
3021
3022
3023 @node Arpeggio
3024 @subsection Arpeggio
3025
3026 @cindex Arpeggio
3027 @cindex broken chord
3028 @funindex \arpeggio
3029
3030 You can specify an arpeggio sign (also known as broken chord) on a
3031 chord by attaching an @code{\arpeggio} to a chord
3032
3033 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
3034 <c e g c>\arpeggio
3035 @end lilypond
3036
3037 A square bracket on the left indicates that the player should not
3038 arpeggiate the chord
3039
3040 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
3041 \arpeggioBracket
3042 <c' e g c>\arpeggio
3043 @end lilypond
3044
3045 The direction of the arpeggio is sometimes denoted by adding an
3046 arrowhead to the wiggly line
3047
3048 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
3049 \new Voice {
3050   \arpeggioUp
3051   <c e g c>\arpeggio
3052   \arpeggioDown
3053   <c e g c>\arpeggio
3054 }
3055 @end lilypond
3056
3057
3058 @commonprop
3059
3060 When an arpeggio crosses staves, you may attach an arpeggio to the chords
3061 in both staves and set
3062 @internalsref{PianoStaff}.@code{connectArpeggios}
3063
3064 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
3065 \new PianoStaff <<
3066   \set PianoStaff.connectArpeggios = ##t
3067   \new Staff { <c' e g c>\arpeggio }
3068   \new Staff { \clef bass <c,, e g>\arpeggio }
3069 >>
3070 @end lilypond
3071
3072 @c TODO: cross-voice arpeggio example?
3073 @c such an example is already in LSR -J.Mandereau
3074
3075 @refcommands
3076
3077 @code{\arpeggio},
3078 @funindex \arpeggioUp
3079 @code{\arpeggioUp},
3080 @funindex \arpeggioDown
3081 @code{\arpeggioDown},
3082 @funindex \arpeggioNeutral
3083 @code{\arpeggioNeutral},
3084 @funindex \arpeggioBracket
3085 @code{\arpeggioBracket}.
3086
3087
3088 @seealso
3089
3090 Notation manual: @ref{Ties}, for writing out arpeggios.
3091
3092 Program reference: @internalsref{Arpeggio}.
3093
3094
3095 @refbugs
3096
3097 It is not possible to mix connected arpeggios and unconnected
3098 arpeggios in one @internalsref{PianoStaff} at the same point in time.
3099
3100
3101 @node Falls and doits
3102 @subsection Falls and doits
3103
3104 Falls and doits can be added to notes using the @code{\bendAfter}
3105 command,
3106
3107 @lilypond[fragment,ragged-right,relative=2]
3108 \override Score.SpacingSpanner #'shortest-duration-space = #3.0
3109 c4-\bendAfter #+5
3110 c4-\bendAfter #-3
3111 @end lilypond
3112
3113
3114 @node Repeats
3115 @section Repeats
3116
3117 Repetition is a central concept in music, and multiple notations exist
3118 for repetitions.
3119
3120 @menu
3121 * Repeat types::                
3122 * Repeat syntax::               
3123 * Repeats and MIDI::            
3124 * Manual repeat commands::      
3125 * Tremolo repeats::             
3126 * Tremolo subdivisions::        
3127 * Measure repeats::             
3128 @end menu
3129
3130
3131 @node Repeat types
3132 @subsection Repeat types
3133
3134 @cindex repeats
3135
3136 The following types of repetition are supported
3137
3138 @table @code
3139 @item unfold
3140 Repeated music is fully written (played) out.  This is useful when
3141 entering repetitious music.  This is the only kind of repeat that
3142 is included in MIDI output.
3143
3144 @item volta
3145 Repeats are not written out, but alternative endings (volte) are
3146 printed, left to right with brackets.  This is the standard notation
3147 for repeats with alternatives.  These are not played in MIDI output by
3148 default.
3149
3150
3151 @item tremolo
3152 Make tremolo beams.  These are not played in MIDI output by default.
3153
3154 @item percent
3155 Make beat or measure repeats.  These look like percent signs.  These
3156 are not played in MIDI output by default.  Percent repeats must be
3157 declared within a @code{Voice} context.
3158
3159 @end table
3160
3161
3162 @node Repeat syntax
3163 @subsection Repeat syntax
3164
3165 @cindex volta
3166 @cindex prima volta
3167 @cindex seconda volta
3168 @funindex \repeat
3169
3170 LilyPond has one syntactic construct for specifying different types of
3171 repeats.  The syntax is
3172
3173 @example
3174 \repeat @var{variant} @var{repeatcount} @var{repeatbody}
3175 @end example
3176
3177 If you have alternative endings, you may add
3178 @funindex \alternative
3179 @example
3180 \alternative @{
3181   @var{alternative1}
3182   @var{alternative2}
3183   @var{alternative3}
3184   @dots{}
3185 @}
3186 @end example
3187
3188 @noindent
3189 where each @var{alternative} is a music expression.  If you do not
3190 give enough alternatives for all of the repeats, the first alternative
3191 is assumed to be played more than once.
3192
3193 Standard repeats are used like this
3194
3195 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
3196 c1
3197 \repeat volta 2 { c4 d e f }
3198 \repeat volta 2 { f e d c }
3199 @end lilypond
3200
3201 With alternative endings
3202
3203 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
3204 c1
3205 \repeat volta 2 {c4 d e f}
3206 \alternative { {d2 d} {f f,} }
3207 @end lilypond
3208
3209 Repeats with upbeats may be created.
3210
3211 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
3212 \new Staff {
3213   \partial 4 e |
3214   \repeat volta 4 { c2 d2 | e2 f2 | }
3215   \alternative { { g4 g g e } { a a a a | b2. } }
3216 }
3217 @end lilypond
3218
3219 @noindent
3220 or
3221
3222 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
3223 \new Staff {
3224   \partial 4 
3225   \repeat volta 4 { e | c2 d2 | e2 f2 | }
3226   \alternative { { \partial 4*3 g4 g g } { a a a a | b2. } }
3227 }
3228 @end lilypond
3229
3230
3231
3232 @funindex \repeatTie
3233
3234 Ties may be added to a second ending,
3235
3236 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
3237 c1
3238 \repeat volta 2 {c4 d e f ~ }
3239 \alternative { {f2 d} {f\repeatTie f,} }
3240 @end lilypond
3241
3242 It is possible to shorten volta brackets
3243 by setting @code{voltaSpannerDuration}.  In the next example, the
3244 bracket only lasts one measure, which is a duration of 3/4.
3245
3246 @lilypond[verbatim,ragged-right,quote]
3247 \relative c''{
3248   \time 3/4
3249   c c c
3250   \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4)
3251   \repeat "volta" 5 { d d d }
3252   \alternative { { e e e f f f }
3253   { g g g } }
3254 }
3255 @end lilypond
3256
3257 If you want to start a repeat at the beginning of a line and have a
3258 double bar at the end of the previous line, use
3259 @example
3260 @dots{} \bar "||:" \break 
3261 \repeat volta 2 @{ @dots{} 
3262 @end example
3263 see @ref{Bar lines} for more information.
3264
3265 @seealso
3266
3267 Examples:
3268
3269 Brackets for the repeat are normally only printed over the topmost
3270 staff.  This can be adjusted by moving @code{Volta_engraver} to the
3271 Staff context where you want the brackets to appear;
3272 see @ref{Modifying context plug-ins} and
3273
3274 @lsr{repeats,volta@/-multi@/-staff@/.ly}.
3275
3276
3277 @refbugs
3278
3279 @cindex repeat, ambiguous
3280
3281 A nested repeat like
3282
3283 @example
3284 \repeat @dots{}
3285 \repeat @dots{}
3286 \alternative
3287 @end example
3288
3289 @noindent
3290 is ambiguous, since it is is not clear to which @code{\repeat} the
3291 @code{\alternative} belongs.  This ambiguity is resolved by always
3292 having the @code{\alternative} belong to the inner @code{\repeat}.
3293 For clarity, it is advisable to use braces in such situations.
3294
3295 Timing information is not remembered at the start of an alternative,
3296 so after a repeat timing information must be reset by hand; for
3297 example, by setting @code{Score.measurePosition} or entering
3298 @code{\partial}.  Similarly, slurs or ties are also not repeated.
3299
3300 Volta brackets are not vertically aligned.
3301
3302
3303 @node Repeats and MIDI
3304 @subsection Repeats and MIDI
3305
3306 @cindex expanding repeats
3307 @funindex \unfoldRepeats
3308
3309 With a little bit of tweaking, all types of repeats can be present
3310 in the MIDI output.  This is achieved by applying the
3311 @code{\unfoldRepeats} music function.  This function changes all
3312 repeats to unfold repeats.
3313
3314 @lilypond[quote,verbatim,fragment,line-width=8.0\cm]
3315 \unfoldRepeats {
3316   \repeat tremolo 8 {c'32 e' }
3317   \repeat percent 2 { c''8 d'' }
3318   \repeat volta 2 {c'4 d' e' f'}
3319   \alternative {
3320     { g' a' a' g' }
3321     {f' e' d' c' }
3322   }
3323 }
3324 \bar "|."
3325 @end lilypond
3326
3327 When creating a score file using @code{\unfoldRepeats} for MIDI,
3328 it is necessary to make two @code{\score} blocks: one for MIDI (with
3329 unfolded repeats) and one for notation (with volta, tremolo, and
3330 percent repeats).  For example,
3331
3332 @example
3333 \score @{
3334   @var{..music..}
3335   \layout @{ .. @}
3336 @}
3337 \score @{
3338   \unfoldRepeats @var{..music..}
3339   \midi @{ .. @}
3340 @}
3341 @end example
3342
3343
3344 @node Manual repeat commands
3345 @subsection Manual repeat commands
3346
3347 @funindex repeatCommands
3348
3349 The property @code{repeatCommands} can be used to control the layout of
3350 repeats.  Its value is a Scheme list of repeat commands.
3351
3352 @table @asis
3353 @item @code{start-repeat}
3354 Print a @code{|:} bar line.
3355
3356 @item @code{end-repeat}
3357 Print a @code{:|} bar line.
3358
3359 @item @code{(volta @var{text})}
3360 Print a volta bracket saying @var{text}: The text can be specified as
3361 a text string or as a markup text, see @ref{Text markup}.  Do not
3362 forget to change the font, as the default number font does not contain
3363 alphabetic characters;
3364
3365 @item @code{(volta #f)}
3366 Stop a running volta bracket.
3367 @end table
3368
3369 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
3370 c4
3371   \set Score.repeatCommands = #'((volta "93") end-repeat)
3372 c4 c4
3373   \set Score.repeatCommands = #'((volta #f))
3374 c4 c4
3375 @end lilypond
3376
3377
3378 @seealso
3379
3380 Program reference: @internalsref{VoltaBracket},
3381 @internalsref{RepeatedMusic},
3382 @internalsref{VoltaRepeatedMusic}, and
3383 @internalsref{UnfoldedRepeatedMusic}.
3384
3385
3386 @node Tremolo repeats
3387 @subsection Tremolo repeats
3388
3389 @cindex tremolo beams
3390
3391 To place tremolo marks between notes, use @code{\repeat} with tremolo
3392 style
3393 @lilypond[quote,verbatim,ragged-right]
3394 \new Voice \relative c' {
3395   \repeat "tremolo" 8 { c16 d16 }
3396   \repeat "tremolo" 4 { c16 d16 }
3397   \repeat "tremolo" 2 { c16 d16 }
3398 }
3399 @end lilypond
3400
3401 Tremolo marks can also be put on a single note.  In this case, the
3402 note should not be surrounded by braces.
3403 @lilypond[quote,verbatim,ragged-right]
3404 \repeat "tremolo" 4 c'16
3405 @end lilypond
3406
3407 Similar output is obtained using the tremolo subdivision, described in
3408 @ref{Tremolo subdivisions}.
3409
3410
3411 @seealso
3412
3413 In this manual: @ref{Tremolo subdivisions}, @ref{Repeats}.
3414
3415 Program reference: @internalsref{Beam}, @internalsref{StemTremolo}.
3416
3417
3418 @node Tremolo subdivisions
3419 @subsection Tremolo subdivisions
3420
3421 @cindex tremolo marks
3422 @funindex tremoloFlags
3423
3424 Tremolo marks can be printed on a single note by adding
3425 @q{@code{:}[@var{number}]} after the note.  The number indicates the
3426 duration of the subdivision, and it must be at least 8.  A
3427 @var{length} value of 8 gives one line across the note stem.  If the
3428 length is omitted, the last value (stored in @code{tremoloFlags}) is
3429 used
3430
3431 @lilypond[quote,ragged-right,verbatim,fragment]
3432 c'2:8 c':32 | c': c': |
3433 @end lilypond
3434
3435
3436 @refbugs
3437
3438 Tremolos entered in this way do not carry over into the MIDI output.
3439
3440
3441 @seealso
3442
3443 In this manual: @ref{Tremolo repeats}.
3444
3445 Elsewhere: @internalsref{StemTremolo}.
3446
3447
3448 @node Measure repeats
3449 @subsection Measure repeats
3450
3451 @cindex percent repeats
3452 @cindex measure repeats
3453
3454 In the @code{percent} style, a note pattern can be repeated.  It is
3455 printed once, and then the pattern is replaced with a special sign.
3456 Patterns of one and two measures are replaced by percent-like signs,
3457 patterns that divide the measure length are replaced by slashes.
3458 Percent repeats must be declared within a @code{Voice} context.
3459
3460 @lilypond[quote,verbatim,ragged-right]
3461 \new Voice \relative c' {
3462   \repeat "percent" 4 { c4 }
3463   \repeat "percent" 2 { c2 es2 f4 fis4 g4 c4 }
3464 }
3465 @end lilypond
3466
3467 Measure repeats of more than 2 measures get a counter, if you switch
3468 on the @code{countPercentRepeats} property,
3469
3470 @lilypond[relative=2,fragment,quote,verbatim,ragged-right]
3471 \new Voice {
3472 \set countPercentRepeats = ##t
3473   \repeat "percent" 4 { c1 }
3474 }
3475 @end lilypond
3476
3477
3478
3479 Isolated percents can also be printed. This is done by putting a
3480 multi-measure rest with a different print function,
3481
3482 @lilypond[fragment,verbatim,quote]
3483 \override MultiMeasureRest #'stencil
3484   = #ly:multi-measure-rest::percent
3485 R1
3486 @end lilypond
3487
3488
3489
3490
3491 @seealso
3492
3493 Program reference: @internalsref{RepeatSlash},
3494 @internalsref{PercentRepeat}, @internalsref{DoublePercentRepeat},
3495 @internalsref{DoublePercentRepeatCounter},
3496 @internalsref{PercentRepeatCounter},
3497 @internalsref{PercentRepeatedMusic}.
3498
3499
3500