]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/refman.itely
* Documentation/user/refman.itely: tiny cleanups in ancient
[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 LilyPond supports a variety of clefs, many of them ancient.
3850
3851 For modern clefs, see section @ref{Clef}.  For the percussion clef, see
3852 section @ref{Percussion staves}.  For the @code{TAB} clef, see section
3853 @ref{Tablatures}.
3854
3855 The following table shows all ancient clefs that are supported via the
3856 @code{\clef} command.  Some of the clefs use the same glyph, but
3857 differ only with respect to the line they are printed on.  In such
3858 cases, a trailing number in the name is used to enumerate these clefs.
3859 Still, you can manually force a clef glyph to be typeset on an
3860 arbitrary line, as described in section @ref{Clef}.  The note printed
3861 to the right side of each clef in the example column denotes the
3862 @code{c'} with respect to that clef.
3863
3864 @c --- This should go somewhere else: ---
3865 @c @item modern style G clef (glyph: @code{clefs-G})
3866 @c
3867 @c Supported clefs:
3868 @c @code{treble}, @code{violin}, @code{G}, @code{G2}, @code{french}
3869 @c
3870 @c @lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "G" c'}
3871 @c
3872 @c @item modern style F clef (glyph: @code{clefs-F})
3873 @c
3874 @c Supported clefs:
3875 @c @code{varbaritone}, @code{bass}, @code{F}, @code{subbass}
3876 @c
3877 @c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "F" c'}
3878 @c
3879 @c @item modern style C clef (glyph: @code{clefs-C})
3880 @c
3881 @c Supported clefs:
3882 @c @code{soprano}, @code{mezzosoprano}, @code{alto}, @code{C},
3883 @c @code{tenor}, @code{baritone}
3884 @c
3885 @c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "C" c'}
3886
3887 @multitable @columnfractions  .3 .3 .3 .1
3888
3889 @item
3890 @b{Glyph Name} @tab
3891 @b{Description} @tab
3892 @b{Supported Clefs} @tab
3893 @b{Example}
3894
3895 @item
3896 @code{clefs-neo_mensural_c} @tab
3897 modern style mensural C clef @tab
3898 @code{neo_mensural_c1}, @code{neo_mensural_c2},
3899 @code{neo_mensural_c3}, @code{neo_mensural_c4} @tab
3900 @lilypond[relative 0, notime]
3901 \property Staff.TimeSignature \set #'transparent = ##t
3902 \clef "neo_mensural_c2" c
3903 @end lilypond
3904
3905 @item
3906 @code{clefs-petrucci_c1} @tab
3907 petrucci style mensural C clef (specifically for use on 1st staffline) @tab
3908 @code{petrucci_c1} @tab
3909 @lilypond[relative 0, notime]
3910 \property Staff.TimeSignature \set #'transparent = ##t
3911 \clef "petrucci_c1" c
3912 @end lilypond
3913
3914 @item
3915 @code{clefs-petrucci_c2} @tab
3916 petrucci style mensural C clef (specifically for use on 2nd staffline) @tab
3917 @code{petrucci_c2} @tab
3918 @lilypond[relative 0, notime]
3919 \property Staff.TimeSignature \set #'transparent = ##t
3920 \clef "petrucci_c2" c
3921 @end lilypond
3922
3923 @item
3924 @code{clefs-petrucci_c3} @tab
3925 petrucci style mensural C clef (specifically for use on 3rd staffline) @tab
3926 @code{petrucci_c3} @tab
3927 @lilypond[relative 0, notime]
3928 \property Staff.TimeSignature \set #'transparent = ##t
3929 \clef "petrucci_c3" c
3930 @end lilypond
3931
3932 @item
3933 @code{clefs-petrucci_c4} @tab
3934 petrucci style mensural C clef (specifically for use on 4th staffline) @tab
3935 @code{petrucci_c4} @tab
3936 @lilypond[relative 0, notime]
3937 \property Staff.TimeSignature \set #'transparent = ##t
3938 \clef "petrucci_c4" c
3939 @end lilypond
3940
3941 @item
3942 @code{clefs-petrucci_c5} @tab
3943 petrucci style mensural C clef (specifically for use on 5th staffline) @tab
3944 @code{petrucci_c5} @tab
3945 @lilypond[relative 0, notime]
3946 \property Staff.TimeSignature \set #'transparent = ##t
3947 \clef "petrucci_c5" c
3948 @end lilypond
3949
3950 @item
3951 @code{clefs-petrucci_f} @tab
3952 petrucci style mensural F clef @tab
3953 @code{petrucci_f} @tab
3954 @lilypond[relative 0, notime]
3955 \property Staff.TimeSignature \set #'transparent = ##t
3956 \clef "petrucci_f" c
3957 @end lilypond
3958
3959 @item
3960 @code{clefs-petrucci_g} @tab
3961 petrucci style mensural G clef @tab
3962 @code{petrucci_g} @tab
3963 @lilypond[relative 0, notime]
3964 \property Staff.TimeSignature \set #'transparent = ##t
3965 \clef "petrucci_g" c
3966 @end lilypond
3967
3968 @item
3969 @code{clefs-mensural_c'} @tab
3970 historic style mensural C clef @tab
3971 @code{mensural_c1}, @code{mensural_c2}, @code{mensural_c3},
3972 @code{mensural_c4} @tab
3973 @lilypond[relative 0, notime]
3974 \property Staff.TimeSignature \set #'transparent = ##t
3975 \clef "mensural_c2" c
3976 @end lilypond
3977
3978 @item
3979 @code{clefs-mensural_f} @tab
3980 historic style mensural F clef @tab
3981 @code{mensural_f} @tab
3982 @lilypond[relative 0, notime]
3983 \property Staff.TimeSignature \set #'transparent = ##t
3984 \clef "mensural_f" c
3985 @end lilypond
3986
3987 @item
3988 @code{clefs-mensural_g} @tab
3989 historic style mensural G clef @tab
3990 @code{mensural_g} @tab
3991 @lilypond[relative 0, notime]
3992 \property Staff.TimeSignature \set #'transparent = ##t
3993 \clef "mensural_g" c
3994 @end lilypond
3995
3996 @item
3997 @code{clefs-vaticana_do} @tab
3998 Editio Vaticana style do clef @tab
3999 @code{vaticana_do1}, @code{vaticana_do2}, @code{vaticana_do3} @tab
4000 @lilypond[relative 0, notime]
4001 \context Staff
4002 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4003 \property Staff.TimeSignature \set #'transparent = ##t
4004 \clef "vaticana_do2" c
4005 @end lilypond
4006
4007 @item
4008 @code{clefs-vaticana_fa} @tab
4009 Editio Vaticana style fa clef @tab
4010 @code{vaticana_fa1}, @code{vaticana_fa2} @tab
4011 @lilypond[relative 0, notime]
4012 \context Staff
4013 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4014 \property Staff.TimeSignature \set #'transparent = ##t
4015 \clef "vaticana_fa2" c
4016 @end lilypond
4017
4018 @item
4019 @code{clefs-medicaea_do} @tab
4020 Editio Medicaea style do clef @tab
4021 @code{medicaea_do1}, @code{medicaea_do2}, @code{medicaea_do3} @tab
4022 @lilypond[relative 0, notime]
4023 \context Staff
4024 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4025 \property Staff.TimeSignature \set #'transparent = ##t
4026 \clef "medicaea_do2" c
4027 @end lilypond
4028
4029 @item
4030 @code{clefs-medicaea_fa} @tab
4031 Editio Medicaea style fa clef @tab
4032 @code{medicaea_fa1}, @code{medicaea_fa2} @tab
4033 @lilypond[relative 0, notime]
4034 \context Staff
4035 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4036 \property Staff.TimeSignature \set #'transparent = ##t
4037 \clef "medicaea_fa2" c
4038 @end lilypond
4039
4040 @item
4041 @code{clefs-hufnagel_do} @tab
4042 historic style hufnagel do clef @tab
4043 @code{hufnagel_do1}, @code{hufnagel_do2}, @code{hufnagel_do3} @tab
4044 @lilypond[relative 0, notime]
4045 \context Staff
4046 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4047 \property Staff.TimeSignature \set #'transparent = ##t
4048 \clef "hufnagel_do2" c
4049 @end lilypond
4050
4051 @item
4052 @code{clefs-hufnagel_fa} @tab
4053 historic style hufnagel fa clef @tab
4054 @code{hufnagel_fa1}, @code{hufnagel_fa2} @tab
4055 @lilypond[relative 0, notime]
4056 \context Staff
4057 \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4
4058 \property Staff.TimeSignature \set #'transparent = ##t
4059 \clef "hufnagel_fa2" c
4060 @end lilypond
4061
4062 @item
4063 @code{clefs-hufnagel_do_fa} @tab
4064 historic style hufnagel combined do/fa clef @tab
4065 @code{hufnagel_do_fa} @tab
4066 @lilypond[relative 0, notime]
4067 \property Staff.TimeSignature \set #'transparent = ##t
4068 \clef "hufnagel_do_fa" c
4069 @end lilypond
4070
4071 @end multitable
4072
4073 @c --- This should go somewhere else: ---
4074 @c @item modern style percussion clef (glyph: @code{clefs-percussion})
4075 @c
4076 @c Supported clefs:
4077 @c @code{percussion}
4078 @c
4079 @c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "percussion" c'}
4080 @c
4081 @c @item modern style tab clef (glyph: @code{clefs-tab})
4082 @c
4083 @c Supported clefs:
4084 @c @code{tab}
4085 @c
4086 @c @lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #6 \property Staff.TimeSignature \set #'transparent = ##t \clef "tab" c'}
4087
4088 @emph{Modern style} means ``as is typeset in contemporary editions of
4089 transcribed mensural music''.
4090
4091 @emph{Petrucci style} means ``inspired by printings published by the
4092 famous engraver Petrucci (1466-1539)''.
4093
4094 @emph{Historic style} means ``as was typeset or written in historic
4095 editions (other than those of Petrucci)''.
4096
4097 @emph{Editio XXX style} means ``as is/was printed in Editio XXX''.
4098
4099 Petrucci used C clefs with differently balanced left-side vertical
4100 beams, depending on which staffline it is printed.
4101
4102
4103 @node Custodes
4104 @subsection Custodes
4105
4106 @cindex custos
4107 @cindex custodes
4108
4109 A @emph{custos} (plural: @emph{custodes}; latin word for `guard') is a
4110 symbol that appears at the end of a staff.  It anticipates the pitch
4111 of the first note(s) of the following line and thus helps the player
4112 or singer to manage line breaks during performance, thus enhancing
4113 readability of a score.
4114
4115 Custodes were frequently used in music notation until the 17th
4116 century.  Nowadays, they have survived only in a few particular forms
4117 of musical notation such as contemporary editions of Gregorian chant
4118 like the @emph{editio vaticana}.  There are different custos glyphs
4119 used in different flavours of notational style.
4120
4121 For typesetting custodes, just put a @internalsref{Custos_engraver} into the
4122 @internalsref{Staff} context when declaring the @code{\paper} block,
4123 as shown in the following example.
4124
4125 @example
4126 \paper @{
4127   \translator @{
4128      \StaffContext
4129      \consists Custos_engraver
4130      Custos \override #'style = #'mensural
4131   @}
4132 @}
4133 @end example
4134
4135 The result looks like this:
4136
4137 @lilypond
4138 \score {
4139     \notes {
4140         a'1
4141         \property Staff.Custos \set #'style = #'mensural
4142         \break
4143         g'
4144     }
4145     \paper {
4146         \translator {
4147             \StaffContext
4148             \consists Custos_engraver
4149         }
4150         linewidth = 4.0\cm
4151     }
4152 }
4153 @end lilypond
4154
4155 The custos glyph is selected by the @code{style} property. The styles
4156 supported are @code{vaticana}, @code{medicaea}, @code{hufnagel} and
4157 @code{mensural}.  They are demonstrated in the following fragment:
4158
4159 @lilypond
4160 \score {
4161     \notes {
4162         \fatText
4163         s
4164         ^\markup {
4165             \column <<
4166                 "vaticana" 
4167                 { " " \musicglyph #"custodes-vaticana-u0" }
4168             >>
4169             \column <<
4170                 "medicaea"
4171                 { " " \musicglyph #"custodes-medicaea-u0" }
4172             >>
4173             \column <<
4174                 "hufnagel"
4175                 { " " \musicglyph #"custodes-hufnagel-u0" }
4176             >>
4177             \column <<
4178                 "mensural"
4179                 { " " \musicglyph #"custodes-mensural-u0" }
4180             >>
4181         }
4182     }
4183     \paper {
4184         raggedright = ##t 
4185         interscoreline = 1
4186         \translator {
4187             \ScoreContext
4188             \remove "Bar_number_engraver"
4189         }
4190         \translator{
4191             \StaffContext
4192             \remove "Clef_engraver"
4193             \remove "Key_engraver"
4194             \remove "Time_signature_engraver"
4195             \remove "Staff_symbol_engraver"
4196             minimumVerticalExtent = ##f
4197         }
4198     }
4199 }
4200 @end lilypond
4201
4202 If the boolean property @code{adjust-if-on-staffline} is set to
4203 @code{#t} (which it is by default), lily typesets slightly different
4204 variants of the custos glyph, depending on whether the custos, is
4205 typeset on or between stafflines.  The idea is that the glyph will
4206 optically fit well into the staff, with the appendage on the right of
4207 the custos always ending at the same vertical position between two
4208 stafflines regardless of the pitch.  If you set
4209 @code{adjust-if-on-staffline} to @code{#f}, then lily takes regardless
4210 of the pitch always a glyph that is a compromise of the former two
4211 variants.
4212
4213 Just like stems can be attached to noteheads in two directions
4214 @emph{up} and @emph{down}, each custos glyph is available with its
4215 appendage pointing either up or down.  If the pitch of a custos is
4216 above a selectable position, the appendage will point downwards; if
4217 the pitch is below this position, the appendage will point upwards.
4218 Use property @code{neutral-position} to select this position.  By
4219 default, it is set to @code{0}, such that the neutral position is the
4220 center of the staff.  Use property @code{neutral-direction} to control
4221 what happens if a custos is typeset on the neutral position itself.
4222 By default, this property is set to @code{-1}, such that the appendage
4223 will point downwards.  If set to @code{1}, the appendage will point
4224 upwards.  Other values such as @code{0} are reserved for future
4225 extensions and should not be used.
4226
4227 @seealso
4228
4229
4230 @internalsref{Custos}, @inputfileref{input/test,custos-style.ly} and
4231 @inputfileref{input/regression,custos.ly}.
4232
4233
4234 @node Divisiones
4235 @subsection Divisiones
4236
4237 @cindex divisio
4238 @cindex divisiones
4239 @cindex finalis
4240
4241 A @emph{divisio} (plural: @emph{divisiones}; latin word for
4242 `division') is a staff context symbol that is used to structure
4243 Gregorian music into phrases and sections.  The musical meaning of
4244 @emph{divisio minima}, @emph{divisio maior} and @emph{divisio maxima}
4245 can be characterized as short, medium and long pause, somewhat like
4246 @ref{Breath marks}.  The @emph{finalis} sign not only marks the end of
4247 a chant, but is also frequently used within a single
4248 antiphonal/responsorial chant to mark the end of each section.
4249
4250 @syntax
4251
4252 To use divisiones, include the file @code{gregorian-init.ly}.  It
4253 contains definitions that you can apply by just inserting
4254 @code{\divisioMinima}, @code{\divisioMaior}, @code{\divisioMaxima},
4255 and @code{\finalis} at proper places in the input.  Some editions use
4256 @emph{virgula} or @emph{caesura} instead of divisio minima.
4257 Therefore, @code{gregorian-init.ly} also defines @code{\virgula} and
4258 @code{\caesura}.
4259
4260
4261 @lilypondfile[notexidoc]{divisiones.ly}
4262
4263 @seealso
4264
4265 @internalsref{BreathingSign}, @internalsref{BreathingSignEvent},
4266 @inputfileref{input/test,divisiones.ly}, @ref{Breath marks}.
4267
4268 @node Ligatures
4269 @subsection Ligatures
4270
4271 @cindex Ligatures
4272
4273 @c TODO: Should double check if I recalled things correctly when I wrote
4274 @c down the following paragraph by heart.
4275
4276 In musical terminology, a ligature is a coherent graphical symbol that
4277 represents at least two different notes.  Ligatures originally appeared
4278 in the manuscripts of Gregorian chant notation roughly since the 9th
4279 century as an allusion to the accent symbols of greek lyric poetry to
4280 denote ascending or descending sequences of notes.  Both, the shape and
4281 the exact meaning of ligatures changed tremendously during the following
4282 centuries: In early notation, ligatures where used for monophonic tunes
4283 (Gregorian chant) and very soon denoted also the way of performance in
4284 the sense of articulation.  With upcoming multiphony, the need for a
4285 metric system arised, since multiple voices of a piece have to be
4286 synchronized some way.  New notation systems were invented that used
4287 the manifold shapes of ligatures to now denote rhythmical patterns
4288 (e.g. black mensural notation, mannered notation, ars nova).  With the
4289 invention of the metric system of the white mensural notation, the need
4290 for ligatures to denote such patterns disappeared.  Nevertheless,
4291 ligatures were still in use in the mensural system for a couple of
4292 decades until they finally disappeared during the late 16th / early 17th
4293 century.  Still, ligatures have survived in contemporary editions of
4294 Gregorian chant such as the Editio Vaticana from 1905/08.
4295
4296 @syntax
4297
4298 Syntactically, ligatures are simply enclosed by @code{\[} and
4299 @code{\]}.  Some ligature styles (such as Editio Vaticana) may need
4300 additional input syntax specific for this particular type of ligature.
4301 By default, the @internalsref{LigatureBracket} engraver just puts a
4302 square bracket above the ligature.
4303
4304 @lilypond[singleline,verbatim]
4305 \score {
4306     \notes \transpose c c' {
4307         \[ g c a f d' \]
4308         a g f
4309         \[ e f a g \]
4310     }
4311 }
4312 @end lilypond
4313
4314 To select a specific style of ligatures, a proper ligature engraver has
4315 to be added to the @internalsref{Voice} context, as explained in the
4316 following subsections.  Currently, Lilypond only supports white mensural
4317 ligatures with certain limitations.  Support for Editio Vaticana will be
4318 added in the future.
4319
4320 @menu
4321 * White mensural ligatures::    
4322 @end menu
4323
4324 @node White mensural ligatures
4325 @subsubsection White mensural ligatures
4326
4327 @cindex Mensural ligatures
4328 @cindex White mensural ligatures
4329
4330 There is limited support for white mensural ligatures.  The
4331 implementation is still experimental; it currently may output strange
4332 warnings or even crash in some cases or produce weird results on more
4333 complex ligatures.  To engrave white mensural ligatures, in the paper
4334 block the @internalsref{Mensural_ligature_engraver} has to be put into
4335 the @internalsref{Voice} context (and you probably want to remove the
4336 @internalsref{Ligature_bracket_engraver}).  There is no additional
4337 input language to describe the shape of a white mensural ligature.
4338 The shape is rather determined solely from the pitch and duration of
4339 the enclosed notes.  While this approach may take a new user a while
4340 to get accustomed, it has the great advantage that the full musical
4341 information of the ligature is known internally.  This is not only
4342 required for correct MIDI output, but also allows for automatic
4343 transcription of the ligatures.
4344
4345 Example:
4346
4347 @lilypond[singleline,verbatim]
4348 \score {
4349     \notes \transpose c c' {
4350         \property Score.timing = ##f
4351         \property Score.defaultBarType = "empty"
4352         \property Voice.NoteHead \set #'style = #'neo_mensural
4353         \property Staff.TimeSignature \set #'style = #'neo_mensural
4354         \clef "petrucci_g"
4355         \[ g\longa c\breve a\breve f\breve d'\longa \]
4356         s4
4357         \[ e1 f1 a\breve g\longa \]
4358     }
4359     \paper {
4360         \translator {
4361             \VoiceContext
4362             \remove Ligature_bracket_engraver
4363             \consists Mensural_ligature_engraver
4364         }
4365     }
4366 }
4367 @end lilypond
4368
4369 Without replacing @internalsref{Ligature_bracket_engraver} with
4370 @internalsref{Mensural_ligature_engraver}, the same music transcribes
4371 to the following:
4372
4373 @lilypond[singleline]
4374 \score {
4375     \notes \transpose c c' {
4376         \property Score.timing = ##f
4377         \property Score.defaultBarType = "empty"
4378         \property Voice.NoteHead \set #'style = #'neo_mensural
4379         \property Staff.TimeSignature \set #'style = #'neo_mensural
4380         \clef "petrucci_g"
4381         \[ g\longa c\breve a\breve f\breve d'\longa \]
4382         s4
4383         \[ e1 f1 a\breve g\longa \]
4384     }
4385 }
4386 @end lilypond
4387
4388 @node Figured bass
4389 @subsection Figured bass
4390
4391 @cindex Basso continuo
4392
4393 @c TODO: musicological blurb about FB
4394
4395 @syntax
4396
4397 LilyPond has limited support for figured bass:
4398
4399 @lilypond[verbatim,fragment]
4400 <
4401  \context Voice \notes { \clef bass dis4  c d ais}
4402  \context FiguredBass
4403    \figures {
4404     < 6 >4 < 7 >8 < 6+ [_!] >
4405     < 6 >4 <6 5 [3+] >
4406    }
4407  >
4408 @end lilypond
4409
4410 The support for figured bass consists of two parts: there is an input
4411 mode, introduced by @code{\figures}, where you can enter bass figures
4412 as numbers, and there is a context called @internalsref{FiguredBass}
4413 that takes care of making @internalsref{BassFigure} objects.
4414
4415 In figures input mode, a group of bass figures is delimited by
4416 @code{<} and @code{>}. The duration is entered after the @code{>}.
4417 @example
4418         <4 6>
4419 @end example
4420 @lilypond[fragment]
4421 \context FiguredBass
4422 \figures { <4 6> }
4423 @end lilypond
4424
4425 Accidentals are added to the numbers if you alterate them by
4426 appending @code{-}, @code{!}  and @code{+}.
4427
4428 @example
4429   <4- 6+ 7!>
4430 @end example
4431 @lilypond[fragment]
4432   \context FiguredBass
4433     \figures { <4- 6+ 7!> }
4434 @end lilypond
4435
4436 Spaces or dashes may be inserted by using @code{_}. Brackets are
4437 introduced with @code{[} and @code{]}.
4438
4439 @example
4440         < [4 6] 8 [_ 12]>
4441 @end example
4442 @lilypond[fragment]
4443  \context FiguredBass
4444 \figures { < [4 6] 8 [_ 12]> }
4445 @end lilypond
4446
4447 Although the support for figured bass may superficially resemble chord
4448 support, it works much simpler.  The @code{\figures} mode simply
4449 stores the numbers , and @internalsref{FiguredBass} context prints
4450 them as entered. There is no conversion to pitches, and no
4451 realizations of the bass are played in the MIDI file.
4452
4453 Internally, the code produces markup texts. You can use any of the
4454 markup text properties to override formatting. For example, the
4455 vertical spacing of the figures may be set with @code{baseline-skip}.
4456
4457 @seealso
4458
4459 @internalsref{BassFigureEvent} music, @internalsref{BassFigure} grob,
4460 @internalsref{FiguredBass} context
4461
4462 @refbugs
4463
4464 Slash notation for alterations is not supported.
4465
4466
4467 @node Contemporary notation
4468 @section Contemporary notation
4469
4470 In the 20th century, composers have greatly expanded the musical
4471 vocabulary. With this expansion, many innovations in musical notation
4472 have been tried. For a comprehensive overview, refer to @cite{Stone
4473 1980} (see @ref{Literature}). In general, the use of new, innovative
4474 notation makes a piece harder to understand and perform and its use
4475 should be avoided if possible.  For this reason, support for
4476 contemporary notation in LilyPond is limited.
4477
4478
4479 @menu
4480 * Clusters::                    
4481 * Fermatas::                    
4482 @end menu
4483
4484 @node Clusters
4485 @subsection Clusters
4486
4487 @cindex cluster
4488
4489 In musical terminology, a @emph{cluster} denotes a range of
4490 simultaneously sounding pitches that may change over time.  The set of
4491 available pitches to apply usually depends on the accoustic source.
4492 Thus, in piano music, a cluster typically consists of a continous range
4493 of the semitones as provided by the piano's fixed set of a chromatic
4494 scale.  In choral music, each singer of the choir typically may sing an
4495 arbitrary pitch within the cluster's range that is not bound to any
4496 diatonic, chromatic or other scale.  In electronic music, a cluster
4497 (theoretically) may even cover a continuous range of pitches, thus
4498 resulting in coloured noise, such as pink noise.
4499
4500 Clusters can be denoted in the context of ordinary staff notation by
4501 engraving simple geometrical shapes that replace ordinary notation of
4502 notes.  Ordinary notes as musical events specify starting time and
4503 duration of pitches; however, the duration of a note is expressed by the
4504 shape of the note head rather than by the horizontal graphical extent of
4505 the note symbol.  In contrast, the shape of a cluster geometrically
4506 describes the development of a range of pitches (vertical extent) over
4507 time (horizontal extent).  Still, the geometrical shape of a cluster
4508 covers the area in wich any single pitch contained in the cluster would
4509 be notated as an ordinary note.  From this point of view, it is
4510 reasonable to specify a cluster as the envelope of a set of notes.
4511
4512 @syntax
4513
4514 A cluster is engraved as the envelope of a set of notes. The starting
4515 note is marked with @code{\startCluster}, and the ending note with
4516 @code{\stopCluster}, e.g.,
4517
4518 @example
4519   c4-\startCluster
4520      ...
4521   f4-\stopCluster 
4522 @end example
4523
4524 The following example (from
4525 @inputfileref{input/regression,cluster.ly}) shows what the result
4526 looks like.
4527
4528 @lilypondfile[notexidoc]{cluster.ly}
4529
4530 By default, @internalsref{Cluster_engraver} is in the
4531 @internalsref{Voice} context.  This allows putting ordinary notes and
4532 clusters together in the same staff, even simultaneously.  In such a
4533 case no attempt is made to automatically avoid collisions between
4534 ordinary notes and clusters.
4535
4536 @seealso
4537
4538 @internalsref{Cluster}, @inputfileref{input/regression,cluster.ly},
4539 @internalsref{Cluster_engraver}, @internalsref{ClusterEvent}.
4540
4541 @refbugs
4542
4543 When a cluster is active, note heads must be switched off manually using
4544 @code{\hideNotes}. 
4545
4546 Music expressions like @code{< @{ g8 e8 @} a4 >} are not printed
4547 accurately.  Use @code{<<g a>>8 <<e a>>8} instead.
4548
4549
4550
4551 @node Fermatas
4552 @subsection Fermatas
4553
4554 @cindex fermatas
4555
4556
4557
4558 Contemporary music notation frequently uses special fermata symbols to
4559 indicate fermatas of differing lengths.
4560
4561 @syntax
4562
4563 The following are supported
4564
4565 @lilypond[singleline]
4566 \score {
4567   <  \notes {
4568         \fatText
4569         b'
4570         ^\shortfermata
4571         _\shortfermata
4572         r
4573         b'
4574         ^\fermata
4575         _\fermata
4576
4577         r
4578         b'
4579         ^\longfermata
4580         _\longfermata
4581
4582         r
4583         b'
4584         ^\verylongfermata
4585         _\verylongfermata
4586         r
4587     }
4588     \context Lyrics \lyrics {
4589       "shortfermata" "fermata"  "longfermata" "verylongfermata"
4590     } >
4591 }
4592 @end lilypond
4593
4594 See @ref{Articulations} for general instructions how to apply scripts
4595 such as fermatas to a @code{\notes@{@}} block.
4596
4597 @node Tuning output
4598 @section Tuning output
4599
4600 As much formatting as possible is performed
4601 automatically. Nevertheless, there are situations where LilyPond needs
4602 some help, or where you want to override its decisions. In this
4603 section we discuss ways to do just that.
4604
4605 Formatting is internally done by manipulating so called objects (graphic
4606 objects). Each object carries with it a set of properties (object
4607 properties) specific to that object.  For example, a stem object has
4608 properties that specify its direction, length and thickness.
4609
4610 The most direct way of tuning the output is by altering the values of
4611 these properties. There are two ways of doing that: first, you can
4612 temporarily change the definition of one type of object, thus
4613 affecting a whole set of objects.  Second, you can select one specific
4614 object, and set a object property in that object.
4615
4616 @menu
4617 * Tuning objects ::             
4618 * Applyoutput::                 
4619 * Outputproperty::              
4620 * Font selection::              
4621 * Text markup::                 
4622 @end menu
4623
4624 @node Tuning objects 
4625 @subsection Tuning objects 
4626
4627 @cindex object description
4628
4629 The definition of an object is actually a list of default object
4630 properties. For example, the definition of the Stem object (available
4631 in @file{scm/grob-description.scm}), includes the following definitions for
4632 @internalsref{Stem}
4633
4634 @example
4635         (thickness . 0.8)
4636         (beamed-lengths . (0.0 2.5 2.0 1.5))
4637         (Y-extent-callback . ,Stem::height)
4638         @var{...}
4639 @end example
4640
4641
4642 By adding variables on top of these existing definitions, the system
4643 defaults is overriden, and the appearance of a graphical objects is
4644 altered.
4645
4646 @syntax
4647
4648
4649 Changing a variable for only   one object is commonly achieved with
4650 @code{\once}:
4651
4652 @example
4653 \once \property @var{context}.@var{grobname}
4654   \override @var{symbol} = @var{value}
4655 @end example
4656 Here @var{symbol} is a Scheme expression of symbol type, @var{context}
4657 and @var{grobname} is a string and @var{value} is a Scheme expression.
4658 This command applies a setting only during one moment in the score.
4659
4660 In the following example, only one @internalsref{Stem} object is
4661 changed from its original setting:
4662
4663 @lilypond[verbatim, fragment, relative=1]
4664   c4 
4665   \once \property Voice.Stem \set #'thickness = #4
4666   c4
4667   c4
4668 @end lilypond
4669 @cindex @code{\once}
4670
4671 For changing more objects, the same command, without @code{\once} can
4672 be used.
4673 @example
4674 \property @var{context}.@var{grobname} \override @var{symbol} = @var{value}
4675 @end example
4676 This command adds @code{@var{symbol} = @var{value}} to the definition
4677 of @var{grobname} in the context @var{context}, and this definition
4678 stays in place until it is removed.
4679
4680 An existing definition may be removed by the following command
4681 @c
4682 @example
4683 \property @var{context}.@var{grobname} \revert @var{symbol}
4684 @end example
4685 @c
4686 All @code{\override} and @code{\revert} commands should be balanced.
4687 The @code{\set} shorthand, performs a revert followed by an override,
4688 and is often more convenient to use
4689
4690 @example
4691 \property @var{context}.@var{grobname} \set @var{symbol} = @var{value}
4692 @end example
4693
4694 Some examples: 
4695 @lilypond[verbatim,quote]
4696 c'4 \property Voice.Stem \override #'thickness = #4.0
4697 c'4
4698 c'4 \property Voice.Stem \revert #'thickness
4699 c'4
4700 @end lilypond
4701
4702 The following example gives exactly the same result as the previous
4703 one (assuming the system default for stem thickness is 0.8).
4704 @c
4705 @lilypond[verbatim,quote]
4706   c'4 \property Voice.Stem \set #'thickness = #4.0
4707   c'4
4708   c'4 \property Voice.Stem \set #'thickness = #0.8
4709   c'4
4710 @end lilypond
4711
4712 If you revert a setting which was not set in the first place, then it
4713 has no effect. However, if the setting was set as a system default, it
4714 may remove the default value, and this may give surprising results,
4715 including crashes.  In other words, @code{\override} and
4716 @code{\revert}, must be carefully balanced.
4717
4718 These are examples of correct nesting of @code{\override}, @code{\set},
4719 @code{\revert}. 
4720
4721 A clumsy but correct form:
4722 @example
4723   \override \revert \override \revert \override \revert
4724 @end example
4725
4726 Shorter version of the same:
4727 @example 
4728   \override \set \set  \revert
4729 @end example
4730
4731 A short form, using only @code{\set}. This requires you to know the
4732 default value:
4733 @example
4734   \set \set \set \set @var{to default value}
4735 @end example
4736
4737 If there is no default (i.e. by default, the object property is unset),
4738 then you can use
4739 @example
4740   \set \set \set \revert
4741 @end example
4742
4743 For the digirati, the object description is an Scheme association
4744 list. Since a Scheme list is a singly linked list, we can treat it as
4745 a stack, and @code{\override} and @code{\revert} are push and pop
4746 operations.  The association list is stored in a normal context
4747 property, hence
4748 @example
4749  \property Voice.NoteHead  = #'() 
4750 @end example
4751 will effectively erase @internalsref{NoteHead}s from the current
4752 @internalsref{Voice}. However, this mechanism is not guaranteed to
4753 work, and may cause crashes or other anomalous behavior.
4754
4755 @seealso
4756
4757 @internalsref{OverrideProperty}, @internalsref{RevertProperty},
4758 @internalsref{PropertySet}, @internalsref{backend properties},
4759 @internalsref{All Graphical Objects}.
4760
4761
4762 @refbugs
4763
4764 LilyPond will hang or crash if @var{value} contains cyclic references.
4765 The backend is not very strict in type-checking object properties. If you
4766 @code{\revert} properties that are expected to be set by default,
4767 LilyPond may crash.
4768
4769
4770 @node Applyoutput
4771 @subsection Applyoutput
4772
4773 The most versatile way of tuning object is @code{\applyoutput}. Its
4774 syntax is
4775 @example
4776 \applyoutput @var{proc}
4777 @end example
4778 where @var{proc} is a Scheme function, taking four arguments.
4779
4780 When interpreted, the function @var{proc} is called for every grob found
4781 in the context, with the following arguments:
4782 @itemize @bullet
4783 @item the grob itself
4784 @item the context where the grob was created
4785 @item the context where @code{\applyoutput} is processed.
4786 @end itemize
4787
4788 The cause of the grob, i.e.  the music expression or object that was
4789 responsible for creating the object, is in the object property
4790 @code{cause}.  For example, for a note head, this is a
4791 @internalsref{NoteHead} event, and for a @internalsref{Stem} object,
4792 this is a @internalsref{NoteHead} object.
4793
4794
4795 @node Outputproperty
4796 @subsection Outputproperty
4797
4798 @cindex \outputproperty
4799
4800 Another way of tuning objects is the more arcane @code{\outputproperty}
4801 feature.  The syntax is as follows:
4802 @example
4803 \outputproperty @var{predicate} @var{symbol} = @var{value}
4804 @end example
4805 Here @code{predicate} is a Scheme function taking an object argument, and
4806 returning a boolean.  This statement is processed by the
4807 @code{Output_property_engraver}.  It instructs the engraver to feed all
4808 objects that it sees to @var{predicate}. Whenever the predicate returns
4809 true, the object property @var{symbol} will be set to @var{value}.
4810
4811 You will need to combine this statement with @code{\context} to select
4812 the appropriate context to apply this to.
4813 @inputfileref{input/regression,output-property.ly} shows an example of
4814 the use of @code{\outputproperty}.
4815
4816 @refbugs
4817
4818 If possible, avoid this feature: the semantics are not very clean, and
4819 the syntax and semantics are up for rewrite.
4820
4821
4822 @node Font selection
4823 @subsection Font selection
4824
4825 The most common thing to change about the appearance of fonts is
4826 their size. The font size of any context can be easily
4827 changed by setting the @code{fontSize} property for that context:
4828 @c
4829 @lilypond[fragment,relative=1,verbatim,quote]
4830   c4 c4 \property Voice.fontSize = #-1
4831   f4 g4
4832 @end lilypond
4833  This command will set @code{font-relative-size} (see below),
4834  and does not change the size of variable symbols, such as
4835 beams or slurs.  You can use this command to get smaller symbol for
4836 cue notes, but that involves some more subtleties. An elaborate
4837 example of those is in @inputfileref{input/test,cue-notes.ly}.
4838
4839 @cindex magnification
4840
4841 The size of the font may be scaled with the object property
4842 @code{font-magnification}.  For example, @code{2.0} blows up all
4843 letters by a factor 2 in both directions.
4844
4845
4846 @cindex cue notes
4847 @cindex font size
4848 @cindex size
4849 @cindex symbol size
4850 @cindex glyph size
4851
4852 The font used for printing a object can be selected by setting
4853 @code{font-name}, e.g.
4854 @example
4855   \property Staff.TimeSignature
4856     \set #'font-name = #"cmr17"
4857 @end example
4858 You may use any font which is available to @TeX{}, such as foreign
4859 fonts or fonts that do not belong to the Computer Modern font family.
4860
4861 Font selection for the standard fonts, @TeX{}'s Computer Modern fonts,
4862 can also be adjusted with a more fine-grained mechanism.  By setting
4863 the object properties described below, you can select a different font.
4864 All three mechanisms work for every object that supports
4865 @code{font-interface}.
4866
4867 @table @code
4868 @item font-family
4869  A symbol indicating the general class of the typeface.  Supported are
4870 @code{roman} (Computer Modern), @code{braces} (for piano staff
4871 braces), @code{music} (the standard music font), @code{ancient} (the
4872 ancient notation font) @code{dynamic} (font for dynamic signs) and
4873 @code{typewriter}. 
4874   
4875 @item font-shape
4876   A symbol indicating the shape of the font, there are typically several
4877   font shapes available for each font family. Choices are @code{italic},
4878   @code{caps} and @code{upright} 
4879
4880 @item font-series
4881 A  symbol indicating the series of the font. There are typically several
4882 font series for each font family and shape. Choices are @code{medium}
4883 and @code{bold}. 
4884
4885 @item font-relative-size
4886   A number indicating the size relative the standard size.  For example,
4887   with 20pt staff height, relative size -1  corresponds to 16pt staff
4888   height, and relative size +1 corresponds to 23 pt staff height.
4889
4890    There are small differences in design between fonts designed for
4891 different sizes, hence font-relative-size is the preferred way to
4892 change a font size.
4893
4894
4895 @item font-design-size
4896 A number indicating  the design size of the font. 
4897
4898 This is a feature of the Computer Modern Font: each point size has a
4899 slightly different design. Smaller design sizes are relatively wider,
4900 which enhances readability.
4901 @end table
4902
4903 For any of these properties, the value @code{*} (i.e. the symbol
4904 @code{*}, entered as @code{#'*}), acts as a wildcard. This can be used
4905 to override default setting, which are always present. For example:
4906 @example
4907   \property Lyrics.LyricText \override #'font-series = #'bold
4908   \property Lyrics.LyricText \override #'font-family = #'typewriter
4909   \property Lyrics.LyricText \override #'font-shape  = #'*
4910 @end example
4911
4912 @cindex @code{font-style}
4913
4914
4915
4916 @refbugs
4917
4918 Relative size is not linked to any real size.
4919
4920 There is no style sheet provided for other fonts besides the @TeX{}
4921 family, and the style sheet cannot be modified easily.
4922
4923 @cindex font selection
4924 @cindex font magnification
4925 @cindex @code{font-interface}
4926
4927
4928 @node Text markup
4929 @subsection Text markup
4930 @cindex text markup
4931 @cindex markup text
4932
4933
4934 @cindex typeset text
4935
4936 LilyPond has an internal mechanism to typeset texts. You can access it
4937 with the keyword @code{\markup}. Within markup mode, you can enter texts
4938 similar to lyrics: simply enter them, surrounded by spaces. 
4939 @cindex markup
4940
4941 @lilypond[verbatim,fragment,relative=1]
4942  c1^\markup { hello }
4943  c1_\markup { hi there }
4944  c1^\markup { hi \bold there, is \italic anyone home? }
4945 @end lilypond
4946
4947 @cindex font switching
4948
4949 The line of the example demonstrates font switching commands.  The
4950 command only apply to the first following word; enclose a set of texts
4951 with braces to apply a command to more words.
4952 @example
4953   \markup @{ \bold @{ hi there @} @}
4954 @end example
4955 For clarity, you can also do this for single arguments, e.g.
4956 @example
4957   \markup @{ is \italic @{ anyone @} home @}
4958 @end example
4959
4960 @cindex font size, texts
4961
4962 The following size commands set abolute sizes
4963
4964 @cindex \teeny
4965 @cindex \tiny
4966 @cindex \small
4967 @cindex \large
4968 @cindex \huge
4969
4970 @table @code
4971 @item \teeny
4972 @item \tiny
4973 @item \small
4974 @item \large
4975 @item \huge
4976 @end table
4977
4978 You can also make letter larger or smaller relative to their neighbors,
4979 with the commands @code{\larger} and @code{\smaller}.
4980 @cindex smaller
4981 @cindex larger
4982
4983 @cindex font style, for texts
4984 @cindex \bold
4985 @cindex \dynamic
4986 @cindex \number
4987 @cindex \italic
4988
4989 The following font change commands are defined:
4990 @table @code
4991 @item \dynamic
4992 This changes to the font used for dynamic signs. Note that this font
4993 does not contain all characters of the alphabet.
4994 @item \number
4995 This changes to the font used for time signatures. It only contains
4996 numbers and a few punctuation marks.
4997 @item \italic
4998 Changes @code{font-shape} to @code{italic}
4999 @item \bold
5000 Changes @code{font-series} to @code{bold}
5001 @end table
5002
5003 @cindex raising text
5004 @cindex lowering text
5005 @cindex moving text
5006 @cindex translating text
5007
5008 @cindex \sub
5009 @cindex \super
5010
5011 Raising and lowering texts can be done with @code{\super} and
5012 @code{\sub}.
5013
5014 @lilypond[verbatim,fragment,relative=1]
5015  c1^\markup { E "=" mc \super "2" }
5016 @end lilypond
5017
5018 @cindex \raise
5019
5020 If you want to give an explicit amount for lowering or raising, use
5021 @code{\raise}.  This command takes a Scheme valued first argument, and
5022 a markup object as second argument
5023 @c
5024 @lilypond[verbatim,fragment,relative=1,quote]
5025  c1^\markup { C \small \raise #1.0 \bold { "9/7+" }}
5026 @end lilypond
5027 The argument to @code{\raise} is the vertical displacement amount,
5028 measured in (global) staff spaces.
5029
5030 Other commands taking  single arguments include
5031 @table @code
5032
5033 @item \bracket, \hbracket
5034  Bracket the argument markup with normal and horizontal brackets
5035 respectively.
5036
5037 @item \musicglyph
5038 @cindex \musicglyph
5039   This is converted to a musical symbol, e.g. @code{\musicglyph
5040 #"accidentals-0"} will select the natural sign from the music font.
5041 See @ref{The Feta font} for  a complete listing of the possible glyphs.
5042 @item \char
5043 This produces a single character, e.g. @code{\char #65} produces the 
5044 letter 'A'.
5045
5046 @item \hspace #@var{amount}
5047 @cindex \hspace
5048 This produces a invisible object taking horizontal space.
5049 @example 
5050 \markup @{ A \hspace #2.0 B @} 
5051 @end example
5052 will put extra space between A and B. Note that lilypond 
5053 inserts space before and after @code{\hspace}. 
5054
5055 @item \fontsize #@var{size}
5056 @cindex \fontsize
5057 This sets the relative font size, eg.
5058 @example
5059 A \fontsize #2 @{ B C @} D
5060 @end example
5061
5062
5063 This will enlarge the B and the C by two steps.
5064 @item  \translate #(cons @var{x} @var{y})
5065 @cindex  \translate
5066 This translates an object. Its first argument is a cons of numbers
5067 @example
5068 A \translate #(cons 2 -3) @{ B C @} D
5069 @end example
5070 This moves `B C' 2 spaces to the right, and 3 down.
5071
5072 @item \magnify  #@var{mag}
5073 @cindex \magnify
5074 This sets the font magnification for the its argument. In the following
5075 example, the middle A will be 10% larger.
5076 @example
5077 A \magnify #1.1 @{ A @} A
5078 @end example
5079
5080
5081 @item \override #(@var{key} . @var{value})
5082 @cindex \override
5083 This overrides a  formatting property for its argument. The argument
5084 should be a key/value pair, e.g.
5085 @example
5086 m \override #'(font-family . math) m m
5087 @end example
5088 @end table
5089
5090 In markup mode you can compose expressions, similar to mathematical
5091 expressions, XML documents and music expressions.  The braces group
5092 notes into horizontal lines. Other types of lists also exist: you can
5093 stack expressions grouped with @code{<<}, and @code{>>} vertically with
5094 the command @code{\column}. Similarly, @code{\center} aligns texts by
5095 their center lines. 
5096
5097 @lilypond[verbatim,fragment,relative=1]
5098  c1^\markup { \column << a bbbb c >> }
5099  c1^\markup { \center << a bbbb c >> }
5100  c1^\markup { \line << a b c >> }
5101 @end lilypond
5102
5103 The markup mechanism is very flexible and extensible.  Refer to
5104 @file{scm/new-markup.scm} for more information on extending the markup
5105 mode.
5106
5107 @cindex metronome mark
5108
5109 One practical application of complicated markup is to fake a metronome
5110 marking:
5111
5112 @lilypond[verbatim]
5113 eighthStem = \markup \combine
5114         \musicglyph #"flags-stem"
5115         \translate #'(0.0 . 3.5) \musicglyph #"flags-u3"
5116 eighthNote = \markup
5117         \override #'(word-space . 0.0)
5118         { \musicglyph #"noteheads-2"
5119           \translate #'(-0.05 . 0.1) \eighthStem }
5120
5121 \score {
5122   \notes\relative c'' {
5123     a1^\markup { \magnify #0.9 \eighthNote " = 64" }
5124   }
5125 }
5126 @end lilypond
5127
5128 @seealso
5129
5130 @internalsref{Markup functions}, @file{scm/new-markup.scm}
5131
5132 @refbugs
5133
5134 @cindex kerning
5135
5136
5137 Text layout is ultimately done by @TeX{}, which does kerning of
5138 letters.  LilyPond does not account for kerning, so texts will be
5139 spaced slightly too wide.
5140
5141 Syntax errors for markup mode are confusing.
5142
5143
5144 @node Global layout
5145 @section Global layout
5146
5147 The global layout determined by three factors: the page layout, the
5148 line breaks and the spacing. These all influence each other. The
5149 choice of spacing determines how densely each system of music is set,
5150 which influences where line breaks breaks are chosen, and thus
5151 ultimately how many pages a piece of music takes. In this section we
5152 will explain how the lilypond spacing engine works, and how you can
5153 tune its results.
5154
5155 Globally spoken, this procedure happens in three steps: first,
5156 flexible distances (``springs'') are chosen, based on durations. All
5157 possible line breaking combination are tried, and the one with the
5158 best results---a layout that has uniform density and requires as
5159 little stretching or cramping as possible---is chosen. When the score
5160 is processed by @TeX{}, page are filled with systems, and page breaks
5161 are chosen whenever the page gets full.
5162
5163
5164
5165 @menu
5166 * Vertical spacing::            
5167 * Horizontal spacing::          
5168 * Font Size::                   
5169 * Line breaking::               
5170 * Page layout::                 
5171 @end menu
5172
5173
5174 @node Vertical spacing
5175 @subsection Vertical spacing
5176
5177 @cindex vertical spacing
5178 @cindex distance between staves
5179 @cindex staff distance
5180 @cindex between staves, distance
5181 @cindex staffs per page
5182
5183
5184 The height of each system is determined automatically by lilypond, to
5185 keep systems from bumping into each other, some minimum distances are
5186 set.  By changing these, you can put staves closer together, and thus
5187 put more  systems onto one page.
5188
5189 Normally staves are stacked vertically. To make
5190 staves maintain a distance, their vertical size is padded. This is
5191 done with the property @code{minimumVerticalExtent}. It takes a pair
5192 of numbers, so if you want to make it smaller from its, then you could
5193 set
5194 @example
5195   \property Staff.minimumVerticalExtent = #'(-4 . 4)
5196 @end example
5197 This sets the vertical size of the current staff to 4 staff-space on
5198 either side of the center staff line.  The argument of
5199 @code{minimumVerticalExtent} is interpreted as an interval, where the
5200 center line is the 0, so the first number is generally negative.  The
5201 staff can be made larger at the bottom by setting it to @code{(-6
5202 . 4)}.
5203
5204 The piano staves are handled a little differently: to make cross-staff
5205 beaming work correctly, it necessary that the distance between staves
5206 is fixed.  This is also done with a @internalsref{VerticalAlignment}
5207 object, created in @internalsref{PianoStaff}. In this object the
5208 distance between the staves is fixed by setting
5209 @code{forced-distance}. If you want to override this, use a
5210 @code{\translator} block as follows:
5211 @example
5212   \translator @{
5213     \PianoStaffContext
5214     VerticalAlignment \override #'forced-distance = #9
5215   @}
5216 @end example
5217 This would bring the staves together at a distance of 9 staff spaces,
5218 measured from the center line of each staff.
5219
5220 @seealso
5221
5222 Vertical aligment of staves is handled by the
5223 @internalsref{VerticalAlignment} object.
5224
5225
5226
5227 @node Horizontal spacing
5228 @subsection Horizontal Spacing
5229
5230 The spacing engine translates differences in durations into
5231 stretchable distances (``springs'') of differing lengths. Longer
5232 durations get more space, shorter durations get less.  The shortest
5233 durations get a fixed amount of space (which is controlled by
5234 @code{shortest-duration-space} in the @internalsref{SpacingSpanner}
5235 object). The longer the duration, the more space it gets: doubling a
5236 duration adds a fixed amount (this amount is controlled by
5237 @code{spacing-increment}) of space to the note.
5238
5239 For example, the following piece contains lots of half, quarter and
5240 8th notes, the eighth note is followed by 1 note head width (NHW). The
5241 The quarter note is followed by 2 NHW, the half by 3 NHW, etc.
5242 @lilypond[fragment, verbatim, relative=1] c2 c4. c8 c4. c8 c4. c8 c8
5243 c8 c4 c4 c4
5244 @end lilypond
5245
5246 Normally, @code{shortest-duration-space} is set to 1.2, which is the
5247 width of a note head, and @code{shortest-duration-space} is set to
5248 2.0, meaning that the shortest note gets 2 NHW (2 times
5249 @code{shortest-duration-space}) of space. For normal notes, this space
5250 is always counted from the left edge of the symbol, so the shortest
5251 notes are generally followed by one NHW of space.
5252
5253 If one would follow the above procedure exactly, then adding a single
5254 32th note to a score that uses 8th and 16th notes, would widen up the
5255 entire score a lot. The shortest note is no longer a 16th, but a 32nd,
5256 thus adding 2 noteheads of space to every note. To prevent this, the
5257 shortest duration for spacing is not the shortest note in the score,
5258 but the most commonly found shortest note.  Notes that are even
5259 shorter this are followed by a space that is proportonial to their
5260 duration relative to the common shortest note.  So if we were to add
5261 only a few 16th notes to the example above, they would be followed by
5262 half a NHW:
5263
5264 @lilypond[fragment, verbatim, relative=2]
5265  c2 c4. c8 c4. [c16 c] c4. c8 c8 c8 c4 c4 c4
5266 @end lilypond
5267
5268 The most common shortest duration is determined as follows: in every
5269 measure, the shortest duration is determined. The most common short
5270 duration, is taken as the basis for the spacing, with the stipulation
5271 that this shortest duration should always be equal to or shorter than
5272 1/8th note. The shortest duration is printed when you run lilypond
5273 with @code{--verbose}.  These durations may also be customized. If you
5274 set the @code{common-shortest-duration} in
5275 @internalsref{SpacingSpanner}, then this sets the base duration for
5276 spacing. The maximum duration for this base (normally 1/8th), is set
5277 through @code{base-shortest-duration}.
5278
5279 @cindex @code{common-shortest-duration}
5280 @cindex @code{base-shortest-duration}
5281 @cindex @code{stem-spacing-correction}
5282 @cindex @code{spacing}
5283
5284 In the introduction it was explained that stem directions influence
5285 spacing. This is controlled with @code{stem-spacing-correction}
5286 property in @internalsref{NoteSpacing}, which are generated for every
5287 @internalsref{Voice} context. The @code{StaffSpacing} object
5288 (generated at @internalsref{Staff} context) contains the same property
5289 for controlling the stem/barline spacing. In the following example
5290 shows these corrections, once with default settings, and once with
5291 exaggerated corrections.
5292
5293 @lilypond
5294     \score { \notes {
5295       c'4 e''4 e'4 b'4 |
5296       b'4 e''4 b'4 e''4|
5297       \property Staff.NoteSpacing \override #'stem-spacing-correction
5298       = #1.5
5299       \property Staff.StaffSpacing \override #'stem-spacing-correction
5300       = #1.5
5301       c'4 e''4 e'4 b'4 |
5302       b'4 e''4 b'4 e''4|      
5303     }
5304     \paper { raggedright = ##t } }
5305 @end lilypond
5306
5307 @cindex SpacingSpanner, overriding properties
5308
5309 Properties of the  @internalsref{SpacingSpanner} must be overriden
5310 from the @code{\paper} block, since the @internalsref{SpacingSpanner}
5311 is created before any @code{\property} statements are interpreted.
5312 @example
5313 \paper @{ \translator  @{
5314   \ScoreContext
5315   SpacingSpanner \override #'spacing-increment = #3.0
5316 @} @}
5317 @end example
5318
5319
5320 @seealso
5321
5322 @internalsref{SpacingSpanner}, @internalsref{NoteSpacing},
5323 @internalsref{StaffSpacing}, @internalsref{SeparationItem},
5324 @internalsref{SeparatingGroupSpanner}.
5325
5326 @refbugs
5327
5328 Spacing is determined on a score wide basis. If you have a score that
5329 changes its character (measured in durations) halfway during the
5330 score, the part containing the longer durations will be spaced too
5331 widely.
5332
5333 There is no convenient mechanism to manually override spacing.
5334
5335
5336
5337 @node Font Size
5338 @subsection Font size
5339 @cindex font size, setting
5340 @cindex staff size, setting
5341 @cindex @code{paper} file
5342
5343 The Feta font provides musical symbols at seven different sizes.
5344 These fonts are 11 point, 13 point, 16 point, 19 pt, 20 point, 23
5345 point, and 26 point.  The point size of a font is the height of the
5346 five lines in a staff when displayed in the font.
5347
5348 Definitions for these sizes are the files @file{paperSZ.ly}, where
5349 @code{SZ} is one of 11, 13, 16, 19, 20, 23 and 26.  If you include any
5350 of these files, the variables @code{paperEleven},
5351 @code{paperThirteen}, @code{paperSixteen}, @code{paperNineteen},
5352 @code{paperTwenty}, @code{paperTwentythree}, and @code{paperTwentysix}
5353 are defined respectively.  The default @code{\paper} block is also
5354 set. These files should be imported at toplevel, i.e.
5355 @example
5356         \include "paper26.ly"
5357         \score @{  ... @}
5358 @end example
5359
5360 The font definitions are generated using a Scheme function. For more
5361 details, see the file @file{scm/font.scm}.
5362
5363
5364
5365 @node Line breaking
5366 @subsection Line breaking
5367
5368 @cindex line breaks
5369 @cindex breaking lines
5370
5371 Line breaks are normally computed automatically. They are chosen such
5372 that lines look neither cramped nor loose, and that consecutive lines
5373 have similar density.
5374
5375 Occasionally you might want to override the automatic breaks; you can
5376 do this by  specifying @code{\break}. This will force a line break at
5377 this point.  Line breaks can only occur at places where there are bar
5378 lines.  If you want to have a line break where there is no bar line,
5379 you can force an invisible bar line by entering @code{\bar
5380 ""}. Similarly, @code{\noBreak} forbids a line break at a 
5381 point.
5382
5383
5384 @cindex regular line breaks
5385 @cindex four bar music. 
5386
5387 If you want linebreaks at regular intervals, you can use the following:
5388 @example
5389 <  \repeat unfold 7 @{ s1 * 4 \break  @}
5390    @emph{the real music}
5391
5392 @end  example
5393 This makes the following 28 measures (assuming 4/4 time) be broken every
5394 4 measures.
5395
5396 @seealso
5397
5398 @internalsref{BreakEvent}
5399
5400
5401 @node Page layout
5402 @subsection Page layout
5403
5404 @cindex page breaks
5405 @cindex breaking pages
5406
5407 @cindex @code{indent}
5408 @cindex @code{linewidth}
5409
5410 The most basic settings influencing the spacing are @code{indent} and
5411 @code{linewidth}. They are set in the @code{\paper} block. They
5412 control the indentation of the first line of music, and the lengths of
5413 the lines.
5414
5415 If  @code{raggedright} is set to true in the @code{\paper}
5416 block, then the lines are justified at their natural length. This
5417 useful for short fragments, and for checking how tight the natural
5418 spacing is.
5419
5420 @cindex page layout
5421 @cindex vertical spacing
5422
5423 The page layout process happens outside lilypond: variables
5424 controlling page layout are passed to the output, and are further
5425 interpreted by @code{ly2dvi}. @code{ly2dvi} responds to the following
5426 variables in the @code{\paper} block.  The variable @code{textheight}
5427 sets the total height of the music on each page.  The spacing between
5428 systems is controlled with @code{interscoreline}, its default is 16pt.
5429 The distance between the score lines will stretch in order to fill the
5430 full page @code{interscorelinefill} is set to a positive number.  In
5431 that case @code{interscoreline} specifies the minimum spacing.
5432
5433 @cindex @code{textheight}
5434 @cindex @code{interscoreline}
5435 @cindex @code{interscorelinefill}
5436
5437 If the variable @code{lastpagefill} is defined,
5438 @c fixme: this should only be done if lastpagefill == #t 
5439 systems are evenly distributed vertically on the last page.  This
5440 might produce ugly results in case there are not enough systems on the
5441 last page.  Note that @command{lilypond-book} ignores
5442 @code{lastpagefill}.  See @ref{lilypond-book manual} for more information.
5443
5444 @cindex @code{lastpagefill}
5445
5446 Page breaks are normally computed by @TeX{}, so they are not under
5447 direct control of LilyPond.  However, you can insert a commands into
5448 the @file{.tex} output to instruct @TeX{} where to break pages.  This
5449 is done by setting the @code{between-systems-strings} on the
5450 @internalsref{NonMusicalPaperColumn} where the system is broken.
5451 An example is shown in @inputfileref{input/regression,between-systems.ly}.
5452
5453 @cindex paper size
5454 @cindex page size
5455 @cindex @code{papersize}
5456
5457 To change the paper size, you must first set the
5458 @code{papersize} paper variable variable.  Set it to
5459 the strings @code{a4}, @code{letter}, or @code{legal}.  After this
5460 specification, you must set the font as described above.  If you want
5461 the default font, then use the 20 point font.
5462
5463 @example
5464         \paper@{ papersize = "a4" @}
5465         \include "paper16.ly"
5466 @end example
5467
5468 The file @code{paper16.ly}  will now include a file named @file{a4.ly}, which
5469 will set the paper variables @code{hsize} and @code{vsize} (used by
5470 Lilypond and @code{ly2dvi})
5471
5472
5473 @seealso
5474
5475 @ref{Invoking ly2dvi},
5476 @inputfileref{input/regression,between-systems.ly},
5477 @internalsref{NonMusicalPaperColumn}.
5478
5479 @refbugs
5480
5481 There is no concept of page breaking, which makes it difficult to
5482 choose sensible page breaks in multi-page pieces.
5483
5484
5485
5486
5487 @node Sound
5488 @section Sound
5489 @cindex Sound
5490
5491 Entered music can also be converted to MIDI output.  The performance
5492 is good enough for proof-hearing the music for errors.
5493
5494
5495 Ties, dynamics and tempo changes are interpreted.  Dynamic marks,
5496 crescendi and decrescendi translate into MIDI volume levels.  Dynamic
5497 marks translate to a fixed fraction of the available MIDI volume
5498 range, crescendi and decrescendi make the the volume vary linearly
5499 between their two extremities.  The fractions be adjusted by
5500 @code{dynamicAbsoluteVolumeFunction} in @internalsref{Voice} context.
5501
5502 For each type of musical instrument (that MIDI supports), a volume range
5503 can be defined.  This gives you basic equalizer control, which can
5504 enhance the quality of the MIDI output remarkably.  The equalizer
5505 can be controlled by setting @code{instrumentEqualizer}.
5506
5507 Both loudness controls are combined to produce the final  MIDI volume. 
5508
5509 @refbugs
5510
5511 Many musically interesting effects, such as swing, articulation,
5512 slurring, etc., are translated to MIDI.
5513
5514
5515 @menu
5516 * MIDI block::                  
5517 * MIDI instrument names::       
5518 @end menu
5519
5520
5521 @node MIDI block
5522 @subsection MIDI block
5523 @cindex MIDI block
5524
5525
5526 The MIDI block is analogous to the paper block, but it is somewhat
5527 simpler.  The @code{\midi} block can contain:
5528 @cindex MIDI block
5529
5530 @itemize @bullet
5531   @item  a @code{\tempo} definition
5532   @item  context definitions
5533 @end itemize
5534
5535 Assignments in the @code{\midi} block are not allowed.
5536
5537
5538
5539 @cindex context definition
5540
5541 Context definitions follow precisely the same syntax as within the
5542 \paper block.  Translation modules for sound are called performers.
5543 The contexts for MIDI output are defined in @file{ly/performer-init.ly}.
5544
5545
5546 @node MIDI instrument names
5547 @subsection MIDI instrument names
5548
5549 @cindex instrument names
5550 @cindex @code{Staff.midiInstrument}
5551 @cindex @code{Staff.instrument}
5552
5553 The MIDI instrument name is set by the @code{Staff.midiInstrument}
5554 property or, if that property is not set, the @code{Staff.instrument}
5555 property.  The instrument name should be chosen from the list in
5556 @ref{MIDI instruments}.
5557
5558 @refbugs
5559
5560 If the selected string does not exactly match, then LilyPond uses the
5561 default (Grand Piano). It is not possible to select an instrument by
5562 number.
5563
5564