]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/refman.itely
* lily/parser.yy (Simple_music): add \applyoutput, syntax
[lilypond.git] / Documentation / user / refman.itely
1 @c Note: -*-texinfo-*-
2 @c
3 @c A menu is needed before every deeper *section nesting of @node's; run
4 @c     M-x texinfo-all-menus-update
5 @c to automagically fill in these menus before saving changes
6 @c
7 @c FIXME: singular vs. plural:  Beams/Beam
8
9
10 @node Notation manual
11 @chapter Notation manual
12
13 @html
14 <!--- @@WEB-TITLE@@=Reference Manual --->
15 @end html
16
17
18 @menu
19 * Note entry::                  
20 * Easier music entry::          
21 * Staff notation::              
22 * Polyphony::                   
23 * Beaming::                     
24 * Accidentals::                 
25 * Expressive marks::            
26 * Ornaments::                   
27 * Repeats::                     
28 * Rhythmic music::              
29 * Piano music::                 
30 * Vocal music::                 
31 * Tablatures::                  
32 * Chords::                      
33 * Writing parts::               
34 * Ancient notation ::           
35 * Contemporary notation::       
36 * Tuning output::               
37 * Global layout::               
38 * Sound::                       
39 @end menu
40
41 @c FIXME: Note entry vs Music entry at top level menu is confusing.
42
43 @node Note entry
44 @section Note entry
45 @cindex Note entry
46
47 Notes constitute the most basic elements of LilyPond input, but they do
48 not form valid input on their own without a @code{\score} block.  However,
49 for the sake of brevity and simplicity we will generally omit
50 @code{\score} blocks and @code{\paper} declarations in this manual.
51
52
53 @menu
54 * Notes::                       
55 * Pitches::                     
56 * Chromatic alterations::       
57 * Rests::                       
58 * Skips::                       
59 * Durations::                   
60 * Ties::                        
61 * Automatic note splitting ::   
62 * Tuplets::                     
63 * Easy Notation note heads ::   
64 @end menu
65
66
67 @node Notes
68 @subsection Notes
69
70
71 A note is printed by specifying its pitch and then its duration.
72 @lilypond[fragment,verbatim]
73   cis'4 d'8 e'16 c'16
74 @end lilypond
75
76
77 @node Pitches
78 @subsection Pitches
79
80 @cindex Pitch names
81 @cindex Note specification
82 @cindex pitches
83 @cindex entering notes
84
85 The verbose syntax for pitch specification is
86
87 @cindex @code{\pitch}
88 @example
89   \pitch @var{scmpitch}
90 @end example
91
92 where @var{scmpitch} is a pitch scheme object.
93
94 In Note and Chord mode, pitches may be designated by names.  The
95 default names are the Dutch note names.  The notes are specified by
96 the letters @code{a} through @code{g}, while the octave is formed with
97 notes ranging from @code{c} to @code{b}.  The pitch @code{c} is an
98 octave below middle C and the letters span the octave above that C.
99
100 @lilypond[fragment,verbatim]
101 \clef bass
102   a,4 b, c d e f g a b c' d' e' \clef treble f' g' a' b' c''
103 @end lilypond
104
105 @cindex note names, Dutch
106
107 In Dutch, a sharp is formed by adding @code{-is} to the end of a pitch
108 name and a flat is formed by adding @code{-es}.  Double sharps and
109 double flats are obtained by adding @code{-isis} or @code{-eses}.
110 @code{aes} is contracted to @code{as} in Dutch, but both forms are
111 accepted. Similarly, both @code{es} and @code{ees} are accepted.
112
113 There are predefined sets of note names for various other languages.
114 To use them,  include the language specific init file.  For
115 example: @code{\include "english.ly"}.  The available language files
116 and the note names they define are:
117
118 @anchor{note name}
119 @anchor{note names}
120 @example 
121                         Note Names               sharp       flat
122 nederlands.ly  c   d   e   f   g   a   bes b   -is         -es
123 english.ly     c   d   e   f   g   a   bf  b   -s/-sharp   -f/-flat
124 deutsch.ly     c   d   e   f   g   a   b   h   -is         -es
125 norsk.ly       c   d   e   f   g   a   b   h   -iss/-is    -ess/-es
126 svenska.ly     c   d   e   f   g   a   b   h   -iss        -ess
127 italiano.ly    do  re  mi  fa  sol la  sib si  -d          -b
128 catalan.ly     do  re  mi  fa  sol la  sib si  -d/-s       -b 
129 espanol.ly     do  re  mi  fa  sol la  sib si  -s          -b 
130
131 @end example 
132
133 @cindex @code{'}
134 @cindex @code{,}
135
136
137
138 The optional octave specification takes the form of a series of
139 single quote (`@code{'}') characters or a series of comma
140 (`@code{,}') characters.  Each @code{'} raises the pitch by one
141 octave; each @code{,} lowers the pitch by an octave.
142
143 @lilypond[fragment,verbatim,center]
144   c' c'' es' g' as' gisis' ais'  
145 @end lilypond
146
147
148 @seealso
149
150 @internalsref{NoteEvent}, @internalsref{NoteHead}
151
152 @node Chromatic alterations
153 @subsection Chromatic alterations
154
155 Normally accidentals are printed automatically, but you may also
156 print them manually.  A reminder accidental
157 @cindex reminder accidental
158 @cindex @code{?}
159 can be forced by adding an exclamation mark @code{!}
160 after the pitch.  A cautionary accidental
161 @cindex cautionary accidental
162 @cindex parenthesized accidental
163 (an accidental within parentheses) can be obtained by adding the
164 question mark `@code{?}' after the pitch.
165
166 @lilypond[fragment,verbatim]
167   cis' cis' cis'! cis'?
168 @end lilypond
169
170
171 The automatic production of accidentals can be tuned in many
172 ways. For more information, refer to @ref{Accidentals}.
173
174
175 @node  Rests
176 @subsection Rests
177 @cindex Rests
178
179
180
181
182 Rests are entered like notes, with the note name @code{r}.
183
184 @lilypond[singleline,verbatim]
185 r1 r2 r4 r8
186 @end lilypond
187
188 Whole bar rests, centered in middle of the bar, are specified using
189 @code{R} (capital R); see @ref{Multi measure rests}.  See also
190 @seeinternals{Rest}.
191
192 For some music, you may wish to explicitly specify the rest's vertical
193 position.  This can be achieved by entering a note with the @code{\rest}
194 keyword appended. Rest collision testing will leave these rests alone.
195
196 @lilypond[singleline,verbatim]
197 a'4\rest d'4\rest
198 @end lilypond
199
200 @seealso
201
202 @internalsref{RestEvent}, @internalsref{Rest}
203
204
205 @c FIXME: naming.
206 @node Skips
207 @subsection Skips
208 @cindex Skip
209 @cindex Invisible rest
210 @cindex Space note
211
212 An invisible rest (also called a `skip') can be entered like a note
213 with note name `@code{s}' or with @code{\skip @var{duration}}:
214
215 @lilypond[singleline,verbatim]
216 a2 s4 a4 \skip 1 a4 
217 @end lilypond
218
219  The @code{s} syntax is only available in Note mode and Chord
220 mode.  In other situations, you should use the @code{\skip} command,
221 which will work outside of those two modes:
222
223 @lilypond[singleline,verbatim]
224 \score {
225   \context Staff <
226     { \time 4/8 \skip 2 \time 4/4 } 
227     \notes\relative c'' { a2 a1 }
228   >
229 }
230 @end lilypond
231
232 The skip command is merely an empty musical placeholder.  It does not
233 produce any output, not even transparent output.
234
235 @seealso
236
237 @internalsref{SkipEvent}
238
239
240
241 @node Durations
242 @subsection Durations
243
244
245 @cindex duration
246 @cindex @code{\duration}
247
248
249 In Note, Chord, and Lyrics mode, durations are designated by numbers
250 and dots: durations are entered as their reciprocal values.  For example,
251 a quarter note is entered using a @code{4} (since it is a 1/4 note), while
252 a half note is entered using a @code{2} (since it is a 1/2 note).  For notes
253 longer than a whole you must use variables.
254
255 @c FIXME: what is an identifier?  I do not think it's been introduced yet.
256 @c and if it has, I obviously skipped that part.     - Graham
257
258 @example 
259 c'\breve  
260 c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64 
261 r\longa r\breve  
262 r1 r2 r4 r8 r16 r32 r64 r64 
263 @end example 
264
265 @lilypond[noindent]
266 \score {
267   \notes \relative c'' {
268     a\breve  \autoBeamOff
269     a1 a2 a4 a8 a16 a32 a64 a64 
270     r\longa r\breve  
271     r1 r2 r4 r8 r16 r32 r64 r64 
272   }
273   \paper {
274     \translator {
275       \StaffContext
276         \remove "Clef_engraver"
277         \remove "Staff_symbol_engraver"
278         \remove "Time_signature_engraver"
279         \consists "Pitch_squash_engraver"
280     }
281   }
282 }
283 @end lilypond
284
285
286 If the duration is omitted then it is set to the previously entered
287 duration. Default for the first note is a quarter note.  The duration
288 can be followed by dots (`@code{.}') in order to obtain dotted note
289 lengths:
290 @cindex @code{.}
291
292 @lilypond[fragment,verbatim,center]
293   a' b' c''8 b' a'4 a'4. b'4.. c'8.
294 @end lilypond
295 @cindex @code{r}
296 @cindex @code{s}
297
298 You can alter the length of duration by a fraction @var{N/M}
299 appending `@code{*}@var{N/M}' (or `@code{*}@var{N}' if @var{M=1}). This
300 will not affect the appearance of the notes or rests produced.
301
302 @lilypond[fragment,verbatim]
303   a'2*2 b'4*2 a'8*4 a'4*3/2 gis'4*3/2 a'4*3/2 a'4
304 @end lilypond
305
306 Durations can also be produced through GUILE extension mechanism. 
307 @lilypond[verbatim,fragment]
308  c'\duration #(ly:make-duration 2 1)
309 @end lilypond
310
311
312 @refbugs
313
314 Dot placement for chords is not perfect.  In some cases, dots overlap:
315 @lilypond[]
316  <<f, c'' d e f>>4.
317 @end lilypond
318
319
320 @node Ties
321 @subsection Ties
322
323 @cindex Tie
324 @cindex ties
325 @cindex @code{~}
326
327 A tie connects two adjacent note heads of the same pitch.  The tie in
328 effect extends the length of a note.  Ties should not be confused with
329 slurs, which indicate articulation, or phrasing slurs, which indicate
330 musical phrasing.  A tie is entered using the tilde symbol `@code{~}'.
331
332 @lilypond[fragment,verbatim,center]
333   e' ~ e' <<c' e' g'>> ~ <<c' e' g'>>
334 @end lilypond
335
336 When a tie is applied to a chord, all note heads (whose pitches match) are
337 connected.  If you try to tie together chords that have no common pitches,
338 no ties will be created.
339
340 In its meaning a tie is just a way of extending a note duration, similar
341 to the augmentation dot: the following example are two ways of notating
342 exactly the same concept.
343 @c
344 @lilypond[fragment, singleline,quote]
345 \time 3/4 c'2. c'2 ~ c'4
346 @end lilypond
347 If you need to tie notes over bars, it may be easier to use automatic
348 note splitting (See @ref{Automatic note splitting}).
349
350
351 @seealso 
352
353 @internalsref{TieEvent}, @internalsref{NewTieEvent},
354 @internalsref{Tie}, @ref{Automatic note splitting}.
355
356 If you want less
357 ties created for a chord, see @inputfileref{input/test,tie-sparse.ly}.
358
359 @refbugs
360
361 Tieing only a subset of the note heads of a pair of chords is not
362 supported in a simple way.  It can be achieved by moving the
363 tie-engraver into the @internalsref{Thread} context and turning on and
364 off ties per @internalsref{Thread}.
365
366 Switching staves when a tie is active, will produce a horizontal tie
367 on the first note.
368
369
370 Formatting of ties is a difficult subject. LilyPond often does not
371 give optimal results.
372
373
374
375 @node Automatic note splitting 
376 @subsection Automatic note splitting
377 @c FIXME: This subsection does not belong in @ref{Note entry}.
378
379 LilyPond can automatically converting long notes to tied notes.  This
380 is done by replacing the @internalsref{Note_heads_engraver} by the
381 @internalsref{Completion_heads_engraver}. 
382
383 @lilypond[verbatim,noindent]
384 \score{
385   \notes\relative c'{ \time 2/4
386   c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2 
387   }
388   \paper{ \translator{
389       \ThreadContext
390       \remove "Note_heads_engraver"
391       \consists "Completion_heads_engraver"
392   } } }
393 @end lilypond
394
395 This engraver splits all running notes at the bar line, and inserts
396 ties.  One of its uses is to debug complex scores: if the measures are
397 not entirely filled, then the ties exactly show how much each measure
398 is off.
399
400 @refbugs
401
402 Not all durations (especially those containing tuplets) can be
403 represented exactly; the engraver will not insert tuplets. 
404
405 @node Tuplets
406 @subsection Tuplets
407
408 @cindex tuplets
409 @cindex triplets
410 @cindex @code{\times}
411
412 Tuplets are made out of a music expression by multiplying all durations
413 with a fraction.
414
415 @cindex @code{\times}
416 @example
417   \times @var{fraction} @var{musicexpr}
418 @end example
419
420 The duration of @var{musicexpr} will be multiplied by the fraction. 
421 In the sheet music, the fraction's denominator will be printed over
422 the notes, optionally with a bracket.  The most common tuplet is the
423 triplet in which 3 notes have the length of 2, so the notes are 2/3
424 of their written length:
425
426 @lilypond[fragment,verbatim,center]
427   g'4 \times 2/3 {c'4 c' c'} d'4 d'4
428 @end lilypond
429
430 The property @code{tupletSpannerDuration} specifies how long each bracket
431 should last.  With this, you can make lots of tuplets while typing
432 @code{\times} only once, saving you lots of typing.
433
434 @lilypond[fragment,  relative, singleline, verbatim]
435 \property Voice.tupletSpannerDuration = #(ly:make-moment 1 4)
436 \times 2/3 { c'8 c c c c c }
437 @end lilypond
438
439 The format of the number is determined by the property
440 @code{tupletNumberFormatFunction}.  The default prints only the
441 denominator, but if you set it to the Scheme function
442 @code{fraction-tuplet-formatter}, Lilypond will print @var{num}:@var{den}
443 instead.
444
445
446 @cindex @code{tupletNumberFormatFunction}
447 @cindex tuplet formatting 
448
449 See also @seeinternals{TupletBracket}.
450
451 @refbugs
452
453 Nested tuplets are not formatted automatically.  In this case, outer
454 tuplet brackets should be moved manually.
455
456 @node Easy Notation note heads 
457 @subsection Easy Notation note heads
458
459 @cindex easy notation
460 @cindex Hal Leonard
461
462 The "easyplay" note head includes a note name inside the head.  It is
463 used in music aimed at beginners.
464
465 @lilypond[singleline,verbatim,26pt]
466 \score {
467   \notes { c'2 e'4 f' | g'1 }
468   \paper { \translator { \EasyNotation } } 
469 }
470 @end lilypond
471
472 The @code{EasyNotation} variable overrides a @internalsref{Score}
473 context.  You probably will want to print it with magnification or a
474 large font size to make it more readable.  To print with
475 magnification, you must create a DVI file (with @file{ly2dvi}) and
476 then enlarge it with something like @file{dvips -x 2000 file.dvi}.
477 See @file{man dvips} for details.  To print with a larger font, see
478 @ref{Font Size}.
479
480
481 @cindex Xdvi
482 @cindex ghostscript
483
484 If you view the result with Xdvi, then staff lines will show through
485 the letters.  Printing the PostScript file obtained with ly2dvi does
486 produce the correct result.
487
488
489 @node Easier music entry
490 @section Easier music entry
491 @cindex Music entry
492 @menu
493 * Relative octaves::            
494 * Bar check::                   
495 * Skipping corrected music::    
496 @end menu
497
498 When entering music with LilyPond, it is easy to introduce
499 errors. This section deals with tricks and features that help you
500 enter music, and find and correct mistakes.  It is also possible to
501 use external programs to enter or edit music. Refer to the website for
502 more information.
503
504
505
506 @node Relative octaves
507 @subsection Relative octaves
508 @cindex Relative
509 @cindex relative octave specification
510
511 Octaves are specified by adding @code{'} and @code{,} to pitch names.
512 When you copy existing music, it is easy to accidentally put a pitch in
513 the wrong octave and hard to find such an error.  To prevent these
514 errors, LilyPond features octave entry.
515
516 @cindex @code{\relative}
517 @example
518   \relative @var{startpitch} @var{musicexpr}
519 @end example
520
521 The octave of notes that appear in @var{musicexpr} are calculated as
522 follows: If no octave changing marks are used, the basic interval
523 between this and the last note is always taken to be a fourth or less
524 (This distance is determined without regarding alterations; a
525 @code{fisis} following a @code{ceses} will be put above the
526 @code{ceses})
527
528 The octave changing marks @code{'} and @code{,} can be added to raise or
529 lower the pitch by an extra octave.  Upon entering relative mode, an
530 absolute starting pitch must be specified that will act as the
531 predecessor of the first note of @var{musicexpr}.
532
533 Entering music that changes octave frequently  is easy in relative mode.
534 @lilypond[fragment,singleline,verbatim,center]
535   \relative c'' {
536     b c d c b c bes a 
537   }
538 @end lilypond
539
540 And octave changing marks are used for intervals greater than a fourth.
541 @lilypond[fragment,verbatim,center]
542   \relative c'' {
543     c g c f, c' a, e'' }
544 @end lilypond
545
546 If the preceding item is a chord, the first note of the chord is used
547 to determine the first note of the next chord. However, other notes
548 within the second chord are determined by looking at the immediately
549 preceding note.
550
551 @lilypond[fragment,verbatim,center]
552   \relative c' {
553     c <<c e g>> 
554     <<c' e g>>
555     <<c, e' g>>
556   }
557 @end lilypond 
558 @cindex @code{\notes}
559
560 The pitch after the @code{\relative} contains a note name.  To parse
561 the pitch as a note name, you have to be in note mode, so there must
562 be a surrounding @code{\notes} keyword (which is not
563 shown here).
564
565 The relative conversion will not affect @code{\transpose},
566 @code{\chords} or @code{\relative} sections in its argument.  If you
567 want to use relative within transposed music, you must place an
568 additional @code{\relative} inside the @code{\transpose}.
569
570
571 @node Bar check
572 @subsection Bar check
573 @cindex Bar check
574
575 @cindex bar check
576 @cindex @code{barCheckSynchronize}
577 @cindex @code{|}
578
579
580 Whenever a bar check is encountered during interpretation, a warning
581 message is issued if it does not fall at a measure boundary.  This can
582 help you find errors in the input.  Depending on the value of
583 @code{barCheckSynchronize}, the beginning of the measure will be
584 relocated, so this can also be used to shorten measures.
585
586 A bar check is entered using the bar symbol, `@code{|}'.
587 @example
588   \time 3/4 c2 e4 | g2.
589 @end example
590
591
592
593 @cindex skipTypesetting
594
595 Failed bar checks are caused by entering incorrect
596 durations. Incorrect durations often completely garble up the score,
597 especially if it is polyphonic, so you should start correcting the
598 score by scanning for failed bar checks and incorrect durations.  To
599 speed up this process, you can use @code{skipTypesetting}, described
600 in the next section.
601
602 @node Skipping corrected music
603 @subsection Skipping corrected music
604
605 The property @code{Score.skipTypesetting} can be used to switch on and
606 off typesetting completely during the interpretation phase. When
607 typesetting is switched off, the music is processed much more quickly.
608 You can use this to skip over the parts of a score that you have already
609 checked for errors. 
610
611 @lilypond[fragment,singleline,verbatim]
612 \relative c'' { c8 d
613 \property Score.skipTypesetting = ##t
614   e f g a g c, f e d
615 \property Score.skipTypesetting = ##f
616 c d b bes a g c2 } 
617 @end lilypond
618
619
620
621
622 @node Staff notation
623 @section Staff notation
624
625 This section deals with music notation that occurs on staff level,
626 such as keys, clefs and time signatures.
627
628 @cindex Staff notation
629
630 @menu
631 * Staff symbol::                
632 * Key signature::               
633 * Clef::                        
634 * Time signature::              
635 * Unmetered music::             
636 * Bar lines::                   
637 @end menu
638
639 @node Staff symbol
640 @subsection Staff symbol
641
642 @cindex adjusting staff symbol
643 @cindex StaffSymbol, using \property
644 @cindex staff lines, setting number of
645
646 Staff is a the general name for Notes, dynamic signs, etc. are grouped
647 with a set of horizontal lines, into a staff (plural `staves'). In our
648 system, these lines are drawn using a separate graphical object called
649 staff symbol.  
650
651 This object is created whenever a @internalsref{Staff} context is
652 created.  You cannot change the appearance of the staff symbol by
653 using @code{\override} or @code{\set}.  At the moment that
654 @code{\property Staff} is interpreted, a Staff context is made, and
655 the @internalsref{StaffSymbol} is created before any @code{\override} is
656 effective. You can deal with this either overriding properties in a
657 @code{\translator} definition, or by using @code{\outputproperty}.
658
659 @refbugs
660
661 If you end a staff halfway a piece, the staff symbol may not end
662 exactly on the barline.
663
664
665 @node Key signature
666 @subsection Key signature
667 @cindex Key
668
669 @cindex @code{\key}
670
671 The key signature indicates the scale in which a piece is played. It
672 is denoted by a set of alterations (flats or sharps) at the start of
673 the staff.
674
675 @syntax
676
677 Setting or changing the key signature is done with the @code{\key}
678 command.
679 @example
680   @code{\key} @var{pitch} @var{type}
681 @end example
682
683 @cindex @code{\minor}
684 @cindex @code{\major}
685 @cindex @code{\minor}
686 @cindex @code{\ionian}
687 @cindex @code{\locrian}
688 @cindex @code{\aeolian}
689 @cindex @code{\mixolydian}
690 @cindex @code{\lydian}
691 @cindex @code{\phrygian}
692 @cindex @code{\dorian}
693
694 Here, @var{type} should be @code{\major} or @code{\minor} to get
695 @var{pitch}-major or @var{pitch}-minor, respectively.
696 The standard mode names @code{\ionian},
697 @code{\locrian}, @code{\aeolian}, @code{\mixolydian}, @code{\lydian},
698 @code{\phrygian}, and @code{\dorian} are also defined.
699
700 This command sets the context property
701 @internalsref{Staff}.@code{keySignature}.  Non-standard key signatures
702 can be specified by setting this property directly.
703
704
705 @seealso
706
707 @internalsref{KeyChangeEvent}, @internalsref{KeySignature}, 
708
709 @cindex @code{keySignature}
710
711
712 @node Clef
713 @subsection Clef
714 @cindex @code{\clef}
715
716 The clef indicates which lines of the staff correspond to which
717 pitches.
718
719 @syntax
720
721 The clef can be set or changed with the @code{\clef} command:
722 @lilypond[fragment,verbatim]
723   \key f\major  c''2 \clef alto g'2
724 @end lilypond
725
726 Supported clef-names include 
727 @c Moved standard clefs to the top /MB
728 @table @code
729 @item treble, violin, G, G2
730 G clef on 2nd line
731 @item alto, C
732  C clef on 3rd line
733 @item tenor
734  C clef on 4th line
735 @item bass, F
736  F clef on 4th line
737 @item french
738  G clef on 1st line, so-called French violin clef
739 @item soprano
740  C clef on 1st line
741 @item mezzosoprano
742  C clef on 2nd line
743 @item baritone
744  C clef on 5th line
745 @item varbaritone
746  F clef on 3rd line
747 @item subbass
748  F clef on 5th line
749 @item percussion
750  percussion clef
751 @end table
752
753 By adding @code{_8} or @code{^8} to the clef name, the clef is
754 transposed one octave down or up, respectively.   You have to
755 enclose @var{clefname} in quotes if you use underscores or digits in the
756 name. For example,
757 @example
758         \clef "G_8"
759 @end example
760
761 This command is equivalent to setting @code{clefGlyph},
762 @code{clefPosition} (which controls the Y position of the clef),
763 @code{centralCPosition} and @code{clefOctavation}. A clef is printed
764 when any of these properties are changed.
765
766 @seealso
767
768 The object for this symbol is @internalsref{Clef}.
769
770
771
772
773 @node Time signature
774 @subsection Time signature
775 @cindex Time signature
776 @cindex meter
777 @cindex @code{\time}
778
779 Time signature indicates the metrum of a piece: a regular pattern of
780 strong and weak beats. It is denoted by a fraction at the start of the
781 staff.
782
783 @syntax
784
785 The time signature is set or changed by the @code{\time}
786 command.
787 @lilypond[fragment,verbatim]
788  \time 2/4 c'2 \time 3/4 c'2. 
789 @end lilypond
790
791 The actual symbol that is printed can be customized with the
792 @code{style} property. Setting it to @code{#'()} uses fraction style
793 for 4/4 and 2/2 time.  There are many more options for its layout.
794 See @inputfileref{input/test,time.ly} for more examples.
795
796
797 This command sets the property @code{timeSignatureFraction},
798 @code{beatLength} and @code{measureLength} in the @code{Timing}
799 context, which is normally aliased to @internalsref{Score}.  The property
800 @code{timeSignatureFraction} determine where bar lines should be
801 inserted, and how automatic beams should be generated.  Changing the
802 value of @code{timeSignatureFraction} also causes a time signature
803 symbol to be printed.
804
805 More options are available through the Scheme function
806 @code{set-time-signature}. In combination with the
807 @internalsref{Measure_grouping_engraver}, it will create
808 @internalsref{MeasureGrouping} signs. Such signs ease reading
809 rhythmically complex modern music.  In the following example, the 9/8
810 measure is subdivided in 2, 2, 2 and 3. This is passed to
811 @code{set-time-signature} as the third argument @code{(2 2 2 3)}.
812
813 @lilypond[verbatim]
814 \score { \notes \relative c'' {
815    #(set-time-signature 9 8 '(2 2 2 3))
816    g8-[ g-] d-[ d-] g-[ g-] a8-[-( bes g-]-) | 
817    #(set-time-signature 5 8 '(3 2))
818    a4. g4
819    }
820    \paper {
821        raggedright = ##t
822        \translator { \StaffContext
823          \consists "Measure_grouping_engraver"
824    }}}
825 @end lilypond 
826
827 @seealso
828
829 @internalsref{TimeSignature}, @internalsref{Timing_engraver}.
830
831
832 @refbugs
833
834 Automatic beaming does not use measure grouping specified with
835 @code{set-time-signature}.
836
837
838 @subsection Partial
839 @cindex Partial
840 @cindex anacrusis
841 @cindex upbeat
842 @cindex partial measure
843 @cindex measure, partial
844 @cindex shorten measures
845 @cindex @code{\partial}
846
847 Partial measures, for example in upbeats, are entered using the
848 @code{\partial} command:
849 @lilypond[fragment,verbatim]
850 \partial 16*5  c'16 c4 f16 a'2. ~ a'8. a'16 | g'1
851 @end lilypond
852
853 The syntax for this command is 
854 @example
855   \partial @var{duration} 
856 @end example
857 This is  internally translated into
858 @example
859   \property Timing.measurePosition = -@var{length of duration}
860 @end example
861 @cindex @code{|}
862 The property @code{measurePosition} contains a rational number
863 indicating how much of the measure has passed at this point.
864
865 @node Unmetered music
866 @subsection Unmetered music
867
868 Bar lines and bar numbers are calculated automatically. For unmetered
869 music (e.g. cadenzas), this is not desirable.  By setting
870 @code{Score.timing} to false, this automatic timing can be switched
871 off.
872
873 @node Bar lines
874 @subsection Bar lines
875 @cindex Bar lines
876
877 @cindex @code{\bar}
878 @cindex measure lines
879 @cindex repeat bars
880
881
882 Bar lines delimit measures, but are also used to indicate
883 repeats. Line breaks may only happen on barlines.
884
885 @syntax
886
887 Bar lines are inserted automatically, but if you need a special type
888 of barline, you can force one using the @code{\bar} command:
889 @lilypond[relative=1,fragment,verbatim]
890    c4 \bar "|:" c4
891 @end lilypond
892
893 The following bar types are available
894 @lilypond[fragment,  relative, singleline, verbatim]
895 c4
896 \bar "|" c
897 \bar "" c
898 \bar "|:" c
899 \bar "||" c
900 \bar ":|" c
901 \bar ".|" c
902 \bar ".|." c
903 \bar "|." 
904 @end lilypond
905
906 In scores with many staves, the barlines are automatically placed at
907 top level, and they are connected between different staves of a
908 @internalsref{StaffGroup}:
909 @lilypond[fragment, verbatim]
910 < \context StaffGroup <
911   \context Staff = up { e'4 d'
912      \bar "||"
913      f' e' }
914   \context Staff = down { \clef bass c4 g e g } >
915 \context Staff = pedal { \clef bass c2 c2 } >
916 @end lilypond
917
918
919 The command @code{\bar @var{bartype}} is a short cut for
920 doing  @code{\property Score.whichBar = @var{bartype}}
921 Whenever @code{whichBar} is set to a string, a bar line of that type is
922 created.  @code{whichBar} is usually set automatically: at the start of
923 a measure it is set to @code{defaultBarType}. The contents of
924 @code{repeatCommands} is used to override default measure bars.
925
926 @code{whichBar} can also be set directly, using @code{\property} or
927 @code{\bar  }.  These settings take precedence over the automatic
928 @code{whichBar} settings. 
929
930 @cindex whichBar
931 @cindex repeatCommands
932 @cindex defaultBarType
933
934 You are encouraged to use @code{\repeat} for repetitions.  See
935 @ref{Repeats}.
936
937
938
939 @seealso
940
941 @ref{Repeats}.
942
943
944 The bar line objects that are created at @internalsref{Staff} level
945 are called @internalsref{BarLine}, the bar lines that span staffs are
946 @internalsref{SpanBar}s.
947
948
949 @node Polyphony
950 @section Polyphony
951 @cindex polyphony
952
953 The easiest way to enter fragments with more than one voice on a staff
954 is to split chords using the separator @code{\\}.  You can use it for
955 small, short-lived voices (make a chord of voices) or for single
956 chords:
957
958 @lilypond[verbatim,fragment]
959 \context Voice = VA \relative c'' {
960  c4 < { f d e  } \\ { b c2 } > c4 < g' \\ b, \\  f' \\ d' >
961 }
962 @end lilypond
963
964 The separator causes @internalsref{Voice} contexts to be instantiated,
965 bearing the names @code{"1"}, @code{"2"}, etc. In each of these
966 contexts, vertical direction of slurs, stems, etc. are set
967 appropriately.
968
969 This can also be done by instantiating @internalsref{Voice} contexts
970 by hand, and using @code{\voiceOne}, up to @code{\voiceFour} to assign
971 a stem directions and horizontal shift for each part.
972 @c
973
974 @lilypond[singleline, verbatim]
975 \relative c''
976 \context Staff < \context Voice = VA { \voiceOne cis2 b  }
977   \context Voice = VB { \voiceThree b4 ais ~ ais4 gis4 } 
978   \context Voice = VC { \voiceTwo fis4~  fis4 f ~ f  } >
979 @end lilypond
980
981 Normally, note heads with a different number of dots are not merged, but
982 if you set the object property @code{merge-differently-dotted}, they are:
983 @lilypond[verbatim,fragment,singleline]
984 \relative c' \context Voice < {
985      g8 g8 
986      \property Staff.NoteCollision \override
987         #'merge-differently-dotted = ##t
988      g8 g8
989   } \\ { [g8. f16] [g8. f16] } 
990   >
991 @end lilypond
992
993 Similarly, you can merge half note heads with eighth notes, by setting
994 @code{merge-differently-headed}:
995 @lilypond[fragment, relative=2,verbatim]
996 \context Voice < {
997     c8 c4.
998     \property Staff.NoteCollision
999       \override #'merge-differently-headed = ##t
1000     c8 c4. } \\ { c2 c2 } >
1001 @end lilypond
1002
1003 LilyPond also vertically shifts rests that are opposite of a stem. 
1004
1005 @lilypond[singleline,fragment,verbatim]
1006 \context Voice < c''4 \\  r4 >
1007 @end lilypond
1008
1009 @seealso
1010
1011 The objects responsible for resolving collisions are
1012 @internalsref{NoteCollision} and @internalsref{RestCollision}.  See
1013 also example files @inputfileref{input/regression,collision-dots.ly},
1014 @inputfileref{input/regression,collision-head-chords.ly},
1015 @inputfileref{input/regression,collision-heads.ly},
1016 @inputfileref{input/regression,collision-mesh.ly}, and
1017 @inputfileref{input/regression,collisions.ly}.
1018
1019
1020 @refbugs
1021
1022 Resolving collisions is a very intricate subject, and LilyPond only
1023 handles a few situations. When it cannot cope, you are advised to use
1024 @code{force-hshift} of the @internalsref{NoteColumn} object and pitched
1025 rests to override typesetting decisions.
1026
1027 @node Beaming
1028 @section Beaming
1029
1030 Beams are used to group short notes into chunks that are aligned with
1031 the metrum. They are inserted automatically in most cases.
1032
1033 @lilypond[fragment,verbatim, relative=2]
1034 \time 2/4 c8 c c c \time 6/8 c c c c8. c16  c8
1035 @end lilypond
1036
1037 If you are not satisfied with the automatic beaming, you can enter the
1038 beams explicitly. If you have beaming patterns that differ from the
1039 defaults, you can also set your own.
1040
1041 See also @internalsref{Beam}.
1042
1043
1044 @cindex Automatic beams
1045 @subsection Manual beams
1046 @cindex beams, manual
1047 @cindex @code{]}
1048 @cindex @code{[}
1049
1050 In some cases it may be necessary to override the automatic beaming
1051 algorithm.  For example, the auto beamer will not beam over rests or
1052 bar lines, If you want that, specify the begin and end point manually
1053 using @code{[} and @code{]}.
1054
1055 @lilypond[fragment,relative,verbatim]
1056   \context Staff {
1057     r4 r8-[ g' a r8-] r8 g-[ | a-] r8
1058   }
1059 @end lilypond
1060
1061 @cindex @code{stemLeftBeamCount}
1062
1063 Normally, beaming patterns within a beam are determined automatically.
1064 When this mechanism fouls up, the properties
1065 @code{Voice.stemLeftBeamCount} and @code{Voice.stemRightBeamCount} can
1066 be used to control the beam subdivision on a stem.  If you set either
1067 property, its value will be used only once, and then it is erased.
1068
1069 @lilypond[fragment,relative,verbatim]
1070   \context Staff {
1071     f8-[ r16 f g a-]
1072     f8-[ r16 \property Voice.stemLeftBeamCount = #1 f g a-]
1073   }
1074 @end lilypond
1075 @cindex @code{stemRightBeamCount}
1076
1077
1078 The property @code{subdivideBeams} can be set in order to subdivide
1079 all 16th or shorter beams at beat positions.  This accomplishes the
1080 same effect as twiddling with @code{stemLeftBeamCount} and
1081 @code{stemRightBeamCount}, but it take less typing.
1082
1083
1084 @lilypond[relative=1,verbatim,noindent]
1085         c16-[ c c c c c c c-]
1086         \property Voice.subdivideBeams = ##t
1087         c16-[ c c c c c c c-]
1088         c32-[ c c c c c c c c c c c c c c c-]
1089         \property Score.beatLength = #(ly:make-moment 1 8)
1090         c32-[ c c c c c c c c c c c c c c c-]
1091 @end lilypond
1092 @cindex subdivideBeams
1093
1094 Kneed beams are inserted automatically, when a large gap is detected
1095 between the note heads.  This behavior can be tuned through the object
1096 property @code{auto-knee-gap}.
1097
1098 @cindex beams, kneed
1099 @cindex kneed beams
1100 @cindex auto-knee-gap
1101
1102
1103
1104 @refbugs
1105
1106 @cindex hara kiri
1107
1108 Automatically kneed beams cannot be used together with Hara Kiri
1109 staves.
1110
1111
1112 @menu
1113 * Setting automatic beam behavior ::  
1114 @end menu
1115
1116 @ignore
1117 @no de Beam typography
1118 @sub section Beam typography
1119
1120 One of the strong points of LilyPond is how beams are formatted. Beams
1121 are quantized, meaning that the left and right endpoints beams start
1122 exactly on staff lines. Without quantization, small wedges of white
1123 space appear between the beam and staff line, and this looks untidy.
1124
1125 Beams are also slope-damped: melodies that go up or down should also
1126 have beams that go up or down, but the slope of the beams should be
1127 less than the slope of the notes themselves.
1128
1129 Some beams should be horizontal. These are so-called concave beams. 
1130
1131 [TODO: some pictures.]
1132 @end ignore
1133
1134
1135 @node Setting automatic beam behavior 
1136 @subsection Setting automatic beam behavior 
1137
1138 @cindex @code{autoBeamSettings}
1139 @cindex @code{(end * * * *)}
1140 @cindex @code{(begin * * * *)}
1141 @cindex automatic beams, tuning
1142 @cindex tuning automatic beaming
1143
1144 [TODO: use \applycontext]
1145
1146 In normal time signatures, automatic beams can start on any note but can
1147 only end in a few positions within the measure: beams can end on a beat,
1148 or at durations specified by the properties in
1149 @code{Voice.autoBeamSettings}. The defaults for @code{autoBeamSettings}
1150 are defined in @file{scm/auto-beam.scm}.
1151
1152 The value of @code{autoBeamSettings} is changed using
1153 @code{\override} and unset using @code{\revert}:
1154 @example
1155 \property Voice.autoBeamSettings \override #'(@var{BE} @var{P} @var{Q} @var{N} @var{M}) = @var{dur}
1156 \property Voice.autoBeamSettings \revert #'(@var{BE} @var{P} @var{Q} @var{N} @var{M})
1157 @end example
1158 Here, @var{BE} is the symbol @code{begin} or @code{end}. It determines
1159 whether the rule applies to begin or end-points.  The quantity
1160 @var{P}/@var{Q} refers to the length of the beamed notes (and `@code{*
1161 *}' designates notes of any length), @var{N}/@var{M} refers to a time
1162 signature (wildcards, `@code{* *}' may be entered to designate all time
1163 signatures).
1164
1165 For example, if you want automatic beams to end on every quarter note,
1166 you can use the following:
1167 @example
1168 \property Voice.autoBeamSettings \override
1169     #'(end * * * *) = #(ly:make-moment 1 4)
1170 @end example
1171 Since the duration of a quarter note is 1/4 of a whole note, it is
1172 entered as @code{(ly:make-moment 1 4)}.
1173
1174 The same syntax can be used to specify beam starting points. In this
1175 example, automatic beams can only end on a dotted quarter note. 
1176 @example
1177 \property Voice.autoBeamSettings \override
1178     #'(end * * * *) = #(ly:make-moment 3 8)
1179 @end example
1180 In 4/4 time signature, this means that automatic beams could end only on
1181 3/8 and on the fourth beat of the measure (after 3/4, that is 2 times
1182 3/8 has passed within the measure).
1183
1184 You can also restrict rules to specific time signatures. A rule that
1185 should only be applied in @var{N}/@var{M} time signature is formed by
1186 replacing the second asterisks by @var{N} and @var{M}. For example, a
1187 rule for 6/8 time exclusively looks like
1188 @example
1189 \property Voice.autoBeamSettings \override
1190     #'(begin * * 6 8) =  ... 
1191 @end example
1192
1193 If you want a rule to apply to certain types of beams, you can use the
1194 first pair of asterisks. Beams are classified according to the shortest
1195 note they contain. For a beam ending rule that only applies to beams
1196 with 32nd notes (and no shorter notes), you would use @code{(end 1
1197 32 * *)}.
1198
1199 If a score ends while an automatic beam has not been ended and is still
1200 accepting notes, this last beam will not be typeset at all.
1201
1202 @cindex automatic beam generation
1203 @cindex autobeam
1204 @cindex @code{Voice.autoBeaming}
1205 @cindex lyrics
1206
1207 For melodies that have lyrics, you may want to switch off 
1208 automatic beaming. This is done by setting @code{Voice.autoBeaming} to
1209 @code{#f}. 
1210
1211
1212 @refbugs
1213
1214 It is not possible to specify beaming parameters for beams with mixed
1215 durations, that differ from the beaming parameters of all separate
1216 durations, i.e., you'll have to specify manual beams to get:
1217
1218 @lilypond[singleline,fragment,relative,noverbatim,quote]
1219   \property Voice.autoBeamSettings
1220   \override #'(end * * * *) = #(ly:make-moment 3 8)
1221   \time 12/8 c'8 c c c16 c c c c c c-[ c c c-] c8 c c4
1222 @end lilypond
1223 It is not possible to specify beaming parameters that act differently in
1224 different parts of a measure. This means that it is not possible to use
1225 automatic beaming in irregular meters such as @code{5/8}.
1226
1227 @node Accidentals
1228 @section Accidentals
1229 @cindex Accidentals
1230
1231 This section describes how to change the way that LilyPond automatically
1232 inserts accidentals before the running notes.
1233
1234
1235 @menu
1236 * Using the predefined accidental variables::  
1237 * Defining your own accidental typesettings::  
1238 @end menu
1239
1240 @node Using the predefined accidental variables
1241 @subsection Using the predefined accidental variables
1242
1243 The constructs for describing the accidental typesetting rules are
1244 quite hairy, so non-experts should stick to the variables defined in
1245 @file{ly/property-init.ly}.
1246 @cindex @file{property-init.ly}
1247
1248 The variables set properties in the ``Current'' context (see @ref{Context
1249 properties}). This means that the variables shuold normally be added
1250 right after the creation of the context in which the accidental
1251 typesetting described by the variable is to take effect. I.e. if you
1252 want to use piano-accidentals in a pianostaff then you issue
1253 @code{\pianoAccidentals} first thing after the creation of the piano
1254 staff:
1255 @example
1256 \score @{
1257     \notes \relative c'' <
1258         \context Staff = sa @{ cis4 d e2 @}
1259         \context GrandStaff <
1260             \pianoAccidentals
1261             \context Staff = sb @{ cis4 d e2 @}
1262             \context Staff = sc @{ es2 c @}
1263         >
1264         \context Staff = sd @{ es2 c @}
1265     >
1266 @}
1267 @end example
1268 @lilypond[singleline]
1269 \score {
1270     \notes \relative c'' <
1271         \context Staff = sa { cis4 d e2 }
1272         \context GrandStaff <
1273             \pianoAccidentals
1274             \context Staff = sb { cis4 d e2 }
1275             \context Staff = sc { es2 c }
1276         >
1277         \context Staff = sd { es2 c }
1278     >
1279     \paper {
1280         \translator {
1281             \StaffContext
1282             minimumVerticalExtent = #'(-4.0 . 4.0)
1283         }
1284     }
1285 }
1286 @end lilypond
1287
1288 The variables are:
1289 @table @code
1290 @item \defaultAccidentals
1291       @cindex @code{\defaultAccidentals}
1292       This is the default typesetting behaviour. It should correspond
1293       to 18th century common practice: Accidentals are
1294       remembered to the end of the measure in which they occur and
1295       only on their own octave.
1296
1297 @item \voiceAccidentals
1298       @cindex @code{\voiceAccidentals}
1299 @c
1300       The normal behaviour is to
1301 remember the accidentals on Staff-level.  This variable, however,
1302 typesets accidentals individually for each voice.  Apart from that the
1303 rule is similar to @code{\defaultAccidentals}.
1304
1305       This leads to some weird and often unwanted results
1306       because accidentals from one voice do not get cancelled in other
1307       voices:
1308 @lilypond[singleline,relative,fragment,verbatim,quote]
1309     \context Staff <
1310         \voiceAccidentals
1311         <
1312          { es g } \\
1313          { c, e }
1314      > >
1315 @end lilypond
1316       Hence you should only use @code{\voiceAccidentals} if the voices
1317 are to be read solely by individual musicians. If the staff is to be
1318 used by one musician (e.g., a conductor) then you use
1319 @code{\modernVoiceAccidentals} or @code{\modernVoiceCautionaries}
1320 instead.
1321
1322 @item \modernAccidentals
1323       @cindex @code{\modernAccidentals}
1324       This rule  corresponds to the common practice in the 20th
1325       century.
1326       The rule is  more complex than @code{\defaultAccidentals}.
1327       You get all the same accidentals, but temporary
1328       accidentals also get cancelled in other octaves. Further more,
1329       in the same octave, they also get cancelled in the following measure:
1330 @lilypond[singleline,fragment,verbatim]
1331       \modernAccidentals
1332       cis' c'' cis'2 | c'' c'
1333 @end lilypond
1334
1335 @item \modernCautionaries
1336       @cindex @code{\modernCautionaries}
1337      This rule is similar to @code{\modernAccidentals}, but the
1338      ``extra'' accidentals (the ones not typeset by
1339      @code{\defaultAccidentals}) are typeset as cautionary accidentals
1340      (i.e. in reduced size):
1341 @lilypond[singleline,fragment,verbatim]
1342       \modernCautionaries
1343       cis' c'' cis'2 | c'' c'
1344 @end lilypond
1345
1346       @cindex @code{\modernVoiceAccidentals}
1347 @item \modernVoiceAccidentals
1348 is used for multivoice accidentals to be read both by musicians
1349 playing one voice and musicians playing all voices.  Accidentals are
1350 typeset for each voice, but they @emph{are} cancelled across voices in
1351 the same @internalsref{Staff}.
1352
1353       @cindex @code{\modernVoiceCautionaries}
1354 @item \modernVoiceCautionaries
1355 is the same as @code{\modernVoiceAccidentals}, but with the extra
1356 accidentals (the ones not typeset by @code{\voiceAccidentals}) typeset
1357 as cautionaries.  Even though all accidentals typeset by
1358 @code{\defaultAccidentals} @emph{are} typeset by this variable then
1359 some of them are typeset as cautionaries.
1360
1361 @item \pianoAccidentals
1362       @cindex @code{\pianoAccidentals}
1363       20th century practice for piano notation. Very similar to
1364       @code{\modernAccidentals} but accidentals also get cancelled
1365       across the staves in the same @internalsref{GrandStaff} or
1366       @internalsref{PianoStaff}.
1367
1368 @item \pianoCautionaries
1369       @cindex @code{\pianoCautionaries}
1370       As @code{\pianoAccidentals} but with the extra accidentals
1371       typeset as cautionaries.
1372
1373 @item \noResetKey
1374       @cindex @code{\noResetKey}
1375       Same as @code{\defaultAccidentals} but with accidentals lasting
1376       ``forever'' and not only until the next measure:
1377 @lilypond[singleline,fragment,verbatim,relative]
1378       \noResetKey
1379       c1 cis cis c
1380 @end lilypond
1381
1382 @item \forgetAccidentals
1383       @cindex @code{\forgetAccidentals}
1384       This is sort of the opposite of @code{\noResetKey}: Accidentals
1385       are not remembered at all - and hence all accidentals are
1386       typeset relative to the key signature, regardless of what was
1387       before in the music:
1388 @lilypond[singleline,fragment,verbatim,relative]
1389       \forgetAccidentals
1390       \key d\major c4 c cis cis d d dis dis
1391 @end lilypond
1392 @end table
1393
1394 @node Defining your own accidental typesettings
1395 @subsection Defining your own accidental typesettings
1396
1397 This section must be considered gurus-only, and hence it must be
1398 sufficient with a short description of the system and a reference to
1399 the internal documentation.
1400
1401 The algorithm tries several different rules, and uses the rule
1402 that gives the highest number of accidentals.  Each rule consists of
1403 @table @var
1404 @item context:
1405       In which context is the rule applied. For example, if
1406 @var{context} is @internalsref{Score} then all staves share
1407 accidentals, and if @var{context} is @internalsref{Staff} then all
1408 voices in the same staff share accidentals, but staves do not.
1409 @item octavation:
1410       Whether the accidental changes all octaves or only the current
1411       octave.
1412 @item lazyness:
1413       Over how many barlines the accidental lasts.
1414       If @var{lazyness} is @code{-1} then the accidental is forget
1415       immediately, and if @var{lazyness} is @code{#t} then the accidental
1416       lasts forever.
1417
1418 [TODO: should use  +infinity for this case?]
1419
1420 @end table
1421
1422 @seealso
1423
1424 @internalsref{Accidental_engraver}, @internalsref{Accidental},
1425 @internalsref{AccidentalPlacement}.
1426
1427
1428 @refbugs
1429
1430 Currently the simultaneous notes are considered to be entered in
1431 sequential mode. This means that in a chord the accidentals are
1432 typeset as if the notes in the chord happened one at a time - in the
1433 order in which they appear in the input file.
1434
1435 This is only a problem when there are simultaneous notes whose
1436 accidentals depend on each other.  The problem only occurs when using
1437 non-default accidentals. In the default scheme, accidentals only
1438 depend on other accidentals with the same pitch on the same staff, so
1439 no conflicts possible.
1440
1441 This example shows two examples of the same music giving different
1442 accidentals depending on the order in which the notes occur in the
1443 input file:
1444
1445 @lilypond[singleline,fragment,verbatim]
1446 \property Staff.autoAccidentals = #'( Staff (any-octave . 0) )
1447 cis'4 <<c'' c'>> r2 | cis'4 <<c' c''>> r2
1448 | <<cis' c''>> r | <<c'' cis'>> r | 
1449 @end lilypond
1450
1451 This problem can be solved by manually inserting @code{!} and @code{?}
1452 for the problematic notes.
1453
1454 @node Expressive marks
1455 @section Expressive marks
1456
1457
1458 @menu
1459 * Slurs ::                      
1460 * Phrasing slurs::              
1461 * Breath marks::                
1462 * Tempo::                       
1463 * Text spanners::               
1464 * Analysis brackets::           
1465 @end menu
1466
1467 @node Slurs 
1468 @subsection Slurs
1469 @cindex Slurs
1470
1471 A slur indicates that notes are to be played bound or @emph{legato}.
1472
1473 @syntax
1474
1475 They are entered using parentheses:
1476 @lilypond[fragment,verbatim,center]
1477   f'-( g'-)-( a'-) [a'8 b'-(-] a'4 g'2 f'4-)
1478   <<c' e'>>2-( <<b d'>>2-)
1479 @end lilypond
1480
1481
1482 @c TODO: should explain that ^( and _( set directions
1483 @c should set attachments with ^ and _ ?  
1484
1485 Slurs avoid crossing stems, and are generally attached to note heads.
1486 However, in some situations with beams, slurs may be attached to stem
1487 ends.  If you want to override this layout you can do this through the
1488 object property @code{attachment} of @internalsref{Slur} in
1489 @internalsref{Voice} context.  Its value is a pair of symbols, specifying
1490 the attachment type of the left and right end points.
1491
1492 @lilypond[fragment,relative,verbatim]
1493   \slurUp
1494   \property Voice.Stem \set #'length = #5.5
1495   g'8-(g g4-)
1496   \property Voice.Slur \set #'attachment = #'(stem . stem)
1497   g8-( g g4-)
1498 @end lilypond
1499
1500 If a slur would strike through a stem or beam, the slur will be moved
1501 away upward or downward. If this happens, attaching the slur to the
1502 stems might look better:
1503
1504 @lilypond[fragment,relative,verbatim]
1505   \stemUp \slurUp
1506   d32-( d'4 d8..-)
1507   \property Voice.Slur \set #'attachment = #'(stem . stem)
1508   d,32-( d'4 d8..-)
1509 @end lilypond
1510
1511 @seealso
1512
1513 @seeinternals{Slur}, @internalsref{SlurEvent}.
1514
1515
1516 @refbugs
1517
1518 Producing nice slurs is a difficult problem, and LilyPond currently
1519 uses a simple, empiric method to produce slurs. In some cases, the
1520 results of this method are ugly.
1521
1522
1523 @cindex Adjusting slurs
1524
1525 @node Phrasing slurs
1526 @subsection Phrasing slurs
1527
1528 @cindex phrasing slurs
1529 @cindex phrasing marks
1530
1531 A phrasing slur (or phrasing mark) connects chords and is used to
1532 indicate a musical sentence. It is started using @code{\(} and @code{\)}
1533 respectively.
1534
1535 @lilypond[fragment,verbatim,center,relative]
1536   \time 6/4 c'-\(  d-( e-) f-( e-)  d-\) 
1537 @end lilypond
1538
1539 Typographically, the phrasing slur behaves almost exactly like a
1540 normal slur.  Although they behave similar to normal slurs, phrasing
1541 slurs count as different objects.  A @code{\slurUp} will have no
1542 effect on a phrasing slur; instead, you should use
1543 @code{\phrasingSlurUp}, @code{\phrasingSlurDown}, and
1544 @code{\phrasingSlurBoth}.
1545
1546 The commands @code{\slurUp}, @code{\slurDown}, and @code{\slurBoth}
1547 will only affect normal slurs and not phrasing slurs.
1548
1549 @seealso
1550
1551 See also @internalsref{PhrasingSlur},
1552 @internalsref{PhrasingSlurEvent}.
1553
1554 @refbugs
1555
1556 Phrasing slurs have the same limitations in their formatting as normal
1557 slurs.
1558
1559 @node Breath marks
1560 @subsection Breath marks
1561
1562 Breath marks are entered using @code{\breathe}.
1563
1564
1565 @lilypond[fragment,relative]
1566 c'4 \breathe d4
1567 @end lilypond
1568
1569 The glyph of the breath mark can be tweaked by overriding the
1570 @code{text} property of the @code{BreathingSign} grob with the name of
1571 any glyph of @ref{The Feta font}.  For example,
1572 @lilypond[fragment,verbatim,relative]
1573 c'4
1574 \property Voice.BreathingSign \override #'text = #"scripts-rvarcomma"
1575 \breathe
1576 d4
1577 @end lilypond
1578
1579 @seealso 
1580
1581 @internalsref{BreathingSign}, @internalsref{BreathingSignEvent},
1582 @inputfileref{input/regression,breathing-sign.ly}.
1583
1584
1585 @node Tempo
1586 @subsection Tempo
1587 @cindex Tempo
1588 @cindex beats per minute
1589 @cindex metronome marking
1590
1591 Metronome settings can be entered as follows:
1592
1593 @cindex @code{\tempo}
1594 @example
1595   \tempo @var{duration} = @var{perminute} 
1596 @end example
1597
1598 For example, @code{\tempo 4 = 76} requests output with 76 quarter notes
1599 per minute.
1600
1601 @seealso
1602
1603 @internalsref{TempoEvent}
1604   
1605 @refbugs
1606   
1607 The tempo setting is not printed, but is only used in the MIDI
1608 output. You can trick lily into producing a metronome mark,
1609 though. Details are in @ref{Text markup}.
1610
1611 [TODO: make note markup.]
1612
1613
1614 @node Text spanners
1615 @subsection Text spanners
1616 @cindex Text spanners
1617
1618 Some textual indications, e.g. @i{rallentando} or @i{accelerando}, are
1619 often extended over many measures. This is indicated by following the
1620 text with a dotted line.  You can create such texts using text
1621 spanners. The syntax is as follows:
1622 @example
1623  \startTextSpan
1624  \stopTextSpan
1625 @end example
1626 The string to be printed, as well as the style, is set through object
1627 properties.
1628
1629 An application is to fake octavation indications.
1630
1631 @lilypond[fragment,relative,verbatim]
1632  \relative c' {  a''' b c a
1633   \property Voice.TextSpanner \set #'type = #'dotted-line
1634   \property Voice.TextSpanner \set #'edge-height = #'(0 . 1.5)
1635   \property Voice.TextSpanner \set #'edge-text = #'("8va " . "")
1636   \property Staff.centralCPosition = #-13
1637   a-\startTextSpan b c a-\stopTextSpan }
1638 @end lilypond
1639
1640
1641 @seealso
1642
1643 @internalsref{TextSpanEvent},
1644 @internalsref{TextSpanner}, @inputfileref{input/regression,text-spanner.ly}.
1645
1646
1647 @node Analysis brackets
1648 @subsection Analysis brackets
1649 @cindex brackets
1650 @cindex phrasing brackets
1651 @cindex musicological analysis
1652 @cindex note grouping bracket
1653
1654 Brackets are used in musical analysis to indicate structure in musical
1655 pieces. LilyPond supports a simple form of nested horizontal brackets.
1656 To use this, add the @internalsref{Horizontal_bracket_engraver} to
1657 @internalsref{Staff} context.  A bracket is started with
1658 @code{\groupOpen} and closed with @code{\groupClose}. 
1659
1660 @lilypond[singleline,verbatim]
1661 \score { \notes \relative c'' {  
1662         c4-\groupOpen-\groupOpen
1663         c4-\groupClose
1664         c4-\groupOpen
1665         c4-\groupClose-\groupClose
1666   }
1667   \paper { \translator {
1668             \StaffContext \consists "Horizontal_bracket_engraver"
1669         }}}
1670 @end lilypond
1671
1672 @seealso
1673
1674 @internalsref{HorizontalBracket}, @internalsref{NoteGroupingEvent},
1675 @inputfileref{input/regression,note-group-bracket.ly}. 
1676
1677 @refbugs
1678
1679 Bracket endings should be angled/slanted. (TODO)
1680  
1681
1682
1683 @node Ornaments
1684 @section Ornaments
1685 @cindex Ornaments
1686
1687 [TODO: ornaments vs. expressive marks]
1688
1689 @menu
1690 * Articulations::               
1691 * Text scripts::                
1692 * Grace notes::                 
1693 * Glissando ::                  
1694 * Dynamics::                    
1695 @end menu
1696
1697
1698 @node Articulations
1699 @subsection Articulations
1700 @cindex Articulations
1701
1702 @cindex articulations
1703 @cindex scripts
1704 @cindex ornaments
1705
1706 A variety of symbols can appear above and below notes to indicate
1707 different characteristics of the performance. They are added to a note
1708 by adding a dash and the the character signifying the
1709 articulation. They are demonstrated here.
1710
1711 @lilypondfile[notexidoc]{script-abbreviations.ly}
1712
1713 The script is automatically placed, but if you need to force
1714 directions, you can use @code{_} to force them down, or @code{^} to
1715 put them up:
1716 @lilypond[fragment, verbatim]
1717   c''4^^ c''4_^
1718 @end lilypond
1719
1720
1721 Other symbols can be added using the syntax
1722 @var{note}@code{-\}@var{name}. Again, they can be forced up or down
1723 using @code{^} and @code{_}.
1724
1725 @cindex accent
1726 @cindex marcato
1727 @cindex staccatissimo
1728 @cindex fermata
1729 @cindex stopped
1730 @cindex staccato
1731 @cindex portato
1732 @cindex tenuto
1733 @cindex upbow
1734 @cindex downbow
1735 @cindex foot marks
1736 @cindex organ pedal marks
1737 @cindex turn
1738 @cindex open
1739 @cindex flageolet
1740 @cindex reverseturn
1741 @cindex trill
1742 @cindex prall
1743 @cindex mordent
1744 @cindex prallprall
1745 @cindex prallmordent
1746 @cindex prall, up
1747 @cindex prall, down
1748 @cindex mordent
1749 @cindex thumb marking
1750 @cindex segno
1751 @cindex coda
1752 @cindex varcoda
1753
1754 @lilypondfile[notexidoc]{script-chart.ly}
1755
1756
1757 @cindex fingering
1758
1759 Fingering instructions can also be entered in this shorthand. For
1760 finger changes, use markup texts:
1761 @c
1762 @lilypond[verbatim, singleline, fragment]
1763       c'4-1 c'4-2 c'4-3 c'4-4
1764       c'^\markup { \fontsize #-3 \number "2-3" }
1765 @end lilypond
1766
1767 @cindex finger change
1768 @cindex scripts
1769 @cindex superscript
1770 @cindex subscript
1771
1772 @lilypond[verbatim,singleline,fragment,relative=1]
1773         << c-1  e-2 g-3 b-5 >> 4
1774         \property Voice.fingerHorizontalDirection = #LEFT
1775         << c-1  es-3 g-5 >> 4
1776         \property Voice.fingerHorizontalDirection = #RIGHT
1777         << c-1  e-2 g-3 b-5 >> 4-\arpeggio
1778         \property Voice.fingerHorizontalDirection = #LEFT
1779         << c_1  e-2 g-3 b^5 >> 4
1780 @end lilypond
1781         
1782 @seealso
1783
1784 @internalsref{ScriptEvent}, 
1785 @internalsref{Script}, @internalsref{FingerEvent} and @internalsref{Fingering}.
1786
1787 @refbugs
1788
1789 All of these note ornaments appear in the printed output but have no
1790 effect on the MIDI rendering of the music.
1791
1792
1793 @node Text scripts
1794 @subsection Text scripts
1795 @cindex Text scripts
1796
1797 It is possible to place arbitrary strings of text or markup text (see
1798 @ref{Text markup}) above or below notes by using a string:
1799 @code{c^"text"}.  By default, these indications do not influence the
1800 note spacing, but by using the command @code{\fatText}, the widths
1801 will be taken into account.
1802 @c
1803 @lilypond[fragment,singleline,verbatim] \relative c' {
1804 c4^"longtext" \fatText c4_"longlongtext" c4 }
1805 @end lilypond
1806
1807 It is possible to use @TeX{} commands in the strings, but this should be
1808 avoided because it makes it impossible for LilyPond to compute the
1809 exact length of the string, which may lead to collisions.  Also, @TeX{}
1810 commands will not work with direct PostScript output.
1811
1812
1813 @seealso
1814
1815 @internalsref{TextScriptEvent}, @internalsref{TextScript},
1816 @ref{Text markup}.
1817
1818
1819
1820 @node Grace notes
1821 @subsection Grace notes
1822
1823
1824
1825 @cindex @code{\grace}
1826 @cindex ornaments
1827 @cindex grace notes
1828
1829 Grace notes are ornaments that are written out
1830
1831 @lilypond[relative=2,verbatim,ifragment] c4 \grace c16 c4 \grace {
1832 [c16 d16] } c4
1833 @end lilypond
1834
1835 In normal notation, grace notes take up no logical
1836 time in a measure. Such an idea is practical for normal notation, but
1837 is not strict enough to put it into a program. The model that LilyPond
1838 uses for grace notes internally is that all timing is done in two
1839 steps:
1840
1841 Every point in musical time consists of two rational numbers: one
1842 denotes the logical time, one denotes the grace timing. The above
1843 example is shown here with timing tuples.
1844
1845 @lilypond[]
1846 \score { \notes \relative c''{ 
1847   c4^"(0,0)"  \grace c16_" "_"(1/4,-1/16)"  c4^"(1/4,0)"  \grace {
1848   [c16_"(2/4,-1/8)"  d16^"(2/4,-1/16)" ] } c4_" "_"(2/4,0)"
1849   }
1850 \paper {  linewidth = 8.\cm }
1851 }
1852 @end lilypond
1853
1854
1855 The placement of these grace notes is synchronized between different
1856 staves.
1857
1858 @lilypond[relative=2,verbatim,fragment] 
1859 < \context Staff = SA { e4 \grace { c16-[ d e f-] } e4 }
1860   \context Staff = SB { c'4 \grace { g8 b } c4 } >
1861 @end lilypond
1862
1863
1864 Unbeamed eighth notes and shorter by default have a slash through the
1865 stem. This can be controlled with object property @code{stroke-style} of
1866 @internalsref{Stem}. The change in formatting is accomplished by
1867 inserting @code{\startGraceMusic} before handling the grace notes, and
1868 @code{\stopGraceMusic} after finishing the grace notes.
1869 You can add to these definitions to globally change grace note
1870 formatting. The standard definitions are in @file{ly/grace-init.ly}.
1871
1872 [TODO discuss Scheme functionality.]
1873
1874
1875 The @code{\override} is carefully matched with a @code{\revert}.
1876
1877 @cindex slash
1878 @cindex grace slash
1879
1880 @lilypond[fragment,verbatim]
1881 \relative c'' \context Voice {
1882   \grace c8 c4 \grace { [c16 c16] } c4
1883   \grace { 
1884     \property Voice.Stem \override #'stroke-style = #'() 
1885     c16 
1886     \property Voice.Stem \revert #'stroke-style
1887   } c4
1888 }
1889 @end lilypond
1890
1891
1892
1893 If you want to end a note with a grace note, then the standard trick
1894 is to put the grace notes before a phantom ``space note'', e.g.
1895 @lilypond[fragment,verbatim, relative=2]
1896 \context Voice {
1897     < { d1^\trill ( }
1898      { s2 \grace { [c16 d] } } >
1899    )c4
1900 }
1901 @end lilypond
1902
1903 A @code{\grace} section has some default values, and LilyPond will
1904 use those default values unless you specify otherwise inside the
1905 @code{\grace} section.  For example, if you specify \slurUp
1906 @emph{before} your @code{\grace} section, a slur which starts inside
1907 the @code{\grace} will not be forced up, even if the slur ends outside
1908 of the @code{\grace}.  Note the difference between the first and
1909 second bars in this example:
1910
1911 @lilypond[fragment,verbatim]
1912 \relative c'' \context Voice {
1913     \slurUp
1914     \grace {
1915         a4 ( }
1916     ) a4 a4 () a2
1917     \slurBoth
1918
1919     \grace {
1920         \slurUp
1921         a4 ( }
1922     ) a4 a4 () a2
1923     \slurBoth
1924
1925 }
1926 @end lilypond
1927
1928
1929 @seealso
1930
1931 @internalsref{GraceMusic}.
1932
1933 @refbugs
1934
1935 Grace notes cannot be used in the smallest size (@file{paper11.ly}).
1936
1937 Grace note synchronization can also lead to surprises. Staff notation,
1938 such as key signatures, barlines, etc. are also synchronized. Take
1939 care when you mix staves with grace notes and staves without.
1940
1941 @lilypond[relative=2,verbatim,fragment]
1942 < \context Staff = SA { e4 \bar "|:" \grace c16 d4 }
1943   \context Staff = SB { c4 \bar "|:"  d4 } >
1944 @end lilypond
1945
1946 Grace sections should only be used within sequential music
1947 expressions.  Nesting, juxtaposing, or ending sequential music with a
1948 grace section is not supported, and might produce crashes or other
1949 errors.
1950
1951
1952 @node Glissando 
1953 @subsection Glissando
1954 @cindex Glissando 
1955
1956 @cindex @code{\glissando}
1957
1958 A glissando is a smooth change in pitch. It is denoted by a line or a
1959 wavy line between two notes.
1960
1961 @syntax
1962
1963 A glissando line can be requested by attaching a @code{\glissando} to
1964 a note:
1965
1966 @lilypond[fragment,relative,verbatim]
1967   c'-\glissando c'
1968 @end lilypond
1969
1970 @seealso
1971
1972 @internalsref{Glissando}, @internalsref{GlissandoEvent}.
1973
1974
1975 @refbugs
1976
1977 Printing of an additional text (such as @emph{gliss.}) must be done
1978 manually.
1979
1980
1981 @node Dynamics
1982 @subsection Dynamics
1983 @cindex Dynamics
1984
1985
1986
1987 @cindex @code{\ppp}
1988 @cindex @code{\pp}
1989 @cindex @code{\p}
1990 @cindex @code{\mp}
1991 @cindex @code{\mf}
1992 @cindex @code{\f}
1993 @cindex @code{\ff}
1994 @cindex @code{\fff}
1995 @cindex @code{\ffff}
1996 @cindex @code{\fp}
1997 @cindex @code{\sf}
1998 @cindex @code{\sff}
1999 @cindex @code{\sp}
2000 @cindex @code{\spp}
2001 @cindex @code{\sfz}
2002 @cindex @code{\rfz}
2003
2004
2005 Absolute dynamic marks are specified using an variable after a
2006 note: @code{c4-\ff}.  The available dynamic marks are: @code{\ppp},
2007 @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff},
2008 @code{\fff}, @code{\fff}, @code{\fp}, @code{\sf}, @code{\sff},
2009 @code{\sp}, @code{\spp}, @code{\sfz}, and @code{\rfz}.
2010
2011 @lilypond[verbatim,singleline,fragment,relative]
2012   c'-\ppp c-\pp c -\p c-\mp c-\mf c-\f c-\ff c-\fff
2013   c2-\sf c-\rfz
2014 @end lilypond
2015
2016 @cindex @code{\cr}
2017 @cindex @code{\rc}
2018 @cindex @code{\decr}
2019 @cindex @code{\rced}
2020 @cindex @code{\<}
2021 @cindex @code{\>}
2022 @cindex @code{\"!}
2023
2024
2025
2026 A crescendo mark is started with @code{\cr} and terminated with
2027 @code{\endcr}, and decrescendi similarly with @code{\decr} and
2028 @code{\enddecr}.  There are also shorthands for these marks.  A
2029 crescendo can be started with @code{\<} and a decrescendo can be
2030 started with @code{\>}.  Either one can be terminated with @code{\!}.
2031 Because these marks are bound to notes, if you must use spacer notes
2032 if marks during one note are needed.
2033
2034 @lilypond[fragment,verbatim,center,quote]
2035   c''-\< c''-\!   d''-\decr e''-\rced 
2036   < f''1 { s4 s4-\< s4-\! \>  s4-\! } >
2037 @end lilypond
2038 This may give rise to very short hairpins. Use @code{minimum-length}
2039 in @internalsref{Voice}.@internalsref{HairPin} to lengthen these, e.g.
2040
2041 @example
2042  \property Staff.Hairpin \override #'minimum-length = #5
2043 @end example
2044
2045 You can also use a text saying @emph{cresc.} instead of hairpins. Here
2046 is an example how to do it:
2047
2048 @lilypond[fragment,relative=2,verbatim]
2049   c4 \cresc c4 \endcresc c4
2050 @end lilypond
2051
2052
2053 @cindex crescendo
2054 @cindex decrescendo
2055
2056 You can also supply your own texts:
2057 @lilypond[fragment,relative,verbatim]
2058   \context Voice {
2059     \property Voice.crescendoText = "cresc. poco"
2060     \property Voice.crescendoSpanner = #'dashed-line
2061     a'2-\mf-\< a a a-\!
2062   }
2063 @end lilypond
2064
2065 @cindex diminuendo
2066
2067 @seealso
2068
2069 @internalsref{CrescendoEvent}, @internalsref{DecrescendoEvent},
2070 @internalsref{AbsoluteDynamicEvent}.
2071
2072 Dynamics are objects of @internalsref{DynamicText} and
2073 @internalsref{Hairpin}. Vertical positioning of these symbols is
2074 handled by the @internalsref{DynamicLineSpanner} object.
2075
2076 If you want to adjust padding or vertical direction of the dynamics,
2077 you must set properties for the @internalsref{DynamicLineSpanner}
2078 object. Predefined variables to set the vertical direction are
2079 @code{\dynamicUp} and  @code{\dynamicDown}.
2080
2081 @cindex direction, of dynamics
2082 @cindex @code{\dynamicDown}
2083 @cindex @code{\dynamicUp}
2084
2085
2086 @node Repeats
2087 @section Repeats
2088
2089
2090 @cindex repeats
2091 @cindex @code{\repeat}
2092
2093 To specify repeats, use the @code{\repeat} keyword.  Since repeats
2094 should work differently when played or printed, there are a few
2095 different variants of repeats.
2096
2097 @table @code
2098 @item unfold
2099 Repeated music is fully written (played) out.  Useful for MIDI
2100 output, and entering repetitive music.
2101
2102 @item volta
2103 This is the normal notation: Repeats are not written out, but
2104 alternative endings (voltas) are printed, left to right.
2105
2106 @ignore
2107 @item fold
2108 Alternative endings are written stacked. This has limited use but may be
2109 used to typeset two lines of lyrics in songs with repeats, see
2110 @inputfileref{input,star-spangled-banner.ly}.
2111 @end ignore
2112
2113 @item tremolo
2114 Make tremolo beams.
2115
2116 @item percent
2117 Make beat or measure repeats. These look like percent signs.
2118
2119 @end table  
2120
2121 @menu
2122 * Repeat syntax::               
2123 * Repeats and MIDI::            
2124 * Manual repeat commands::      
2125 * Tremolo repeats::             
2126 * Tremolo subdivisions::        
2127 * Measure repeats::             
2128 @end menu
2129
2130 @node Repeat syntax
2131 @subsection Repeat syntax
2132
2133
2134 Repetition is a central concept in music, and multiple notations exist
2135 for repetitions.
2136
2137 @syntax
2138
2139 LilyPond has one syntactic construct for specifying different types of
2140 repeats.  The syntax is
2141
2142 @example
2143   \repeat @var{variant} @var{repeatcount} @var{repeatbody}
2144 @end example
2145
2146 If you have alternative endings, you may add
2147 @cindex @code{\alternative}
2148 @example
2149  \alternative @code{@{} @var{alternative1}
2150             @var{alternative2}
2151             @var{alternative3} @dots{} @code{@}}
2152 @end example
2153 where each @var{alternative} is a music expression.  If you do not
2154 give enough alternatives for all of the repeats, then the first
2155 alternative is assumed to be played more than once.
2156
2157 Normal notation repeats are used like this:
2158 @lilypond[fragment,verbatim]
2159   c'1
2160   \repeat volta 2 { c'4 d' e' f' }
2161   \repeat volta 2 { f' e' d' c' }
2162 @end lilypond
2163
2164 With alternative endings:
2165 @lilypond[fragment,verbatim]
2166   c'1
2167   \repeat volta 2 {c'4 d' e' f'} 
2168   \alternative { {d'2 d'} {f' f} }
2169 @end lilypond
2170
2171
2172 @lilypond[fragment,verbatim]
2173 \context Staff {
2174   \relative c' {
2175     \partial 4
2176     \repeat volta 4 { e | c2 d2 | e2 f2 | }
2177     \alternative { { g4 g g } { a | a a a a | b2. } }
2178   }
2179 }
2180 @end lilypond
2181
2182 @refbugs
2183
2184  If you do a nested repeat like
2185
2186 @example 
2187 \repeat @dots{}
2188 \repeat @dots{}
2189 \alternative 
2190 @end example 
2191
2192 @noindent
2193 then it is ambiguous to which @code{\repeat} the @code{\alternative}
2194 belongs. This ambiguity is resolved by always having the
2195 @code{\alternative} belong to the inner @code{\repeat}.  This
2196 ambiguity may also be resolved by using braces.
2197 @cindex ambiguity
2198
2199 @node Repeats and MIDI
2200 @subsection Repeats and MIDI
2201
2202 @cindex expanding repeats
2203
2204 For instructions on how to unfold repeats for MIDI output, see the
2205 example file @inputfileref{input/test,unfold-all-repeats.ly}.
2206
2207
2208 @refbugs
2209
2210 Timing information is not remembered at the start of an alternative,
2211 so you have to reset timing information after a repeat, e.g. using a
2212 bar-check (See @ref{Bar check}), setting @code{Score.measurePosition}
2213 or entering @code{\partial}.  Slurs or ties are also not repeated.
2214
2215
2216 @node Manual repeat commands
2217 @subsection Manual repeat commands
2218
2219 @cindex @code{repeatCommands}
2220
2221 The property @code{repeatCommands} can be used to control the layout of
2222 repeats. Its value is a Scheme list of repeat commands, where each repeat
2223 command can be
2224
2225 @table @code
2226 @item 'start-repeat
2227  Print a |: bar line
2228 @item 'end-repeat
2229  Print a :| bar line
2230 @item (volta . @var{text})
2231  Print a volta bracket saying @var{text}. The text can be specified as
2232 a text string or as a markup text, see @ref{Text markup}. Do not
2233 forget to change the font, as the default number font does not contain
2234 alphabetic characters.
2235 @item (volta . #f) 
2236  Stop a running volta bracket
2237 @end table
2238
2239 @lilypond[verbatim, fragment]
2240  c''4
2241     \property Score.repeatCommands = #'((volta "93") end-repeat)
2242  c''4 c''4
2243     \property Score.repeatCommands = #'((volta #f))
2244  c''4 c''4
2245 @end lilypond
2246
2247
2248 @seealso
2249
2250 @internalsref{VoltaBracket}, @internalsref{RepeatedMusic},
2251 @internalsref{VoltaRepeatedMusic},
2252 @internalsref{UnfoldedRepeatedMusic}
2253 @internalsref{FoldedRepeatedMusic}.
2254
2255 @node Tremolo repeats
2256 @subsection Tremolo repeats
2257 @cindex tremolo beams
2258
2259 To place tremolo marks between notes, use @code{\repeat} with tremolo
2260 style.  
2261 @lilypond[verbatim,center,singleline]
2262 \score { 
2263   \context Voice \notes\relative c' {
2264     \repeat "tremolo" 8 { c16 d16 }
2265     \repeat "tremolo" 4 { c16 d16 }    
2266     \repeat "tremolo" 2 { c16 d16 }
2267     \repeat "tremolo" 4 c16
2268   }
2269 }
2270 @end lilypond
2271
2272 @seealso
2273
2274 Tremolo beams are @internalsref{Beam} objects. Single stem tremolos are
2275 @internalsref{StemTremolo}.  @internalsref{TremoloEvent}.
2276
2277
2278 @refbugs
2279
2280 The single stem tremolo @emph{must} be entered without @code{@{} and
2281 @code{@}}.
2282
2283 @node Tremolo subdivisions
2284 @subsection Tremolo subdivisions
2285 @cindex tremolo marks
2286 @cindex @code{tremoloFlags}
2287
2288 Tremolo marks can be printed on a single note by adding
2289 `@code{:}[@var{length}]' after the note.  The length must be at least 8.
2290 A @var{length} value of 8 gives one line across the note stem.  If the
2291 length is omitted, then then the last value (stored in
2292 @code{Voice.tremoloFlags}) is used.
2293
2294 @lilypond[verbatim,fragment,center]
2295   c'2:8 c':32 | c': c': |
2296 @end lilypond
2297
2298 [TODO : stok is te kort bij 32en]
2299
2300 @refbugs
2301
2302 Tremolos in this style do not carry over into the MIDI output.
2303
2304
2305 @node Measure repeats
2306 @subsection Measure repeats
2307
2308 @cindex percent repeats
2309 @cindex measure repeats
2310
2311 In the @code{percent} style, a note pattern can be repeated. It is
2312 printed once, and then the pattern is replaced with a special sign.
2313 Patterns of a one and two measures are replaced by percent-like signs,
2314 patterns that divide the measure length are replaced by slashes.
2315
2316 @lilypond[verbatim,singleline]
2317  \context Voice { \repeat  "percent" 4  { c'4 }
2318     \repeat "percent" 2 { c'2 es'2 f'4 fis'4 g'4 c''4 }
2319 }
2320 @end lilypond   
2321
2322 @seealso
2323
2324 @internalsref{RepeatSlash}, @internalsref{PercentRepeat},
2325 @internalsref{PercentRepeatedMusic}, and
2326 @internalsref{DoublePercentRepeat}.
2327
2328
2329 @refbugs
2330
2331 You cannot nest percent repeats, e.g. by filling in the first measure
2332 with slashes, and repeating that measure with percents.
2333
2334 @node Rhythmic music
2335 @section Rhythmic music
2336
2337 Sometimes you might want to show only the rhythm of a melody.  This can
2338 be done with the rhythmic staff. All pitches of notes on such a staff
2339 are squashed, and the  staff itself  looks has  a single staff line:
2340
2341 @lilypond[fragment,relative,verbatim]
2342   \context RhythmicStaff {
2343       \time 4/4
2344       c4 e8 f  g2 | r4 g r2 | g1:32 | r1 |
2345   }
2346 @end lilypond
2347
2348 @menu
2349 * Percussion staves::           
2350 * Percussion midi output::      
2351 @end menu
2352
2353 @node Percussion staves
2354 @subsection Percussion staves
2355 @cindex percussion
2356 @cindex drums
2357
2358 To typeset more than one piece of percussion to be played by the same
2359 musician one typically uses a multiline staff where each staff
2360 position refers to a specific piece of percussion.
2361
2362 @syntax
2363
2364 LilyPond is has a set of Scheme functions that can be used to typeset
2365 percussion staves. The system is based on the general MIDI
2366 drum-pitches.  Include @file{ly/drumpitch-init.ly} to use drum
2367 pitches. This file defines the pitches from the Scheme variable
2368 @code{drum-pitch-names}, the definition of which can be read in
2369 @file{scm/drums.scm}.  Each piece of percussion has a full name and an
2370 abbreviated name, and both the full name or the abbreviation may be
2371 used in input files.
2372
2373 To typeset the music on a staff apply the function @code{drums->paper}
2374 to the percussion music. This function takes a list of percussion
2375 instrument names, notehead scripts and staff positions (that is:
2376 pitches relative to the C-clef) and transforms the input
2377 music by moving the pitch, changing the notehead and (optionally)
2378 adding a script:
2379 @c
2380 @lilypond[singleline,verbatim,quote]
2381 \include "drumpitch-init.ly"
2382 up = \notes { crashcymbal4 hihat8 halfopenhihat hh hh hh openhihat }
2383 down = \notes { bassdrum4 snare8 bd r bd sn4 }
2384 \score {
2385     \apply #(drums->paper 'drums) \context Staff <
2386         \clef percussion
2387         \context Voice = up { \voiceOne \up }
2388         \context Voice = down { \voiceTwo \down }
2389     >
2390 }
2391
2392 @end lilypond
2393 In the above example the music was transformed using the list @code{'drums}.
2394 Currently the following lists are defined in @file{scm/drums.scm}:
2395 @table @code
2396 @item 'drums
2397 To typeset a typical drum kit on a five-line staff.
2398
2399 @lilypond[noindent]
2400 \include "drumpitch-init.ly"
2401 nam = \lyrics { cymc cyms cymr hh hhc hho hhho hhp cb hc
2402     bd sn ss tomh tommh tomml toml tomfh tomfl }
2403 mus = \notes  { cymc cyms cymr hh hhc hho hhho hhp cb hc
2404     bd sn ss tomh tommh tomml toml tomfh tomfl s16 }
2405 \score {
2406     <
2407         \apply #(drums->paper 'drums) \context Staff <
2408             \clef percussion
2409             \mus
2410         >
2411         \context Lyrics \nam 
2412     >
2413     \paper {
2414         linewidth = 100.0\mm
2415         \translator {
2416             \StaffContext
2417             \remove Bar_engraver
2418             \remove Time_signature_engraver
2419             minimumVerticalExtent = #'(-4.0 . 5.0)
2420         }
2421         \translator {
2422             \VoiceContext
2423             \remove Stem_engraver
2424         }
2425    }   
2426 }
2427 @end lilypond
2428
2429 Scheme supports six different toms.  When there fewer toms, simply
2430 select the toms that produce the desired result, i.e., to get toms on
2431 the three middle lines you use @code{tommh}, @code{tomml} and
2432 @code{tomfh}.
2433
2434 Because general MIDI does not contain rimshots the sidestick is used
2435 for this purpose instead.
2436 @item 'timbales
2437 To typeset timbales on a two line staff.
2438 @lilypond[singleline]
2439 \include "drumpitch-init.ly"
2440 nam = \lyrics { timh ssh timl ssl cb }
2441 mus = \notes  { timh ssh timl ssl cb s16 }
2442 \score {
2443     <
2444         \apply #(drums->paper 'timbales) \context Staff <
2445             \clef percussion
2446             \mus
2447         >
2448         \context Lyrics \nam 
2449     >
2450     \paper {
2451         \translator {
2452             \StaffContext
2453             \remove Bar_engraver
2454             \remove Time_signature_engraver
2455             StaffSymbol \override #'line-count = #2
2456             StaffSymbol \override #'staff-space = #2
2457             minimumVerticalExtent = #'(-3.0 . 4.0)
2458         }
2459         \translator {
2460             \VoiceContext
2461             \remove Stem_engraver
2462         }
2463
2464     }   
2465 }
2466 @end lilypond
2467 @item 'congas
2468 To typeset congas on a two line staff.
2469 @lilypond[singleline]
2470 \include "drumpitch-init.ly"
2471 nam = \lyrics { cgh cgho cghm ssh cgl cglo cglm ssl }
2472 mus = \notes  { cgh cgho cghm ssh cgl cglo cglm ssl s16 }
2473 \score {
2474     <
2475         \apply #(drums->paper 'congas) \context Staff <
2476             \clef percussion
2477             \mus
2478         >
2479         \context Lyrics \nam 
2480     >
2481     \paper {
2482         \translator {
2483             \StaffContext
2484             \remove Bar_engraver
2485             \remove Time_signature_engraver
2486             StaffSymbol \override #'line-count = #2
2487             StaffSymbol \override #'staff-space = #2
2488             minimumVerticalExtent = #'(-3.0 . 4.0)
2489         }
2490         \translator {
2491             \VoiceContext
2492             \remove Stem_engraver
2493         }
2494     }   
2495 }
2496 @end lilypond
2497 @item 'bongos
2498 To typeset bongos on a two line staff.
2499 @lilypond[singleline]
2500 \include "drumpitch-init.ly"
2501 nam = \lyrics { boh boho bohm ssh bol bolo bolm ssl }
2502 mus = \notes  { boh boho bohm ssh bol bolo bolm ssl s16 }
2503 \score {
2504     <
2505         \apply #(drums->paper 'bongos) \context Staff <
2506             \clef percussion
2507             \mus
2508         >
2509         \context Lyrics \nam 
2510     >
2511     \paper {
2512         \translator {
2513             \StaffContext
2514             \remove Bar_engraver
2515             \remove Time_signature_engraver
2516             StaffSymbol \override #'line-count = #2
2517             StaffSymbol \override #'staff-space = #2
2518             minimumVerticalExtent = #'(-3.0 . 4.0)
2519         }
2520         \translator {
2521             \VoiceContext
2522             \remove Stem_engraver
2523         }
2524     }   
2525 }
2526 @end lilypond
2527 @item 'percussion
2528 To typeset all kinds of simple percussion on one line staves.
2529 @lilypond[singleline]
2530 \include "drumpitch-init.ly"
2531 nam = \lyrics { tri trio trim gui guis guil cb cl tamb cab mar hc }
2532 mus = \notes  { tri trio trim gui guis guil cb cl tamb cab mar hc s16 }
2533 \score {
2534     <
2535         \apply #(drums->paper 'percussion) \context Staff <
2536             \clef percussion
2537             \mus
2538         >
2539         \context Lyrics \nam 
2540     >
2541     \paper {
2542         \translator {
2543             \StaffContext
2544             \remove Bar_engraver
2545             \remove Time_signature_engraver
2546             StaffSymbol \override #'line-count = #1
2547             minimumVerticalExtent = #'(-2.0 . 3.0)
2548         }
2549         \translator {
2550             \VoiceContext
2551             \remove Stem_engraver
2552         }
2553     }   
2554 }
2555 @end lilypond
2556 @end table
2557
2558 If you do not like any of the predefined lists you can define your own
2559 list at the top of your file:
2560
2561 @lilypond[singleline, verbatim]
2562 #(define mydrums `(
2563         (bassdrum     default   #f        ,(ly:make-pitch -1 2 0))
2564         (snare        default   #f        ,(ly:make-pitch 0 1 0))
2565         (hihat        cross     #f        ,(ly:make-pitch 0 5 0))
2566         (pedalhihat   xcircle   "stopped" ,(ly:make-pitch 0 5 0))
2567         (lowtom       diamond   #f        ,(ly:make-pitch -1 6 0))
2568 ))
2569 \include "drumpitch-init.ly"
2570 up = \notes { hh8 hh hh hh hhp4 hhp }
2571 down = \notes { bd4 sn bd toml8 toml }
2572 \score {    
2573     \apply #(drums->paper 'mydrums) \context Staff <
2574         \clef percussion
2575         \context Voice = up { \voiceOne \up }
2576         \context Voice = down { \voiceTwo \down }
2577     >
2578 }
2579 @end lilypond
2580
2581 To use a modified existing list, one can prepend modifications to the
2582 the existing list:
2583
2584 @example
2585 #(define mydrums (append `(
2586    (bassdrum default #f ,(ly:make-pitch -1 2 0))
2587    (lowtom   diamond #f ,(ly:make-pitch -1 6 0))
2588 ) drums ))
2589 @end example
2590
2591 The file @file{drumpitch-init.ly} replaces the normal pitch names, so
2592 you have to reinclude @file{nederlands.ly} after the
2593 drum-pattern-definitions to enter normal notes.
2594 @c
2595 @lilypond[singleline,verbatim]
2596 \include "drumpitch-init.ly"
2597 up = \notes { crashcymbal4 hihat8 halfopenhihat hh hh hh openhihat }
2598 down = \notes { bassdrum4 snare8 bd r bd sn4 }
2599 \include "nederlands.ly"
2600 bass = \notes \transpose c c,, { a4. e8 r e g e }
2601 \score {
2602     <
2603         \apply #(drums->paper 'drums) \context Staff = drums <
2604             \clef percussion
2605             \context Voice = up { \voiceOne \up }
2606             \context Voice = down { \voiceTwo \down }
2607         >
2608         \context Staff = bass { \clef "F_8" \bass }
2609     >
2610 }
2611 @end lilypond
2612
2613 @node Percussion midi output
2614 @subsection Percussion midi output
2615
2616 In order to produce correct midi output you need to produce two score
2617 blocks---one for the paper and one for the midi output.  To use the
2618 percussion channel you set the property @code{instrument} to
2619 @code{'drums}. Because the drum-pitches themself are similar to the
2620 general midi pitches all you have to do is to insert the voices with
2621 none of the scheme functions to get the correct midi output:
2622
2623 @example
2624 \score @{    
2625     \apply #(drums->paper 'mydrums) \context Staff <
2626         \clef percussion
2627         @{ \up @}  \\
2628         @{ \down @}
2629     >
2630     \paper@{@}
2631 @}
2632 \score @{    
2633     \context Staff <
2634         \property Staff.instrument = #'drums
2635         \up \down
2636     >
2637     \midi@{@}
2638 @}
2639 @end example
2640
2641 @refbugs
2642
2643 This scheme is to be considered a temporary implementation.
2644
2645
2646 @node Piano music
2647 @section Piano music
2648
2649 Piano staves are two normal staves coupled with a brace.  The staves
2650 are largely independent, but sometimes voices can cross between the
2651 two staves.  The same notation is also used for harps and other key
2652 instruments.  The @internalsref{PianoStaff} is especially built to
2653 handle this cross-staffing behavior.  In this section we discuss the
2654 @internalsref{PianoStaff} and some other pianistic peculiarities.
2655
2656
2657 @menu
2658 * Automatic staff changes::     
2659 * Manual staff switches::       
2660 * Pedals::                      
2661 * Arpeggio::                    
2662 * Voice follower lines::        
2663 @end menu 
2664
2665 @refbugs
2666
2667 There is no support for putting chords across staves.  You can get
2668 this result by increasing the length of the stem in the lower stave so
2669 it reaches the stem in the upper stave, or vice versa. An example is
2670 included with the distribution as @inputfileref{input/test,stem-cross-staff.ly}.
2671
2672 Dynamics are not centered, but kludges do exist. See
2673 @inputfileref{input/templates,piano-dynamics.ly}.
2674
2675 @cindex cross staff stem
2676 @cindex stem, cross staff
2677
2678
2679 @c fixme: should have hyperlinks as well.
2680
2681
2682
2683
2684
2685 @node Automatic staff changes
2686 @subsection Automatic staff changes
2687 @cindex Automatic staff changes
2688
2689 Voices can switch automatically between the top and the bottom
2690 staff. The syntax for this is
2691 @example
2692   \autochange Staff \context Voice @{ @dots{}@var{music}@dots{} @}
2693 @end example        
2694 The autochanger switches on basis of pitch (central C is the turning
2695 point), and it looks ahead skipping over rests to switch rests in
2696 advance. Here is a practical example:
2697         
2698 @lilypond[verbatim,singleline,quote]
2699 \score { \notes \context PianoStaff <
2700   \context Staff = "up" {
2701     \autochange Staff \context Voice = VA < \relative c' {
2702        g4 a  b c d r4 a g } > }
2703   \context Staff = "down" {
2704        \clef bass
2705        s1*2
2706 } > }
2707 @end lilypond
2708 Spacer rests are used to prevent the bottom staff from
2709 terminating too soon.
2710
2711
2712 @refbugs
2713
2714 The staff switches often do not end up in optimal places. For high
2715 quality output staff switches should be specified manually.
2716
2717  
2718
2719 @node Manual staff switches
2720 @subsection Manual staff switches
2721
2722 @cindex manual staff switches
2723 @cindex staff switch, manual
2724
2725 Voices can be switched between staves manually, using the following command:
2726 @example
2727   \translator Staff = @var{staffname} @var{music}
2728 @end example
2729 The string @var{staffname} is the name of the staff. It switches the
2730 current voice from its current staff to the Staff called
2731 @var{staffname}. Typically @var{staffname} is @code{"up"} or
2732 @code{"down"}.
2733
2734
2735 @node Pedals
2736 @subsection Pedals
2737 @cindex Pedals
2738
2739 Pianos have pedals that alter the way sound are produced. Generally, a
2740 piano has three pedals, sustain, una corda, and sostenuto.
2741
2742 @syntax
2743
2744 Piano pedal instruction can be expressed by attaching
2745 @code{\sustainDown}, @code{\sustainUp}, @code{\unaCorda},
2746 @code{\treCorde}, @code{\sostenutoDown} and @code{\sostenutoUp} to a
2747 note or chord.
2748
2749 The symbols that are printed can be modified by setting
2750 @code{pedal@var{X}Strings}, where @var{X} is one of the pedal types:
2751 Sustain, Sostenuto or UnaCorda.  Refer to the generated documentation
2752 of @internalsref{SustainPedal} for more information.
2753
2754 Pedals can also be indicated by a sequence of brackets, by setting the 
2755 @code{pedal-type} property of @internalsref{SustainPedal} objects: 
2756
2757 @lilypond[fragment,verbatim]
2758 \property Staff.SustainPedal \override #'pedal-type = #'bracket
2759  c''4-\sustainDown d''4 e''4
2760  a'4-\sustainUp-\sustainDown
2761  f'4 g'4 a'4-\sustainUp
2762 @end lilypond
2763
2764 A third style of pedal notation is a mixture of text and brackets,
2765 obtained by setting @code{pedal-type} to @code{mixed}:
2766
2767 @lilypond[fragment,verbatim]
2768 \property Staff.SustainPedal \override #'pedal-type = #'mixed
2769 c''4-\sustainDown d''4 e''4
2770 c'4-\sustainUp-\sustainDown
2771  f'4 g'4 a'4-\sustainUp
2772 @end lilypond
2773
2774 The default '*Ped' style for sustain and damper pedals corresponds to
2775 @code{\pedal-type = #'text}. However, @code{mixed} is the default style
2776 for a sostenuto pedal:
2777
2778 @lilypond[fragment,verbatim]
2779 c''4-\sostenutoDown d''4 e''4 c'4 f'4 g'4 a'4-\sostenutoUp
2780 @end lilypond
2781
2782 For fine-tuning of the appearance of a pedal bracket, the properties
2783 @code{edge-width}, @code{edge-height}, and @code{shorten-pair} of
2784 @code{PianoPedalBracket} objects (see the detailed documentation of
2785 @internalsref{PianoPedalBracket}) can be modified.  For example, the bracket
2786 may be extended to the end of the note head.
2787
2788 @lilypond[fragment,verbatim]
2789 \property Staff.PianoPedalBracket \override
2790    #'shorten-pair = #'(0 . -1.0)
2791 c''4-\sostenutoDown d''4 e''4 c'4
2792 f'4 g'4 a'4-\sostenutoUp
2793 @end lilypond
2794
2795 @node Arpeggio
2796 @subsection Arpeggio
2797 @cindex Arpeggio
2798
2799 @cindex broken arpeggio
2800 @cindex @code{\arpeggio}
2801
2802 You can specify an arpeggio sign on a chord by attaching an
2803 @code{\arpeggio} to a chord.
2804
2805
2806 @lilypond[fragment,relative,verbatim]
2807   <<c e g c>>-\arpeggio
2808 @end lilypond
2809
2810 When an arpeggio crosses staves in piano music, you attach an arpeggio
2811 to the chords in both staves, and set
2812 @internalsref{PianoStaff}.@code{connectArpeggios}.
2813
2814 @lilypond[fragment,relative,verbatim]
2815   \context PianoStaff <
2816     \property PianoStaff.connectArpeggios = ##t
2817     \context Voice = one  { <<c' e g c>>-\arpeggio }
2818     \context Voice = other { \clef bass  <<c,, e g>>-\arpeggio }
2819   >
2820 @end lilypond
2821
2822 This command creates @internalsref{Arpeggio} objects.  Cross staff
2823 arpeggios are @internalsref{PianoStaff}.@internalsref{Arpeggio}.
2824
2825 The direction of the arpeggio is sometimes denoted by adding an
2826 arrowhead to the wiggly line.  This can be typeset by setting
2827 @code{arpeggio-direction}.
2828
2829 @lilypond[fragment,relative,verbatim]
2830   \context Voice {
2831      \property Voice.Arpeggio \set #'arpeggio-direction = #1
2832      <<c e g c>>-\arpeggio
2833      \property Voice.Arpeggio \set #'arpeggio-direction = #-1
2834      <<c e g c>>-\arpeggio
2835   }
2836 @end lilypond
2837
2838 A square bracket on the left indicates that the player should not
2839 arpeggiate the chord. To draw these brackets, set the
2840 @code{molecule-callback} property of @code{Arpeggio} or
2841 @code{PianoStaff.Arpeggio} objects to @code{\arpeggioBracket}, and use
2842 @code{\arpeggio} statements within the chords as before.
2843
2844 @lilypond[fragment,relative,verbatim]
2845     \property PianoStaff.Arpeggio \override
2846         #'molecule-callback = \arpeggioBracket
2847        <<c' e g c>>-\arpeggio
2848 @end lilypond
2849
2850
2851 @refbugs
2852
2853 It is not possible to mix connected arpeggios and unconnected
2854 arpeggios in one @internalsref{PianoStaff} at the same time.
2855
2856 @node  Voice follower lines
2857 @subsection Voice follower lines
2858
2859
2860 [TODO: invent better name]
2861
2862 @cindex follow voice
2863 @cindex staff switching
2864 @cindex cross staff
2865
2866 @cindex @code{followVoice}
2867
2868 Whenever a voice switches to another staff a line connecting the notes
2869 can be printed automatically. This is enabled if the property
2870 @code{PianoStaff.followVoice} is set to true:
2871
2872 @lilypond[fragment,relative,verbatim]
2873   \context PianoStaff <
2874     \property PianoStaff.followVoice = ##t
2875     \context Staff \context Voice {
2876       c1
2877       \translator Staff=two
2878       b2 a
2879     }
2880     \context Staff=two { \clef bass \skip 1*2 }
2881   >  
2882 @end lilypond
2883
2884 The associated object is @internalsref{VoiceFollower}.
2885
2886
2887 @node Vocal music
2888 @section Vocal music
2889
2890 For a discussion of how to put lyrics into a score, see section
2891 @code{Printing lyrics} in the tutorial.
2892
2893 [TODO: Move lyrics section from tutorial to here?]
2894
2895 See also the sections on @ref{Slurs} and @ref{Breath marks}.
2896
2897 [TODO: Move slurs / breath marks section to here?]
2898
2899 [TODO: Write subsection upon usage of ChoirStaff.]
2900
2901 For entering quotes in Lyrics mode, use the following
2902 @example
2903 "\"God\"" is "`King'"
2904 @end example
2905
2906 You can use empty syllables, e.g. @code{_4} or @code{" "4} to enter
2907 lyrics. This can confuse the LilyPond -- for example, this might put
2908 (empty) lyrics under rests. To remedy this, use @code{\skip}.
2909
2910
2911 @refbugs
2912
2913 @cindex ambiguity
2914
2915 Input for lyrics introduces a syntactical ambiguity:
2916  
2917 @example 
2918 foo = bar 
2919 @end example 
2920
2921 @noindent
2922 is interpreted as assigning a string identifier @code{\foo} such that
2923 it contains @code{"bar"}.  However, it could also be interpreted as
2924 making or a music identifier @code{\foo} containing the syllable
2925 `bar'.  The force the latter interpretation, use
2926 @example
2927   foo = \lyrics bar
2928 @end example
2929
2930
2931 @menu
2932 * Ambitus::                     
2933 @end menu
2934
2935 @node Ambitus
2936 @subsection Ambitus
2937 @cindex ambitus
2938
2939 The term @emph{ambitus} denotes a range of pitches for a given voice in
2940 a part of music.  It also may denote the pitch range that a musical
2941 instrument is capable of playing.  Most musical instruments have their
2942 ambitus standardized (or at least there is agreement upon the minimal
2943 ambitus of a particular type of instrument), such that a composer or
2944 arranger of a piece of music can easily meet the ambitus constraints of
2945 the targeted instrument.  However, the ambitus of the human voice
2946 depends on individual physiological state, including education and
2947 training of the voice.  Therefore, a singer potentially has to check for
2948 each piece of music if the ambitus of that piece meets his individual
2949 capabilities.  This is why the ambitus of a piece may be of particular
2950 value to vocal performers.
2951
2952 The ambitus is typically notated on a per-voice basis at the very
2953 beginning of a piece, e.g. nearby the initial clef or time signature of
2954 each staff.  The range is graphically specified by two noteheads, that
2955 represent the minimum and maximum pitch.  Some publishers use a textual
2956 notation: they put the range in words in front of the corresponding
2957 staff.  Lilypond currently only supports the graphical ambitus notation.
2958
2959 To apply, add the @internalsref{Ambitus_engraver} to the
2960 @internalsref{Voice} context, i.e.
2961
2962 @example
2963   \paper @{ \translator @{
2964       \VoiceContext
2965       \consists Ambitus_engraver
2966     @} @}
2967 @end example
2968
2969 For example,
2970
2971 @lilypond[singleline]
2972 upper = \notes \relative c {
2973   \clef "treble"
2974   \key c \minor
2975   as'' c e2 bes f cis d4 e f2 g
2976 }
2977 lower = \notes \relative c {
2978   \clef "treble"
2979   \key e \major
2980   e'4 b g a c es fis a cis b a g f e d2
2981 }
2982 \score {
2983   \context ChoirStaff {
2984     <
2985       \context Staff = one { \upper }
2986       \context Staff = three { \lower }
2987     >
2988   }
2989   \paper {
2990     \translator {
2991       \VoiceContext
2992       \consists Ambitus_engraver
2993     }
2994   }
2995 }
2996 @end lilypond
2997
2998
2999 @seealso
3000
3001 @internalsref{Ambitus}, @inputfileref{input/regression,ambitus.ly}.
3002
3003 @node Tablatures
3004 @section Tablatures
3005
3006 Tablature notation is used for notating music for plucked string
3007 instruments.  It notates pitches not by using note heads, but by
3008 indicating on which string and fret a note must be played.  LilyPond
3009 offers limited support for tablature.
3010
3011 @menu
3012 * Tablatures basic::            
3013 * Non-guitar tablatures::       
3014 @end menu
3015
3016 @node Tablatures basic
3017 @subsection Tablatures basic
3018 @cindex Tablatures basic
3019
3020 The string number associated to a note is given as a backslash
3021 followed by a number, e.g. @code{c4\3} for a C quarter on the third
3022 string. By default, string 1 is the highest one, and the tuning
3023 defaults to the standard guitar tuning (with 6 strings).  The notes
3024 are printed as tablature, by using @internalsref{TabStaff} and
3025 @internalsref{TabVoice} contexts.
3026
3027 @lilypond[fragment,verbatim]
3028 \notes \context TabStaff  {
3029  a,4\5 c'\2 a\3 e'\1
3030  e\4 c'\2 a\3 e'\1
3031 }
3032 @end lilypond
3033
3034 If you do not specify a string number then one is selected
3035 automatically: the first string that does not give a fret number less
3036 than @code{minimumFret} is selected. The default value for
3037 @code{minimumFret} is 0.
3038
3039
3040 @example
3041 e8 fis gis a b cis' dis' e'
3042 \property TabStaff.minimumFret = #8
3043 e8 fis gis a b cis' dis' e'
3044 @end example
3045 @lilypond[noindent]
3046 frag = \notes {
3047     \key e \major
3048     e8 fis gis a b cis' dis' e'
3049     \property TabStaff.minimumFret = #8
3050     e8 fis gis a b cis' dis' e'
3051 }
3052 \score {
3053   \context StaffGroup <
3054     \context Staff { \clef "G_8" \frag }
3055     \context TabStaff { \frag }
3056   >
3057 }
3058 @end lilypond
3059
3060 @seealso
3061
3062 @internalsref{TabStaff}, @internalsref{TabVoice}, and
3063 @internalsref{StringNumberEvent}.
3064
3065 @refbugs
3066
3067 Chords are not handled in a special way, and hence the automatic
3068 string selector may easily select the same string to two notes in a
3069 chord.
3070
3071
3072 @node Non-guitar tablatures
3073 @subsection Non-guitar tablatures
3074 @cindex Non-guitar tablatures
3075
3076 You can change the number of strings, by setting the number of lines
3077 in the @internalsref{TabStaff} (the @code{line-count} property of
3078 @internalsref{TabStaff} can only be changed using
3079 @code{\outputproperty}, for more information, see @ref{Tuning objects}.
3080
3081 You can change the tuning of the strings. A string tuning is given as
3082 a Scheme list with one integer number for each string, the number
3083 being the pitch (measured in semitones relative to central C) of an
3084 open string.  The numbers specified for @code{stringTuning} are the
3085 numbers of semitones to subtract or add, starting the specified pitch
3086 by default middle C, in string order: thus the notes are e, a, d, and
3087 g.
3088
3089 @lilypond[fragment,verbatim]
3090   \context TabStaff <
3091
3092     \outputproperty #(make-type-checker 'staff-symbol-interface)
3093                     #'line-count = #4
3094     \property TabStaff.stringTunings =  #'(-5 -10 -15 -20)
3095     
3096     \notes {
3097       a,4 c' a e' e c' a e'
3098     }
3099   > 
3100 @end lilypond
3101
3102 Finally, it is possible to change the Scheme function to format the
3103 tablature note text. The default is
3104 @var{fret-number-tablature-format}, which uses the fret number. For
3105 some instruments that do not use this notation, you can create a
3106 special tablature formatting function. This function takes three
3107 argument: the string number, the string tuning and the note pitch.
3108
3109 @refbugs
3110
3111 As tablature is a recent feature, most of the guitar special effects
3112 such as bend are not yet supported.
3113
3114
3115 @node Chords
3116 @section Chords
3117 @cindex Chords
3118
3119 LilyPond has support for both entering and printing chords. 
3120 @lilypond[verbatim,singleline]
3121 twoWays = \notes \transpose c c' {
3122   \chords {
3123     c1 f:sus4 bes/f
3124   }
3125   <<c e g>>
3126   <<f bes c'>>
3127   <<f bes d'>>
3128   }
3129
3130 \score {
3131    < \context ChordNames \twoWays
3132      \context Voice \twoWays > }
3133 @end lilypond
3134
3135 This example also shows that the chord printing routines do not try to
3136 be intelligent. If you enter @code{f bes d}, it does not interpret
3137 this as an inversion.
3138
3139 Chords are represented as a set of pitches. They are internally
3140 stored as simultaneous music expressions. This means you can enter
3141 chords by name and print them as notes, enter them as notes and print
3142 them as chord names, or (the most common case) enter them by name, and
3143 print them as name.
3144
3145 @menu
3146 * Chords mode::                 
3147 * Printing chord names::        
3148 @end menu
3149
3150
3151 @node Chords mode
3152 @subsection Chords mode
3153 @cindex Chords mode
3154
3155 Chord mode is a mode where you can input sets of pitches using common
3156 names.  It is introduced by the keyword @code{\chords}.
3157 In chords mode,  a  chord is entered by the root, which is entered
3158 like a common pitch, for example,
3159 @lilypond[fragment,verbatim,quote, relative=1]
3160 \chords { es4.  d8 c2 }
3161 @end lilypond
3162 @cindex chord entry
3163 @cindex chord mode
3164
3165 Other chords may be entered by suffixing a colon, and introducing a
3166 modifier, and optionally, a number, for example
3167 @c
3168 @lilypond[fragment,verbatim,quote]
3169 \chords { e1:m e1:7 e1:m7  }
3170 @end lilypond
3171 The first number following the root is taken to be the `type' of the
3172 chord, thirds are added to the root until it reaches the specified
3173 number, for example.
3174 @lilypond[fragment,verbatim]
3175  \chords { c:3 c:5 c:6 c:7 c:8 c:9 c:10 c:11 }
3176 @end lilypond
3177
3178 @cindex root of chord
3179 @cindex additions, in chords
3180 @cindex removals, in  chords
3181
3182 More complex chords may also be constructed  adding separate steps
3183 to a chord. Additions are added after the  number following
3184 the colon, and are separated by dots. For example
3185 @c
3186 @lilypond[verbatim,fragment,quote]
3187   \chords { c:5.6 c:3.7.8 c:3.6.13 }
3188 @end lilypond
3189 Chord steps can be  altered by suffixing a @code{-} or @code{+} sign
3190 to the number, for example:
3191 @lilypond[verbatim,fragment,quote]
3192   \chords { c:7+ c:5+.3-  c:3-.5-.7- }
3193 @end lilypond
3194 Removals are specified similarly, and are introduced by a caret.  They
3195 must come after the additions.
3196 @lilypond[verbatim,fragment]
3197   \chords { c^3 c:7^5 c:9^3.5 }
3198 @end lilypond
3199
3200 Modifiers can be used to change pitches. The following modifiers are
3201 supported
3202 @table @code
3203 @item m
3204   is the minor chord. This modifier lowers the 3rd and (if present) the 7th step.
3205 @item dim
3206   is the   diminished chord. This modifier lowers the 3rd, 5th and (if present)
3207   the 7th step 
3208 @item aug
3209   is the augmented chord. This modifier raises the 5th step.
3210 @item maj
3211   is the major 7th chord. This modifier raises the 7th step if present.  
3212 @item sus
3213   is the suspended 4th or 2nd. This modifier removes the 3rd
3214 step. Append either @code{2} or @code{4} to add the 2nd or 4th step to
3215 the chord.
3216 @end table
3217 Modifiers can be mixed with additions. 
3218 @lilypond[verbatim,fragment]
3219   \chords { c:sus4 c:7sus4 c:dim7 c:m6 } 
3220 @end lilypond
3221
3222 @cindex modifiers, in chords. 
3223 @cindex @code{aug}
3224 @cindex @code{dim}
3225 @cindex @code{maj}
3226 @cindex @code{sus}
3227 @cindex @code{m}
3228
3229 Since the unaltered 11 does sound well when combined with the
3230 unaltered 3, the 11 is removed in this case, unless it is added
3231 explicitly). For example,
3232 @lilypond[fragment,verbatim]
3233   \chords { c:13 c:13.11 c:m13 }
3234 @end lilypond 
3235
3236 @cindex @code{/}
3237
3238 An inversion (putting one pitch of the chord on the bottom), as well
3239 as bass notes, can be specified by appending
3240 @code{/}@var{pitch} to the chord. 
3241 @lilypond[fragment,verbatim,center]
3242    \chords { c1 c/g c/f }
3243 @end lilypond 
3244 @cindex @code{/+}
3245 If you do not want to remove the bass note from the chord, but rather
3246 add the note, then you can use @code{/+}@var{pitch}.
3247
3248 @lilypond[fragment,verbatim,center]
3249    \chords { c1 c/+g c/+f }
3250 @end lilypond 
3251
3252 Chords is a mode similar to @code{\lyrics}, @code{\notes} etc.  Most
3253 of the commands continue to work, for example, @code{r} and
3254 @code{\skip} can be used to insert rests and spaces, and
3255 @code{\property} may be used to change various settings.
3256
3257
3258
3259 @refbugs
3260
3261 Each step can only be present in a chord once.  The following
3262 simply produces the augmented chord, since @code{5+} is interpreted
3263 last.
3264 @cindex clusters
3265 @lilypond[verbatim,fragment]
3266   \chords { c:5.5-.5+ }
3267 @end lilypond
3268
3269 In chord mode, dashes and carets are used to indicate chord additions
3270 and subtractions, so articulation scripts cannot be entered.
3271
3272
3273 @node Printing chord names
3274 @subsection Printing chord names
3275
3276 @cindex printing chord names
3277 @cindex chord names
3278 @cindex chords
3279
3280 For displaying printed chord names, use the @internalsref{ChordNames} context.
3281 The chords may be entered either using the notation described above, or
3282 directly using simultaneous music.
3283
3284 @lilypond[verbatim,singleline]
3285 scheme = \notes {
3286   \chords {a1 b c} <<d f g>>  <<e g b>>
3287 }
3288 \score {
3289   \notes<
3290     \context ChordNames \scheme
3291     \context Staff \transpose c c' \scheme
3292   >
3293 }
3294 @end lilypond
3295
3296 You can make the chord changes stand out by setting
3297 @internalsref{ChordNames}.@code{chordChanges} to true.  This will only
3298 display chord names when there is a change in the chords scheme and at
3299 the start of a new line.
3300
3301 @lilypond[verbatim]
3302 scheme = \chords {
3303   c1:m c:m \break c:m c:m d
3304 }
3305 \score {
3306   \notes <
3307     \context ChordNames {
3308         \property ChordNames.chordChanges = ##t
3309         \scheme }
3310     \context Staff \transpose c c' \scheme
3311   >
3312 \paper{linewidth= 9.\cm}
3313 }
3314 @end lilypond
3315
3316 The default chord name layout is a system for Jazz music, proposed by
3317 Klaus Ignatzek (See @ref{Literature}).
3318
3319 [TODO: add description for banter other jazz.]
3320
3321 The Ignatzek chord name formatting can be tuned in a number of ways
3322 through the following properties:
3323 @table @code
3324 @item chordNameExceptions
3325 This is a list that contains the chords that have special formatting.
3326 For an example, see
3327 @inputfileref{input/regression,chord-name-exceptions.ly}.
3328
3329 @item majorSevenSymbol
3330 This property contains the markup object used for the 7th step, when
3331 it is major. Predefined options are @code{whiteTriangleMarkup},
3332 @code{blackTriangleMarkup}.  See
3333 @inputfileref{input/regression,chord-name-major7.ly} for an example.
3334
3335 @item chordNameSeparator
3336 Different parts of a chord name are normally separated by a
3337 slash. By setting @code{chordNameSeparator}, you can specify other
3338 separators, e.g.
3339 @lilypond[fragment,verbatim]
3340 \context ChordNames \chords {
3341       c:7sus4
3342       \property ChordNames.chordNameSeparator
3343         = \markup { "|" }
3344       c:7sus4 }
3345 @end lilypond
3346
3347 @item chordRootNamer
3348 The root of a chord is usually printed as a letter with an optional
3349 alteration. The transformation from pitch to letter is done by this
3350 function.  An application of setting this function, is providing chord
3351 names with german notation for the root.
3352
3353 @item chordNoteNamer
3354 The default is to print single notes (as for instance the bass note)
3355 using the chordRootNamer. However, by setting this function to a non-null
3356 value you can specify a different function. I.e. you could use letters
3357 in lower case for the base note.
3358
3359 @end table
3360
3361 @seealso
3362
3363 @inputfileref{input/regression,chord-name-major7.ly},
3364 @inputfileref{input/regression,chord-name-exceptions.ly},
3365 @inputfileref{input/test,chord-names-german.ly},
3366 @file{scm/chords-ignatzek.scm}, @file{scm/chord-entry.scm}
3367
3368
3369 @refbugs
3370
3371 Chord names are determined solely from the list of pitches. Chord
3372 inversions are not identified, and neither are added bass notes. This
3373 may result in strange chord names when chords are entered with the
3374 @code{<< .. >>} syntax.
3375
3376
3377
3378
3379 @node Writing parts
3380 @section Writing parts
3381
3382 Orchestral music involves some special notation, both in the full score,
3383 as in the individual parts. This section explains how to tackle common
3384 problems in orchestral music.
3385
3386
3387
3388 @menu
3389 * Rehearsal marks::             
3390 * Bar numbers::                 
3391 * Instrument names::            
3392 * Transpose::                   
3393 * Multi measure rests::         
3394 * Automatic part combining::    
3395 * Hara kiri staves::            
3396 * Sound output for transposing instruments::  
3397 @end menu
3398
3399
3400 @node Rehearsal marks
3401 @subsection Rehearsal marks
3402 @cindex Rehearsal marks
3403 @cindex mark
3404 @cindex @code{\mark}
3405
3406 To print a  rehearsal mark, use the @code{\mark} command. 
3407 @lilypond[fragment,verbatim]
3408 \relative c'' {
3409   c1 \mark "A"
3410   c1 \mark "B"
3411   c1 \mark "12"
3412   c1 \mark "13"
3413   c1
3414 }
3415 @end lilypond
3416
3417 The mark is incremented automatically if you use @code{\mark
3418 \default}. The value to use is stored in the property
3419 @code{rehearsalMark} is used and automatically incremented.
3420
3421 The @code{\mark} command can also be used to put signs like coda,
3422 segno and fermatas on a barline. Use @code{\markup} to
3423 to access the appropriate symbol.
3424
3425 @lilypond[fragment,verbatim,relative=1]
3426   c1 \mark \markup { \musicglyph #"scripts-ufermata" }
3427   c1
3428 @end lilypond
3429
3430 In this case, during line breaks,
3431 marks must also be printed at the end of the line, and not at the
3432 beginning. Use the following to force that behavior
3433 @example
3434 \property Score.RehearsalMark \override
3435   #'break-visibility = #begin-of-line-invisible
3436 @end example
3437
3438 See @inputfileref{input/test,boxed-molecule.ly}.  for putting boxes
3439 around the marks.
3440
3441 @cindex fermatas
3442 @cindex coda
3443 @cindex segno
3444 @cindex barlines, putting symbols on 
3445
3446 @seealso
3447
3448 @internalsref{MarkEvent}, @internalsref{RehearsalMark}, 
3449 @inputfileref{input/test,boxed-molecule.ly}.
3450
3451
3452 @node Bar numbers
3453 @subsection Bar numbers
3454
3455
3456 @cindex bar numbers
3457 @cindex measure numbers
3458 @cindex currentBarNumber
3459
3460 Bar numbers are printed by default at the start of the line.  The
3461 number itself is stored in the 
3462 @code{currentBarNumber} property,
3463 which is normally updated automatically for every measure.
3464
3465 Bar numbers can be typeset at regular intervals instead of at the
3466 beginning of each line. This is illustrated in the following example,
3467 whose source is available as
3468 @inputfileref{input/test,bar-number-every-fifth.ly}
3469
3470 @lilypondfile[notexidoc]{bar-number-every-fifth.ly}
3471
3472 The start of that numbering can also be reset, as demonstrated in
3473 @inputfileref{input/test,bar-number-every-5-reset.ly}.
3474
3475 @lilypondfile[notexidoc]{bar-number-every-5-reset.ly}
3476
3477
3478 @seealso
3479
3480 @internalsref{BarNumber}.
3481 @inputfileref{input/test,bar-number-every-5-reset.ly}.
3482 @inputfileref{input/test,bar-number-every-fifth.ly}
3483
3484 @refbugs
3485
3486 Bar numbers can collide with the @internalsref{StaffGroup} bracket, if
3487 there is one at the top. To solve this, You have to twiddle with the
3488 @internalsref{padding} property of @internalsref{BarNumber} if your
3489 score starts with a @internalsref{StaffGroup}.
3490
3491 @node Instrument names
3492 @subsection Instrument names
3493
3494 In an orchestral score, instrument names are printed left of the
3495 staffs.
3496
3497 This can be achieved by setting @internalsref{Staff}.@code{instrument}
3498 and @internalsref{Staff}.@code{instr}. This will print a string before
3499 the start of the staff. For the first start, @code{instrument} is
3500 used, for the next ones @code{instr} is used.
3501
3502 @lilypond[verbatim,singleline]
3503   \property Staff.instrument = "ploink " { c''4 }  
3504 @end lilypond
3505
3506 You can also use markup texts to construct more complicated instrument
3507 names.
3508
3509 @lilypond[fragment,verbatim,singleline]
3510   \notes \context Staff = treble {
3511     \property Staff.instrument = \markup {
3512         \column << "Clarinetti"
3513           { "in B"
3514             \smaller \musicglyph #"accidentals--1"
3515           }
3516           >>
3517      }
3518      { c''1 }
3519   }
3520 @end lilypond
3521
3522
3523 @seealso
3524
3525 @internalsref{InstrumentName}
3526
3527 @refbugs
3528
3529 When you put a name on a grand staff or piano staff the width of the
3530 brace is not taken into account. You must add extra spaces to the end of
3531 the name to avoid a collision.
3532
3533 @node Transpose
3534 @subsection Transpose
3535 @cindex Transpose
3536 @cindex transposition of pitches
3537 @cindex @code{\transpose}
3538
3539 A music expression can be transposed with @code{\transpose}.  The syntax
3540 is
3541 @example
3542   \transpose @var{from} @var{to} @var{musicexpr}
3543 @end example
3544
3545 This means that @var{musicexpr} is transposed by the interval
3546 between @var{from} and @var{to}.
3547
3548 @code{\transpose} distinguishes between enharmonic pitches: both
3549 @code{\transpose c cis} or @code{\transpose c des} will transpose up
3550 half a tone.  The first version will print sharps and the second
3551 version will print flats.
3552
3553 @lilypond[singleline, verbatim]
3554 mus =\notes { \key d \major cis d fis g }
3555 \score { \notes \context Staff {
3556   \clef "F" \mus
3557   \clef "G"
3558   \transpose c g' \mus
3559   \transpose c f' \mus
3560 }}
3561 @end lilypond
3562
3563 @seealso
3564
3565 @internalsref{TransposedMusic}, @internalsref{UntransposableMusic}. 
3566
3567 @refbugs
3568
3569 If you want to use both @code{\transpose} and @code{\relative}, then
3570 you must put @code{\transpose} outside of @code{\relative}, since
3571 @code{\relative} will have no effect music that appears inside a
3572 @code{\transpose}.
3573
3574
3575 @node  Multi measure rests
3576 @subsection Multi measure rests
3577 @cindex Multi measure rests
3578
3579 @cindex @code{R}
3580
3581 Multi measure rests are entered using `@code{R}'. It is specifically
3582 meant for full bar rests and for entering parts: the rest can expand to
3583 fill a score with rests, or it can be printed as a single multimeasure
3584 rest. This expansion is controlled by the property
3585 @code{Score.skipBars}. If this is set to true, Lily will not expand
3586 empty measures, and the appropriate number is added automatically.
3587
3588 @lilypond[fragment,verbatim]
3589  \time 4/4 r1 | R1 | R1*2
3590  \property Score.skipBars = ##t R1*17  R1*4
3591 @end lilypond
3592
3593 The @code{1} in @code{R1} is similar to the duration notation used for
3594 notes. Hence, for time signatures other than 4/4, you must enter other
3595 durations.  This can be done with augmentation dots or fractions:
3596
3597 @lilypond[fragment,verbatim]
3598  \property Score.skipBars = ##t
3599  \time 3/4
3600   R2. | R2.*2
3601  \time 13/8
3602  R1*13/8
3603  R1*13/8*12
3604 @end lilypond
3605
3606 A @code{R} spanning a single measure is printed as a whole rest
3607 centered in the measure (or a breve when the measure lasts longer than
3608 two whole notes), regardless of the time signature.
3609
3610  
3611
3612 @cindex text on multi-measure rest
3613 @cindex script on multi-measure rest
3614 @cindex fermata on multi-measure rest
3615
3616 Texts can be added to multi-measure rests by using the
3617 @var{note}-@code{markup} syntax.  In this case, the number is
3618 replaced. If you need both texts and the number, you must add the
3619 number by hand. A variable (@code{\fermataMarkup}) is provided for
3620 adding fermatas.
3621
3622
3623 @lilypond[verbatim,fragment]
3624   \time 3/4
3625   R2._\markup { "Ad lib" }
3626   R2.^\fermataMarkup
3627 @end lilypond
3628
3629
3630 @cindex whole rests for a full measure 
3631
3632 @seealso
3633
3634 @internalsref{MultiMeasureRestEvent},
3635 @internalsref{MultiMeasureTextEvent},
3636 @internalsref{MultiMeasureRestMusicGroup},
3637 @internalsref{MultiMeasureRest}.
3638
3639 The graphical object @internalsref{MultiMeasureRestNumber} is for the
3640 default number, and @internalsref{MultiMeasureRestText} for user
3641 specified texts.
3642
3643 @refbugs
3644
3645 It is not possible to use fingerings (e.g. @code{R1-4}) to put numbers
3646 over multi-measure rests.
3647
3648 @cindex condensing rests
3649
3650 There is no way to automatically condense multiple rests into a single
3651 multimeasure rest. Multi measure rests do not take part in rest
3652 collisions.
3653
3654 Be careful when entering multimeasure rests followed by whole notes,
3655 @example
3656  R1*4 cis cis 
3657 @end example
3658 will enter two notes lasting four measures each. The result will look
3659 ok, but the bar numbering will be off.
3660
3661 @node Automatic part combining
3662 @subsection Automatic part combining
3663 @cindex automatic part combining
3664 @cindex part combiner
3665
3666
3667 Automatic part combining is used to merge two parts of music onto a
3668 staff.  It is aimed at typesetting orchestral scores.  When the two
3669 parts are identical for a period of time, only one is shown.  In
3670 places where the two parts differ, they are typeset as separate
3671 voices, and stem directions are set automatically.  Also, solo and
3672 @emph{a due} parts are identified and can be marked.
3673
3674 @syntax
3675
3676 The syntax for part combining is
3677
3678 @example
3679   \partcombine @var{context} @var{musicexpr1} @var{musicexpr2}
3680 @end example
3681 where the pieces of music @var{musicexpr1} and @var{musicexpr2} will be
3682 combined into one context of type @var{context}.  The music expressions
3683 must be interpreted by contexts whose names should start with @code{one}
3684 and @code{two}.
3685
3686 The following example demonstrates the basic functionality of the part
3687 combiner: putting parts on one staff, and setting stem directions and
3688 polyphony.
3689
3690 @lilypond[verbatim,singleline,fragment]
3691   \context Staff <
3692     \context Voice=one \partcombine Voice
3693       \context Thread=one \relative c'' {
3694         g a () b r
3695       }
3696       \context Thread=two \relative c'' {
3697         g r4 r f
3698       }
3699   >
3700 @end lilypond
3701
3702 The first @code{g} appears only once, although it was
3703 specified twice (once in each part).  Stem, slur and tie directions are
3704 set automatically, depending whether there is a solo or unisono. The
3705 first part (with context called @code{one}) always gets up stems, and
3706 `solo', while the second (called @code{two}) always gets down stems and
3707 `Solo II'.
3708
3709 If you just want the merging parts, and not the textual markings, you
3710 may set the property @var{soloADue} to false.
3711
3712 @lilypond[verbatim,singleline,fragment]
3713   \context Staff <
3714     \property Staff.soloADue = ##f
3715     \context Voice=one \partcombine Voice
3716       \context Thread=one \relative c'' {
3717         b4 a c g
3718       }
3719       \context Thread=two \relative c'' {
3720         d,2 a4 g'
3721       }
3722   >
3723 @end lilypond
3724
3725 @seealso
3726
3727 @internalsref{PartCombineMusic},
3728 @internalsref{Thread_devnull_engraver},
3729 @internalsref{Voice_devnull_engraver} and @internalsref{A2_engraver}.
3730
3731 @refbugs
3732
3733 The syntax for naming contexts in inconsistent with the syntax for
3734 combining stanzas.
3735
3736 In @code{soloADue} mode, when the two voices play the same notes on and
3737 off, the part combiner may typeset @code{a2} more than once in a
3738 measure.
3739
3740 @lilypond[fragment,singleline]
3741   \context Staff <
3742     \context Voice=one \partcombine Voice
3743       \context Thread=one \relative c'' {
3744         c b c b c a c a
3745       }
3746       \context Thread=two \relative c'' {
3747         b b b b f a f a
3748       }
3749   >
3750 @end lilypond
3751
3752 The part combiner is slated to be rewritten [TODO: explain why] .
3753
3754 @cindex @code{Thread_devnull_engraver}
3755 @cindex @code{Voice_engraver}
3756 @cindex @code{A2_engraver}
3757
3758 @node Hara kiri staves
3759 @subsection Hara kiri staves
3760
3761 In orchestral scores, staff lines that only have rests are usually removed.
3762 This saves some space. This style is called `French Score'. 
3763
3764 @syntax
3765
3766 This is supported through the hara kiri@footnote{Hara kiri is the
3767 vulgar name for Seppuku, is the ritual suicide of the Japanese
3768 Samourai warriors.} staff. This staff commits suicide when it finds
3769 itself to be empty after the line-breaking process.  It will not
3770 disappear when it contains normal rests, you must use multi measure
3771 rests.
3772
3773 For @internalsref{Lyrics}, @internalsref{LyricsVoice},
3774 @internalsref{ChordNames} and @internalsref{FiguredBass}, hara-kiri is
3775 switched on by default. For normal staffs, hara kiri is available as a
3776 specialized @internalsref{Staff} context, with the name variable
3777 @code{\HaraKiriStaffContext}.  Observe how the second staff in this
3778 example disappears in the second line.
3779
3780 @lilypond[verbatim]
3781 \score  {
3782   \notes \relative c' <
3783     \context Staff = SA { e4 f g a \break c1 }
3784     \context Staff = SB { c4 d e f \break R1 }
3785   >
3786   \paper {
3787     linewidth = 6.\cm 
3788     \translator { \HaraKiriStaffContext }
3789   }
3790 }
3791 @end lilypond
3792
3793
3794 @node Sound output for transposing instruments
3795 @subsection Sound output for transposing instruments
3796
3797 When you want to make a MIDI file from a score containing transposed
3798 and untransposed instruments, you have to instruct LilyPond the pitch
3799 offset (in semitones) for the transposed instruments. This is done
3800 using the @code{transposing} property. It does not affect printed
3801 output.
3802
3803 @cindex @code{transposing}
3804
3805 @example
3806         \property Staff.instrument = #"Cl. in B-flat"
3807         \property Staff.transposing = #-2
3808 @end example
3809
3810
3811 @node Ancient notation 
3812 @section Ancient notation
3813
3814 @cindex Vaticana, Editio
3815 @cindex Medicaea, Editio
3816 @cindex hufnagel
3817 @cindex Petrucci
3818 @cindex mensural
3819
3820 [TODO: write introduction on ancient notation]
3821
3822 @menu
3823 * Ancient note heads::          
3824 * Ancient clefs ::              
3825 * Custodes::                    
3826 * Divisiones::                  
3827 * Ligatures::                   
3828 * Figured bass::                
3829 @end menu
3830
3831
3832 @node Ancient note heads
3833 @subsection Ancient note heads
3834
3835 To get a longa note head, you have to use mensural note heads. This
3836 is accomplished by setting the @code{style} property of the
3837 NoteHead object to @code{mensural}. There is also a note head style
3838 @code{baroque} which gives mensural note heads for @code{\longa} and
3839 @code{\breve} but standard note heads for shorter notes.
3840
3841 @lilypond[fragment,singleline,verbatim]
3842  \property Voice.NoteHead \set #'style = #'mensural
3843  a'\longa
3844 @end lilypond
3845
3846 @node Ancient clefs 
3847 @subsection Ancient clefs
3848
3849 [TODO: condense clef lists in a convenient chart] 
3850
3851 LilyPond supports a variety of clefs, many of them ancient.
3852
3853 For modern clefs, see section @ref{Clef}.  For the percussion clef, see
3854 section @ref{Percussion staves}.  For the @code{TAB} clef, see section
3855 @ref{Tablatures}.
3856
3857 The following table shows all ancient clefs that are supported via the
3858 @code{\clef} command.  Some of the clefs use the same glyph, but differ
3859 only with respect to the line they are printed on.  In such cases, a
3860 trailing number in the name is used to enumerate these clefs.  Still,
3861 you can manually force a clef glyph to be typeset on an arbitrary line,
3862 as described in section @ref{Clef}.  The note printed to the right side
3863 of each clef denotes the @code{c'} with respect to the clef.
3864
3865 @c --- This should go somewhere else: ---
3866 @c @item modern style G clef (glyph: @code{clefs-G})
3867 @c
3868 @c Supported clefs:
3869 @c @code{treble}, @code{violin}, @code{G}, @code{G2}, @code{french}
3870 @c
3871 @c @lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "G" c'}
3872 @c
3873 @c @item modern style F clef (glyph: @code{clefs-F})
3874 @c
3875 @c Supported clefs:
3876 @c @code{varbaritone}, @code{bass}, @code{F}, @code{subbass}
3877 @c
3878 @c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "F" c'}
3879 @c
3880 @c @item modern style C clef (glyph: @code{clefs-C})
3881 @c
3882 @c Supported clefs:
3883 @c @code{soprano}, @code{mezzosoprano}, @code{alto}, @code{C},
3884 @c @code{tenor}, @code{baritone}
3885 @c
3886 @c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "C" c'}
3887
3888 @multitable @columnfractions  .3 .3 .3 .1
3889
3890 @item
3891 @b{Glyph Name} @tab
3892 @b{Description} @tab
3893 @b{Supported Clefs} @tab
3894 @b{Example}
3895
3896 @item
3897 @code{clefs-neo_mensural_c} @tab
3898 modern style mensural C clef @tab
3899 @code{neo_mensural_c1}, @code{neo_mensural_c2},
3900 @code{neo_mensural_c3}, @code{neo_mensural_c4} @tab
3901 @lilypond[relative 0, notime]
3902 \property Staff.TimeSignature \set #'transparent = ##t
3903 \clef "neo_mensural_c2" c
3904 @end lilypond
3905
3906 @item
3907 @code{clefs-petrucci_c1} @tab
3908 petrucci style mensural C clef (specifically for use on 1st staffline) @tab
3909 @code{petrucci_c1} @tab
3910 @lilypond[relative 0, notime]
3911 \property Staff.TimeSignature \set #'transparent = ##t
3912 \clef "petrucci_c1" c
3913 @end lilypond
3914
3915 @item
3916 @code{clefs-petrucci_c2} @tab
3917 petrucci style mensural C clef (specifically for use on 2nd staffline) @tab
3918 @code{petrucci_c2} @tab
3919 @lilypond[relative 0, notime]
3920 \property Staff.TimeSignature \set #'transparent = ##t
3921 \clef "petrucci_c2" c
3922 @end lilypond
3923
3924 @item
3925 @code{clefs-petrucci_c3} @tab
3926 petrucci style mensural C clef (specifically for use on 3rd staffline) @tab
3927 @code{petrucci_c3} @tab
3928 @lilypond[relative 0, notime]
3929 \property Staff.TimeSignature \set #'transparent = ##t
3930 \clef "petrucci_c3" c
3931 @end lilypond
3932
3933 @item
3934 @code{clefs-petrucci_c4} @tab
3935 petrucci style mensural C clef (specifically for use on 4th staffline) @tab
3936 @code{petrucci_c4} @tab
3937 @lilypond[relative 0, notime]
3938 \property Staff.TimeSignature \set #'transparent = ##t
3939 \clef "petrucci_c4" c
3940 @end lilypond
3941
3942 @item
3943 @code{clefs-petrucci_c5} @tab
3944 petrucci style mensural C clef (specifically for use on 5th staffline) @tab
3945 @code{petrucci_c5} @tab
3946 @lilypond[relative 0, notime]
3947 \property Staff.TimeSignature \set #'transparent = ##t
3948 \clef "petrucci_c5" c
3949 @end lilypond
3950
3951 @item
3952 @code{clefs-petrucci_f} @tab
3953 petrucci style mensural F clef @tab
3954 @code{petrucci_f} @tab
3955 @lilypond[relative 0, notime]
3956 \property Staff.TimeSignature \set #'transparent = ##t
3957 \clef "petrucci_f" c
3958 @end lilypond
3959
3960 @item
3961 @code{clefs-petrucci_g} @tab
3962 petrucci style mensural G clef @tab
3963 @code{petrucci_g} @tab
3964 @lilypond[relative 0, notime]
3965 \property Staff.TimeSignature \set #'transparent = ##t
3966 \clef "petrucci_g" c
3967 @end lilypond
3968
3969 @item
3970 @code{clefs-mensural_c'} @tab
3971 historic style mensural C clef @tab
3972 @code{mensural_c1}, @code{mensural_c2}, @code{mensural_c3},
3973 @code{mensural_c4} @tab
3974 @lilypond[relative 0, notime]
3975 \property Staff.TimeSignature \set #'transparent = ##t
3976 \clef "mensural_c2" c
3977 @end lilypond
3978
3979 @item
3980 @code{clefs-mensural_f} @tab
3981 historic style mensural F clef @tab
3982 @code{mensural_f} @tab
3983 @lilypond[relative 0, notime]
3984 \property Staff.TimeSignature \set #'transparent = ##t
3985 \clef "mensural_f" c
3986 @end lilypond
3987
3988 @item
3989 @code{clefs-mensural_g} @tab
3990 historic style mensural G clef @tab
3991 @code{mensural_g} @tab
3992 @lilypond[relative 0, notime]
3993 \property Staff.TimeSignature \set #'transparent = ##t
3994 \clef "mensural_g" c
3995 @end lilypond
3996
3997 @item
3998 @code{clefs-vaticana_do} @tab
3999 Editio Vaticana style do clef @tab
4000 @code{vaticana_do1}, @code{vaticana_do2}, @code{vaticana_do3} @tab
4001 @lilypond[relative 0, notime]
4002 \context Staff
4003 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4004 \property Staff.TimeSignature \set #'transparent = ##t
4005 \clef "vaticana_do2" c
4006 @end lilypond
4007
4008 @item
4009 @code{clefs-vaticana_fa} @tab
4010 Editio Vaticana style fa clef @tab
4011 @code{vaticana_fa1}, @code{vaticana_fa2} @tab
4012 @lilypond[relative 0, notime]
4013 \context Staff
4014 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4015 \property Staff.TimeSignature \set #'transparent = ##t
4016 \clef "vaticana_fa2" c
4017 @end lilypond
4018
4019 @item
4020 @code{clefs-medicaea_do} @tab
4021 Editio Medicaea style do clef @tab
4022 @code{medicaea_do1}, @code{medicaea_do2}, @code{medicaea_do3} @tab
4023 @lilypond[relative 0, notime]
4024 \context Staff
4025 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4026 \property Staff.TimeSignature \set #'transparent = ##t
4027 \clef "medicaea_do2" c
4028 @end lilypond
4029
4030 @item
4031 @code{clefs-medicaea_fa} @tab
4032 Editio Medicaea style fa clef @tab
4033 @code{medicaea_fa1}, @code{medicaea_fa2} @tab
4034 @lilypond[relative 0, notime]
4035 \context Staff
4036 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4037 \property Staff.TimeSignature \set #'transparent = ##t
4038 \clef "medicaea_fa2" c
4039 @end lilypond
4040
4041 @item
4042 @code{clefs-hufnagel_do} @tab
4043 historic style hufnagel do clef @tab
4044 @code{hufnagel_do1}, @code{hufnagel_do2}, @code{hufnagel_do3} @tab
4045 @lilypond[relative 0, notime]
4046 \context Staff
4047 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4048 \property Staff.TimeSignature \set #'transparent = ##t
4049 \clef "hufnagel_do2" c
4050 @end lilypond
4051
4052 @item
4053 @code{clefs-hufnagel_fa} @tab
4054 historic style hufnagel fa clef @tab
4055 @code{hufnagel_fa1}, @code{hufnagel_fa2} @tab
4056 @lilypond[relative 0, notime]
4057 \context Staff
4058 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4059 \property Staff.TimeSignature \set #'transparent = ##t
4060 \clef "hufnagel_fa2" c
4061 @end lilypond
4062
4063 @item
4064 @code{clefs-hufnagel_do_fa} @tab
4065 historic style hufnagel combined do/fa clef @tab
4066 @code{hufnagel_do_fa} @tab
4067 @lilypond[relative 0, notime]
4068 \property Staff.TimeSignature \set #'transparent = ##t
4069 \clef "hufnagel_do_fa" c
4070 @end lilypond
4071
4072 @end multitable
4073
4074 @c --- This should go somewhere else: ---
4075 @c @item modern style percussion clef (glyph: @code{clefs-percussion})
4076 @c
4077 @c Supported clefs:
4078 @c @code{percussion}
4079 @c
4080 @c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "percussion" c'}
4081 @c
4082 @c @item modern style tab clef (glyph: @code{clefs-tab})
4083 @c
4084 @c Supported clefs:
4085 @c @code{tab}
4086 @c
4087 @c @lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #6 \property Staff.TimeSignature \set #'transparent = ##t \clef "tab" c'}
4088
4089 @emph{Modern style} means ``as is typeset in contemporary editions of
4090 transcribed mensural music''.
4091
4092 @emph{Petrucci style} means ``inspired by printings published by the
4093 famous engraver Petrucci (1466-1539)''.
4094
4095 @emph{Historic style} means ``as was typeset or written in historic
4096 editions (other than those of Petrucci)''.
4097
4098 @emph{Editio XXX style} means ``as is/was printed in Editio XXX''.
4099
4100 Petrucci used C clefs with differently balanced left-side vertical
4101 beams, depending on which staffline it is printed.
4102
4103
4104 @node Custodes
4105 @subsection Custodes
4106
4107 @cindex custos
4108 @cindex custodes
4109
4110 A @emph{custos} (plural: @emph{custodes}; latin word for `guard') is a
4111 symbol that appears at the end of a staff.  It anticipates the pitch
4112 of the first note(s) of the following line and thus helps the player
4113 or singer to manage line breaks during performance, thus enhancing
4114 readability of a score.
4115
4116 Custodes were frequently used in music notation until the 17th century.
4117 There were different appearances for different notation styles.
4118 Nowadays, they have survived only in special forms of musical notation
4119 such as via the @emph{editio vaticana} dating back to the beginning of
4120 the 20th century.
4121
4122
4123
4124 For typesetting custodes, just put a @internalsref{Custos_engraver} into the
4125 @internalsref{Staff} context when declaring the @code{\paper} block,
4126 as shown in the following example.
4127 @example
4128 \paper @{
4129   \translator @{
4130       \StaffContext
4131       \consists Custos_engraver
4132       Custos \override #'style = #'mensural
4133   @}
4134 @}
4135 @end example
4136 The result looks like this:
4137 @lilypond
4138 \score {
4139   \notes { c'1 \break
4140         \property Staff.Custos \set #'style = #'mensural
4141         d' }
4142   \paper {
4143     \translator {
4144       \StaffContext
4145       \consists Custos_engraver
4146     }
4147     linewidth = 4.0 \cm
4148   }
4149 }
4150 @end lilypond
4151
4152 The appearance of the custos symbol is controlled by it @code{style}
4153 property. The styles supported are @code{vaticana}, @code{medicaea},
4154 @code{hufnagel} and @code{mensural}. They are demonstrated in the
4155 following fragment:
4156
4157 @lilypond
4158 \score {
4159     \notes {
4160         \fatText
4161         s
4162         ^\markup { \column << "vaticana" 
4163                               { " " \musicglyph #"custodes-vaticana-u0" }  >>
4164                    \column << "medicaea"
4165                               { " " \musicglyph #"custodes-medicaea-u0" } >> 
4166                    \column <<  "hufnagel"
4167                                { " "\musicglyph #"custodes-hufnagel-u0" } >>
4168                    \column <<  "mensural"
4169                                { " " \musicglyph #"custodes-mensural-u0" } >>
4170                    }
4171     }
4172     \paper {
4173         raggedright = ##t 
4174         interscoreline = 1
4175         \translator {
4176             \ScoreContext
4177             \remove "Bar_number_engraver"
4178         }
4179         \translator{
4180             \StaffContext
4181             \remove "Clef_engraver"
4182             \remove "Key_engraver"
4183             \remove "Time_signature_engraver"
4184             \remove "Staff_symbol_engraver"
4185             minimumVerticalExtent = ##f
4186         }
4187     }
4188 }
4189 @end lilypond
4190
4191 If the boolean property @code{adjust-if-on-staffline} is set to
4192 @code{#t} (which it is by default), lily typesets slightly different
4193 variants of the custos glyph, depending on whether the custos, is
4194 typeset on or between stafflines.  The idea is that the glyph will
4195 optically fit well into the staff, with the appendage on the right of
4196 the custos always ending at the same vertical position between two
4197 stafflines regardless of the pitch.  If you set
4198 @code{adjust-if-on-staffline} to @code{#f}, then lily takes regardless
4199 of the pitch always a glyph that is a compromise of the former two
4200 variants.
4201
4202 Just like stems can be attached to noteheads in two directions
4203 @emph{up} and @emph{down}, each custos glyph is available with its
4204 appendage pointing either up or down.  If the pitch of a custos is
4205 above a selectable position, the appendage will point downwards; if
4206 the pitch is below this position, the appendage will point upwards.
4207 Use property @code{neutral-position} to select this position.  By
4208 default, it is set to @code{0}, such that the neutral position is the
4209 center of the staff.  Use property @code{neutral-direction} to control
4210 what happens if a custos is typeset on the neutral position itself.
4211 By default, this property is set to @code{-1}, such that the appendage
4212 will point downwards.  If set to @code{1}, the appendage will point
4213 upwards.  Other values such as @code{0} are reserved for future
4214 extensions and should not be used.
4215
4216 @seealso
4217
4218
4219 @internalsref{Custos}, @inputfileref{input/test,custos-style.ly} and
4220 @inputfileref{input/regression,custos.ly}.
4221
4222
4223 @node Divisiones
4224 @subsection Divisiones
4225
4226 @cindex divisio
4227 @cindex divisiones
4228 @cindex finalis
4229
4230 A @emph{divisio} (plural: @emph{divisiones}; latin word for
4231 `division') is a staff context symbol that is used to structure
4232 Gregorian music into phrases and sections.  The musical meaning of
4233 @emph{divisio minima}, @emph{divisio maior} and @emph{divisio maxima}
4234 can be characterized as short, medium and long pause, somewhat like
4235 @ref{Breath marks}.  The @emph{finalis} sign not only marks the end of
4236 a chant, but is also frequently used within a single
4237 antiphonal/responsorial chant to mark the end of each section.
4238
4239 @syntax
4240
4241 To use divisiones, include the file @code{gregorian-init.ly}.  It
4242 contains definitions that you can apply by just inserting
4243 @code{\divisioMinima}, @code{\divisioMaior}, @code{\divisioMaxima},
4244 and @code{\finalis} at proper places in the input.  Some editions use
4245 @emph{virgula} or @emph{caesura} instead of divisio minima.
4246 Therefore, @code{gregorian-init.ly} also defines @code{\virgula} and
4247 @code{\caesura}.
4248
4249
4250 @lilypondfile[notexidoc]{divisiones.ly}
4251
4252 @seealso
4253
4254 @internalsref{BreathingSign}, @internalsref{BreathingSignEvent},
4255 @inputfileref{input/test,divisiones.ly}, @ref{Breath marks}.
4256
4257 @node Ligatures
4258 @subsection Ligatures
4259
4260 @cindex Ligatures
4261
4262 @c TODO: Should double check if I recalled things correctly when I wrote
4263 @c down the following paragraph by heart.
4264
4265 In musical terminology, a ligature is a coherent graphical symbol that
4266 represents at least two different notes.  Ligatures originally appeared
4267 in the manuscripts of Gregorian chant notation roughly since the 9th
4268 century as an allusion to the accent symbols of greek lyric poetry to
4269 denote ascending or descending sequences of notes.  Both, the shape and
4270 the exact meaning of ligatures changed tremendously during the following
4271 centuries: In early notation, ligatures where used for monophonic tunes
4272 (Gregorian chant) and very soon denoted also the way of performance in
4273 the sense of articulation.  With upcoming multiphony, the need for a
4274 metric system arised, since multiple voices of a piece have to be
4275 synchronized some way.  New notation systems were invented that used
4276 the manifold shapes of ligatures to now denote rhythmical patterns
4277 (e.g. black mensural notation, mannered notation, ars nova).  With the
4278 invention of the metric system of the white mensural notation, the need
4279 for ligatures to denote such patterns disappeared.  Nevertheless,
4280 ligatures were still in use in the mensural system for a couple of
4281 decades until they finally disappeared during the late 16th / early 17th
4282 century.  Still, ligatures have survived in contemporary editions of
4283 Gregorian chant such as the Editio Vaticana from 1905/08.
4284
4285 @syntax
4286
4287 Syntactically, ligatures are simply enclosed by @code{\[} and
4288 @code{\]}.  Some ligature styles (such as Editio Vaticana) may need
4289 additional input syntax specific for this particular type of ligature.
4290 By default, the @internalsref{LigatureBracket} engraver just puts a
4291 square bracket above the ligature.
4292
4293 @lilypond[singleline,verbatim]
4294 \score {
4295     \notes \transpose c c' {
4296         \[ g c a f d' \]
4297         a g f
4298         \[ e f a g \]
4299     }
4300 }
4301 @end lilypond
4302
4303 To select a specific style of ligatures, a proper ligature engraver has
4304 to be added to the @internalsref{Voice} context, as explained in the
4305 following subsections.  Currently, Lilypond only supports white mensural
4306 ligatures with certain limitations.  Support for Editio Vaticana will be
4307 added in the future.
4308
4309 @menu
4310 * White mensural ligatures::    
4311 @end menu
4312
4313 @node White mensural ligatures
4314 @subsubsection White mensural ligatures
4315
4316 @cindex Mensural ligatures
4317 @cindex White mensural ligatures
4318
4319 There is limited support for white mensural ligatures.  The
4320 implementation is still experimental; it currently may output strange
4321 warnings or even crash in some cases or produce weird results on more
4322 complex ligatures.  To engrave white mensural ligatures, in the paper
4323 block the @internalsref{Mensural_ligature_engraver} has to be put into
4324 the @internalsref{Voice} context (and you probably want to remove the
4325 @internalsref{Ligature_bracket_engraver}).  There is no additional
4326 input language to describe the shape of a white mensural ligature.
4327 The shape is rather determined solely from the pitch and duration of
4328 the enclosed notes.  While this approach may take a new user a while
4329 to get accustomed, it has the great advantage that the full musical
4330 information of the ligature is known internally.  This is not only
4331 required for correct MIDI output, but also allows for automatic
4332 transcription of the ligatures.
4333
4334 Example:
4335
4336 @lilypond[singleline,verbatim]
4337 \score {
4338     \notes \transpose c c' {
4339         \property Score.timing = ##f
4340         \property Score.defaultBarType = "empty"
4341         \property Voice.NoteHead \set #'style = #'neo_mensural
4342         \property Staff.TimeSignature \set #'style = #'neo_mensural
4343         \clef "petrucci_g"
4344         \[ g\longa c\breve a\breve f\breve d'\longa \]
4345         s4
4346         \[ e1 f1 a\breve g\longa \]
4347     }
4348     \paper {
4349         \translator {
4350             \VoiceContext
4351             \remove Ligature_bracket_engraver
4352             \consists Mensural_ligature_engraver
4353         }
4354     }
4355 }
4356 @end lilypond
4357
4358 Without replacing @internalsref{Ligature_bracket_engraver} with
4359 @internalsref{Mensural_ligature_engraver}, the same music transcribes
4360 to the following:
4361
4362 @lilypond[singleline]
4363 \score {
4364     \notes \transpose c c' {
4365         \property Score.timing = ##f
4366         \property Score.defaultBarType = "empty"
4367         \property Voice.NoteHead \set #'style = #'neo_mensural
4368         \property Staff.TimeSignature \set #'style = #'neo_mensural
4369         \clef "petrucci_g"
4370         \[ g\longa c\breve a\breve f\breve d'\longa \]
4371         s4
4372         \[ e1 f1 a\breve g\longa \]
4373     }
4374 }
4375 @end lilypond
4376
4377 @node Figured bass
4378 @subsection Figured bass
4379
4380 @cindex Basso continuo
4381
4382 @c TODO: musicological blurb about FB
4383
4384 @syntax
4385
4386 LilyPond has limited support for figured bass:
4387
4388 @lilypond[verbatim,fragment]
4389 <
4390  \context Voice \notes { \clef bass dis4  c d ais}
4391  \context FiguredBass
4392    \figures {
4393     < 6 >4 < 7 >8 < 6+ [_!] >
4394     < 6 >4 <6 5 [3+] >
4395    }
4396  >
4397 @end lilypond
4398
4399 The support for figured bass consists of two parts: there is an input
4400 mode, introduced by @code{\figures}, where you can enter bass figures
4401 as numbers, and there is a context called @internalsref{FiguredBass}
4402 that takes care of making @internalsref{BassFigure} objects.
4403
4404 In figures input mode, a group of bass figures is delimited by
4405 @code{<} and @code{>}. The duration is entered after the @code{>}.
4406 @example
4407         <4 6>
4408 @end example
4409 @lilypond[fragment]
4410 \context FiguredBass
4411 \figures { <4 6> }
4412 @end lilypond
4413
4414 Accidentals are added to the numbers if you alterate them by
4415 appending @code{-}, @code{!}  and @code{+}.
4416
4417 @example
4418   <4- 6+ 7!>
4419 @end example
4420 @lilypond[fragment]
4421   \context FiguredBass
4422     \figures { <4- 6+ 7!> }
4423 @end lilypond
4424
4425 Spaces or dashes may be inserted by using @code{_}. Brackets are
4426 introduced with @code{[} and @code{]}.
4427
4428 @example
4429         < [4 6] 8 [_ 12]>
4430 @end example
4431 @lilypond[fragment]
4432  \context FiguredBass
4433 \figures { < [4 6] 8 [_ 12]> }
4434 @end lilypond
4435
4436 Although the support for figured bass may superficially resemble chord
4437 support, it works much simpler.  The @code{\figures} mode simply
4438 stores the numbers , and @internalsref{FiguredBass} context prints
4439 them as entered. There is no conversion to pitches, and no
4440 realizations of the bass are played in the MIDI file.
4441
4442 Internally, the code produces markup texts. You can use any of the
4443 markup text properties to override formatting. For example, the
4444 vertical spacing of the figures may be set with @code{baseline-skip}.
4445
4446 @seealso
4447
4448 @internalsref{BassFigureEvent} music, @internalsref{BassFigure} grob,
4449 @internalsref{FiguredBass} context
4450
4451 @refbugs
4452
4453 Slash notation for alterations is not supported.
4454
4455
4456 @node Contemporary notation
4457 @section Contemporary notation
4458
4459 In the 20th century, composers have greatly expanded the musical
4460 vocabulary. With this expansion, many innovations in musical notation
4461 have been tried. For a comprehensive overview, refer to @cite{Stone
4462 1980} (see @ref{Literature}). In general, the use of new, innovative
4463 notation makes a piece harder to understand and perform and its use
4464 should be avoided if possible.  For this reason, support for
4465 contemporary notation in LilyPond is limited.
4466
4467
4468 @menu
4469 * Clusters::                    
4470 * Fermatas::                    
4471 @end menu
4472
4473 @node Clusters
4474 @subsection Clusters
4475
4476 @cindex cluster
4477
4478 In musical terminology, a @emph{cluster} denotes a range of
4479 simultaneously sounding pitches that may change over time.  The set of
4480 available pitches to apply usually depends on the accoustic source.
4481 Thus, in piano music, a cluster typically consists of a continous range
4482 of the semitones as provided by the piano's fixed set of a chromatic
4483 scale.  In choral music, each singer of the choir typically may sing an
4484 arbitrary pitch within the cluster's range that is not bound to any
4485 diatonic, chromatic or other scale.  In electronic music, a cluster
4486 (theoretically) may even cover a continuous range of pitches, thus
4487 resulting in coloured noise, such as pink noise.
4488
4489 Clusters can be denoted in the context of ordinary staff notation by
4490 engraving simple geometrical shapes that replace ordinary notation of
4491 notes.  Ordinary notes as musical events specify starting time and
4492 duration of pitches; however, the duration of a note is expressed by the
4493 shape of the note head rather than by the horizontal graphical extent of
4494 the note symbol.  In contrast, the shape of a cluster geometrically
4495 describes the development of a range of pitches (vertical extent) over
4496 time (horizontal extent).  Still, the geometrical shape of a cluster
4497 covers the area in wich any single pitch contained in the cluster would
4498 be notated as an ordinary note.  From this point of view, it is
4499 reasonable to specify a cluster as the envelope of a set of notes.
4500
4501 @syntax
4502
4503 A cluster is engraved as the envelope of a set of notes. The starting
4504 note is marked with @code{\startCluster}, and the ending note with
4505 @code{\stopCluster}, e.g.,
4506
4507 @example
4508   c4-\startCluster
4509      ...
4510   f4-\stopCluster 
4511 @end example
4512
4513 The following example (from
4514 @inputfileref{input/regression,cluster.ly}) shows what the result
4515 looks like.
4516
4517 @lilypondfile[notexidoc]{cluster.ly}
4518
4519 By default, @internalsref{Cluster_engraver} is in the
4520 @internalsref{Voice} context.  This allows putting ordinary notes and
4521 clusters together in the same staff, even simultaneously.  In such a
4522 case no attempt is made to automatically avoid collisions between
4523 ordinary notes and clusters.
4524
4525 @seealso
4526
4527 @internalsref{Cluster}, @inputfileref{input/regression,cluster.ly},
4528 @internalsref{Cluster_engraver}, @internalsref{ClusterEvent}.
4529
4530 @refbugs
4531
4532 When a cluster is active, note heads must be switched off manually using
4533 @code{\hideNotes}. 
4534
4535 Music expressions like @code{< @{ g8 e8 @} a4 >} are not printed
4536 accurately.  Use @code{<<g a>>8 <<e a>>8} instead.
4537
4538
4539
4540 @node Fermatas
4541 @subsection Fermatas
4542
4543 @cindex fermatas
4544
4545
4546
4547 Contemporary music notation frequently uses special fermata symbols to
4548 indicate fermatas of differing lengths.
4549
4550 @syntax
4551
4552 The following are supported
4553
4554 @lilypond[singleline]
4555 \score {
4556   <  \notes {
4557         \fatText
4558         b'
4559         ^\shortfermata
4560         _\shortfermata
4561         r
4562         b'
4563         ^\fermata
4564         _\fermata
4565
4566         r
4567         b'
4568         ^\longfermata
4569         _\longfermata
4570
4571         r
4572         b'
4573         ^\verylongfermata
4574         _\verylongfermata
4575         r
4576     }
4577     \context Lyrics \lyrics {
4578       "shortfermata" "fermata"  "longfermata" "verylongfermata"
4579     } >
4580 }
4581 @end lilypond
4582
4583 See @ref{Articulations} for general instructions how to apply scripts
4584 such as fermatas to a @code{\notes@{@}} block.
4585
4586 @node Tuning output
4587 @section Tuning output
4588
4589 As much formatting as possible is performed
4590 automatically. Nevertheless, there are situations where LilyPond needs
4591 some help, or where you want to override its decisions. In this
4592 section we discuss ways to do just that.
4593
4594 Formatting is internally done by manipulating so called objects (graphic
4595 objects). Each object carries with it a set of properties (object
4596 properties) specific to that object.  For example, a stem object has
4597 properties that specify its direction, length and thickness.
4598
4599 The most direct way of tuning the output is by altering the values of
4600 these properties. There are two ways of doing that: first, you can
4601 temporarily change the definition of one type of object, thus
4602 affecting a whole set of objects.  Second, you can select one specific
4603 object, and set a object property in that object.
4604
4605 @menu
4606 * Tuning objects ::             
4607 * Applyoutput::                 
4608 * Outputproperty::              
4609 * Font selection::              
4610 * Text markup::                 
4611 @end menu
4612
4613 @node Tuning objects 
4614 @subsection Tuning objects 
4615
4616 @cindex object description
4617
4618 The definition of an object is actually a list of default object
4619 properties. For example, the definition of the Stem object (available
4620 in @file{scm/grob-description.scm}), includes the following definitions for
4621 @internalsref{Stem}
4622
4623 @example
4624         (thickness . 0.8)
4625         (beamed-lengths . (0.0 2.5 2.0 1.5))
4626         (Y-extent-callback . ,Stem::height)
4627         @var{...}
4628 @end example
4629
4630
4631 By adding variables on top of these existing definitions, the system
4632 defaults is overriden, and the appearance of a graphical objects is
4633 altered.
4634
4635 @syntax
4636
4637
4638 Changing a variable for only   one object is commonly achieved with
4639 @code{\once}:
4640
4641 @example
4642 \once \property @var{context}.@var{grobname}
4643   \override @var{symbol} = @var{value}
4644 @end example
4645 Here @var{symbol} is a Scheme expression of symbol type, @var{context}
4646 and @var{grobname} is a string and @var{value} is a Scheme expression.
4647 This command applies a setting only during one moment in the score.
4648
4649 In the following example, only one @internalsref{Stem} object is
4650 changed from its original setting:
4651
4652 @lilypond[verbatim, fragment, relative=1]
4653   c4 
4654   \once \property Voice.Stem \set #'thickness = #4
4655   c4
4656   c4
4657 @end lilypond
4658 @cindex @code{\once}
4659
4660 For changing more objects, the same command, without @code{\once} can
4661 be used.
4662 @example
4663 \property @var{context}.@var{grobname} \override @var{symbol} = @var{value}
4664 @end example
4665 This command adds @code{@var{symbol} = @var{value}} to the definition
4666 of @var{grobname} in the context @var{context}, and this definition
4667 stays in place until it is removed.
4668
4669 An existing definition may be removed by the following command
4670 @c
4671 @example
4672 \property @var{context}.@var{grobname} \revert @var{symbol}
4673 @end example
4674 @c
4675 All @code{\override} and @code{\revert} commands should be balanced.
4676 The @code{\set} shorthand, performs a revert followed by an override,
4677 and is often more convenient to use
4678
4679 @example
4680 \property @var{context}.@var{grobname} \set @var{symbol} = @var{value}
4681 @end example
4682
4683 Some examples: 
4684 @lilypond[verbatim,quote]
4685 c'4 \property Voice.Stem \override #'thickness = #4.0
4686 c'4
4687 c'4 \property Voice.Stem \revert #'thickness
4688 c'4
4689 @end lilypond
4690
4691 The following example gives exactly the same result as the previous
4692 one (assuming the system default for stem thickness is 0.8).
4693 @c
4694 @lilypond[verbatim,quote]
4695   c'4 \property Voice.Stem \set #'thickness = #4.0
4696   c'4
4697   c'4 \property Voice.Stem \set #'thickness = #0.8
4698   c'4
4699 @end lilypond
4700
4701 If you revert a setting which was not set in the first place, then it
4702 has no effect. However, if the setting was set as a system default, it
4703 may remove the default value, and this may give surprising results,
4704 including crashes.  In other words, @code{\override} and
4705 @code{\revert}, must be carefully balanced.
4706
4707 These are examples of correct nesting of @code{\override}, @code{\set},
4708 @code{\revert}. 
4709
4710 A clumsy but correct form:
4711 @example
4712   \override \revert \override \revert \override \revert
4713 @end example
4714
4715 Shorter version of the same:
4716 @example 
4717   \override \set \set  \revert
4718 @end example
4719
4720 A short form, using only @code{\set}. This requires you to know the
4721 default value:
4722 @example
4723   \set \set \set \set @var{to default value}
4724 @end example
4725
4726 If there is no default (i.e. by default, the object property is unset),
4727 then you can use
4728 @example
4729   \set \set \set \revert
4730 @end example
4731
4732 For the digirati, the object description is an Scheme association
4733 list. Since a Scheme list is a singly linked list, we can treat it as
4734 a stack, and @code{\override} and @code{\revert} are push and pop
4735 operations.  The association list is stored in a normal context
4736 property, hence
4737 @example
4738  \property Voice.NoteHead  = #'() 
4739 @end example
4740 will effectively erase @internalsref{NoteHead}s from the current
4741 @internalsref{Voice}. However, this mechanism is not guaranteed to
4742 work, and may cause crashes or other anomalous behavior.
4743
4744 @seealso
4745
4746 @internalsref{OverrideProperty}, @internalsref{RevertProperty},
4747 @internalsref{PropertySet}, @internalsref{backend properties},
4748 @internalsref{All Graphical Objects}.
4749
4750
4751 @refbugs
4752
4753 LilyPond will hang or crash if @var{value} contains cyclic references.
4754 The backend is not very strict in type-checking object properties. If you
4755 @code{\revert} properties that are expected to be set by default,
4756 LilyPond may crash.
4757
4758
4759 @node Applyoutput
4760 @subsection Applyoutput
4761
4762 The most versatile way of tuning object is @code{\applyoutput}. Its
4763 syntax is
4764 @example
4765 \applyoutput @var{proc}
4766 @end example
4767 where @var{proc} is a Scheme function, taking four arguments.
4768
4769 When interpreted, the function @var{proc} is called for every grob found
4770 in the context, with the following arguments:
4771 @itemize @bullet
4772 @item the grob itself
4773 @item the context where the grob was created
4774 @item the context where @code{\applyoutput} is processed.
4775 @end itemize
4776
4777 The cause of the grob, i.e.  the music expression or object that was
4778 responsible for creating the object, is in the object property
4779 @code{cause}.  For example, for a note head, this is a
4780 @internalsref{NoteHead} event, and for a @internalsref{Stem} object,
4781 this is a @internalsref{NoteHead} object.
4782
4783
4784 @node Outputproperty
4785 @subsection Outputproperty
4786
4787 @cindex \outputproperty
4788
4789 Another way of tuning objects is the more arcane @code{\outputproperty}
4790 feature.  The syntax is as follows:
4791 @example
4792 \outputproperty @var{predicate} @var{symbol} = @var{value}
4793 @end example
4794 Here @code{predicate} is a Scheme function taking an object argument, and
4795 returning a boolean.  This statement is processed by the
4796 @code{Output_property_engraver}.  It instructs the engraver to feed all
4797 objects that it sees to @var{predicate}. Whenever the predicate returns
4798 true, the object property @var{symbol} will be set to @var{value}.
4799
4800 You will need to combine this statement with @code{\context} to select
4801 the appropriate context to apply this to.
4802 @inputfileref{input/regression,output-property.ly} shows an example of
4803 the use of @code{\outputproperty}.
4804
4805 @refbugs
4806
4807 If possible, avoid this feature: the semantics are not very clean, and
4808 the syntax and semantics are up for rewrite.
4809
4810
4811 @node Font selection
4812 @subsection Font selection
4813
4814 The most common thing to change about the appearance of fonts is
4815 their size. The font size of any context can be easily
4816 changed by setting the @code{fontSize} property for that context:
4817 @c
4818 @lilypond[fragment,relative=1,verbatim,quote]
4819   c4 c4 \property Voice.fontSize = #-1
4820   f4 g4
4821 @end lilypond
4822  This command will set @code{font-relative-size} (see below),
4823  and does not change the size of variable symbols, such as
4824 beams or slurs.  You can use this command to get smaller symbol for
4825 cue notes, but that involves some more subtleties. An elaborate
4826 example of those is in @inputfileref{input/test,cue-notes.ly}.
4827
4828 @cindex magnification
4829
4830 The size of the font may be scaled with the object property
4831 @code{font-magnification}.  For example, @code{2.0} blows up all
4832 letters by a factor 2 in both directions.
4833
4834
4835 @cindex cue notes
4836 @cindex font size
4837 @cindex size
4838 @cindex symbol size
4839 @cindex glyph size
4840
4841 The font used for printing a object can be selected by setting
4842 @code{font-name}, e.g.
4843 @example
4844   \property Staff.TimeSignature
4845     \set #'font-name = #"cmr17"
4846 @end example
4847 You may use any font which is available to @TeX{}, such as foreign
4848 fonts or fonts that do not belong to the Computer Modern font family.
4849
4850 Font selection for the standard fonts, @TeX{}'s Computer Modern fonts,
4851 can also be adjusted with a more fine-grained mechanism.  By setting
4852 the object properties described below, you can select a different font.
4853 All three mechanisms work for every object that supports
4854 @code{font-interface}.
4855
4856 @table @code
4857 @item font-family
4858  A symbol indicating the general class of the typeface.  Supported are
4859 @code{roman} (Computer Modern), @code{braces} (for piano staff
4860 braces), @code{music} (the standard music font), @code{ancient} (the
4861 ancient notation font) @code{dynamic} (font for dynamic signs) and
4862 @code{typewriter}. 
4863   
4864 @item font-shape
4865   A symbol indicating the shape of the font, there are typically several
4866   font shapes available for each font family. Choices are @code{italic},
4867   @code{caps} and @code{upright} 
4868
4869 @item font-series
4870 A  symbol indicating the series of the font. There are typically several
4871 font series for each font family and shape. Choices are @code{medium}
4872 and @code{bold}. 
4873
4874 @item font-relative-size
4875   A number indicating the size relative the standard size.  For example,
4876   with 20pt staff height, relative size -1  corresponds to 16pt staff
4877   height, and relative size +1 corresponds to 23 pt staff height.
4878
4879    There are small differences in design between fonts designed for
4880 different sizes, hence font-relative-size is the preferred way to
4881 change a font size.
4882
4883
4884 @item font-design-size
4885 A number indicating  the design size of the font. 
4886
4887 This is a feature of the Computer Modern Font: each point size has a
4888 slightly different design. Smaller design sizes are relatively wider,
4889 which enhances readability.
4890 @end table
4891
4892 For any of these properties, the value @code{*} (i.e. the symbol
4893 @code{*}, entered as @code{#'*}), acts as a wildcard. This can be used
4894 to override default setting, which are always present. For example:
4895 @example
4896   \property Lyrics.LyricText \override #'font-series = #'bold
4897   \property Lyrics.LyricText \override #'font-family = #'typewriter
4898   \property Lyrics.LyricText \override #'font-shape  = #'*
4899 @end example
4900
4901 @cindex @code{font-style}
4902
4903
4904
4905 @refbugs
4906
4907 Relative size is not linked to any real size.
4908
4909 There is no style sheet provided for other fonts besides the @TeX{}
4910 family, and the style sheet cannot be modified easily.
4911
4912 @cindex font selection
4913 @cindex font magnification
4914 @cindex @code{font-interface}
4915
4916
4917 @node Text markup
4918 @subsection Text markup
4919 @cindex text markup
4920 @cindex markup text
4921
4922
4923 @cindex typeset text
4924
4925 LilyPond has an internal mechanism to typeset texts. You can access it
4926 with the keyword @code{\markup}. Within markup mode, you can enter texts
4927 similar to lyrics: simply enter them, surrounded by spaces. 
4928 @cindex markup
4929
4930 @lilypond[verbatim,fragment,relative=1]
4931  c1^\markup { hello }
4932  c1_\markup { hi there }
4933  c1^\markup { hi \bold there, is \italic anyone home? }
4934 @end lilypond
4935
4936 @cindex font switching
4937
4938 The line of the example demonstrates font switching commands.  The
4939 command only apply to the first following word; enclose a set of texts
4940 with braces to apply a command to more words.
4941 @example
4942   \markup @{ \bold @{ hi there @} @}
4943 @end example
4944 For clarity, you can also do this for single arguments, e.g.
4945 @example
4946   \markup @{ is \italic @{ anyone @} home @}
4947 @end example
4948
4949 @cindex font size, texts
4950
4951 The following size commands set abolute sizes
4952
4953 @cindex \teeny
4954 @cindex \tiny
4955 @cindex \small
4956 @cindex \large
4957 @cindex \huge
4958
4959 @table @code
4960 @item \teeny
4961 @item \tiny
4962 @item \small
4963 @item \large
4964 @item \huge
4965 @end table
4966
4967 You can also make letter larger or smaller relative to their neighbors,
4968 with the commands @code{\larger} and @code{\smaller}.
4969 @cindex smaller
4970 @cindex larger
4971
4972 @cindex font style, for texts
4973 @cindex \bold
4974 @cindex \dynamic
4975 @cindex \number
4976 @cindex \italic
4977
4978 The following font change commands are defined:
4979 @table @code
4980 @item \dynamic
4981 This changes to the font used for dynamic signs. Note that this font
4982 does not contain all characters of the alphabet.
4983 @item \number
4984 This changes to the font used for time signatures. It only contains
4985 numbers and a few punctuation marks.
4986 @item \italic
4987 Changes @code{font-shape} to @code{italic}
4988 @item \bold
4989 Changes @code{font-series} to @code{bold}
4990 @end table
4991
4992 @cindex raising text
4993 @cindex lowering text
4994 @cindex moving text
4995 @cindex translating text
4996
4997 @cindex \sub
4998 @cindex \super
4999
5000 Raising and lowering texts can be done with @code{\super} and
5001 @code{\sub}.
5002
5003 @lilypond[verbatim,fragment,relative=1]
5004  c1^\markup { E "=" mc \super "2" }
5005 @end lilypond
5006
5007 @cindex \raise
5008
5009 If you want to give an explicit amount for lowering or raising, use
5010 @code{\raise}.  This command takes a Scheme valued first argument, and
5011 a markup object as second argument
5012 @c
5013 @lilypond[verbatim,fragment,relative=1,quote]
5014  c1^\markup { C \small \raise #1.0 \bold { "9/7+" }}
5015 @end lilypond
5016 The argument to @code{\raise} is the vertical displacement amount,
5017 measured in (global) staff spaces.
5018
5019 Other commands taking  single arguments include
5020 @table @code
5021
5022 @item \bracket, \hbracket
5023  Bracket the argument markup with normal and horizontal brackets
5024 respectively.
5025
5026 @item \musicglyph
5027 @cindex \musicglyph
5028   This is converted to a musical symbol, e.g. @code{\musicglyph
5029 #"accidentals-0"} will select the natural sign from the music font.
5030 See @ref{The Feta font} for  a complete listing of the possible glyphs.
5031 @item \char
5032 This produces a single character, e.g. @code{\char #65} produces the 
5033 letter 'A'.
5034
5035 @item \hspace #@var{amount}
5036 @cindex \hspace
5037 This produces a invisible object taking horizontal space.
5038 @example 
5039 \markup @{ A \hspace #2.0 B @} 
5040 @end example
5041 will put extra space between A and B. Note that lilypond 
5042 inserts space before and after @code{\hspace}. 
5043
5044 @item \fontsize #@var{size}
5045 @cindex \fontsize
5046 This sets the relative font size, eg.
5047 @example
5048 A \fontsize #2 @{ B C @} D
5049 @end example
5050
5051
5052 This will enlarge the B and the C by two steps.
5053 @item  \translate #(cons @var{x} @var{y})
5054 @cindex  \translate
5055 This translates an object. Its first argument is a cons of numbers
5056 @example
5057 A \translate #(cons 2 -3) @{ B C @} D
5058 @end example
5059 This moves `B C' 2 spaces to the right, and 3 down.
5060
5061 @item \magnify  #@var{mag}
5062 @cindex \magnify
5063 This sets the font magnification for the its argument. In the following
5064 example, the middle A will be 10% larger.
5065 @example
5066 A \magnify #1.1 @{ A @} A
5067 @end example
5068
5069
5070 @item \override #(@var{key} . @var{value})
5071 @cindex \override
5072 This overrides a  formatting property for its argument. The argument
5073 should be a key/value pair, e.g.
5074 @example
5075 m \override #'(font-family . math) m m
5076 @end example
5077 @end table
5078
5079 In markup mode you can compose expressions, similar to mathematical
5080 expressions, XML documents and music expressions.  The braces group
5081 notes into horizontal lines. Other types of lists also exist: you can
5082 stack expressions grouped with @code{<<}, and @code{>>} vertically with
5083 the command @code{\column}. Similarly, @code{\center} aligns texts by
5084 their center lines. 
5085
5086 @lilypond[verbatim,fragment,relative=1]
5087  c1^\markup { \column << a bbbb c >> }
5088  c1^\markup { \center << a bbbb c >> }
5089  c1^\markup { \line << a b c >> }
5090 @end lilypond
5091
5092 The markup mechanism is very flexible and extensible.  Refer to
5093 @file{scm/new-markup.scm} for more information on extending the markup
5094 mode.
5095
5096 @cindex metronome mark
5097
5098 One practical application of complicated markup is to fake a metronome
5099 marking:
5100
5101 @lilypond[verbatim]
5102 eighthStem = \markup \combine
5103         \musicglyph #"flags-stem"
5104         \translate #'(0.0 . 3.5) \musicglyph #"flags-u3"
5105 eighthNote = \markup
5106         \override #'(word-space . 0.0)
5107         { \musicglyph #"noteheads-2"
5108           \translate #'(-0.05 . 0.1) \eighthStem }
5109
5110 \score {
5111   \notes\relative c'' {
5112     a1^\markup { \magnify #0.9 \eighthNote " = 64" }
5113   }
5114 }
5115 @end lilypond
5116
5117 @seealso
5118
5119 @internalsref{Markup functions}, @file{scm/new-markup.scm}
5120
5121 @refbugs
5122
5123 @cindex kerning
5124
5125
5126 Text layout is ultimately done by @TeX{}, which does kerning of
5127 letters.  LilyPond does not account for kerning, so texts will be
5128 spaced slightly too wide.
5129
5130 Syntax errors for markup mode are confusing.
5131
5132
5133 @node Global layout
5134 @section Global layout
5135
5136 The global layout determined by three factors: the page layout, the
5137 line breaks and the spacing. These all influence each other. The
5138 choice of spacing determines how densely each system of music is set,
5139 which influences where line breaks breaks are chosen, and thus
5140 ultimately how many pages a piece of music takes. In this section we
5141 will explain how the lilypond spacing engine works, and how you can
5142 tune its results.
5143
5144 Globally spoken, this procedure happens in three steps: first,
5145 flexible distances (``springs'') are chosen, based on durations. All
5146 possible line breaking combination are tried, and the one with the
5147 best results---a layout that has uniform density and requires as
5148 little stretching or cramping as possible---is chosen. When the score
5149 is processed by @TeX{}, page are filled with systems, and page breaks
5150 are chosen whenever the page gets full.
5151
5152
5153
5154 @menu
5155 * Vertical spacing::            
5156 * Horizontal spacing::          
5157 * Font Size::                   
5158 * Line breaking::               
5159 * Page layout::                 
5160 @end menu
5161
5162
5163 @node Vertical spacing
5164 @subsection Vertical spacing
5165
5166 @cindex vertical spacing
5167 @cindex distance between staves
5168 @cindex staff distance
5169 @cindex between staves, distance
5170 @cindex staffs per page
5171
5172
5173 The height of each system is determined automatically by lilypond, to
5174 keep systems from bumping into each other, some minimum distances are
5175 set.  By changing these, you can put staves closer together, and thus
5176 put more  systems onto one page.
5177
5178 Normally staves are stacked vertically. To make
5179 staves maintain a distance, their vertical size is padded. This is
5180 done with the property @code{minimumVerticalExtent}. It takes a pair
5181 of numbers, so if you want to make it smaller from its, then you could
5182 set
5183 @example
5184   \property Staff.minimumVerticalExtent = #'(-4 . 4)
5185 @end example
5186 This sets the vertical size of the current staff to 4 staff-space on
5187 either side of the center staff line.  The argument of
5188 @code{minimumVerticalExtent} is interpreted as an interval, where the
5189 center line is the 0, so the first number is generally negative.  The
5190 staff can be made larger at the bottom by setting it to @code{(-6
5191 . 4)}.
5192
5193 The piano staves are handled a little differently: to make cross-staff
5194 beaming work correctly, it necessary that the distance between staves
5195 is fixed.  This is also done with a @internalsref{VerticalAlignment}
5196 object, created in @internalsref{PianoStaff}. In this object the
5197 distance between the staves is fixed by setting
5198 @code{forced-distance}. If you want to override this, use a
5199 @code{\translator} block as follows:
5200 @example
5201   \translator @{
5202     \PianoStaffContext
5203     VerticalAlignment \override #'forced-distance = #9
5204   @}
5205 @end example
5206 This would bring the staves together at a distance of 9 staff spaces,
5207 measured from the center line of each staff.
5208
5209 @seealso
5210
5211 Vertical aligment of staves is handled by the
5212 @internalsref{VerticalAlignment} object.
5213
5214
5215
5216 @node Horizontal spacing
5217 @subsection Horizontal Spacing
5218
5219 The spacing engine translates differences in durations into
5220 stretchable distances (``springs'') of differing lengths. Longer
5221 durations get more space, shorter durations get less.  The shortest
5222 durations get a fixed amount of space (which is controlled by
5223 @code{shortest-duration-space} in the @internalsref{SpacingSpanner}
5224 object). The longer the duration, the more space it gets: doubling a
5225 duration adds a fixed amount (this amount is controlled by
5226 @code{spacing-increment}) of space to the note.
5227
5228 For example, the following piece contains lots of half, quarter and
5229 8th notes, the eighth note is followed by 1 note head width (NHW). The
5230 The quarter note is followed by 2 NHW, the half by 3 NHW, etc.
5231 @lilypond[fragment, verbatim, relative=1] c2 c4. c8 c4. c8 c4. c8 c8
5232 c8 c4 c4 c4
5233 @end lilypond
5234
5235 Normally, @code{shortest-duration-space} is set to 1.2, which is the
5236 width of a note head, and @code{shortest-duration-space} is set to
5237 2.0, meaning that the shortest note gets 2 NHW (2 times
5238 @code{shortest-duration-space}) of space. For normal notes, this space
5239 is always counted from the left edge of the symbol, so the shortest
5240 notes are generally followed by one NHW of space.
5241
5242 If one would follow the above procedure exactly, then adding a single
5243 32th note to a score that uses 8th and 16th notes, would widen up the
5244 entire score a lot. The shortest note is no longer a 16th, but a 32nd,
5245 thus adding 2 noteheads of space to every note. To prevent this, the
5246 shortest duration for spacing is not the shortest note in the score,
5247 but the most commonly found shortest note.  Notes that are even
5248 shorter this are followed by a space that is proportonial to their
5249 duration relative to the common shortest note.  So if we were to add
5250 only a few 16th notes to the example above, they would be followed by
5251 half a NHW:
5252
5253 @lilypond[fragment, verbatim, relative=2]
5254  c2 c4. c8 c4. [c16 c] c4. c8 c8 c8 c4 c4 c4
5255 @end lilypond
5256
5257 The most common shortest duration is determined as follows: in every
5258 measure, the shortest duration is determined. The most common short
5259 duration, is taken as the basis for the spacing, with the stipulation
5260 that this shortest duration should always be equal to or shorter than
5261 1/8th note. The shortest duration is printed when you run lilypond
5262 with @code{--verbose}.  These durations may also be customized. If you
5263 set the @code{common-shortest-duration} in
5264 @internalsref{SpacingSpanner}, then this sets the base duration for
5265 spacing. The maximum duration for this base (normally 1/8th), is set
5266 through @code{base-shortest-duration}.
5267
5268 @cindex @code{common-shortest-duration}
5269 @cindex @code{base-shortest-duration}
5270 @cindex @code{stem-spacing-correction}
5271 @cindex @code{spacing}
5272
5273 In the introduction it was explained that stem directions influence
5274 spacing. This is controlled with @code{stem-spacing-correction}
5275 property in @internalsref{NoteSpacing}, which are generated for every
5276 @internalsref{Voice} context. The @code{StaffSpacing} object
5277 (generated at @internalsref{Staff} context) contains the same property
5278 for controlling the stem/barline spacing. In the following example
5279 shows these corrections, once with default settings, and once with
5280 exaggerated corrections.
5281
5282 @lilypond
5283     \score { \notes {
5284       c'4 e''4 e'4 b'4 |
5285       b'4 e''4 b'4 e''4|
5286       \property Staff.NoteSpacing \override #'stem-spacing-correction
5287       = #1.5
5288       \property Staff.StaffSpacing \override #'stem-spacing-correction
5289       = #1.5
5290       c'4 e''4 e'4 b'4 |
5291       b'4 e''4 b'4 e''4|      
5292     }
5293     \paper { raggedright = ##t } }
5294 @end lilypond
5295
5296 @cindex SpacingSpanner, overriding properties
5297
5298 Properties of the  @internalsref{SpacingSpanner} must be overriden
5299 from the @code{\paper} block, since the @internalsref{SpacingSpanner}
5300 is created before any @code{\property} statements are interpreted.
5301 @example
5302 \paper @{ \translator  @{
5303   \ScoreContext
5304   SpacingSpanner \override #'spacing-increment = #3.0
5305 @} @}
5306 @end example
5307
5308
5309 @seealso
5310
5311 @internalsref{SpacingSpanner}, @internalsref{NoteSpacing},
5312 @internalsref{StaffSpacing}, @internalsref{SeparationItem},
5313 @internalsref{SeparatingGroupSpanner}.
5314
5315 @refbugs
5316
5317 Spacing is determined on a score wide basis. If you have a score that
5318 changes its character (measured in durations) halfway during the
5319 score, the part containing the longer durations will be spaced too
5320 widely.
5321
5322 There is no convenient mechanism to manually override spacing.
5323
5324
5325
5326 @node Font Size
5327 @subsection Font size
5328 @cindex font size, setting
5329 @cindex staff size, setting
5330 @cindex @code{paper} file
5331
5332 The Feta font provides musical symbols at seven different sizes.
5333 These fonts are 11 point, 13 point, 16 point, 19 pt, 20 point, 23
5334 point, and 26 point.  The point size of a font is the height of the
5335 five lines in a staff when displayed in the font.
5336
5337 Definitions for these sizes are the files @file{paperSZ.ly}, where
5338 @code{SZ} is one of 11, 13, 16, 19, 20, 23 and 26.  If you include any
5339 of these files, the variables @code{paperEleven},
5340 @code{paperThirteen}, @code{paperSixteen}, @code{paperNineteen},
5341 @code{paperTwenty}, @code{paperTwentythree}, and @code{paperTwentysix}
5342 are defined respectively.  The default @code{\paper} block is also
5343 set. These files should be imported at toplevel, i.e.
5344 @example
5345         \include "paper26.ly"
5346         \score @{  ... @}
5347 @end example
5348
5349 The font definitions are generated using a Scheme function. For more
5350 details, see the file @file{scm/font.scm}.
5351
5352
5353
5354 @node Line breaking
5355 @subsection Line breaking
5356
5357 @cindex line breaks
5358 @cindex breaking lines
5359
5360 Line breaks are normally computed automatically. They are chosen such
5361 that lines look neither cramped nor loose, and that consecutive lines
5362 have similar density.
5363
5364 Occasionally you might want to override the automatic breaks; you can
5365 do this by  specifying @code{\break}. This will force a line break at
5366 this point.  Line breaks can only occur at places where there are bar
5367 lines.  If you want to have a line break where there is no bar line,
5368 you can force an invisible bar line by entering @code{\bar
5369 ""}. Similarly, @code{\noBreak} forbids a line break at a 
5370 point.
5371
5372
5373 @cindex regular line breaks
5374 @cindex four bar music. 
5375
5376 If you want linebreaks at regular intervals, you can use the following:
5377 @example
5378 <  \repeat unfold 7 @{ s1 * 4 \break  @}
5379    @emph{the real music}
5380
5381 @end  example
5382 This makes the following 28 measures (assuming 4/4 time) be broken every
5383 4 measures.
5384
5385 @seealso
5386
5387 @internalsref{BreakEvent}
5388
5389
5390 @node Page layout
5391 @subsection Page layout
5392
5393 @cindex page breaks
5394 @cindex breaking pages
5395
5396 @cindex @code{indent}
5397 @cindex @code{linewidth}
5398
5399 The most basic settings influencing the spacing are @code{indent} and
5400 @code{linewidth}. They are set in the @code{\paper} block. They
5401 control the indentation of the first line of music, and the lengths of
5402 the lines.
5403
5404 If  @code{raggedright} is set to true in the @code{\paper}
5405 block, then the lines are justified at their natural length. This
5406 useful for short fragments, and for checking how tight the natural
5407 spacing is.
5408
5409 @cindex page layout
5410 @cindex vertical spacing
5411
5412 The page layout process happens outside lilypond: variables
5413 controlling page layout are passed to the output, and are further
5414 interpreted by @code{ly2dvi}. @code{ly2dvi} responds to the following
5415 variables in the @code{\paper} block.  The variable @code{textheight}
5416 sets the total height of the music on each page.  The spacing between
5417 systems is controlled with @code{interscoreline}, its default is 16pt.
5418 The distance between the score lines will stretch in order to fill the
5419 full page @code{interscorelinefill} is set to a positive number.  In
5420 that case @code{interscoreline} specifies the minimum spacing.
5421
5422 @cindex @code{textheight}
5423 @cindex @code{interscoreline}
5424 @cindex @code{interscorelinefill}
5425
5426 If the variable @code{lastpagefill} is defined,
5427 @c fixme: this should only be done if lastpagefill == #t 
5428 systems are evenly distributed vertically on the last page.  This
5429 might produce ugly results in case there are not enough systems on the
5430 last page.  Note that @command{lilypond-book} ignores
5431 @code{lastpagefill}.  See @ref{lilypond-book manual} for more information.
5432
5433 @cindex @code{lastpagefill}
5434
5435 Page breaks are normally computed by @TeX{}, so they are not under
5436 direct control of LilyPond.  However, you can insert a commands into
5437 the @file{.tex} output to instruct @TeX{} where to break pages.  This
5438 is done by setting the @code{between-systems-strings} on the
5439 @internalsref{NonMusicalPaperColumn} where the system is broken.
5440 An example is shown in @inputfileref{input/regression,between-systems.ly}.
5441
5442 @cindex paper size
5443 @cindex page size
5444 @cindex @code{papersize}
5445
5446 To change the paper size, you must first set the
5447 @code{papersize} paper variable variable.  Set it to
5448 the strings @code{a4}, @code{letter}, or @code{legal}.  After this
5449 specification, you must set the font as described above.  If you want
5450 the default font, then use the 20 point font.
5451
5452 @example
5453         \paper@{ papersize = "a4" @}
5454         \include "paper16.ly"
5455 @end example
5456
5457 The file @code{paper16.ly}  will now include a file named @file{a4.ly}, which
5458 will set the paper variables @code{hsize} and @code{vsize} (used by
5459 Lilypond and @code{ly2dvi})
5460
5461
5462 @seealso
5463
5464 @ref{Invoking ly2dvi},
5465 @inputfileref{input/regression,between-systems.ly},
5466 @internalsref{NonMusicalPaperColumn}.
5467
5468 @refbugs
5469
5470 There is no concept of page breaking, which makes it difficult to
5471 choose sensible page breaks in multi-page pieces.
5472
5473
5474
5475
5476 @node Sound
5477 @section Sound
5478 @cindex Sound
5479
5480 Entered music can also be converted to MIDI output.  The performance
5481 is good enough for proof-hearing the music for errors.
5482
5483
5484 Ties, dynamics and tempo changes are interpreted.  Dynamic marks,
5485 crescendi and decrescendi translate into MIDI volume levels.  Dynamic
5486 marks translate to a fixed fraction of the available MIDI volume
5487 range, crescendi and decrescendi make the the volume vary linearly
5488 between their two extremities.  The fractions be adjusted by
5489 @code{dynamicAbsoluteVolumeFunction} in @internalsref{Voice} context.
5490
5491 For each type of musical instrument (that MIDI supports), a volume range
5492 can be defined.  This gives you basic equalizer control, which can
5493 enhance the quality of the MIDI output remarkably.  The equalizer
5494 can be controlled by setting @code{instrumentEqualizer}.
5495
5496 Both loudness controls are combined to produce the final  MIDI volume. 
5497
5498 @refbugs
5499
5500 Many musically interesting effects, such as swing, articulation,
5501 slurring, etc., are translated to MIDI.
5502
5503
5504 @menu
5505 * MIDI block::                  
5506 * MIDI instrument names::       
5507 @end menu
5508
5509
5510 @node MIDI block
5511 @subsection MIDI block
5512 @cindex MIDI block
5513
5514
5515 The MIDI block is analogous to the paper block, but it is somewhat
5516 simpler.  The @code{\midi} block can contain:
5517 @cindex MIDI block
5518
5519 @itemize @bullet
5520   @item  a @code{\tempo} definition
5521   @item  context definitions
5522 @end itemize
5523
5524 Assignments in the @code{\midi} block are not allowed.
5525
5526
5527
5528 @cindex context definition
5529
5530 Context definitions follow precisely the same syntax as within the
5531 \paper block.  Translation modules for sound are called performers.
5532 The contexts for MIDI output are defined in @file{ly/performer-init.ly}.
5533
5534
5535 @node MIDI instrument names
5536 @subsection MIDI instrument names
5537
5538 @cindex instrument names
5539 @cindex @code{Staff.midiInstrument}
5540 @cindex @code{Staff.instrument}
5541
5542 The MIDI instrument name is set by the @code{Staff.midiInstrument}
5543 property or, if that property is not set, the @code{Staff.instrument}
5544 property.  The instrument name should be chosen from the list in
5545 @ref{MIDI instruments}.
5546
5547 @refbugs
5548
5549 If the selected string does not exactly match, then LilyPond uses the
5550 default (Grand Piano). It is not possible to select an instrument by
5551 number.
5552
5553