]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/refman.itely
release: 1.5.35
[lilypond.git] / Documentation / user / refman.itely
1
2 @c Note:
3 @c
4 @c A menu is needed before every deeper *section nesting of @node's; run
5 @c     M-x texinfo-all-menus-update
6 @c to automagically fill in these menus before saving changes
7
8 @c FIXME: singular vs. plural:  Beams/Beam
9
10
11 @macro refbugs
12 @strong{BUGS}
13
14 @end macro
15
16 @ifhtml
17 @macro internalsref{NAME}
18 @uref{../lilypond-internals/\NAME\.html,\NAME\}
19 @cindex \NAME\
20 @end macro
21 @macro seeinternals{NAME}
22 See @internalsref{\NAME\}
23 @end macro
24 @end ifhtml
25
26
27 @ifnothtml
28 @macro seeinternals{NAME}
29 @end macro
30 @macro internalsref{NAME}
31 \NAME\
32 @cindex \NAME\
33
34 @end macro
35 @end ifnothtml
36
37 @c .{Reference Manual}
38
39 @node Reference Manual
40 @chapter Reference Manual
41
42 @html
43 <!--- @@WEB-TITLE@@=Reference Manual --->
44 @end html
45
46 This document describes GNU LilyPond and its input format. The last
47 revision of this document was made for LilyPond 1.4.1.  It supposes a
48 passing familiarity with how LilyPond input works. New users are
49 encouraged to study the tutorial first.
50
51 The reference manual is ordered according to different tasks. 
52 More details on the property setting mechanisms and context handling is
53 provided in @ref{Tuning output} and @ref{Interpretation context}. The
54 syntactical details are described at the end of the manual.
55
56 @menu
57 * Overview::                    
58 * Note entry::                  
59 * Staff notation::              
60 * Polyphony::                   
61 * Beaming::                     
62 * Expressive marks::            
63 * Ornaments::                   
64 * Repeats::                     
65 * Rhythmic music::              
66 * Piano music::                 
67 * Lyrics::                      
68 * Chords::                      
69 * Writing parts::               
70 * Custodes::                    
71 * Figured bass::                
72 * Tuning output::               
73 * Page layout::                 
74 * Output formats::              
75 * Sound::                       
76 * Music entry::                 
77 * Skipping corrected music::    
78 * Interpretation context::      
79 * Syntactic details::           
80 * Lexical details::             
81 @end menu
82
83 @c . {Overview}
84 @node Overview
85 @section Overview
86
87
88 The purpose of LilyPond is explained informally by the term `music
89 typesetter'.  This is not a fully correct name: not only does the
90 program print musical symbols, it also makes aesthetic decisions.
91 Symbols and their placements are @emph{generated} from a high-level
92 musical description.  In other words, LilyPond would be best described
93 by `music compiler' or `music to notation compiler'.
94
95 LilyPond is linked to GUILE, GNU's Scheme library for extension
96 programming. The Scheme library provides the glue that holds together
97 the low-level routines and separate modules which are written in C++.
98
99 When lilypond is run to typeset sheet music, the following happens:
100 @itemize @bullet
101 @item GUILE Initialization: various scheme files are read
102 @item parsing: first standard @code{ly} initialization  files are read, and
103 then the user @file{ly} file is read.
104 @item interpretation: the music in the file is processed ``in playing
105 order'', i.e. the order that  you  use to read sheet music, or the
106 order in which notes are played. The result of this step is a typesetting
107 specification.
108
109 @item typesetting:
110 The typesetting specification is solved: positions and formatting is
111 calculated.
112
113 @item the visible results ("virtual ink") are written to the output file.
114 @end itemize
115
116 During these stages different types of data play the the main role:
117 during parsing, @strong{Music} objects are created.  During the
118 interpretation, @strong{contexts} are constructed, and with these contexts
119 a network of @strong{graphical objects} (``grobs'') is created. These
120 grobs contain unknown variables, and the network forms a set of
121 equations. After solving the equations and filling in these variables,
122 the printed output (in the form of @strong{molecules}) is written to an
123 output file.
124
125 These threemanship of tasks (parsing, translating, typesetting) and
126 data-structures (music, context, graphical objects) permeates the entire
127 design of the program.
128
129 @c FIXME: Note entry vs Music entry at top level menu is confusing.
130 @c . {Note entry}
131 @node Note entry
132 @section Note entry
133 @cindex Note entry
134
135 The most basic forms of music are notes. We discuss how you enter them
136 here.  Notes on their own don't form valid input, but for the sake of
137 brevity we omit obligatory lint such as @code{\score} blocks and
138 @code{\paper} declarations.
139
140
141 @menu
142 * Notes::                       
143 * Pitches::                     
144 * Rests::                       
145 * Skips::                       
146 * Durations::                   
147 * Ties::                        
148 * Tuplets::                     
149 * Defining pitch names::        
150 * Easy Notation note heads ::   
151 @end menu
152
153 @c . {Notes}
154 @node Notes
155 @subsection Notes
156
157 A note specification has the form
158
159 @example
160   @var{pitch}[!][?][@var{duration}]
161 @end example
162
163 The alteration refers to what note is heard, not to whether an
164 accidental is printed. This is done depending on the key and context.
165 A reminder accidental
166 @cindex reminder accidental
167 @cindex @code{?}
168 can be forced by adding an exclamation mark @code{!} after the pitch.  A
169 cautionary accidental,
170 @cindex cautionary accidental
171 @cindex parenthesized accidental
172 i.e., an accidental within parentheses can be obtained by adding the
173 question mark `@code{?}' after the pitch.
174
175 @lilypond[fragment,verbatim,center]
176   cis' d' e' cis'  c'? d' e' c'!
177 @end lilypond
178
179 The grob for a note head is called @internalsref{NoteHead}.
180
181
182 @c .  {Pitches}
183 @node Pitches
184 @subsection Pitches
185
186 @cindex Pitch names
187 @cindex Note specification
188 @cindex pitches
189 @cindex entering notes
190
191 The verbose syntax for pitch specification is
192
193 @cindex @code{\pitch}
194 @example
195   \pitch @var{scmpitch}
196 @end example
197
198 @var{scmpitch} is a pitch scheme object, see @ref{Pitch data type}.
199
200 In Note and Chord mode, pitches may be designated by names.  The default
201 names are the Dutch note names.  The notes are specified by the letters
202 @code{a} through @code{g} (where the octave is formed by notes ranging
203 from @code{c} to @code{b}).  The pitch @code{c} is an octave below
204 middle C and the letters span the octave above that C.
205
206 @cindex note names, Dutch
207
208 In Dutch, a sharp is formed by adding @code{-is} to the end of a pitch
209 name and a flat is formed by adding @code{-es}. Double sharps and double
210 flats are obtained by adding @code{-isis} or @code{-eses}.  @code{aes}
211 and @code{ees} are contracted to @code{as} and @code{es} in Dutch, but
212 both forms are accepted.
213
214 LilyPond has predefined sets of note names for various other languages.
215 To use them, simply include the language specific init file.  For
216 example: @code{\include "english.ly"}.  The available language files and
217 the names they define are:
218
219 @example 
220                         Note Names               sharp       flat
221 nederlands.ly  c   d   e   f   g   a   bes b   -is         -es
222 english.ly     c   d   e   f   g   a   bf  b   -s/-sharp   -f/-flat
223 deutsch.ly     c   d   e   f   g   a   b   h   -is         -es
224 norsk.ly       c   d   e   f   g   a   b   h   -iss/-is    -ess/-es
225 svenska.ly     c   d   e   f   g   a   b   h   -iss        -ess
226 italiano.ly    do  re  mi  fa  sol la  sib si  -d          -b
227 catalan.ly     do  re  mi  fa  sol la  sib si  -d/-s       -b 
228 @end example 
229
230 @cindex @code{'}
231 @cindex @code{,}
232
233
234
235 The optional octave specification takes the form of a series of
236 single quote (`@code{'}') characters or a series of comma
237 (`@code{,}') characters.  Each @code{'} raises the pitch by one
238 octave; each @code{,} lowers the pitch by an octave.
239
240 @lilypond[fragment,verbatim,center]
241   c' c'' es' g' as' gisis' ais'  
242 @end lilypond
243
244 @c .  {Rests}
245 @node  Rests
246 @subsection Rests
247 @cindex Rests
248
249 A rest is entered like a note, with note name `@code{r}':
250
251 @lilypond[singleline,verbatim]
252 r1 r2 r4 r8
253 @end lilypond
254
255 The grob is @internalsref{Rest}. Whole bar rests centered in the bar are
256 specified using @code{R}, see @ref{Multi measure rests}.
257
258 For polyphonic music, it can be convenient to specify the rest position
259 directly. You can do that by entering a note, with the keyword
260 @code{\rest} appended, e.g. Rest collisions will leave these rests alone.
261
262 @lilypond[singleline,verbatim]
263 a'4\rest d'4\rest
264 @end lilypond
265
266
267 @c .  {Skips}
268 @c FIXME: naming.
269 @node Skips
270 @subsection Skips
271 @cindex Skip
272 @cindex Invisible rest
273 @cindex Space note
274
275 An invisible rest, or skip, can be entered like a note with note name
276 `@code{s}':
277
278 @lilypond[singleline,verbatim]
279 a2 s4 a4 s1 a4
280 @end lilypond
281
282 Actually, this is a shorthand for the @code{\skip} command, and it is
283 only available in Note mode and Chord mode.
284
285 @c FIXME: in lyrics mode, we have " " and _
286
287 In Lyrics mode, you can use `@code{" "}' and `@code{_}':
288 @lilypond[singleline,verbatim]
289 <
290   \context Lyrics \lyrics { lah2 di4 " " dah2 _4 di }
291   \notes\relative c'' { a2 a4 a a2 a4 a }
292 >
293 @end lilypond
294
295 The unabbreviated `@code{\skip} @var{duration}' also works outside of
296 note mode:
297
298 @lilypond[singleline,verbatim]
299 \score {
300   \context Staff <
301     { \time 4/8 \skip 2 \time 4/4 } 
302     \notes\relative c'' { a2 a1 }
303   >
304 }
305 @end lilypond
306
307 Note that the skip does not produce any output, not even transparent output.
308
309
310 @c .  {Durations}
311 @node Durations
312 @subsection Durations
313
314
315 @cindex duration
316 @cindex @code{\duration}
317
318 The syntax for a verbose duration specification is
319 @example
320  \duration @var{scmduration}
321 @end example
322 Here, @var{scmduration} is a Scheme object of type @code{Duration}. See
323 @ref{Duration} for more information.
324
325
326 In Note, Chord, and Lyrics mode, durations may be designated by numbers
327 and dots: durations are entered as their reciprocal values.  For notes
328 longer than a whole you must use identifiers.
329
330 @example 
331  c'\breve  
332 c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64 
333 r\longa r\breve  
334 r1 r2 r4 r8 r16 r32 r64 r64 
335 @end example 
336
337
338 @lilypond[]
339 \score {
340   \notes \relative c'' {
341     a\breve  \autoBeamOff
342     a1 a2 a4 a8 a16 a32 a64 a64 
343     r\longa r\breve  
344     r1 r2 r4 r8 r16 r32 r64 r64 
345   }
346   \paper {
347     \translator {
348       \StaffContext
349         \remove "Clef_engraver"
350         \remove "Staff_symbol_engraver"
351         \remove "Time_signature_engraver"
352         \consists "Pitch_squash_engraver"
353     }
354   }
355 }
356 @end lilypond
357
358  To get a longa note head, you have to use mensural note heads. This
359 is accomplished by setting the @code{style} property of the
360 NoteHead grob to @code{mensural}. There is also a note head style
361 @code{baroque} which gives mensural note heads for @code{\longa} and
362 @code{\breve} but standard note heads for shorter notes.
363
364 @lilypond[fragment,singleline,verbatim]
365  \property Voice.NoteHead \set #'style = #'mensural
366  a'\longa
367 @end lilypond
368
369 If the duration is omitted then it is set to the previous duration
370 entered.  At the start of parsing a quarter note is assumed.  The
371 duration can be followed by dots (`@code{.}')  to obtain dotted note
372 lengths.
373 @cindex @code{.}
374
375 @lilypond[fragment,verbatim,center]
376   a'4. b'4.. c'8.
377 @end lilypond
378 @cindex @code{r}
379 @cindex @code{s}
380
381 You can alter the length of duration by a fraction @var{N/M} by
382 appending `@code{*}@var{N/M}' (or `@code{*}@var{N}' if @var{M=1}). This
383 will not affect the appearance of the notes or rests produced.
384
385
386
387
388 @node Ties
389 @subsection Ties
390
391 @cindex Tie
392 @cindex ties
393 @cindex @code{~}
394
395 A tie connects two adjacent note heads of the same pitch.  When used
396 with chords, it connects all the note heads whose pitches match.
397 Ties are indicated using the tilde symbol `@code{~}'.  If you try to tie
398 together chords which have no common pitches then no ties will be
399 created.
400
401 @lilypond[fragment,verbatim,center]
402   e' ~ e' <c' e' g'> ~ <c' e' g'>
403 @end lilypond
404
405 If you dislike the amount of ties created for a chord, you set
406 @code{Voice.sparseTies} to true, resulting in  a smaller number of
407 ties:
408 @lilypond[fragment,verbatim,center]
409   \property Voice.sparseTies = ##t
410   <c' e' g'> ~ <c' e' g'>
411 @end lilypond
412
413 In its meaning a tie is just a way of extending a note duration, similar
414 to the augmentation dot: the following example are two ways of notating
415 exactly the same concept.
416 @c
417 @lilypond[fragment, singleline]
418 \time 3/4 c'2. c'2 ~ c'4
419 @end lilypond
420
421 The name of the tie grob is @internalsref{Tie}, and it is created in the
422 @internalsref{Voice} context.
423
424 @refbugs
425
426 At present, the tie is implemented as a separate thing, temporally
427 located in between the notes. There is also no way to convert
428 between tied notes, dotted notes and plain notes.
429
430 Tieing only a subset of the note heads of a chord is not supported in a
431 simple way.  It can be achieved by moving the tie-engraver into the Thread
432 context and turning on and off ties per Thread.
433
434
435 @node Tuplets
436 @subsection Tuplets
437
438 @cindex tuplets
439 @cindex triplets
440 @cindex @code{\times}
441
442 Tuplets are made out of a music expression by multiplying all duration
443 with a fraction.
444
445 @cindex @code{\times}
446 @example
447   \times @var{fraction} @var{musicexpr}
448 @end example
449
450 The duration of @var{musicexpr} will be multiplied by the fraction. 
451 In print, the fraction's denominator will be printed over the notes,
452 optionally with a bracket.  The most common tuplet is the triplet in
453 which 3 notes have the length of 2, so the notes are 2/3 of
454 their written length:
455
456 @lilypond[fragment,verbatim,center]
457   g'4 \times 2/3 {c'4 c' c'} d'4 d'4
458 @end lilypond
459
460 The property @code{tupletSpannerDuration} specifies how long each bracket
461 should last.  With this, you can make lots of tuplets while typing
462 @code{\times} only once, thus  saving typing work.
463
464 @lilypond[fragment,  relative, singleline, verbatim]
465 \property Voice.tupletSpannerDuration = #(make-moment 1 4)
466 \times 2/3 { c'8 c c c c c }
467 @end lilypond
468
469 The format of the number is determined by the property
470 @code{tupletNumberFormatFunction}. The default prints only the
471 denominator, but if you set it to the Scheme function
472 @code{fraction-tuplet-formatter}, Lilypond will print @var{num}:@var{den}
473 instead.
474
475 The typesetting of brackets and numbers is controlled by the properties
476 @code{tuplet-bracket-visibility} and @code{tuplet-number-visibility}. 
477
478 @lilypond[fragment,  relative, singleline, verbatim]
479 \property Voice.TupletBracket \set #'tuplet-bracket-visibility = ##t
480 \times 2/3{c'8 d e} \times 2/3{d4 e8} 
481 \property Voice.TupletBracket \set #'tuplet-bracket-visibility = #'if-no-beam
482 \times 2/3{c d e} \times 2/3{d4 e8} 
483 \property Voice.TupletBracket \set #'tuplet-bracket-visibility = ##f
484 \times 2/3{c d e} \times 2/3{d4 e8}
485 \property Voice.TupletBracket \set #'tuplet-number-visibility = ##f
486 \times 2/3{c d e} \times 2/3{d4 e8}
487 \property Voice.TupletBracket \set #'tuplet-number-visibility = #'if-no-beam
488 \times 2/3{c d e} \times 2/3{d4 e8}
489 @end lilypond
490
491 @cindex @code{tupletNumberFormatFunction}
492 @cindex tuplet formatting 
493
494 Tuplet brackets are printed as @internalsref{TupletBracket} grobs, most
495 often in the @internalsref{Voice} context.
496
497 @c .  {Defining pitch names}
498 @node Defining pitch names
499 @subsection Defining pitch names
500
501 @cindex defining pitch names
502 @cindex pitch names, defining 
503
504 Note names and chord modifiers can be customized for nationalities.  The
505 syntax is as follows.
506
507 @cindex @code{\pitchnames}
508 @cindex @code{\chordmodifiers}
509 @example
510    \pitchnames @var{scheme-alist}
511    \chordmodifiers @var{scheme-alist}
512 @end example
513
514 See @file{ly/nederlands.ly} and @file{ly/chord-modifiers.ly} for
515 specific examples on how to do this.
516
517
518 @node Easy Notation note heads 
519 @subsection Easy Notation note heads
520
521 @cindex easy notation
522 @cindex Hal Leonard
523
524 A entirely different type of note head is the "easyplay" note head: a
525 note head that includes a note name.  It is used in some publications by
526 Hal-Leonard Inc.  music publishers.
527
528 @lilypond[singleline,verbatim]
529 \include "paper23.ly"
530 \score {
531   \notes { c'2 e'4 f' | g'1 }
532   \paper { \translator { \EasyNotation } } 
533 }
534 @end lilypond
535
536 Note that @internalsref{EasyNotation} overrides a @internalsref{Score} context.  You
537 probably will want to print it with magnification to make it more
538 readable, see @ref{Output scaling}.
539
540
541 @cindex Xdvi
542 @cindex ghostscript
543
544 If you view the result with Xdvi, then staff lines will show through the
545 letters.  Printing the postscript file obtained either by using dvips or
546 the @code{-f ps} option of lilypond produces the correct result.
547
548
549
550 @node Staff notation
551 @section Staff notation
552
553 @cindex Staff notation
554
555 @menu
556 * Key signature::               
557 * Clef::                        
558 * Time signature::              
559 * Unmetered music::             
560 * Bar lines::                   
561 @end menu
562
563 @c .  {Key}
564 @node Key signature
565 @subsection Key signature
566 @cindex Key
567
568 @cindex @code{\key}
569
570 Setting or changing the key signature is done with the @code{\key}
571 command.
572 @example
573   @code{\key} @var{pitch} @var{type}
574 @end example
575
576 @cindex @code{\minor}
577 @cindex @code{\major}
578 @cindex @code{\minor}
579 @cindex @code{\ionian}
580 @cindex @code{\locrian}
581 @cindex @code{\aeolian}
582 @cindex @code{\mixolydian}
583 @cindex @code{\lydian}
584 @cindex @code{\phrygian}
585 @cindex @code{\dorian}
586
587 Here, @var{type} should be @code{\major} or @code{\minor} to get
588 @var{pitch}-major or @var{pitch}-minor, respectively.
589 The standard mode names @code{\ionian},
590 @code{\locrian}, @code{\aeolian}, @code{\mixolydian}, @code{\lydian},
591 @code{\phrygian}, and @code{\dorian} are also defined.
592
593 This command sets the context property @code{Staff.keySignature}. 
594 Non-standard key signatures can be specified by setting this property
595 directly.
596
597 The printed signature is a @internalsref{KeySignature} grob, typically
598 created in @internalsref{Staff} context.
599
600 @cindex @code{keySignature}
601
602 @c .  {Clef}
603 @node Clef
604 @subsection Clef
605 @cindex @code{\clef}
606
607 The clef can be set or changed with the @code{\clef} command.
608 @example
609   \clef @var{clefname}
610 @end example
611
612 Shortcut for
613
614 @example
615   \property Staff.clefGlyph = @var{glyph associated with clefname} 
616   \property Staff.clefPosition = @var{clef Y-position for clefname}
617   \property Staff.centralCPosition = @var{position for central C} 
618   \property Staff.clefOctavation = @var{extra transposition of clefname}
619 @end example
620
621
622 Any change in these properties creates a clef (A @internalsref{Clef} grob).
623
624 Supported clef-names include 
625
626 @c Moved standard clefs to the top /MB
627 @table @code
628 @item treble, violin, G, G2
629 G clef on 2nd line
630 @item alto, C
631  C clef on 3rd line
632 @item tenor
633  C clef on 4th line
634 @item bass, F
635  F clef on 4th line
636 @item french
637  G clef on 1st line, so-called French violin clef
638 @item soprano
639  C clef on 1st line
640 @item mezzosoprano
641  C clef on 2nd line
642 @item baritone
643  C clef on 5th line
644 @item varbaritone
645  F clef on 3rd line
646 @item subbass
647  F clef on 5th line
648 @item percussion
649  percussion clef
650 @end table
651
652 By adding @code{_8} or @code{^8} to the clef name, the clef is
653 transposed one octave down or up, respectively.  Note that you have to
654 enclose @var{clefname} in quotes if you use underscores or digits in the
655 name. For example,
656 @example
657         \clef "G_8"
658 @end example 
659
660 Supported associated glyphs (for @code{Staff.clefGlyph}) are:
661
662 @table @code
663 @item clefs-C
664  modern style C clef
665 @item clefs-F
666  modern style F clef
667 @item clefs-G
668  modern style G clef
669 @item clefs-vaticana_do
670  Editio Vaticana style do clef
671 @item clefs-vaticana_fa
672  Editio Vaticana style fa clef
673 @item clefs-medicaea_do
674  Editio Medicaea style do clef
675 @item clefs-medicaea_fa
676  Editio Medicaea style fa clef
677 @item clefs-mensural1_c
678  modern style mensural C clef
679 @item clefs-mensural2_c
680  historic style small mensural C clef
681 @item clefs-mensural3_c
682  historic style big mensural C clef
683 @item clefs-mensural1_f
684  historic style traditional mensural F clef
685 @item clefs-mensural2_f
686  historic style new mensural F clef
687 @item clefs-mensural_g
688  historic style mensural G clef
689 @item clefs-hufnagel_do
690  historic style hufnagel do clef
691 @item clefs-hufnagel_fa
692  historic style hufnagel fa clef
693 @item clefs-hufnagel_do_fa
694  historic style hufnagel combined do/fa clef
695 @item clefs-percussion
696  modern style percussion clef
697 @end table
698
699 @emph{Modern style} means ``as is typeset in current editions.''
700 @emph{Historic style} means ``as was typeset or written in contemporary
701 historic editions''.  @emph{Editio XXX style} means ``as is/was printed in
702 Editio XXX.''
703
704 @cindex Vaticana, Editio
705 @cindex Medicaea, Editio
706 @cindex hufnagel clefs
707
708
709 @c .  {Time signature}
710 @node Time signature
711 @subsection Time signature
712 @cindex Time signature
713 @cindex meter
714 @cindex @code{\time}
715
716 The time signature is set or changed by the @code{\time}
717 command. Syntax:
718 @example
719   \time @var{n}@code{/}@var{d} 
720 @end example
721 Internally, this is a shortcut for doing
722 @example
723 \property Score.timeSignatureFraction = #'(@var{n} . @var{d})
724 \property Score.beatLength = #(make-moment 1 @var{d})
725 \property Score.measureLength = #(make-moment @var{n} @var{d})
726 @end example
727
728 These properties @code{timeSignatureFraction} determine where bar lines
729 should be inserted, and how automatic beams should be
730 generated.
731
732 Changing the value of @code{timeSignatureFraction} also causes a
733 fraction to be printed. This grob is @internalsref{TimeSignature}.
734
735 The actual symbol that's printed can be customized with the style
736 property.
737 @lilypond[fragment, verbatim, singleline]
738 \time 3/4 s2
739 \property Staff.TimeSignature \override #'style = #'C
740 \time 4/4 s2
741 \property Staff.TimeSignature \override #'style = #'()
742 \time 4/4 s2
743 \property Staff.TimeSignature \override #'style = #'C
744 \time 2/2 s2
745 @end lilypond
746
747 There are many more options for the layout of this grob. They are
748 selected through the @code{style} grob property.
749
750 @c FIXME: this isn't documented except in example?
751 See
752 @file{input/test/time.ly} for examples.
753
754 @c .   {Partial}
755 @subsection Partial
756 @cindex Partial
757 @cindex anacrusis
758 @cindex upbeat
759 @cindex partial measure
760 @cindex measure, partial
761 @cindex shorten measures
762 @cindex @code{\partial}
763
764 Partial measures, for example in upbeats, are entered using the
765 @code{\partial} command: 
766 @example
767   \partial @var{duration} 
768 @end example
769
770 Internally,  this is a shortcut for 
771
772 @example
773   \property Score.measurePosition = -@var{length of duration}
774 @end example
775 @cindex @code{|}
776
777 The property @code{measurePosition} contains a rational number
778 indicating how much of the measure has passed at this point. 
779
780
781 @node Unmetered music
782 @subsection Unmetered music
783
784 Bar lines and bar numbers are calculated automatically. For unmetered
785 music (e.g. cadenzas), this is not desirable. The property
786 @code{Score.timing} can be used to switch off this automatic timing
787
788 @lilypond[fragment,relative,singleline,verbatim]
789 c'2.
790 \property Score.timing = ##f
791 c2
792 \property Score.timing = ##t
793 c4 c4 c4 
794 @end lilypond
795
796 The identifiers @code{\cadenzaOn} and @code{\cadenzaOff} can be used as
797 shortcuts.
798
799
800
801 @c .   {Bar lines}
802 @node Bar lines
803 @subsection Bar lines
804 @cindex Bar lines
805
806 @cindex @code{\bar}
807 @cindex measure lines
808 @cindex repeat bars
809
810 @example
811   \bar @var{bartype}
812 @end example
813
814 This is a shortcut for doing
815 @example
816   \property Score.whichBar = @var{bartype} 
817 @end example
818 The following bar types are available
819
820 @lilypond[fragment,  relative, singleline, verbatim]
821 c4
822 \bar "|" c
823 \bar "" c
824 \bar "|:" c
825 \bar "||" c
826 \bar ":|" c
827 \bar ".|" c
828 \bar ".|." c
829 \bar "|." 
830 @end lilypond
831
832
833 You are encouraged to use @code{\repeat} for repetitions.  See
834 @ref{Repeats}.
835
836
837 @cindex Bar_line_engraver
838 @cindex whichBar
839 @cindex repeatCommands
840 @cindex defaultBarType
841
842 Whenever @code{whichBar} is set to a string, a bar line of that type is
843 created.  @code{whichBar} is usually set automatically: at the start of
844 a measure it is set to @code{defaultBarType}. The contents of
845 @code{repeatCommands} is used to override default measure bars.
846
847 @code{whichBar} can also be set directly, using @code{\property} or
848 @code{\bar  }.  These settings take precedence over the automatic
849 @code{whichBar} settings. 
850
851 @internalsref{BarLine} grobs are created by the @code{Bar_engraver}.
852
853 @c .   {Polyphony}
854 @node Polyphony
855 @section Polyphony
856 @cindex polyphony
857
858 Polyphonic parts, i.e. parts with more than one voice on a staff can be
859 typeset with LilyPond.
860
861 The easiest way to enter such fragments, is the Scheme function
862 @code{voicify-music}. It will split chords using the separator
863 @code{\\}, to make multiple voices.  You can use it for small,
864 short-lived voices (make a chord of voices) or for single chords:
865
866 @lilypond[verbatim,fragment]
867 \context Voice = VA \apply #voicify-music \relative c'' {
868  c4 < { f d e  } \\ { b c2 } > c4 < g' \\ c, \\  f \\ d >
869 }
870 @end lilypond
871
872 The function @code{voicify-music} instantiates @internalsref{Voice}
873 contexts, bearing the names @code{"1"}, @code{"2"}, etc.
874
875 To explicity typeset polyphonic music, instantiate a separate Voice
876 context for each part, and assign a stem direction to each part.
877 @c
878 @lilypond[fragment,verbatim]
879 \context Staff
880 < \context Voice = VA { \stemUp b'4 a' g' f' e' }
881   \context Voice = VB { \stemDown g'4 g' g' g' g' } >
882 @end lilypond
883
884 When there are more than two voices on a staff, you must also indicate
885 which voice should moved horizontally in case of a collision. This can
886 be done with the identifiers @code{\shiftOff}, @code{\shiftOn},
887 @code{\shiftOnn}, etc. (which sets the grob property @code{horizontal-shift}
888 in @internalsref{NoteColumn}).
889
890 @lilypond[fragment, verbatim]
891   \context Staff \notes\relative c''<
892        \context Voice=one {
893        \shiftOff \stemUp e4
894        }
895        \context Voice=two {
896           \shiftOn \stemUp cis
897        }
898        \context Voice=three {
899          \shiftOnn \stemUp ais
900        }
901        \context Voice=four {
902           \shiftOnnn \stemUp fis
903        }
904   >
905 @end lilypond
906
907 The most convenient way is to use the identifiers @code{\voiceOne}
908 through @code{\voiceFour}, which also set slur and tie directions in the
909 correct manner.
910
911 @lilypond[singleline, verbatim]
912 \relative c''
913 \context Staff < \context Voice = VA { \voiceOne cis2 b  }
914   \context Voice = VB { \voiceThree b4 ais ~ ais4 gis4 } 
915   \context Voice = VC { \voiceTwo fis4~  fis4 f ~ f  } >
916 @end lilypond
917
918 Normally, note heads with a different number of dots are not merged, but
919 if you set the grob property @code{merge-differently-dotted}, they are:
920
921 @lilypond[verbatim,fragment,singleline]
922   \context Staff <
923   \context Voice = VA { \voiceOne
924      g'8 g'8 
925      \property Staff.NoteCollision \override #'merge-differently-dotted = ##t
926      g'8 g'8
927   }
928   \context Voice = VB { \voiceTwo [g'8. f16] [g'8. f'16] } 
929   >
930 @end lilypond
931
932 LilyPond also vertically shifts rests that are opposite of a stem. 
933
934 @lilypond[singleline,verbatim]
935 \context Staff <
936 \context Voice {  \stemUp c''4  }
937 \context Voice =VB { r4 }
938 >
939 @end lilypond
940
941 Note head collisions (horizontal shifting of note heads) are handled by
942 the @internalsref{NoteCollision} grob. @internalsref{RestCollision}
943 handles vertical shifting of rests.
944
945
946
947
948
949 @refbugs
950
951 Resolving collisions is a very intricate subject, and LilyPond only
952 handles a few situations. When it can not cope, you are advised to use
953 @code{force-hshift} of the NoteColumn grob and @code{staff-position} of
954 the Rest grob to override typesetting decisions.
955
956 @node Beaming
957 @section Beaming
958
959 Beams are used to group short notes into chunks that are aligned with
960 the metrum.  LilyPond guesses where beams should be inserted. If you're
961 not satisfied with the automatic beaming, you can specify which patterns
962 to beam automatically. In specific cases, you can also enter the beams
963 explicitly.
964
965
966 @c .    {Automatic beams}
967 @subsection Automatic beams
968
969 @cindex @code{Voice.autoBeamSettings}
970 @cindex @code{(end * * * *)}
971 @cindex @code{(begin * * * *)}
972
973
974 In normal time signatures, automatic beams can start on any note but can
975 only end in a few positions within the measure: beams can end on a beat,
976 or at durations specified by the properties in
977 @code{Voice.autoBeamSettings}. The defaults for @code{autoBeamSettings}
978 are defined in @file{scm/auto-beam.scm}.
979
980 The value of @code{autoBeamSettings} is changed using
981 @code{\override} and unset using @code{\revert}:
982 @example
983 \property Voice.autoBeamSettings \override #'(@var{BE} @var{P} @var{Q} @var{N} @var{M}) = @var{dur}
984 \property Voice.autoBeamSettings \revert #'(@var{BE} @var{P} @var{Q} @var{N} @var{M})
985 @end example
986 Here, @var{BE} is the symbol @code{begin} or @code{end}. It determines
987 whether the rule applies to begin or end-points.  The quantity
988 @var{P}/@var{Q} refers to the length of the beamed notes (and `@code{*
989 *}' designates notes of any length), @var{N}/@var{M} refers to a time
990 signature (wildcards, `@code{* *}' may be entered to designate all time
991 signatures).
992
993 For example, if you want automatic beams to end on every quarter note,
994 you can use the following:
995 @example
996 \property Voice.autoBeamSettings \override
997     #'(end * * * *) = #(make-moment 1 4)
998 @end example
999 Since the duration of a quarter note is 1/4 of a whole note, it is
1000 entered as @code{(make-moment 1 4)}.
1001
1002 The same syntax can be used to specify beam starting points. In this
1003 example, automatic beams can only end on a dotted quarter note. 
1004 @example
1005 \property Voice.autoBeamSettings \override
1006     #'(end * * * *) = #(make-moment 3 8)
1007 @end example
1008 In 4/4 time signature, this means that automatic beams could end only on
1009 3/8 and on the fourth beat of the measure (after 3/4, that is 2 times
1010 3/8 has passed within the measure).
1011
1012 You can also restrict rules to specific time signatures. A rule that
1013 should only be applied in @var{N}/@var{M} time signature is formed by
1014 replacing the second asterisks by @var{N} and @var{M}. For example, a
1015 rule for 6/8 time exclusively looks like
1016 @example
1017 \property Voice.autoBeamSettings \override
1018     #'(begin * * 6 8) =  ... 
1019 @end example
1020
1021 If you want a rule to apply to certain types of beams, you can use the
1022 first pair of asterisks. Beams are classified according to the shortest
1023 note they contain. For a beam ending rule that only applies to beams
1024 with 32nd notes (and no shorter notes), you would use @code{(end 1
1025 32 * *)}.
1026
1027 @c not true
1028 @c Automatic beams can not be put on the last note in a score.
1029
1030 If a score ends while an automatic beam has not been ended and is still
1031 accepting notes, this last beam will not be typeset at all.
1032
1033 @cindex automatic beam generation
1034 @cindex autobeam
1035 @cindex @code{Voice.noAutoBeaming}
1036
1037 Automatic beaming is on by default, but can be switched off by setting
1038 @code{Voice.noAutoBeaming} to true.  You you may find this necessary for
1039 a melody that goes with lyrics.
1040
1041 @refbugs
1042
1043 It is not possible to specify beaming parameters for beams with mixed
1044 durations, that differ from the beaming parameters of all separate
1045 durations, i.e., you'll have to specify manual beams to get:
1046 @lilypond[fragment,singleline,relative]
1047   \property Voice.autoBeamSettings
1048   \override #'(end * * * *) = #(make-moment 3 8)
1049   \time 12/8 c'8 c c c16 c c c c c [c c c c] c8 c c4
1050 @end lilypond
1051
1052 It is not possible to specify beaming parameters that act differently in
1053 different parts of a measure. This means that it is not possible to use
1054 automatic beaming in irregular meters such as @code{5/8}.
1055
1056 @c .    {Manual beams}
1057 @cindex Automatic beams
1058 @subsection Manual beams
1059 @cindex beams, manual
1060 @cindex @code{]}
1061 @cindex @code{[}
1062
1063 In some cases it may be necessary to override LilyPond's automatic
1064 beaming algorithm.  For example, the auto beamer will not beam over
1065 rests or bar lines, If you want that, specify the begin and end point
1066 manually using a @code{[} before the first beamed note and a @code{]}
1067 after the last note:
1068
1069 @lilypond[fragment,relative,verbatim]
1070   \context Staff {
1071     r4 [r8 g' a r8] r8 [g | a] r8
1072   }
1073 @end lilypond
1074 Whenever an manual beam is busy, the automatic beamer will not produce
1075 anything.
1076
1077 @cindex @code{stemLeftBeamCount}
1078
1079 Normally, beaming patterns within a beam are determined automatically.
1080 When this mechanism fouls up, the properties
1081 @code{Voice.stemLeftBeamCount} and @code{Voice.stemRightBeamCount}.  can
1082 be used to control the beam subdivision on a stem.  If you set either
1083 property, it's value will be used only once, and then it is erased.
1084
1085 @lilypond[fragment,relative,verbatim]
1086   \context Staff {
1087     [f8 r16 f g a]
1088     [f8 r16 \property Voice.stemLeftBeamCount = #1 f g a]
1089   }
1090 @end lilypond
1091 @cindex @code{stemRightBeamCount}
1092
1093 The beam symbol (grob @internalsref{Beam} in @internalsref{Voice}
1094 context), both for automatic and manual beams) can be tweaked through
1095 grob-properties @code{height} and @code{staff-position}. These specify
1096 vertical location and vertical span. Both are measured in half
1097 staff-spaces, @code{staff-position=0} corresponds to the middle staff
1098 line.
1099
1100 Set @code{height} to zero, to get horizontal beams:
1101
1102 @lilypond[fragment,relative,verbatim]
1103   \property Voice.Beam \set #'direction = #1
1104   \property Voice.Beam \set #'height = #0
1105   [a'8 e' d c]
1106 @end lilypond
1107
1108 Here's how you'd specify a weird looking beam that instead of being
1109 horizontal, falls two staff spaces:
1110
1111 @lilypond[fragment,relative,verbatim]
1112   \property Voice.Beam \set #'staff-position = #4
1113   \property Voice.Beam \set #'height = #-4
1114   [c8 c] 
1115 @end lilypond
1116
1117 @c TODO -> why this ref? Document? 
1118 @cindex @code{neutral-direction}
1119
1120 @node Expressive marks
1121 @section Expressive marks
1122
1123 @c .   {Slurs}
1124 @menu
1125 * Slurs ::                      
1126 * Phrasing slurs::              
1127 * Breath marks::                
1128 * Tempo::                       
1129 * Text spanners::               
1130 @end menu
1131
1132 @node Slurs 
1133 @subsection Slurs
1134 @cindex slurs
1135
1136 A slur indicates that notes are to be played bound or @emph{legato}.
1137 They are entered using parentheses:
1138
1139 @lilypond[fragment,verbatim,center]
1140   f'()g'()a' [a'8 b'(] a'4 g'2 )f'4
1141 @end lilypond
1142
1143
1144 Slurs avoid crossing stems, and are generally attached to note heads.
1145 However, in some situations with beams, slurs may be attached to stem
1146 ends.  If you want to override this layout you can do this through the
1147 grob-property @code{attachment} of @internalsref{Slur} in
1148 @internalsref{Voice} context It's value is a pair of symbols, specifying
1149 the attachment type of the left and right end points.
1150
1151 @lilypond[fragment,relative,verbatim]
1152   \property Voice.Slur \set #'direction = #1
1153   \property Voice.Stem \set #'length = #5.5
1154   g'8(g)g4
1155   \property Voice.Slur \set #'attachment = #'(stem . stem)
1156   g8(g)g4
1157 @end lilypond
1158
1159 If a slur would strike through a stem or beam, the slur will be moved
1160 away upward or downward. If this happens, attaching the slur to the
1161 stems might look better:
1162
1163 @lilypond[fragment,relative,verbatim]
1164   \property Voice.Stem \set #'direction = #1
1165   \property Voice.Slur \set #'direction = #1
1166   d32( d'4 )d8..
1167   \property Voice.Slur \set #'attachment = #'(stem . stem)
1168   d,32( d'4 )d8..
1169 @end lilypond
1170
1171
1172 Similarly, the curvature of a slur is adjusted to stay clear of note
1173 heads and stems.  When that would increase the curvature too much, the
1174 slur is reverted to its default shape.  The threshold for this decision
1175 is in @internalsref{Slur}'s grob-property @code{beautiful}.  It is loosely
1176 related to the enclosed area between the slur and the notes.  Usually,
1177 the default setting works well, but in some cases you may prefer a
1178 curved slur when LilyPond decides for a vertically moved one.  You can
1179 indicate this preference by increasing the @code{beautiful} value:
1180
1181 @lilypond[verbatim,singleline,relative]
1182   \property Voice.Beam \override #'direction = #-1
1183   \property Voice.Slur \override #'direction = #1
1184   c16( a' f' a a f a, )c,
1185   c( a' f' a a f d, )c
1186   \property Voice.Slur \override #'beautiful = #5.0
1187   c( a' f' a a f d, )c
1188 @end lilypond
1189
1190 @refbugs
1191
1192 @code{beautiful} is an arbitrary parameter in the slur formatter.
1193 Useful values can only be determined by trial and error.
1194
1195 @cindex Adjusting slurs
1196
1197 @node Phrasing slurs
1198 @subsection Phrasing slurs
1199
1200 @cindex phrasing slurs
1201 @cindex phrasing marks
1202
1203 A phrasing slur (or phrasing mark) connects chords and is used to
1204 indicate a musical sentence. It is started using @code{\(} and @code{\)}
1205 respectively.
1206
1207 @lilypond[fragment,verbatim,center,relative]
1208   \time 6/4 c' \( ( d ) e f ( e ) \) d
1209 @end lilypond
1210
1211 Typographically, the phrasing slur behaves almost exactly like a normal
1212 slur. The grob associated with it is @internalsref{PhrasingSlur}, in
1213 @internalsref{Voice} context.
1214
1215 @node Breath marks
1216 @subsection Breath marks
1217
1218 Breath marks are entered using @code{\breathe}.  The result is a
1219 @internalsref{BreathingSign} grob in @internalsref{Voice} context.
1220
1221 @lilypond[fragment,relative]
1222 c'4 \breathe d4
1223 @end lilypond
1224
1225
1226
1227
1228 @refbugs
1229
1230 The current layout of the default comma style breath marks
1231 could be improved and more optional symbols should be added to the
1232 font.
1233
1234
1235
1236 @c .  {Tempo}
1237 @node Tempo
1238 @subsection Tempo
1239 @cindex Tempo
1240 @cindex beats per minute
1241 @cindex metronome marking
1242
1243 Metronome settings can be entered as follows:
1244
1245 @cindex @code{\tempo}
1246 @example
1247   \tempo @var{duration} = @var{perminute} 
1248 @end example
1249
1250 For example, @code{\tempo 4 = 76} requests output with 76 quarter notes
1251 per minute.
1252   
1253 @refbugs
1254   
1255 The tempo setting is not printed, but is only used in the MIDI
1256 output. You can trick lily into producing a metronome mark,
1257 though. Details are in @ref{Text markup}.
1258   
1259
1260
1261 @node Text spanners
1262 @subsection Text spanners
1263 @cindex Text spanners
1264
1265 Some textual indications, e.g. rallentando or accelerando, often extend
1266 over many measures. This is indicated by following the text with a
1267 dotted line.  You can create such texts using text spanners. The syntax
1268 is as follows:
1269 @example
1270 \spanrequest \start "text"
1271 \spanrequest \stop "text"
1272 @end example
1273 LilyPond will respond by creating a @internalsref{TextSpanner} grob (typically
1274 in @internalsref{Voice} context).  The string to be printed, as well as the
1275 style is set through grob properties.
1276
1277 An application---or rather, a hack---is to fake octavation indications.
1278 @lilypond[fragment,relative,verbatim]
1279  \relative c' {  a''' b c a
1280   \property Voice.TextSpanner \set #'type = #'dotted-line
1281   \property Voice.TextSpanner \set #'edge-height = #'(0 . 1.5)
1282   \property Voice.TextSpanner \set #'edge-text = #'("8va " . "")
1283   \property Staff.centralCPosition = #-13
1284   a\spanrequest \start "text" b c a \spanrequest \stop "text" }
1285 @end lilypond
1286
1287
1288 @c .  {Ornaments}
1289 @node Ornaments
1290 @section Ornaments
1291 @cindex Ornaments
1292 @menu
1293 * Articulations::               
1294 * Text scripts::                
1295 * Grace notes::                 
1296 * Glissando ::                  
1297 * Dynamics::                    
1298 @end menu
1299
1300 @c .   {Articulation}
1301 @node Articulations
1302 @subsection Articulations
1303 @cindex Articulations
1304
1305 @cindex articulations
1306 @cindex scripts
1307 @cindex ornaments
1308
1309 A variety of symbols can appear above and below notes to indicate
1310 different characteristics of the performance.  These symbols can be
1311 added to a note with `@var{note}@code{-\}@var{name}'.  Numerous symbols
1312 are defined in @file{script.ly}.  Symbols can be forced to appear above
1313 or below the note by writing `@var{note}@code{^\}@var{name}' and
1314 `@var{note}@code{_\}@var{name}' respectively.  Here is a chart showing
1315 symbols on notes, with the name of the corresponding symbol appearing
1316 underneath.
1317
1318 @lilypond[]
1319   \score {
1320     <
1321       \property Score.LyricSyllable \override #'font-family =#'typewriter
1322       \property Score.LyricSyllable \override #'font-shape = #'upright
1323       \context Staff \notes {
1324         c''-\accent      c''-\marcato      c''-\staccatissimo c''^\fermata 
1325         c''-\stopped     c''-\staccato     c''-\tenuto        c''-\upbow
1326         c''-\downbow     c''^\lheel        c''-\rheel         c''^\ltoe
1327         c''-\rtoe        c''-\turn         c''-\open          c''-\flageolet
1328         c''-\reverseturn c''-\trill        c''-\prall         c''-\mordent
1329         c''-\prallprall  c''-\prallmordent c''-\upprall       c''-\downprall
1330         c''-\upmordent   c''-\downmordent  c''-\pralldown     c''-\prallup
1331         c''-\lineprall   c''-\thumb        c''-\segno         c''-\coda
1332       }
1333       \context Lyrics \lyrics {
1334         accent__      marcato__      staccatissimo__ fermata
1335         stopped__     staccato__     tenuto__        upbow
1336         downbow__     lheel__        rheel__         ltoe
1337         rtoe__        turn__         open__          flageolet
1338         reverseturn__ trill__        prall__         mordent
1339         prallprall__  prallmordent__ uprall__        downprall
1340         upmordent__   downmordent__  pralldown__  prallup__
1341         lineprall__   thumb__       segno__        coda
1342       }
1343     >
1344     \paper {
1345       linewidth = 5.875\in
1346       indent    = 0.0
1347     }
1348   }
1349 @end lilypond
1350
1351 To save typing work, some shorthands are available:
1352 @lilypond[singleline]
1353   \score {
1354     \notes \context Voice {
1355       \property Voice.TextScript \set #'font-family = #'typewriter
1356       \property Voice.TextScript \set #'font-shape = #'upright
1357       c''4-._"c-."      s4
1358       c''4--_"c-{}-"    s4
1359       c''4-+_"c-+"      s4
1360       c''4-|_"c-|"      s4
1361       c''4->_"c->"      s4
1362       c''4-^_"c-\\^{ }" s4
1363     }
1364   }
1365 @end lilypond
1366
1367 @cindex fingering
1368
1369 Fingering instructions can also be entered in  this shorthand. For
1370 changes, some markup texts would be needed:
1371 @lilypond[verbatim, singleline, fragment]
1372       c'4-1 c'4-2 c'4-3 c'4-4
1373       c^#'(finger "2-3")
1374 @end lilypond
1375
1376
1377 @cindex @code{\script}
1378 @cindex scripts
1379 @cindex superscript
1380 @cindex subscript
1381
1382 You can add scripts by editing @file{scm/script.scm}. This file contains
1383 a table, listing script definitions and aliases. The following syntax
1384 accesses a script definition from the table:
1385
1386 @example
1387   \script @var{alias}
1388 @end example
1389
1390 Usually the @code{\script} keyword is not used directly.  Various
1391 helpful identifier definitions appear in @file{script.ly}.
1392
1393 Grobs for these objects are @internalsref{Script} and @internalsref{Fingering}.
1394
1395 @refbugs
1396
1397 All of these note ornaments appear in the printed output but have no
1398 effect on the MIDI rendering of the music.
1399
1400 Unfortunately, there is no support for adding fingering instructions or 
1401 ornaments to individual note heads. Some hacks exist, though. See
1402 @file{input/test/script-horizontal.ly}.
1403
1404
1405 @c .  {Text scripts}
1406 @node Text scripts
1407 @subsection Text scripts
1408 @cindex Text scripts
1409
1410 In addition, it is possible to place arbitrary strings of text or markup
1411 text (see @ref{Text markup}) above or below notes by using a string:
1412 @code{c^"text"}. 
1413
1414 By default, these indications do not influence the note spacing, but
1415 if @code{Voice.textNonEmpty} is set to true the widths will be taken
1416 into account.  The identifier @code{\fatText} is defined in the standard
1417 includes.
1418 @lilypond[fragment,singleline,verbatim]
1419 \relative c' { c4^"longtext" \fatText c4_"longlongtext" c4 }
1420 @end lilypond
1421
1422 Text scripts are created in form of @internalsref{TextScript} grobs, in
1423 @internalsref{Voice} context.
1424
1425 @ref{Text markup} describes how to change the font or access
1426 special symbols in text scripts.
1427
1428 @c .   {Grace notes}
1429 @node Grace notes
1430 @subsection Grace notes
1431
1432
1433
1434
1435
1436
1437
1438 @cindex Grace music
1439 @cindex @code{\grace}
1440 @cindex ornaments
1441 @cindex grace notes
1442 @cindex @code{graceAlignPosition}
1443
1444 Grace notes are ornaments that are written out, but do not take up  any
1445 logical time in a measure. LilyPond has limited support for grace notes.
1446 The syntax is as follows. 
1447 @example
1448   \grace @var{musicexpr}
1449 @end example
1450
1451 Unbeamed eighth notes and shorter by default have a slash through the
1452 stem.
1453
1454 @lilypond[fragment,verbatim]
1455 \relative c'' {
1456   \grace c8 c4 \grace { [c16 c16] } c4
1457   \grace { 
1458     \property Voice.Stem \override #'flag-style = #'() 
1459     c16 
1460     \property Voice.Stem \revert #'flag-style
1461   } c4
1462 }
1463 @end lilypond
1464
1465 A grace note expression has duration 0; the next real note is assumed to
1466 be the main note. If you want the note to appear after the main note,
1467 set @code{Voice.graceAlignPosition} to @code{1}.
1468
1469 @refbugs
1470
1471 Nesting @code{\grace} notes is not supported. The following may cause
1472 run-time errors: @example
1473   @code{\grace @{ \grace c32 c16 @} c4}
1474 @end example
1475 Since the meaning of such a construct is unclear, we don't consider this
1476 a loss.  Similarly, juxtaposing two @code{\grace} sections is
1477 syntactically valid, but makes no sense and may cause runtime errors.
1478 Ending a staff or score with grace notes may also generate a run-time
1479 error, since there will be no main note to attach the grace notes to.
1480
1481 @menu
1482 * Glissando ::                  
1483 * Dynamics::                    
1484 @end menu
1485
1486
1487
1488 @c .   {Glissando}
1489 @node Glissando 
1490 @subsection Glissando
1491 @cindex Glissando 
1492
1493 @cindex @code{\glissando}
1494
1495 A glissando line (grob @internalsref{Glissando}) can be requested by
1496 attaching a @code{\glissando} to a notte:
1497
1498 @lilypond[fragment,relative,verbatim]
1499   c'-\glissando c'
1500 @end lilypond
1501
1502 @refbugs
1503
1504 Printing of an additional text (such as @emph{gliss.}) must be done
1505 manually.
1506
1507
1508
1509 @c .   {Dynamics}
1510 @node Dynamics
1511 @subsection Dynamics
1512 @cindex Dynamics
1513
1514
1515
1516 @cindex @code{\ppp}
1517 @cindex @code{\pp}
1518 @cindex @code{\p}
1519 @cindex @code{\mp}
1520 @cindex @code{\mf}
1521 @cindex @code{\f}
1522 @cindex @code{\ff}
1523 @cindex @code{\fff}
1524 @cindex @code{\ffff}
1525 @cindex @code{\fp}
1526 @cindex @code{\sf}
1527 @cindex @code{\sff}
1528 @cindex @code{\sp}
1529 @cindex @code{\spp}
1530 @cindex @code{\sfz}
1531 @cindex @code{\rfz}
1532
1533
1534 Absolute dynamic marks are specified using an identifier after a
1535 note: @code{c4-\ff}.  The available dynamic marks are: @code{\ppp},
1536 @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff},
1537 @code{\fff}, @code{\fff}, @code{\fp}, @code{\sf}, @code{\sff},
1538 @code{\sp}, @code{\spp}, @code{\sfz}, and @code{\rfz}.
1539
1540 @lilypond[verbatim,singleline,fragment,relative]
1541   c'\ppp c\pp c \p c\mp c\mf c\f c\ff c\fff
1542   c2\sf c\rfz
1543 @end lilypond
1544
1545 @cindex @code{\cr}
1546 @cindex @code{\rc}
1547 @cindex @code{\decr}
1548 @cindex @code{\rced}
1549 @cindex @code{\<}
1550 @cindex @code{\>}
1551 @cindex @code{\"!}
1552
1553
1554 A crescendo mark is started with @code{\cr} and terminated with
1555 @code{\rc} (the textual reverse of @code{cr}).  A decrescendo mark is
1556 started with @code{\decr} and terminated with @code{\rced}.  There are
1557 also shorthands for these marks.  A crescendo can be started with
1558 @code{\<} and a decrescendo can be started with @code{\>}.  Either one
1559 can be terminated with @code{\!}.  Note that @code{\!}  must go before
1560 the last note of the dynamic mark whereas @code{\rc} and @code{\rced} go
1561 after the last note.  Because these marks are bound to notes, if you
1562 want several marks during one note, you have to use spacer notes.
1563
1564 @lilypond[fragment,verbatim,center]
1565   c'' \< \! c''   d'' \decr e'' \rced 
1566   < f''1 { s4 s4 \< \! s4 \> \! s4 } >
1567 @end lilypond
1568
1569 You can also use a text saying @emph{cresc.} instead of hairpins. Here
1570 is an example how to do it:
1571
1572 @cindex crescendo
1573 @cindex decrescendo
1574
1575 @lilypond[fragment,relative,verbatim]
1576   \context Voice {
1577     \property Voice.crescendoText = "cresc."
1578     \property Voice.crescendoSpanner = #'dashed-line
1579     a'2\mf\< a a \!a 
1580   }
1581 @end lilypond
1582
1583 For everyday use, we recommend the identifiers @code{\cresc},
1584 @code{endcresc}, @code{\dim} and @code{\enddim}.
1585
1586 @cindex diminuendo
1587
1588 Dynamics are grobs of @internalsref{DynamicText} and
1589 @internalsref{Hairpin}. Vertical positioning of these symbols is handled
1590 by the @internalsref{DynamicLineSpanner} grob.  If you want to adjust
1591 padding or vertical direction of the dynamics, you must set properties
1592 for the @internalsref{DynamicLineSpanner} grob. Predefined identifiers
1593 to set the vertical direction are \dynamicUp and \dynamicDown.
1594
1595 @cindex direction, of dynamics
1596 @cindex @code{\dynamicDown}
1597 @cindex @code{\dynamicUp}
1598
1599 @c .  {Repeats}
1600 @node Repeats
1601 @section Repeats
1602
1603
1604 @cindex repeats
1605 @cindex @code{\repeat}
1606
1607 To specify repeats, use the @code{\repeat} keyword.  Since repeats
1608 should work differently when played or printed, there are a few
1609 different variants of repeats.
1610
1611 @table @asis
1612 @item unfold
1613 Repeated music is fully written (played) out.  Useful for MIDI
1614 output, and entering repetitive music.
1615
1616 @item volta  
1617 This is the normal notation: Repeats are not written out, but
1618 alternative endings (voltas) are printed, left to right.
1619
1620 @item fold
1621 Alternative endings are written stacked. This has limited use but may be
1622 used to typeset two lines of lyrics in songs with repeats, see
1623 @file{input/star-spangled-banner.ly}.
1624
1625 @item tremolo
1626 Make tremolo beams.
1627
1628 @item percent
1629 Make beat or measure repeats. These look like percent signs.
1630
1631 @end table  
1632
1633 @menu
1634 * Repeat syntax::               
1635 * Manual repeat commands::      
1636 * Tremolo repeats::             
1637 * Tremolo subdivisions::        
1638 * Measure repeats::             
1639 @end menu
1640
1641 @node Repeat syntax
1642 @subsection Repeat syntax
1643
1644 The syntax for repeats is
1645
1646 @example
1647   \repeat @var{variant} @var{repeatcount} @var{repeatbody}
1648 @end example
1649
1650 If you have alternative endings, you may add
1651 @cindex @code{\alternative}
1652 @example
1653  \alternative @code{@{} @var{alternative1}
1654             @var{alternative2}
1655             @var{alternative3} @dots{} @code{@}}
1656 @end example
1657 where each @var{alternative} is a music expression.
1658
1659 Normal notation repeats are used like this:
1660 @lilypond[fragment,verbatim]
1661   c'1
1662   \repeat volta 2 { c'4 d' e' f' }
1663   \repeat volta 2 { f' e' d' c' }
1664 @end lilypond
1665
1666 With alternative endings:
1667 @lilypond[fragment,verbatim]
1668   c'1
1669   \repeat volta 2 {c'4 d' e' f'} 
1670   \alternative { {d'2 d'} {f' f} }
1671 @end lilypond
1672
1673 Folded repeats look like this:
1674
1675
1676 @lilypond[fragment,verbatim]
1677   c'1
1678   \repeat fold 2 {c'4 d' e' f'} 
1679   \alternative { {d'2 d'} {f' f} }
1680
1681 @end lilypond
1682
1683 If you don't give enough alternatives for all of the repeats, then
1684 the first alternative is assumed to be repeated often enough to equal
1685 the specified number of repeats.
1686
1687 @lilypond[fragment,verbatim]
1688 \context Staff {
1689   \relative c' {
1690     \partial 4
1691     \repeat volta 4 { e | c2 d2 | e2 f2 | }
1692     \alternative { { g4 g g } { a | a a a a | b2. } }
1693   }
1694 }
1695 @end lilypond
1696
1697 @subsection Unfolding repeats for MIDI output.
1698
1699 @cindex expanding repeats
1700
1701 See @file{input/test/unfold-all-repeats.ly}. 
1702
1703
1704 @refbugs
1705
1706 Notice that timing information is not remembered at the start of an
1707 alternative, so you have to reset timing information after a repeat,
1708 e.g. using a bar-check (See @ref{Bar check}), setting
1709 @code{Score.measurePosition} or entering @code{\partial}.  Slurs or ties
1710 are also not repeated.
1711
1712 It is possible to nest @code{\repeat}s, although this probably is only
1713 meaningful for unfolded repeats.
1714
1715 Folded repeats offer little more over simultaneous music.  However, it
1716 is to be expected that more functionality -- especially for the MIDI
1717 backend -- will be implemented at some point in the future.
1718
1719 Volta repeats are printed over all staves in a score. You must turn them
1720 off explicitly, for example by doing
1721 @example
1722   \property Staff.VoltaBracket = \turnOff
1723 @end example
1724 in all but the top staff.
1725
1726 @node Manual repeat commands
1727 @subsection Manual repeat commands
1728
1729 @cindex @code{repeatCommands}
1730
1731 The property @code{repeatCommands} can be used to control the layout of
1732 repeats. Its value is a Scheme list of repeat commands, where each repeat
1733 command can be
1734
1735 @table @code
1736 @item 'start-repeat
1737  Print a |: bar line
1738 @item 'stop-repeat
1739  Print a :| bar line
1740 @item (volta . @var{text})
1741   Print a volta bracket saying @var{text}.
1742 @item (volta . #f)
1743   Stop a running volta bracket
1744 @end table
1745
1746 @lilypond[verbatim, fragment]
1747  c''4
1748     \property Score.repeatCommands = #'((volta "93") end-repeat)
1749  c''4 c''4
1750     \property Score.repeatCommands = #'((volta #f))
1751  c''4 c''4
1752 @end lilypond
1753
1754
1755 Repeats brackets are @internalsref{VoltaBracket} grobs.
1756
1757 @node Tremolo repeats
1758 @subsection Tremolo repeats
1759 @cindex tremolo beams
1760
1761 To place tremolo marks between notes, use @code{\repeat} with tremolo
1762 style.  
1763 @lilypond[verbatim,center,singleline]
1764 \score { 
1765   \context Voice \notes\relative c' {
1766     \repeat "tremolo" 8 { c16 d16 }
1767     \repeat "tremolo" 4 { c16 d16 }    
1768     \repeat "tremolo" 2 { c16 d16 }
1769     \repeat "tremolo" 4 c16
1770   }
1771 }
1772 @end lilypond
1773
1774 Tremolo beams are @internalsref{Beam} grobs. Single stem tremolos are
1775 @internalsref{StemTremolo}.
1776
1777 @refbugs
1778
1779
1780 At present, the spacing between tremolo beams is not regular, since the
1781 spacing engine does not notice that not all notes are printed.
1782
1783 @node Tremolo subdivisions
1784 @subsection Tremolo subdivisions
1785 @cindex tremolo marks
1786 @cindex @code{tremoloFlags}
1787
1788 Tremolo marks can be printed on a single note by adding
1789 `@code{:}[@var{length}]' after the note.  The length must be at least 8.
1790 A @var{length} value of 8 gives one line across the note stem.  If the
1791 length is omitted, then then the last value (stored in
1792 @code{Voice.tremoloFlags}) is used.
1793
1794 @lilypond[verbatim,fragment,center]
1795   c'2:8 c':32 | c': c': |
1796 @end lilypond
1797
1798 @refbugs
1799
1800
1801 Tremolos in this style do not carry over into the MIDI output.
1802
1803
1804 @node Measure repeats
1805 @subsection Measure repeats
1806
1807 @cindex percent repeats
1808 @cindex measure repeats
1809
1810 In the @code{percent} style, a note pattern can be repeated. It is
1811 printed once, and then the pattern is replaced with a special sign.
1812 Patterns of a one and two measures are replaced by percent-like signs,
1813 patterns that divide the measure length are replaced by slashes.
1814
1815 @lilypond[verbatim,singleline]
1816  \context Voice { \repeat  "percent" 4  { c'4 }
1817     \repeat "percent" 2 { c'2 es'2 f'4 fis'4 g'4 c''4 }
1818 }
1819 @end lilypond
1820
1821 The signs are represented by these grobs: @internalsref{RepeatSlash} and
1822 @internalsref{PercentRepeat} and @internalsref{DoublePercentRepeat}.
1823
1824 @refbugs
1825
1826 You can not nest percent repeats, e.g. by filling in the first measure
1827 with slashes, and repeating that measure with percents.
1828
1829 @node Rhythmic music
1830 @section Rhythmic music
1831
1832
1833 @menu
1834 * Rhythmic staves::             
1835 @end menu
1836
1837 @node Rhythmic staves
1838 @subsection Rhythmic staves
1839
1840 Sometimes you might want to show only the rhythm of a melody.  This can
1841 be done with the rhythmic staff. All pitches of notes on such a staff
1842 are squashed, and the  staff itself  looks has  a single staff line:
1843
1844 @lilypond[fragment,relative,verbatim]
1845   \context RhythmicStaff {
1846       \time 4/4
1847       c4 e8 f  g2 | r4 g r2 | g1:32 | r1 |
1848   }
1849 @end lilypond
1850
1851
1852 @c . {Piano music}
1853 @node Piano music
1854 @section Piano music
1855
1856 Piano music is an odd type of notation. Piano staves are two normal
1857 staves coupled with a brace.  The staves are largely independent, but
1858 sometimes voices can cross between the two staves.  The
1859 @internalsref{PianoStaff} is especially built to handle this cross-staffing
1860 behavior.  In this section we discuss the @internalsref{PianoStaff} and some
1861 other pianistic peculiarities.
1862
1863 @menu
1864 * Automatic staff changes::     
1865 * Manual staff switches::       
1866 * Pedals::                      
1867 * Arpeggio::                    
1868 * Voice follower lines::        
1869 @end menu 
1870
1871
1872 @c .   {Automatic staff changes}
1873 @node Automatic staff changes
1874 @subsection Automatic staff changes
1875 @cindex Automatic staff changes
1876
1877 Voices can switch automatically between the top and the bottom
1878 staff. The syntax for this is
1879 @example
1880         \autochange @var{contexttype} @var{musicexp}
1881 @end example
1882 This will switch the interpretation context of @var{musicexp} between a
1883 @var{contexttype} named @code{up} and @code{down}. Typically, you use
1884 @internalsref{Staff} for @var{contexttype}.  The autochanger switches on basis
1885 of pitch (central C is the turning point), and it looks ahead skipping
1886 over rests to switch rests in advance.
1887         
1888 @lilypond[verbatim,singleline]
1889 \score { \notes \context PianoStaff <
1890   \context Staff = "up" {
1891     \autochange Staff \context Voice = VA < \relative c' {
1892        g4 a  b c d r4 a g } > }
1893   \context Staff = "down" {
1894        \clef bass
1895        s1*2
1896 } > }
1897 @end lilypond
1898
1899 Note how spacer rests are used to prevent the bottom staff from
1900 terminating too soon.
1901
1902
1903 @node Manual staff switches
1904 @subsection Manual staff switches
1905
1906 @cindex manual staff switches
1907 @cindex staff switch, manual
1908
1909 Voices can be switched between staves manually, using the following command:
1910 @example
1911   \translator Staff = @var{staffname} @var{music}
1912 @end example
1913 The string @var{staffname} is the name of the staff. It switches the
1914 current voice from its current staff to the Staff called
1915 @var{staffname}. Typically @var{staffname} is @code{"up"} or
1916 @code{"down"}.
1917
1918 The formal definition of this construct is obtuse, but for the sake of
1919 completeness we give it here.
1920 @cindex @code{\translator}
1921 @example
1922   \translator @var{contexttype} = @var{name}
1923 @end example
1924 Formally, this construct is a music expression indicating
1925 that the context which is a direct child of the context of type
1926 @var{contexttype} should be shifted to a context of type
1927 @var{contexttype} and the specified name.
1928
1929
1930 @c .   {Pedals}
1931 @node Pedals
1932 @subsection Pedals
1933 @cindex Pedals
1934
1935 Piano pedal instruction can be expressed using 
1936 @code{\sustainDown}, @code{\sustainUp}, @code{\unaCorda},
1937 @code{\treCorde}, @code{\sostenutoDown} and @code{\sostenutoUp}.
1938
1939 These identifiers are shorthands for spanner commands of the types
1940 @internalsref{Sustain}, @internalsref{UnaCorda} and @internalsref{Sostenuto}:
1941
1942 @lilypond[fragment,verbatim]
1943 c''4 \spanrequest \start "Sustain" c''4
1944 c''4 \spanrequest \stop "Sustain"
1945 @end lilypond
1946
1947 The symbols that are printed can be modified by setting
1948 @code{pedal@var{X}Strings}, where @var{X} is one of the pedal
1949 types. Refer to the generated documentation of @rgrob{PianoPedal} for
1950 more information.
1951
1952 @refbugs
1953
1954
1955 Currently, brackets are not supported, only text markings (i.e. `*Ped'
1956 style).
1957
1958
1959 @c .   {Arpeggio}
1960 @node Arpeggio
1961 @subsection Arpeggio
1962 @cindex Arpeggio
1963
1964 @cindex broken arpeggio
1965 @cindex @code{\arpeggio}
1966
1967 You can specify an arpeggio sign on a chord by attaching an
1968 @code{\arpeggio} to a note of the chord.
1969
1970
1971 @lilypond[fragment,relative,verbatim]
1972   \context Voice <c\arpeggio e g c>
1973 @end lilypond
1974
1975 When an arpeggio crosses staves in piano music, you attach an arpeggio
1976 to the chords in both staves, and set
1977 @code{PianoStaff.connectArpeggios}.
1978
1979 @lilypond[fragment,relative,verbatim]
1980   \context PianoStaff <
1981     \property PianoStaff.connectArpeggios = ##t
1982     \context Voice = one  { <c'\arpeggio e g c> }
1983     \context Voice = other { \clef bass  <c,,\arpeggio e g>}
1984   >  
1985 @end lilypond
1986
1987 This command creates @internalsref{Arpeggio} grobs.  Cross staff arpeggios
1988 are @code{PianoStaff.Arpeggio}. @internalsref{Arpeggio}
1989
1990 To add an arrow head to explicitly specify the direction of the
1991 arpeggio, you should set the arpeggio grob property
1992 @code{arpeggio-type}.
1993
1994 @lilypond[fragment,relative,verbatim]
1995   \context Voice {
1996      \property Voice.Arpeggio \override #'arpeggio-direction = #1
1997      <c\arpeggio e g c>
1998      \property Voice.Arpeggio \override #'arpeggio-direction = #-1
1999      <c\arpeggio e g c>
2000   }
2001 @end lilypond
2002
2003 @ignore
2004 A square bracket on the left indicates that the player should not
2005 arpeggiate the chord.
2006
2007 @lil ypond[fragment,relative,verbatim]
2008   \context PianoStaff <
2009     \property PianoStaff.connectArpeggios = ##t
2010     \property PianoStaff.Arpeggio \override #'arpeggio-direction = #'bracket
2011     \context Voice = one  { <c'\arpeggio e g c> }
2012     \context Voice = other { \clef bass  <c,,\arpeggio e g>}
2013   >  
2014 @ e nd lilypond
2015 @end ignore
2016
2017
2018 @refbugs
2019
2020 It is not possible to mix connected arpeggios and unconnected arpeggios
2021 at the same time.
2022
2023
2024
2025 @node  Voice follower lines
2026 @subsection Voice follower lines
2027
2028 @cindex follow voice
2029 @cindex staff switching
2030 @cindex cross staff
2031
2032 @cindex @code{followVoice}
2033
2034 Whenever a voice switches to another staff a line connecting the notes
2035 can be printed automatically. This is enabled if the property
2036 @code{PianoStaff.followVoice} is set to true:
2037
2038 @lilypond[fragment,relative,verbatim]
2039   \context PianoStaff <
2040     \property PianoStaff.followVoice = ##t
2041     \context Staff \context Voice {
2042       c1
2043       \translator Staff=two
2044       b2 a
2045     }
2046     \context Staff=two {\clef bass \skip 1*2 }
2047   >  
2048 @end lilypond
2049
2050 The associated grob is @internalsref{VoiceFollower}.
2051
2052
2053 @node Lyrics
2054 @section Lyrics
2055
2056
2057 @menu
2058 * Lyrics mode::                 
2059 * Printing lyrics::             
2060 * Automatic syllable durations::  
2061 * More stanzas::                
2062 @end menu
2063
2064 @c .  {Lyrics mode}
2065 @node Lyrics mode
2066 @subsection Lyrics mode
2067 @cindex Lyrics mode
2068
2069 To print lyrics, you must first make a music expression from the lyric
2070 text.  That music expression can be printed by selecting an appropriate
2071 context.
2072
2073 @cindex lyric mode
2074 @cindex @code{\lyrics}
2075
2076 You can enter lyrics in a special input mode of LilyPond. This mode is
2077 called Lyrics mode, and it is introduced by the keyword @code{\lyrics}.
2078 The purpose of this mode is that you can enter lyrics as plain text,
2079 punctuation and accents without any hassle.
2080
2081 Syllables are entered like notes, with pitches replaced by text.  For
2082 example, @code{Twin- kle twin- kle} enters four syllables.  Note that
2083 the hyphen has no special meaning for lyrics, and does not introduce
2084 special symbols.
2085
2086 Spaces can be introduced into a lyric either by using quotes:
2087 @code{"He could"4 not4} or by using an underscore without quotes:
2088 @code{He_could4 not4}.  All unquoted underscores are converted to
2089 spaces.
2090
2091 The precise definition of this mode can be found in @ref{Lyrics mode
2092 definition}. 
2093
2094 @c .  {Printing lyrics}
2095 @node Printing lyrics
2096 @subsection Printing lyrics
2097 @cindex lyrics
2098
2099 Lyrics are printed by interpreting them in the @internalsref{Lyrics}  context.
2100
2101 @c Maybe more pedagogical to avoid \addlyrics in this first example? /MB
2102 @c Add tied and beamed melismata too.
2103 @lilypond[verbatim,singleline]
2104 \addlyrics
2105   \notes \relative c' {
2106     \time 7/4
2107     \property Staff.automaticMelismata = ##t
2108     d'2 c4 b16 ( a g a b a b ) c a2
2109     b2 c4 b8 ( a16 g ) a4 g2 }
2110   \context Lyrics \lyrics { 
2111     Join us now __ and
2112     share the soft -- ware; }
2113 @end lilypond
2114
2115
2116 Notes and syllable durations are matched automatically. This is
2117 accomplished using @code{\addlyrics}, which is documented in
2118 @ref{Automatic syllable durations}. Setting @code{automaticMelismata} in
2119 the melody staff will cause tied, slurred or beamed notes to be
2120 interpreted as melismata.
2121
2122 The Lyric syllables are @code{LyricsVoice.LyricSyllable} grobs.
2123
2124 @cindex extender
2125 @cindex lyric extender
2126 @cindex melisma
2127
2128 As you can see, extender lines are entered as @code{__}.  This will
2129 create an extender, a line that extends over the entire duration of the
2130 lyric.  This line will run all the way to the start of the next lyric,
2131 so you may want to shorten it by using a blank lyric (using @code{_}).
2132 The grob for this symbol is @code{LyricsVoice.LyricExtender}.
2133
2134
2135 @cindex hyphen
2136
2137 If you want to have hyphens centered between syllables (rather than
2138 attached to the end of the first syllable) you can use the special
2139 `@code{-}@code{-}' lyric as a separate word between syllables.  This
2140 will result in a hyphen whose length varies depending on the space
2141 between syllables. It will be centered between the syllables.  The grob
2142 for this symbol is @code{LyricsVoice.LyricHyphen}.
2143
2144 @cindex Lyric hyphen
2145
2146 @node Automatic syllable durations
2147 @subsection Automatic syllable durations
2148 @cindex Automatic syllable durations
2149
2150 @cindex automatic lyric durations
2151 @cindex @code{\addlyrics}
2152
2153 If you have lyrics that are set to a melody, you can copy the rhythm
2154 of that melody into the lyrics using @code{\addlyrics}.  The syntax for
2155 this is
2156 @example
2157   \addlyrics @var{musicexpr1 musicexpr2}
2158 @end example
2159
2160 Both @var{musicexpr1} and @var{musicexpr2} are interpreted, but every
2161 music event (``every syllable'') in @var{musicexpr2} is interpreted only
2162 when there are events in @var{musicexpr1}.
2163
2164 @cindex @code{automaticMelismata}
2165
2166 If the property @code{automaticMelismata} is set in the
2167 context of @var{musicexpr1}, no lyrics will be put on slurred or tied
2168 notes.
2169
2170 @lilypond[verbatim,fragment]
2171 \addlyrics
2172 \transpose c'' {
2173   \property Voice.automaticMelismata = ##t
2174   c8 () cis d8. e16 f2
2175 }
2176 \context Lyrics \lyrics {
2177  do4 re mi fa }
2178 @end lilypond
2179
2180 If you want the lyric lines to be above the melody staff, or in some
2181 other, more complex configuration, then build that configuration first
2182 using simultaneous music, and use @code{\addlyrics} after that.
2183
2184 @lilypond[verbatim, singleline]
2185 \notes <
2186   \context Lyrics = LA { s1 }
2187   \context Staff = SA { s1 }
2188   \addlyrics
2189         \context Staff = SA \relative c' { c4 e g g }
2190         \context Lyrics  = LA \lyrics { geen ge -- don -- der } >
2191 @end lilypond
2192
2193 For @code{\addlyrics} you should use a single rhythm melody, and single
2194 rhythm lyrics (a constant duration is the obvious choice).  If you do
2195 not, you can get undesired effects when using multiple stanzas:
2196
2197 @lilypond[verbatim,fragment]
2198 \addlyrics
2199 \transpose c'' {
2200   c8 () cis d8. e16 f2
2201 }
2202 \context Lyrics \lyrics
2203 < { do4 re fa sol }
2204   { do8 re fa sol } >
2205 @end lilypond
2206
2207 It is valid (but probably not very useful) to use notes instead of
2208 lyrics for @var{musicexpr2}.
2209
2210 @node More stanzas
2211 @subsection More stanzas
2212
2213 @cindex phrasing
2214
2215 If you have multiple stanzas printed underneath each other, the vertical
2216 groups of syllables should be aligned around punctuation. LilyPond can
2217 do this if you tell it which lyric lines belong to which melody.
2218
2219 To this end, give the Voice context an identity, and set the LyricsVoice
2220 to a name starting with that identity followed by a dash.
2221 In the following example, the Voice
2222 identity is @code{duet}, and the identities of the LyricsVoices are
2223 @code{duet-1} and @code{duet-2}.
2224
2225
2226 @lilypond[singleline,verbatim]
2227 \score {
2228 \addlyrics
2229   \notes \relative c'' \context Voice = duet { \time 3/4
2230      g2 e4 a2 f4 g2.  }
2231   \lyrics \context Lyrics <
2232   \context LyricsVoice = "duet-1" {
2233     \property LyricsVoice . stanza = "Bert"
2234     Hi, my name is bert.    }
2235   \context LyricsVoice = "duet-2" {
2236     \property LyricsVoice . stanza = "Ernie" 
2237     Ooooo, ch\'e -- ri, je t'aime. }
2238   >
2239 }
2240 @end lilypond
2241
2242 You can add stanza numbers by setting @code{LyricsVoice.Stanza} (for the
2243 first system) and @code{LyricsVoice.stz} for the following
2244 systems. Notice how you must surround dots with spaces in @code{\lyrics}
2245 mode.
2246
2247
2248
2249
2250 @cindex stanza numbering
2251
2252
2253 @c . {Chords}
2254 @node Chords
2255 @section Chords
2256 @cindex Chords
2257
2258 LilyPond has support for both entering and printing chords.  Chords are
2259 characterized by a set of pitches. They are
2260 internally stored as simultaneous music expressions. This means you can
2261 enter chords by name and print them as note head, enter them as notes
2262 and print them as chord names, or (the most common case) enter them by
2263 name, and print them as name.
2264
2265
2266 @lilypond[verbatim,singleline]
2267 twoWays = \notes \transpose c'' {
2268   \chords {
2269     c1 f:sus4 bes/f
2270   }
2271   <c e g>
2272   <f bes c'>
2273   <f bes d'>
2274   }
2275
2276 \score {
2277    < \context ChordNames \twoWays
2278      \context Voice \twoWays > }
2279 @end lilypond
2280
2281 Note that this example also shows that the chord printing routines do
2282 not attempt to be intelligent. If you enter @code{f bes d}, it does not
2283 interpret this as an inversion.
2284
2285 @menu
2286 * Chords mode::                 
2287 * Printing named chords::       
2288 @end menu
2289
2290 @c .  {Chords mode}
2291 @node Chords mode
2292 @subsection Chords mode
2293 @cindex Chords mode
2294
2295 Chord mode is a mode where you can input sets of pitches using common
2296 names.  It is introduced by the keyword @code{\chords}.  It is similar
2297 to note mode, but words are also looked up in a chord modifier table
2298 (containing @code{maj}, @code{dim}, etc).
2299
2300 Dashes and carets are used to indicate chord additions and subtractions,
2301 so articulation scripts can not be entered in Chord mode.
2302
2303 The syntax for named chords is as follows:
2304 @example
2305   @var{tonic}[@var{duration}][@code{-}@var{modifiers}][@code{^}@var{subtractions}][@code{/}@var{inversion}][@code{/+}@var{bass}].
2306 @end example
2307
2308 @var{tonic} should be the tonic note of the chord, and @var{duration} is
2309 the chord duration in the usual notation.  There are two kinds of
2310 modifiers.  One type is formed by @emph{chord additions}. Additions are
2311 obtained by listing intervals separated by dots.  An interval is written
2312 by its number with an optional @code{+} or @code{-} to indicate raising
2313 or lowering by half a step.  Chord additions have two effects: they adds
2314 the specified interval and all lower odd numbered intervals to the
2315 chord, and they may lower or raise the specified interval.
2316
2317 Throughout these examples, chords have been shifted around the staff
2318 using @code{\transpose}.
2319
2320 @lilypond[fragment,verbatim]
2321 \transpose c'' {
2322   \chords {
2323     c1  c:3-       c:7     c:8
2324     c:9 c:9-.5+.7+ c:3-.5- 
2325   }
2326 }
2327 @end lilypond
2328
2329 @cindex @code{aug}
2330 @cindex @code{dim}
2331 @cindex @code{maj}
2332 @cindex @code{sus}
2333
2334 The second type of modifier that may appear after the @code{:} is a
2335 named modifier.  Named modifiers are listed in the file
2336 @file{chord-modifiers.ly}.  The available modifiers are @code{m} and
2337 @code{min} which lower the 3rd half a step, `@code{aug}' which
2338 raises the 5th, `@code{dim}' which lowers the 5th,
2339 `@code{maj}' which adds a raised 7th, and `@code{sus}'
2340 which replaces the 5th with a 4th.
2341
2342 @lilypond[fragment,verbatim]
2343 \transpose c'' {
2344   \chords {
2345     c1:m c:min7 c:maj c:aug c:dim c:sus
2346   }
2347 }
2348 @end lilypond
2349  
2350
2351 Chord subtractions are used to eliminate notes from a chord.  The
2352 notes to be subtracted are listed after a @code{^} character,
2353 separated by dots.
2354
2355 @lilypond[fragment,verbatim,center]
2356   \transpose c'' {
2357     \chords {
2358       c1^3 c:7^5.3 c:8^7
2359     }
2360   }
2361 @end lilypond 
2362 @cindex @code{/}
2363
2364 Chord inversions can be specified by appending `@code{/}' and the name
2365 of a single note to a chord.  In a chord inversion, the inverted note is
2366 transposed down until it is the lowest note in the chord.  If the note
2367 is not in the chord, a warning will be printed.
2368
2369 @lilypond[fragment,verbatim,center]
2370   \transpose c''' {
2371     \chords {
2372       c1 c/e c/g c:7/e
2373     }
2374   }
2375
2376 @end lilypond 
2377 @cindex @code{/+}
2378
2379 Bass notes can be added by `@code{/+}' and
2380 the name of a single note to a chord.  This has the effect of
2381 adding the specified note to the chord, lowered by an octave,
2382 so it becomes the lowest note in the chord.
2383
2384 @lilypond[fragment,verbatim,center]
2385   \transpose c''' {
2386     \chords {
2387       c1 c/+c c/+g c:7/+b
2388     }
2389   }
2390
2391 @end lilypond 
2392
2393 @refbugs
2394
2395 Implementation details are quite gory. For example @code{c:4} not only
2396 adds a fourth, but also removes the third.
2397
2398
2399 @c .  {Printing named chords}
2400 @node Printing named chords
2401 @subsection Printing named chords
2402
2403 @cindex printing chord names
2404 @cindex chord names
2405 @cindex chords
2406
2407 For displaying printed chord names, use the @internalsref{ChordNames} context.
2408 The chords may be entered either using the notation described above, or
2409 directly using simultaneous music.
2410
2411 @lilypond[verbatim,singleline]
2412 scheme = \notes {
2413   \chords {a1 b c} <d f g>  <e g b>
2414 }
2415 \score {
2416   \notes<
2417     \context ChordNames \scheme
2418     \context Staff \transpose c'' \scheme
2419   >
2420 }
2421 @end lilypond
2422
2423 You can make the chord changes stand out by setting
2424 @code{ChordNames.chordChanges} to true.  This will only display chord
2425 names when there's a change in the chords scheme and at the start of a
2426 new line.
2427
2428 @lilypond[verbatim]
2429 scheme = \chords {
2430   c1:m c:m \break c:m c:m d
2431 }
2432 \score {
2433   \notes <
2434     \context ChordNames {
2435         \property ChordNames.chordChanges = ##t
2436         \scheme }
2437     \context Staff \transpose c'' \scheme
2438   > }
2439 @end lilypond
2440
2441 LilyPond examines chords specified as lists of notes to determine a name
2442 to give the chord. LilyPond will not try to identify chord inversions or
2443 an added bass note, which may result in strange chord names when chords
2444 are entered as a list of pitches:
2445
2446 @lilypond[verbatim,center,singleline]
2447 scheme = \notes {
2448   <c'1 e' g'>
2449   <e' g' c''>
2450   <e e' g' c''>
2451 }
2452
2453 \score {
2454   <
2455     \context ChordNames \scheme
2456     \context Staff \scheme
2457   >
2458 }
2459 @end lilypond
2460
2461
2462 By default, a chord name system proposed by Harald Banter (See
2463 @ref{Literature}) is used. The system is very regular and predictable.
2464 Typical American style chord names may be selected by setting the
2465 @code{style} property of the @code{ChordNames.ChordName} grob to
2466 @code{'american}. Similarly @code{'jazz} selects Jazz chordnames.
2467
2468 Routines that determine the names to be printed are written in Scheme,
2469 and may be customized by the user.  The code can be found in
2470 @file{scm/chord-name.scm}.  Here's an example showing the differences in
2471 chord name styles:
2472
2473 @c too long?
2474 @c maybe just junk verbatim option?
2475 @lilypond[verbatim,singleline]
2476 scheme = \chords {
2477   c1 c:5^3 c:4^3 c:5+
2478   c:m7+ c:m5-.7
2479   c:5-.7 c:5+.7
2480   c:9^7
2481 }
2482
2483 \score {
2484   \notes <
2485     \context ChordNames = banter \scheme
2486     \context ChordNames = american {
2487       \property ChordNames.ChordName \override
2488         #'style = #'american \scheme }
2489     \context ChordNames = jazz {
2490       \property ChordNames.ChordName \override
2491         #'style = #'jazz \scheme }
2492     \context Staff \transpose c'' \scheme
2493   >
2494 }
2495 @end lilypond
2496
2497
2498 @node Writing parts
2499 @section Writing parts
2500
2501 Orchestral music involves some special notation, both in the full score,
2502 as in the individual parts. This section explains how to tackle common
2503 problems in orchestral music.
2504
2505
2506 @c .  {Transpose}
2507 @menu
2508 * Rehearsal marks::             
2509 * Bar numbers::                 
2510 * Instrument names::            
2511 * Transpose::                   
2512 * Sound output for transposing instruments::  
2513 * Multi measure rests::         
2514 * Automatic part combining::    
2515 * Hara kiri staves::            
2516 @end menu
2517
2518 @c .   {Rehearsal marks}
2519 @node Rehearsal marks
2520 @subsection Rehearsal marks
2521 @cindex Rehearsal marks
2522 @cindex mark
2523 @cindex @code{\mark}
2524
2525
2526 @example
2527   \mark @var{unsigned}
2528   \mark @var{string}
2529   \mark \default
2530 @end example
2531
2532 This command prints a rehearsal mark above the system. You can provide
2533 a number, a string or a markup text as argument. If you use
2534 @code{\default}, the value of property @code{rehearsalMark} is used and
2535 automatically incremented.
2536
2537 @lilypond[fragment,verbatim]
2538 \relative c'' {
2539   c1 \mark "A2"
2540   c1 \mark \default
2541   c1 \mark \default 
2542   c1 \mark "12"
2543   c1 \mark #'(music "scripts-segno") 
2544   c1
2545 }
2546 @end lilypond
2547
2548 The grob is @internalsref{RehearsalMark} in @internalsref{Score} context. See
2549 @code{input/test/boxed-molecule.ly} if you need boxes around the marks.
2550
2551 @node Bar numbers
2552 @subsection Bar numbers
2553
2554
2555 @cindex bar numbers
2556 @cindex measure numbers
2557 @cindex currentBarNumber
2558
2559 Bar numbers are @internalsref{BarNumber} grobs.  They are printed at the
2560 start of the line.  The number itself is a property that can be set by
2561 modifying the @code{currentBarNumber} property, i.e.
2562 @example
2563   \property Score.currentBarNumber = #217
2564 @end example
2565
2566 If you want boxed bar numbers, see the example file
2567 @code{input/test/boxed-molecule.ly}.
2568
2569 @refbugs
2570
2571 It is not possible to have bar numbers printed at regular intervals
2572 only.
2573
2574 @node Instrument names
2575 @subsection Instrument names
2576
2577 You can specify an instrument name for a staff by setting
2578 @code{Staff.instrument} and @code{Staff.instr}. This will print a string
2579 before the start of the staff. For the first start, @code{instrument} is
2580 used, for the next ones @code{instr} is used.
2581
2582 @lilypond[verbatim,singleline]
2583   \property Staff.instrument = "ploink " { c''4 }  
2584 @end lilypond
2585
2586 You can also use markup texts to construct more complicated instrument
2587 names:
2588
2589
2590 @lilypond[verbatim,singleline]
2591 #(define text-flat
2592   '((font-relative-size . -2 ) (music "accidentals--1")))
2593
2594 \score { \notes {
2595   \property Staff.instrument = #`((kern . 0.5) (lines
2596     "2 Clarinetti" (columns "     (B" ,text-flat ")")))
2597     c'' 4 }
2598 }
2599 @end lilypond
2600
2601
2602 @refbugs
2603
2604 When you put a name on a grand staff or piano staff the width of the
2605 brace is not taken into account. You must add extra spaces to the end of
2606 the name to avoid a collision.
2607
2608 @node Transpose
2609 @subsection Transpose
2610 @cindex Transpose
2611 @cindex transposition of pitches
2612 @cindex @code{\transpose}
2613
2614 A music expression can be transposed with @code{\transpose}.  The syntax
2615 is
2616 @example
2617   \transpose @var{pitch} @var{musicexpr}
2618 @end example
2619
2620 This means that middle C in @var{musicexpr} is transposed to
2621 @var{pitch}.
2622
2623 @code{\transpose} distinguishes between enharmonic pitches: both
2624 @code{\transpose cis'} or @code{\transpose des'} will transpose up half
2625 a tone.  The first version will print sharps and the second version
2626 will print flats.
2627
2628 @lilypond[fragment,verbatim]
2629 \context Staff {
2630   \clef "F"
2631   { \key e \major c d e f }
2632   \clef "G"
2633   \transpose des'' { \key e \major c d e f }
2634   \transpose cis'' { \key e \major c d e f }
2635 }
2636 @end lilypond
2637
2638 If you want to use both @code{\transpose} and @code{\relative}, then
2639 you must use @code{\transpose} first.  @code{\relative} will have no
2640 effect music that appears inside a @code{\transpose}.
2641
2642 @node Sound output for transposing instruments
2643 @subsection Sound output transposing instruments
2644
2645 When you want to make a MIDI file from a score containing transposed and
2646 untransposed 
2647 instruments, you have to instruct LilyPond the pitch offset (in
2648 semitones) for the transposed instruments. This is done using the
2649 @code{transposing} property. It does not affect printed output.
2650
2651 @cindex @code{transposing}
2652
2653 @example
2654         \property Staff.instrument = #"Cl. in B-flat"
2655         \property Staff.transposing = #-2
2656 @end example
2657
2658 @c .  {Multi measure rests}
2659 @node  Multi measure rests
2660 @subsection Multi measure rests
2661 @cindex Multi measure rests
2662
2663 @cindex @code{R}
2664
2665 Multi measure rests are entered using `@code{R}'. It is specifically
2666 meant for full bar rests and for entering parts: the rest can expand to
2667 fill a score with 
2668 rests, or it can be printed as a single multimeasure rest This expansion
2669 is controlled by the property @code{Score.skipBars}. If this is set to true,
2670 Lily will not expand empty measures, and the appropriate number is added
2671 automatically.
2672
2673 @lilypond[fragment,verbatim]
2674  \time 3/4 r2. | R2. | R2.*2 \property Score.skipBars = ##t R2.*17  R2.*4
2675 @end lilypond
2676
2677 Notice that the @code{R2.} is printed as a whole rest, centered in the
2678 measure. 
2679
2680 @cindex whole rests for a full measure 
2681
2682 The grob for this object is @internalsref{MultiMeasureRest}.
2683
2684 @refbugs
2685
2686 Currently, there is no way to automatically condense multiple rests into
2687 a single multimeasure rest.
2688
2689 @cindex condensing rests
2690
2691 @node Automatic part combining
2692 @subsection Automatic part combining
2693 @cindex automatic part combining
2694 @cindex part combiner
2695
2696
2697 Automatic part combining is used to merge two parts of music onto a
2698 staff in an intelligent way.  It is aimed primarily at typesetting
2699 orchestral scores.  When the two parts are identical for a period of
2700 time, only one is shown.  In places where the two parts differ, they are
2701 typeset as separate voices, and stem directions are set automatically.
2702 Also, solo and @emph{a due} parts can be identified and marked.
2703
2704 The syntax for part combining is
2705
2706 @example
2707   \partcombine @var{context} @var{musicexpr1} @var{musicexpr2}
2708 @end example
2709 where the pieces of music @var{musicexpr1} and @var{musicexpr2} will be
2710 combined into one context of type @var{context}.  The music expressions
2711 must be interpreted by contexts whose names should start with @code{one}
2712 and @code{two}.
2713
2714 The most useful function of the part combiner is to combine parts into
2715 one voice, as common for wind parts in orchestral scores:
2716
2717 @lilypond[verbatim,singleline,fragment]
2718   \context Staff <
2719     \context Voice=one \partcombine Voice
2720       \context Thread=one \relative c'' {
2721         g a () b r
2722       }
2723       \context Thread=two \relative c'' {
2724         g r4 r f
2725       }
2726   >
2727 @end lilypond
2728
2729 Notice that the first @code{g} appears only once, although it was
2730 specified twice (once in each part).  Stem, slur and tie directions are
2731 set automatically, depending whether there is a solo or unisono. The
2732 first part (with context called @code{one}) always gets up stems, and
2733 `solo', while the second (called @code{two}) always gets down stems and
2734 `Solo II'.
2735
2736 If you just want the merging parts, and not the textual markings, you
2737 may set the property @var{soloADue} to false.
2738
2739 @lilypond[verbatim,singleline,fragment]
2740   \context Staff <
2741     \property Staff.soloADue = ##f
2742     \context Voice=one \partcombine Voice
2743       \context Thread=one \relative c'' {
2744         b4 a c g
2745       }
2746       \context Thread=two \relative c'' {
2747         d,2 a4 g'
2748       }
2749   >
2750 @end lilypond
2751
2752 There are a number of other properties that you can use to tweak the
2753 behavior of part combining, refer to the automatically generated
2754 documentation of @reng{Thread_devnull_engraver} and
2755 @reng{Voice_devnull_engraver}. Look at the documentation of the
2756 responsible engravers, @code{Thread_devnull_engraver},
2757 @code{Voice_devnull_engraver} and @code{A2_engraver}.
2758
2759 @refbugs
2760
2761 In @code{soloADue} mode, when the two voices play the same notes on and
2762 off, the part combiner may typeset @code{a2} more than once in a
2763 measure.
2764
2765 @lilypond[fragment,singleline]
2766   \context Staff <
2767     \context Voice=one \partcombine Voice
2768       \context Thread=one \relative c'' {
2769         c b c b c a c a
2770       }
2771       \context Thread=two \relative c'' {
2772         b b b b f a f a
2773       }
2774   >
2775 @end lilypond
2776
2777 @cindex @code{Thread_devnull_engraver}
2778 @cindex @code{Voice_engraver}
2779 @cindex @code{A2_engraver}
2780
2781 @node Hara kiri staves
2782 @subsection Hara kiri staves
2783
2784 In orchestral scores, staff lines that only have rests are usually removed.
2785 This saves some space.  LilyPond also supports this through the hara
2786 kiri@footnote{Hara kiri, also called Seppuku, is the ritual suicide of
2787 the Japanese Samourai warriors.} staff. This staff commits suicide when
2788 it finds itself to be empty after the line-breaking process.  It will
2789 not disappear when it contains normal rests, you must use multi measure
2790 rests.
2791
2792 The hara kiri staff is specialized version of the @internalsref{Staff}
2793 context. It is available as the context identifier
2794 @code{\HaraKiriStaffContext}.  Observe how the second staff in this
2795 example disappears in the second line.
2796
2797 @lilypond[verbatim]
2798 \score  {
2799   \notes \relative c' <
2800     \context Staff = SA { e4 f g a \break c1 }
2801     \context Staff = SB { c4 d e f \break R1 }
2802   >
2803   \paper {
2804     linewidth = 6.\cm 
2805     \translator { \HaraKiriStaffContext }
2806   }
2807 }
2808 @end lilypond
2809
2810
2811
2812 @c . {Custodes}
2813 @node Custodes
2814 @section Custodes
2815 @cindex Custos
2816 @cindex Custodes
2817
2818 A @emph{custos} (plural: @emph{custodes}; latin word for `guard') is a
2819 staff context symbol that appears at the end of a staff line.  It
2820 anticipates the pitch of the first note(s) of the following line and
2821 thus helps the player or singer to manage line breaks during
2822 performance, thus enhancing readability of a score.
2823
2824 @lilypond[verbatim]
2825 \score {
2826   \notes { c'1 \break
2827         \property Staff.Custos \set #'style = #'mensural
2828         d' }
2829   \paper {
2830     \translator {
2831       \StaffContext
2832       \consists Custos_engraver
2833     }
2834   }
2835 }
2836 @end lilypond
2837
2838 Custodes were frequently used in music notation until the 17th century.
2839 There were different appearances for different notation styles.
2840 Nowadays, they have survived only in special forms of musical notation
2841 such as via the @emph{editio vaticana} dating back to the beginning of
2842 the 20th century.
2843
2844 For typesetting custodes, just put a @code{Custos_engraver} into the
2845 @internalsref{Staff} context when declaring the @code{\paper} block.  In this
2846 block, you can also globally control the appearance of the custos symbol
2847 by setting the custos @code{style} property.  Currently supported styles
2848 are @code{vaticana}, @code{medicaea}, @code{hufnagel} and
2849 @code{mensural}.
2850
2851 @example
2852 \paper @{
2853   \translator @{
2854       \StaffContext
2855       \consists Custos_engraver
2856       Custos \override #'style = #'mensural
2857   @}
2858 @}
2859 @end example
2860
2861 The property can also be set locally, for example in a @code{\notes}
2862 block:
2863
2864 @example
2865 \notes @{
2866   \property Staff.Custos \override #'style = #'vaticana
2867   c'1 d' e' d' \break c' d' e' d'
2868 @}
2869 @end example
2870
2871
2872 @c . {Figured bass}
2873 @node Figured bass
2874 @section Figured bass
2875
2876 @cindex Basso continuo
2877
2878 TODO. see figured-bass.ly
2879
2880 @c . {Tuning output}
2881 @node Tuning output
2882 @section Tuning output
2883
2884 LilyPond tries to take as much formatting as possible out of your
2885 hands. Nevertheless, there are situations where it needs some help, or
2886 where you want to override its decisions. In this section we discuss
2887 ways to do just that.
2888
2889 Formatting is internally done by manipulating so called grobs (graphic
2890 objects). Each grob carries with it a set of properties (grob
2891 properties) specific to that object.  For example, a stem grob has
2892 properties that specify its direction, length and thickness.
2893
2894 The most direct way of tuning the output is by altering the values of
2895 these properties. There are two ways of doing that: first, you can
2896 temporarily change the definition of a certain type of grob, thus
2897 affecting a whole set of objects.  Second, you can select one specific
2898 object, and set a grob property in that object.
2899
2900 @menu
2901 * Tuning groups of grobs ::     
2902 * Tuning per grob ::            
2903 * What to tune?::               
2904 * Font selection::              
2905 * Text markup::                 
2906 * Invisible grobs::             
2907 * Dirty tricks::                
2908 @end menu
2909
2910 @node Tuning groups of grobs 
2911 @subsection Tuning groups of grobs 
2912
2913 @cindex grob description
2914
2915
2916
2917 A grob definition is a Scheme association list, that is stored in a
2918 context property.  By assigning to that property (using plain
2919 @code{\property}), you can change the resulting grobs.
2920
2921 @lilypond[verbatim, fragment]
2922 c'4 \property Voice.Stem  = #'((meta . ((interfaces . ())))) c'4
2923 @end lilypond
2924
2925 The @code{\property} assignment effectively empties the definition of
2926 the Stem object. One of the effects is that the recipe of how it should be
2927 printed is erased, with the effect of rendering it invisible.  The above
2928 assignment is available as a standard identifier, for the case that you
2929 find this useful:
2930
2931 @example
2932   \property Voice.Stem = \turnOff
2933 @end example
2934
2935 @cindex \override
2936 @cindex \revert
2937 @cindex \set
2938
2939 This mechanism is fairly crude, since you can only set, but not modify,
2940 the definition of a grob. For this reason, there is a more advanced
2941 mechanism.
2942
2943 The definition of a grob is actually a list of default grob
2944 properties. For example, the definition of the Stem grob (available in
2945 @file{scm/grob-description.scm}), defines the following values for
2946 @internalsref{Stem}
2947
2948 @example
2949         (thickness . 0.8)
2950         (beamed-lengths . (0.0 2.5 2.0 1.5))
2951         (Y-extent-callback . ,Stem::height)
2952         @var{...}
2953 @end example
2954
2955 You can add a property on top of the existing definition, or remove a
2956 property, thus overriding the system defaults:
2957 @lilypond[verbatim]
2958 c'4 \property Voice.Stem \override #'thickness = #4.0
2959 c'4 \property Voice.Stem \revert #'thickness
2960 c'4
2961 @end lilypond
2962 You should balance @code{\override} and @code{\revert}. If that's too
2963 much work, you can use the @code{\set} shorthand. It performs a revert
2964 followed by an override. The following example gives exactly the same
2965 result as the previous one. 
2966 @lilypond[verbatim]
2967 c'4 \property Voice.Stem \set #'thickness = #4.0
2968 c'4 \property Voice.Stem \set #'thickness = #0.8
2969 c'4
2970 @end lilypond
2971 If you use @code{\set}, you must explicitly restore the default.
2972
2973
2974 Formally the syntax for these constructions is
2975 @example
2976 \property @var{context}.@var{grobname} \override @var{symbol} = @var{value}
2977 \property @var{context}.@var{grobname} \set @var{symbol} = @var{value}
2978 \property @var{context}.@var{grobname} \revert @var{symbol}
2979 @end example
2980 Here @var{symbol} is a Scheme expression of symbol type, @var{context}
2981 and @var{grobname} are strings and @var{value} is a Scheme expression.
2982
2983
2984 If you revert a setting which was not set in the first place, then it
2985 has no effect. However, if the setting was set as a system default, it
2986 may remove the default value, and this may give surprising results,
2987 including crashes.  In other words, @code{\override} and @code{\revert},
2988 must be carefully balanced.
2989
2990 These are examples of correct nesting of @code{\override}, @code{\set},
2991 @code{\revert}. 
2992
2993 A clumsy but correct form:
2994 @example
2995   \override \revert \override \revert \override \revert
2996 @end example
2997
2998 Shorter version of the same:
2999 @example 
3000   \override \set \set  \revert
3001 @end example
3002
3003 A short form, using only @code{\set}. This requires you to know the
3004 default value:
3005 @example
3006   \set \set \set \set @var{to default value}
3007 @end example
3008
3009 If there is no default (i.e. by default, the grob property is unset),
3010 then you can use
3011 @example
3012   \set \set \set \revert
3013 @end example
3014
3015 For the digirati, the grob description is an Scheme association
3016 list. Since a Scheme list is a singly linked list, we can treat it as a
3017 stack, and @code{\override} and @code{\revert} are just push and pop
3018 operations. This pushing and popping is also used for overriding
3019 automatic beaming settings.
3020
3021 @refbugs
3022
3023 LilyPond will hang or crash if @var{value} contains cyclic references.
3024 The backend is not very strict in type-checking grob properties. If you
3025 @code{\revert} properties that are expected to be set by default,
3026 LilyPond may crash.
3027
3028 Some grobs are created at the moment that their context is created. An
3029 example of such a grob is the staff itself (i.e. the horizontal lines).
3030 You can not change the appearance of the staff symbol by manipulating
3031 @code{\property Staff.StaffSymbol}.  At the moment that @code{\property
3032 Staff} is interpreted, a Staff context is made, and the StaffSymbol is
3033 created before any @code{\override} is effective. You can deal with this
3034 either overriding properties in a @code{\translator} definition, or by
3035 using @code{\outputproperty}.
3036
3037
3038
3039
3040 @node Tuning per grob 
3041 @subsection Tuning per grob 
3042
3043 @cindex \outputproperty
3044
3045 A second way of tuning grobs is the more arcane @code{\outputproperty}
3046 feature.  The syntax is as follows:
3047 @example
3048 \outputproperty @var{predicate} @var{symbol} = @var{value}
3049 @end example
3050 Here @code{predicate} is a Scheme function taking a grob argument, and
3051 returning a boolean.  This statement is processed by the
3052 @code{Output_property_engraver}.  It instructs the engraver to feed all
3053 grobs that it sees to @var{predicate}. Whenever the predicate returns
3054 true, the grob property @var{symbol} will be set to @var{value}.
3055
3056 You will need to combine this statement with @code{\context} to select
3057 the appropriate context to apply this to.
3058
3059 Here are some random examples. 
3060
3061
3062 In the following example, all note heads occurring at current staff
3063 level, are shifted up and right by setting their @code{extra-offset}
3064 property.
3065
3066 @lilypond[fragment,verbatim,singleline]
3067 \relative c'' { c4
3068   \context Staff \outputproperty
3069   #(make-type-checker 'note-head-interface)
3070   #'extra-offset = #'(0.5 . 0.75)
3071   <c8 e g> }
3072 @end lilypond
3073
3074 @cindex @code{extra-offset}
3075
3076 In this example, the predicate checks the @code{text} grob property, to
3077 shift only the `m.d.' text,  but not the fingering instruction "2".
3078 @lilypond[verbatim,singleline]
3079 #(define (make-text-checker text)
3080    (lambda (grob) (equal? text (ly-get-grob-property grob 'text))))
3081
3082 \score {    
3083   \notes\relative c''' {
3084     \property Voice.Stem \set #'direction = #1
3085     \outputproperty #(make-text-checker "m.d.")
3086       #'extra-offset = #'(-3.5 . -4.5)
3087     a^2^"m.d."    
3088   }
3089 }
3090 @end lilypond
3091
3092 @refbugs
3093
3094 If possible, avoid this feature: the semantics are not very clean, and
3095 the syntax and semantics are up for rewrite.
3096
3097
3098
3099
3100 @node What to tune?
3101 @subsection What to tune?
3102
3103 This all tells you how to tune grobs, but you don't know what variables
3104 to set? The question is not answered in this part of the manual
3105 (although you may encounter some examples.).
3106
3107 Grob properties are tied directly to the implementation of LilyPond, and
3108 they are thus a moving target. Documentation of such variables is in the
3109 automatically generated documentation.  Description of properties are
3110 generated from the source code for each version. This documentation is
3111 therefore more up to date.  It should be available from the same place
3112 where you got this manual.
3113
3114 To decide how to tune a grob, you need to find the following information
3115 @itemize @bullet
3116 @item
3117 which grob to modify
3118 @item
3119 which property to modify
3120 @item
3121 which context the grob comes from.
3122 @end itemize
3123
3124 Included with the automatically generated documentation is a master list
3125 of grobs. Selecting a grob will take you to an overview of the
3126 properties available for that grob.
3127
3128 There is also a master list of contexts. Selecting one takes you to an
3129 overview of that context which lists which grob types are created there.
3130
3131
3132 @node Font selection
3133 @subsection Font selection
3134
3135 Most graphics in LilyPond are composed of characters of fonts.  You can
3136 alter the characteristics of the font by setting certain grob
3137 properties. The mechanism that is used for this resembles La@TeX{}'s New
3138 Font Selection Scheme. Within this scheme, a font is entirely
3139 characterized by its font name.
3140
3141 For each grob that uses fonts (in other words, each grob that supports
3142 @code{font-interface}) a font-name must be selected before it can be
3143 printed.  The font name is selected by looking at a number of grob
3144 properties:
3145
3146 @table @code
3147 @item font-family
3148  A symbol indicating the general class of the typeface.  Supported are
3149 @code{roman} (Computer Modern), @code{braces} (for piano staff braces),
3150 @code{music} (the standard music font), @code{dynamic} (font for dynamic
3151 signs) and @code{typewriter}
3152
3153 @item font-shape
3154   A symbol indicating the shape of the font, there are typically several
3155   font shapes available for each font family. Choices are @code{italic},
3156   @code{caps} and @code{upright} 
3157
3158 @item font-series
3159 A  symbol indicating the series of the font. There are typically several
3160 font series for each font family and shape. Choices are @code{medium}
3161 and @code{bold}. 
3162
3163 @item font-relative-size
3164   A number indicating the size relative the standard size.  For example,
3165   with 20pt staff height, relative size -1  corresponds to 16pt staff
3166   height, and relative size +1 corresponds to 23 pt staff height.
3167
3168 @item font-design-size
3169 A number indicating  the design size of the font. 
3170
3171 This is a feature of the Computer Modern Font: each point size has a
3172 slightly different design. Smaller design sizes are relatively wider,
3173 which enhances readability. Scalable type faces such TrueType and Adobe
3174 Type1 usually come as ``one design fits all sizes''.
3175
3176 @item font-name
3177   The name of the font, without the design size, e.g. @code{cmr},
3178 @code{cmti}, etc. Setting this overrides font-family, font-shape and
3179 font-series.
3180
3181
3182 @end table
3183
3184
3185 The font is selected by taking the first font that satisfies all
3186 qualifiers specified. You can override any of these fields through
3187 @code{\override} and @code{\revert}. The special value @code{*} matches
3188 any value for that qualifier.
3189
3190 @example
3191   \property Lyrics.LyricText \override #'font-series = #'bold
3192   \property Lyrics.LyricText \override #'font-shape = #'*
3193 @end example
3194
3195 @cindex @code{font-style}
3196
3197 There are also pre-cooked font selection qualifiers. These are selected
3198 through the grob property @code{font-style}.  For example, the style
3199 @code{finger} selects family @code{number} and relative size @code{-3}.
3200 Styles available include @code{volta}, @code{finger}, @code{tuplet},
3201 @code{timesig}, @code{mmrest}, @code{script}, @code{large}, @code{Large}
3202 and @code{dynamic}.
3203
3204 The style sheets and tables for selecting fonts are located in
3205 @file{scm/font.scm}. Refer to this file for more information.
3206
3207
3208 Setting @code{font-name} overrides all other qualifiers. The value for
3209 this property should be a string, the file name of the font. You may use
3210 this to use special fonts, which are not a part of the style sheet, or
3211 which have special encodings.
3212
3213 The size of the font may be set with the grob property
3214 @code{font-magnification}.  It is the size of font, relative to its
3215 standard size. For example, @code{1.0} is normal size.
3216
3217 @refbugs
3218
3219 Relative size is not linked to any real size.
3220
3221 There is no style sheet provided for other fonts besides the @TeX{}
3222 family.
3223
3224 @cindex font selection
3225 @cindex font magnification
3226 @cindex @code{font-interface}
3227
3228
3229 @node Text markup
3230 @subsection Text markup
3231 @cindex text markup
3232 @cindex markup text
3233
3234 LilyPond has an internal mechanism to typeset texts. You can
3235 form text markup expressions by composing scheme expressions
3236 in the following way.
3237
3238 @lilypond[verbatim, singleline]
3239  \relative c' {
3240     \fatText
3241     a^#"upright"
3242     b_#'(bold "bold")
3243     c^#'(italic "italic")
3244     d_#'((bold italic) "ff")
3245     e^#'(dynamic "ff")
3246     f_#'(lines "one" (bold "two"))
3247     g^#'(music "noteheads-2" ((raise . 2.4) "flags-u3"))
3248   }
3249 @end lilypond
3250
3251 Normally, the Scheme markup text is stored in the @code{text} property
3252 of a grob.  Formally, it is defined as follows:
3253
3254 @example
3255 text: string | (head? text+)
3256 head: markup | (markup+)
3257 markup-item: property | abbrev
3258 property: (@var{key} . @var{value})
3259 abbrev: @code{columns lines roman music bold italic named super sub}
3260         @code{overstrike text finger volta timesig mmrest mark script}
3261         @code{large Large dynamic}
3262 @end example
3263
3264 The markup is broken down and converted into a list of grob properties,
3265 which are prepended to the property list.  The @var{key}-@var{value}
3266 pair is a grob property. A list of properties available is included in
3267 the generated documentation for @rint{Text_interface}.
3268
3269 The following abbreviations are currently defined:
3270 @table @code
3271 @item columns
3272  horizontal mode: set all text on one line (default)
3273 @item lines
3274  vertical mode: set every text on a new line
3275 @item roman
3276  select roman font
3277 @item music
3278  selects the Feta font (the standard font for music notation glyphs),
3279 and uses named lookup
3280
3281 @item bold
3282  select bold series
3283 @item italic
3284  select italic shape
3285 @item named
3286  lookup by character name
3287 @item text
3288  plain text lookup (by character value)
3289 @item super
3290  superscript
3291 @item sub
3292  subscript
3293 @item overstrike
3294  the next text or character overstrikes this one
3295 @item finger
3296  select fingering number fontstyle
3297 @item volta
3298  select volta number fontstyle
3299 @item timesig
3300  select time signature number fontstyle
3301 @item mmrest
3302  select multi measure rest number fontstyle
3303 @item mark
3304  select mark number fontstyle
3305 @item script
3306  select scriptsize roman fontstyle
3307 @item large
3308  select large roman fontstyle
3309 @item Large
3310  select Large roman fontstyle
3311 @item dynamic
3312  select dynamics fontstyle
3313 @end table
3314
3315
3316 @cindex metronome mark
3317
3318 One practical application of complicated markup is to fake a metronome
3319 marking:
3320
3321 @lilypond[verbatim]
3322 #(define note '(columns
3323   (music "noteheads-2" ((kern . -0.1) "flags-stem"))))
3324 #(define eight-note `(columns ,note ((kern . -0.1)
3325   (music ((raise . 3.5) "flags-u3")))))
3326 #(define dotted-eight-note
3327   `(columns ,eight-note (music "dots-dot")))
3328
3329 \score {
3330   \notes\relative c'' {
3331     a1^#`((columns (font-relative-size . -1)) ,dotted-eight-note " = 64")
3332   }
3333   \paper {
3334     linewidth = -1.
3335     \translator{
3336       \ScoreContext
3337       TextScript \override #'font-shape = #'upright
3338     }
3339   }
3340 }
3341 @end lilypond
3342
3343 @node Invisible grobs
3344 @subsection Invisible grobs
3345 @cindex invisible grobs
3346
3347 @ignore
3348
3349 ben nog steeds niet kapot van de informatiedichtheid hier.
3350
3351 --hwn
3352
3353 @end ignore
3354
3355 You can imagine a number of situations where you would want to make
3356 certain grobs not show up in the output.  There may be aesthetic
3357 reasons, to make the output resemble an (old) manuscript as close as
3358 possible, or to make lessons or exercises for students.
3359
3360 Grobs can be made invisible in a number of ways:
3361
3362 Here's an example with blanked-out notes and stems:
3363 @lilypond[singleline,verbatim]
3364 blanknotes = {
3365   \property Voice.NoteHead \override
3366     #'transparent = ##t
3367   \property Voice.Stem \override
3368     #'transparent = ##t }
3369   
3370 unblanknotes = {
3371   \property Voice.NoteHead \revert #'transparent
3372   \property Voice.Stem \revert #'transparent }
3373
3374 \score {
3375   \notes\relative c'' {
3376     \time 6/4
3377     a b c b \blanknotes c \unblanknotes d
3378   }
3379 }
3380 @end lilypond
3381 This method makes the grobs invisible but they still take the normal space. 
3382 To remove all traces of the grob, you can redefine the function
3383 typesetting them:
3384 @lilypond[verbatim]
3385 \score {
3386   \notes\relative c'' {
3387     \key c \minor
3388     \time 6/4
3389     as bes c bes c d \break
3390     \property Staff.KeySignature \override #'molecule-callback = #'()
3391     as bes c bes c d 
3392   }
3393   \paper{linewidth=5.0\cm indent=0}
3394 }
3395 @end lilypond
3396
3397 A very rigorous way of removing grobs from the whole score is to remove
3398 the engraver that creates them. For example,
3399
3400 @lilypond[singleline,verbatim]
3401 \score {\notes { c'4 d'8 e'8 g2 }
3402   \paper { \translator {
3403      \VoiceContext
3404      \remove Stem_engraver
3405   } }
3406 }
3407 @end lilypond
3408
3409 @node Dirty tricks
3410 @subsection Dirty tricks
3411 @cindex embedded tex
3412
3413 It is possible to use @TeX{} commands in the strings, but this should be
3414 avoided because it makes it impossible for LilyPond to compute the
3415 exact length of the string, which may lead to collisions.  Also, @TeX{}
3416 commands won't work with direct PostScript output (see @ref{PostScript
3417 output}).
3418
3419 @lilypond[fragment,relative,verbatim]
3420   a'^"3 $\\times$ \\`a deux"
3421 @end lilypond
3422
3423 You can also use raw PostScript commands embedded in text scripts.  This
3424 offers ultimate flexibility, but requires you to learn PostScript.
3425 Currently, embedded PostScript will @strong{not} work with direct
3426 PostScript output.  Note that all dimensions that you use are in staff
3427 space.
3428
3429 @lilypond[verbatim]
3430 \score {
3431   \notes \relative c'' {
3432     a-#"\\embeddedps{3 4 moveto 5 3 rlineto stroke}"
3433     -#"\\embeddedps{ [ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke}"
3434     b-#"\\embeddedps{3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke}"
3435     s2
3436     a'1
3437   }
3438   \paper { linewidth = 70*\staffspace }
3439 }
3440 @end lilypond
3441
3442
3443 @c . {Page layout}
3444 @node Page layout
3445 @section Page layout
3446 @cindex Page layout
3447
3448 The page layout is the combined product of LilyPond formatting notation,
3449 and (La)@TeX{} putting the notation on a page, including page breaks.
3450 The part of LilyPond is documented here.
3451
3452 @menu
3453 * Paper block::                 
3454 * Paper variables::             
3455 * Font Size::                   
3456 * Paper size::                  
3457 * Line break::                  
3458 * Page break::                  
3459 * Output scaling::              
3460 @end menu
3461
3462 @c .  {Paper block}
3463 @node Paper block
3464 @subsection Paper block
3465 @cindex Paper block
3466
3467 The most important output definition is the @code{\paper} block, for
3468 music notation.  The syntax is
3469
3470 @example
3471   @code{\paper @{} [@var{paperidentifier}] @var{items} @code{@}}
3472 @end example
3473
3474 where each of the items is one of
3475
3476 @itemize @bullet
3477   @item  An assignment.
3478
3479   @item  A context definition.  See @ref{Interpretation context} for
3480        more information on context definitions.
3481
3482   @item  \stylesheet  declaration.  Its syntax is
3483        @example
3484                 \stylesheet @var{alist}
3485        @end example
3486
3487         See @file{scm/font.scm} for details of @var{alist}.
3488   @item an @code{\elementdescriptions} declaration.
3489         @example
3490                 \elementdescriptions @var{alist}
3491         @end example
3492         See @file{scm/grob-description.scm} for details of
3493 @var{alist}. This command is not user-serviceable.
3494
3495 @end itemize
3496
3497 @c .  {Paper variables}
3498 @node Paper variables
3499 @subsection Paper variables 
3500 @cindex Paper variables
3501
3502 The paper block has some variables you may want to use or change:
3503
3504 @table @code
3505 @cindex @code{indent}
3506   @item @code{indent}  
3507     The indentation of the first line of music.
3508 @cindex @code{staffspace}
3509
3510   @item @code{staffspace}
3511     The distance between two staff lines, calculated from the center
3512     of the lines.
3513
3514 @cindex @code{linewidth}
3515   @item @code{linewidth}  
3516     Sets the width of the lines.
3517
3518 If set to a negative value, a single unjustified line is produced.
3519 @c rename to singleLinePaper ?
3520 The shorthand @code{\singleLine} defines a default paper block that
3521 produces a single line.
3522
3523 @cindex @code{textheight}
3524
3525   @item @code{textheight}  
3526     Sets the total height of the music on each page. Only used by
3527 @code{ly2dvi}.
3528
3529 @cindex @code{interscoreline}
3530
3531   @item @code{interscoreline}  
3532     Sets the spacing between systems. The default is 16pt.
3533     
3534 @cindex @code{interscorelinefill}
3535
3536   @item @code{interscorelinefill}  
3537     If set to a positive number, the distance between the score 
3538     lines will stretch in order to fill the full page. In that
3539     case @code{interscoreline} specifies the minimum spacing.
3540
3541         Not set by default.
3542
3543
3544 @cindex @code{stafflinethickness}
3545
3546   @item @code{stafflinethickness}  
3547     Determines the thickness of staff lines, and also acts as a scaling
3548     parameter for other line thicknesses.
3549 @end table
3550
3551 You may enter these dimension using units (@code{cm}, @code{in},
3552 @code{mm}, @code{pt}), or relative to another dimension
3553 @example
3554         linewidth = 20.0 * \staffspace
3555         indent  = 0.5 \cm
3556 @end example
3557
3558
3559 @c .  {Font size}
3560 @node Font Size
3561 @subsection Font size
3562 @cindex font size
3563
3564 The Feta font provides musical symbols at six different sizes.  These
3565 fonts are 11 point, 13 point, 16 point, 20 point,
3566 23 point, and 26 point.  The point size of a font is the
3567 height of the five lines in a staff when displayed in the font.
3568
3569 Definitions for these sizes are the files @file{paperSZ.ly}, where
3570 @code{SZ} is one of 11, 13, 16, 20, 23 and 26.  If you include any of
3571 these files, the identifiers @code{paperEleven}, @code{paperThirteen},
3572 @code{paperSixteen}, @code{paperTwenty}, @code{paperTwentythree}, and
3573 @code{paperTwentysix} are defined respectively.  The default
3574 @code{\paper} block is also set.
3575
3576 The font definitions are generated using a Scheme function. For more
3577 details, see the file @file{scm/font.scm}.
3578
3579
3580
3581 @c .  {Paper size}
3582 @node Paper size
3583 @subsection Paper size
3584 @cindex Paper size
3585
3586 @cindex paper size
3587 @cindex page size
3588 @cindex @code{papersize}
3589
3590 To change the paper size, you must first set the
3591 @code{papersize} paper variable variable.  Set it to
3592 the strings @code{a4}, @code{letter}, or @code{legal}.  After this
3593 specification, you must set the font as described above.  If you want
3594 the default font, then use the 20 point font.
3595
3596 @example
3597         \paper@{ papersize = "a4" @}
3598         \include "paper16.ly"
3599 @end example
3600
3601 The file @code{paper16.ly}  will now include a file named @file{a4.ly}, which
3602 will set the paper variables @code{hsize} and @code{vsize} (used by
3603 Lilypond and @code{ly2dvi})
3604
3605 @c .  {Line break}
3606 @node Line break
3607 @subsection Line break
3608
3609 @cindex line breaks
3610 @cindex breaking lines
3611
3612 Line breaks are normally computed automatically. They are chosen such
3613 that the resulting spacing has low variation, and looks neither cramped
3614 nor loose.
3615
3616 Occasionally you might want to override the automatic breaks; you can do
3617 this by specifying @code{\break}. This will force a line break at this
3618 point. Do remember that line breaks can only occur at places where there
3619 are bar lines.  If you want to have a line break where there is no
3620 bar line, you can force an invisible bar line by entering @code{\bar
3621 ""}. Similarly, @code{\noBreak} forbids a line break at a certain point.
3622
3623 @cindex @code{\penalty}
3624
3625 The @code{\break} and @code{\noBreak} commands are defined in terms of
3626 the penalty command:
3627 @example
3628   \penalty @var{int} 
3629 @end example
3630
3631 This encourages or discourages LilyPond to make a line break at this
3632 point.
3633
3634 @refbugs
3635
3636 The scaling of the @code{\penalty} argument is not well-defined.  The
3637 command is rather kludgey, and slated for rewriting.
3638
3639 @c .  {Page break}
3640 @node Page break
3641 @subsection Page break
3642
3643 @cindex page breaks
3644 @cindex breaking pages
3645
3646 Page breaks are normally computed by @TeX{}, so they are not under
3647 direct control of LilyPond.  However, you can insert a commands into the
3648 @file{.tex} output to instruct @TeX{} where to break pages, by inserting
3649 the command @code{\newpage}
3650 @cindex @code{\newpage}
3651
3652 @example
3653   \newpage
3654 @end example
3655
3656 @c why do so difficult?
3657 @c maybe should explain contents of between-system.ly,
3658 @c but not now, we're talking about page breaks here.
3659 @c For more
3660 @c details, see the example file @file{input/test/between-systems.ly}
3661
3662
3663 @c .  {Output scaling}
3664 @node Output scaling
3665 @subsection Output scaling
3666
3667 [TODO]
3668
3669 @example
3670 dvips ...
3671 @end example
3672
3673 @example
3674 pstops ...
3675 @end example
3676
3677
3678 @refbugs
3679
3680 There is no mechanism to select magnification of particular fonts,
3681 meaning that you don't have access to continuously scaled fonts.
3682
3683
3684
3685 @c . {Output formats}
3686 @node Output formats
3687 @section Output formats
3688
3689 LilyPond can output processed music in different output formats.  
3690
3691 @menu
3692 * TeX output::                  
3693 * PostScript output::           
3694 * Scheme output::               
3695 * ASCIIScript output::          
3696 @end menu
3697
3698 @node TeX output
3699 @subsection TeX output
3700 @cindex TeX output
3701
3702 LilyPond will use @TeX{} by default.  Even if you want to produce
3703 PostScript output for viewing or printing, you should normally have
3704 LilyPond produce @TeX{} first.  The .tex output must be processed by
3705 @TeX{} (@strong{not} La@TeX{}) to generate a .dvi.  Then, @file{Dvips}
3706 is used to generate PostScript.  Alternatively, @file{ly2dvi} can be
3707 used to generate the .dvi for you.
3708
3709 @refbugs
3710
3711 Titling is not generated unless you use @file{ly2dvi}. 
3712
3713
3714 @node PostScript output
3715 @subsection PostScript output
3716 @cindex PostScript output
3717 @cindex direct PostScript output
3718
3719 LilyPond can produce PostScript directly, without going through @TeX{}.
3720 Currently, this is mainly useful if you cannot use TeX, because direct
3721 PostScript output has some problems; see Bugs below.
3722
3723 @example
3724 $ lilypond -fps foo.ly
3725 GNU LilyPond 1.3.144
3726 Now processing: `foo.ly'
3727 Parsing...
3728 Interpreting music...[3]
3729 Preprocessing elements... 
3730 Calculating column positions... 
3731 paper output to foo.ps...
3732
3733 $ cat /usr/share/lilypond/pfa/feta20.pfa foo.ps | lpr
3734 @end example
3735
3736
3737 @refbugs
3738
3739 Text font selection is broken.
3740
3741 The .ps file does not contain the .pfa font files.  To print a .ps
3742 created through direct postscript output, you should prepend the
3743 necessary .pfa files to LilyPond's .ps output, or upload them to the
3744 printer before printing.
3745
3746 The line height calculation is broken, you must set @var{lineheight} in
3747 the paperblock if you have more than one staff in your score, e.g.
3748
3749 @example
3750   ...
3751   \paper @{
3752     % Set line height to 40 staff spaces
3753     lineheight = 40    
3754   @}
3755 @end example
3756
3757 @node Scheme output
3758 @subsection Scheme output
3759 @cindex Scheme output
3760
3761 In the typesetting stage, LilyPond builds a page description, which is
3762 then written to disk in postscript, @TeX{} or ASCII art. Before it is
3763 written, the page description is represented as Scheme expressions.  You
3764 can also dump these  Scheme expressions to a file, which may be
3765 convenient for debugging output routines.  This is done with the Scheme
3766 output format
3767
3768 @example
3769 $ lilypond -fscm foo.ly
3770 GNU LilyPond 1.3.144
3771 Now processing: `foo.ly'
3772 Parsing...
3773 Interpreting music...[3]
3774 Preprocessing elements... 
3775 Calculating column positions... 
3776 paper output to foo.scm...
3777
3778 $ head -4 foo.scm 
3779 ;;; Usage: guile -s x.scm > x.tex
3780  (primitive-load-path 'standalone.scm)
3781 ; (scm-tex-output)
3782  (scm-ps-output)
3783
3784 $ guile -s foo.scm > foo.tex
3785 @end example
3786
3787
3788 @node ASCIIScript output
3789 @subsection ASCIIScript output
3790 @cindex ASCIIScript output
3791 @cindex ascii script
3792 @cindex ascii art
3793
3794 LilyPond can output ASCII Art.  This is a two step process, LilyPond
3795 produces an ASCII description file, dubbed ASCIIScript (extension
3796 @file{.as}).  ASCIIScript has a small and simple command set that
3797 includes font selection, character and string printing and line drawing
3798 commands.  The program @file{as2text} is used to translate an .as file
3799 to text.
3800
3801 To produce ASCII Art, you must include an ASCII Art paper definition
3802 file in your .ly, one of:
3803 @example
3804 \include "paper-as5.ly"
3805 \include "paper-as9.ly"
3806 @end example
3807
3808 Here's an example use for ASCII Art output (the example file
3809 @file{as-email.ly} is included in the LilyPond distribution), the staff
3810 symbol has been made invisible:
3811
3812 @example
3813 $ lilypond -fas as-email.ly
3814 GNU LilyPond 1.3.144
3815 Now processing: `as-email.ly'
3816 Parsing...
3817 Interpreting music...[3]
3818 Preprocessing elements... 
3819 Calculating column positions... [2]
3820 paper output to as-email.as...
3821
3822 $ as2text as-email.as 2>/dev/null
3823           |\
3824           |/     |##|##|      |  |  |  |  |
3825          /|      |  |  | |    |\ |\ |\ |\ |\ |
3826         / |_  3  |  |  | | 5  | )| )| )| )| )|
3827        | /| \ 8 *  *  *  | 8 *  *  *  *  *   |
3828         \_|_/            |                   |
3829         *_|
3830
3831                                                lily
3832 @end example
3833
3834
3835 @refbugs
3836
3837 The ASCII Art fonts are far from complete and not very well designed.
3838 It's easy to change the glyphs, though; if you think you can do better,
3839 have a look at @file{mf/*.af}.
3840
3841 Lots of resizable symbols such as slurs, ties and tuplets are missing.
3842
3843 The poor looks of most ASCII Art output and its limited general
3844 usefulness gives ASCII Art output a low priority; it may be
3845 dropped in future versions.
3846
3847 @c . {Sound}
3848 @node Sound
3849 @section Sound
3850 @cindex Sound
3851
3852 LilyPond can produce MIDI output.  The performance lacks lots of
3853 interesting effects, such as swing, articulation, slurring, etc., but it
3854 is good enough for proof-hearing the music you have entered.  Ties,
3855 dynamics and tempo changes are interpreted.
3856
3857 Dynamic marks, crescendi and decrescendi translate into MIDI volume
3858 levels.  Dynamic marks translate to a fixed fraction of the available
3859 MIDI volume range, crescendi and decrescendi make the the volume vary
3860 linearly between their two extremities.  The fractions be adjusted by
3861 overriding the @code{absolute-volume-alist} defined in
3862 @file{scm/midi.scm}.
3863
3864 For each type of musical instrument (that MIDI supports), a volume range
3865 can be defined.  This gives you basic equalizer control, which can
3866 enhance the quality of the MIDI output remarkably.  You can add
3867 instruments and ranges or change the default settings by overriding the
3868 @code{instrument-equalizer-alist} defined in @file{scm/midi.scm}.
3869
3870 Both loudness controls are combined to produce the final  MIDI volume. 
3871
3872
3873 @refbugs
3874
3875 It is currently not possible to use the percussion channel (generally
3876 channel 10 of a MIDI file).
3877
3878 @menu
3879 * MIDI block::                  
3880 * MIDI instrument names::       
3881 @end menu
3882
3883 @c .  {MIDI block}
3884 @node MIDI block
3885 @subsection MIDI block
3886 @cindex MIDI block
3887
3888
3889 The MIDI block is analogous to the paper block, but it is somewhat
3890 simpler.  The @code{\midi} block can contain:
3891 @cindex MIDI block
3892
3893 @itemize @bullet
3894   @item  a @code{\tempo} definition
3895   @item  context definitions
3896 @end itemize
3897
3898 Assignments in the @code{\midi} block are not allowed.
3899
3900
3901
3902 @cindex context definition
3903
3904 Context definitions follow precisely the same syntax as within the
3905 \paper block.  Translation modules for sound are called performers.
3906 The contexts for MIDI output are defined in @file{ly/performer.ly}.
3907
3908
3909 @node MIDI instrument names
3910 @subsection MIDI instrument names
3911
3912 @cindex instrument names
3913 @cindex @code{Staff.midiInstrument}
3914 @cindex @code{Staff.instrument}
3915
3916 The MIDI instrument name is set by the @code{Staff.midiInstrument}
3917 property or, if that property is not set, the @code{Staff.instrument}
3918 property.  The instrument name should be chosen from the list in
3919 @ref{MIDI instruments}.
3920
3921 @refbugs
3922
3923 If the selected string does not exactly match, then LilyPond uses the
3924 default (Grand Piano). It is not possible to select an instrument by
3925 number.
3926
3927
3928
3929
3930
3931
3932
3933
3934 @c FIXME: Note entry vs Music entry at top level menu is confusing.
3935 @c . {Music entry}
3936 @node Music entry
3937 @section Music entry
3938 @cindex Music entry
3939 @menu
3940 * Relative::                    
3941 * Bar check::                   
3942 * Point and click::             
3943 @end menu
3944
3945 When entering music with LilyPond, it is easy to introduce errors. This
3946 section deals with tricks and features that help you enter music, and
3947 find and correct mistakes.
3948
3949 @c .  {Relative}
3950 @node Relative
3951 @subsection Relative
3952 @cindex Relative
3953 @cindex relative octave specification
3954
3955 Octaves are specified by adding @code{'} and @code{,} to pitch names.
3956 When you copy existing music, it is easy to accidentally put a pitch in
3957 the wrong octave and hard to find such an error.  To prevent these
3958 errors, LilyPond features octave entry.
3959
3960 @cindex @code{\relative}
3961 @example
3962   \relative @var{startpitch} @var{musicexpr}
3963 @end example
3964
3965 The octave of notes that appear in @var{musicexpr} are calculated as
3966 follows: If no octave changing marks are used, the basic interval
3967 between this and the last note is always taken to be a fourth or less
3968 (This distance is determined without regarding alterations; a
3969 @code{fisis} following a @code{ceses} will be put above the
3970 @code{ceses})
3971
3972 The octave changing marks @code{'} and @code{,} can be added to raise or
3973 lower the pitch by an extra octave.  Upon entering relative mode, an
3974 absolute starting pitch must be specified that will act as the
3975 predecessor of the first note of @var{musicexpr}.
3976
3977 Entering music that changes octave frequently  is easy in relative mode.
3978 @lilypond[fragment,singleline,verbatim,center]
3979   \relative c'' {
3980     b c d c b c bes a 
3981   }
3982 @end lilypond
3983
3984 And octave changing marks are used for intervals greater than a fourth.
3985 @lilypond[fragment,verbatim,center]
3986   \relative c'' {
3987     c g c f, c' a, e'' }
3988 @end lilypond
3989
3990 If the preceding item is a chord, the first note of the chord is used
3991 to determine the first note of the next chord. However, other notes
3992 within the second chord are determined by looking at the immediately
3993 preceding note.
3994
3995 @lilypond[fragment,verbatim,center]
3996   \relative c' {
3997     c <c e g> 
3998     <c' e g>
3999     <c, e' g>
4000   }
4001 @end lilypond 
4002 @cindex @code{\notes}
4003
4004 The pitch after the @code{\relative} contains a note name.  To parse
4005 the pitch as a note name, you have to be in note mode, so there must
4006 be a surrounding @code{\notes} keyword (which is not
4007 shown here).
4008
4009 The relative conversion will not affect @code{\transpose},
4010 @code{\chords} or @code{\relative} sections in its argument.  If you
4011 want to use relative within transposed music, you must place an
4012 additional @code{\relative} inside the @code{\transpose}.
4013
4014
4015 @c .  {Bar check}
4016 @node Bar check
4017 @subsection Bar check
4018 @cindex Bar check
4019
4020 @cindex bar check
4021 @cindex @code{barCheckNoSynchronize}
4022 @cindex @code{|}
4023
4024
4025 Whenever a bar check is encountered during interpretation, a warning
4026 message is issued if it doesn't fall at a measure boundary.  This can
4027 help you find errors in the input.  Depending on the value of
4028 @code{barCheckNoSynchronize}, the beginning of the measure will be
4029 relocated, so this can also be used to shorten measures.
4030
4031 A bar check is entered using the bar symbol, @code{|}:
4032 @example
4033   \time 3/4 c2 e4 | g2.
4034 @end example
4035
4036
4037
4038 @cindex skipTypesetting
4039
4040 Failed bar checks are most often caused by entering incorrect
4041 durations. Incorrect durations often completely garble up the score,
4042 especially if it is polyphonic, so you should start correcting the score
4043 by scanning for failed bar checks and incorrect durations.  To speed up
4044 this process, you can use @code{skipTypesetting} (See @ref{Skipping
4045 corrected music})). Bar
4046
4047
4048 @c .  {Point and click}
4049 @node Point and click
4050 @subsection Point and click
4051
4052 Point and click lets you find notes in the input by clicking on them in
4053 the Xdvi window. This makes it very easy to find input that causes some
4054 error in the sheet music.
4055
4056 To use it, you need the following software
4057
4058 @unnumberedsubsec Installation
4059
4060 @itemize @bullet
4061 @item 
4062 @uref{ftp://ftp.math.berkeley.edu/pub/Software/TeX/xdvi.tar.gz,plain
4063 Xdvi} version 22.36 or newer.
4064
4065   Note that most @TeX{} distributions ship with xdvik, which is a
4066   different and less well maintained program. To find out which xdvi you
4067   are running, try @code{xdvi --version} or @code{xdvi.bin --version}.
4068 @item emacs
4069 @end itemize
4070
4071 Xdvi must be configured to find the TeX fonts and music
4072 fonts. Refer to the Xdvi documentation for more information.
4073
4074
4075 @unnumberedsubsec Using it
4076
4077 Add one of these lines to the top of your .ly file. The first one is for
4078 line location only. The second one is more convenient, but requires
4079 patching @code{emacsclient} and @code{server.el}.
4080
4081 @example
4082 #(set! point-and-click line-location)
4083 @end example
4084
4085 In the emacs startup file (usually @file{~/.emacs}), add the following
4086 @example
4087 (server-start)
4088 @end example
4089
4090 Make sure that  the environment  variable @code{XEDITOR} is set
4091 to
4092 @example
4093 emacsclient --no-wait +%l %f
4094 @end example
4095 The second one, that also specifies the column, only works if you have
4096 patched your emacsclient and server, and have compiled your @code{.ly}
4097 file using the @code{line-column-location} setting.
4098
4099 When viewing, control-mousebutton 1 will take you to the originating
4100 spot in the @file{.ly} file. Control-mousebutton 2 will show all
4101 clickable boxes.
4102
4103
4104 @unnumberedsubsec Column location
4105
4106 If you want emacs to jump to the exact spot (and not just the line) on a
4107 click, you must enable column positioning. To do so, you need to patch
4108 emacsclient. Apply @file{emacsclient.patch} (included with the source
4109 package) to @file{emacsclient.c} and @file{server.el} from the emacs
4110 source code. Recompile and stick the recompiled emacsclient into a bin
4111 directory, and put @file{server.el} into a elisp directory
4112 (e.g. @file{~/usr/share/emacs/}). Add the following to your @file{.emacs}
4113 init file, before invoking server-start.
4114
4115 @example
4116  (setq load-path (cons "~/usr/share/emacs" load-path))
4117 @end example
4118
4119 Set @code{XEDITOR} to @code{emacsclient --no-wait +%l:%c %f}
4120
4121 At the top of the @code{ly} file, replace the @code{set!} line with the
4122 following line
4123 @example
4124 #(set! point-and-click line-column-location)
4125 @end example
4126
4127 One final hint: if you correct large files with point-and-click, then
4128 start correcting at the end of the file. When you start at the top, and
4129 insert one line, all subsequent locations will be off by a line.
4130
4131
4132 @refbugs
4133
4134 When you convert the @TeX{} file to PostScript using @code{dvips}, it
4135 will complain about not finding @code{src:X:Y} files. Those complaints
4136 are harmless, and can be ignored.
4137
4138 @node Skipping corrected music
4139 @section Skipping corrected music
4140
4141 The property @code{Score.skipTypesetting} can be used to switch on and
4142 off typesetting completely during the interpretation phase. When
4143 typesetting is switched off, the music is processed much more quickly.
4144 You can use this to skip over the parts of a score that you have already
4145 checked for errors. 
4146
4147 @lilypond[fragment,singleline,verbatim]
4148 \relative c'' { c8 d
4149 \property Score.skipTypesetting = ##t
4150   e f g a g c, f e d
4151 \property Score.skipTypesetting = ##f
4152 c d b bes a g c2 } 
4153 @end lilypond
4154
4155
4156 @node Interpretation context
4157 @section Interpretation context
4158
4159 @menu
4160 * Creating contexts::           
4161 * Default contexts::            
4162 * Context properties::          
4163 * Engravers and performers::    
4164 * Changing context definitions::  
4165 * Defining new contexts::       
4166 @end menu
4167
4168
4169 Interpretation contexts are objects that only exist during a run of
4170 LilyPond.  During the interpretation phase of LilyPond (when it prints
4171 "interpreting music"), the music expression in a @code{\score} block is
4172 interpreted in time order. This is the same order that humans hear and
4173 play the music.
4174
4175 During this interpretation, the interpretation context holds the
4176 state for the current point within the music. It contains information
4177 like
4178
4179 @itemize @bullet
4180   @item What notes are playing at this point?
4181   @item What symbols will be printed at this point?
4182   @item What is the current key signature, time signature, point within
4183        the measure, etc.?
4184 @end itemize
4185
4186 Contexts are grouped hierarchically: A @internalsref{Voice} context is
4187 contained in a @internalsref{Staff} context (because a staff can contain
4188 multiple voices at any point), a @internalsref{Staff} context is contained in
4189 @internalsref{Score}, @internalsref{StaffGroup}, or @internalsref{ChoirStaff} context.
4190
4191 Contexts associated with sheet music output are called @emph{notation
4192 contexts}, those for sound output are called @emph{performance
4193 contexts}. The default definitions of the standard notation and
4194 performance contexts can be found in @file{ly/engraver.ly} and
4195 @file{ly/performer.ly}, respectively.
4196
4197
4198 @node Creating contexts
4199 @subsection Creating contexts
4200
4201 @cindex @code{\context}
4202 @cindex context selection
4203
4204 Contexts for a music expression can be selected manually, using the
4205 following music expression.
4206
4207 @example
4208   \context @var{contexttype} [= @var{contextname}] @var{musicexpr}
4209 @end example
4210
4211 This instructs lilypond to interpret @var{musicexpr} within the context
4212  of type @var{contexttype} and with name @var{contextname}.  If this
4213 context does not exist, it will be created.  
4214
4215 @lilypond[verbatim,singleline]
4216 \score {
4217   \notes \relative c'' {
4218     c4 <d4 \context Staff = "another" e4> f
4219   }
4220 }
4221
4222 @end lilypond
4223
4224 In this example, the @code{c} and @code{d} are printed on the
4225 default staff.  For the @code{e}, a context Staff called
4226 @code{another} is specified; since that does not exist, a new
4227 context is created.  Within @code{another}, a (default) Voice context
4228 is created for the @code{e4}.  When all music referring to a
4229 context is finished, the context is ended as well.  So after the
4230 third quarter, @code{another} is removed.
4231
4232
4233
4234 @node Default contexts
4235 @subsection Default contexts
4236
4237 Most music expressions don't need an explicit @code{\context}
4238 declaration: they inherit the 
4239 notation context from their parent. Each note is a music expression, and
4240 as you can see in the following example, only the sequential music
4241 enclosing the three notes has an explicit context. 
4242
4243 @lilypond[verbatim,singleline]
4244 \score { \notes \context Voice = goUp { c'4 d' e' } } 
4245 @end lilypond
4246
4247 There are some quirks that you must keep in mind when dealing with
4248 defaults:
4249
4250 First, every top level music is interpreted by the Score context, in other
4251 words, you may think of @code{\score} working like
4252 @example
4253         \score @{
4254                 \context Score @var{music}
4255         @}
4256 @end example
4257
4258 Second, contexts are created automatically to be able to interpret the
4259 music expressions. Consider the following example.
4260
4261 @lilypond[verbatim, singleline]
4262 \score { \context Score \notes { c'4 (  d' )e' } }
4263 @end lilypond
4264
4265 The sequential music is interpreted by the Score context initially
4266 (notice that the @code{\context} specification is redundant), but when a
4267 note is encountered, contexts are setup to accept that note. In this
4268 case, a Thread, Voice and Staff are created. The rest of the sequential
4269 music is also interpreted with the same Thread, Voice and Staff context,
4270 putting the notes on the same staff, in the same voice.
4271
4272 This is a convenient mechanism, but do not expect opening chords to work
4273 without @code{\context}. For every note, a separate staff is
4274 instantiated.
4275
4276 @cindex explicit context
4277 @cindex starting with chords
4278 @cindex chords, starting with
4279
4280 @lilypond[verbatim, singleline]
4281 \score { \notes <c'4 es'> } 
4282 @end lilypond
4283
4284 Of course, if the chord is preceded by a normal note in sequential
4285 music, the chord will be interpreted by the Thread of the preceding
4286 note:
4287 @lilypond[verbatim,singleline]
4288 \score { \notes { c'4 <c'4 es'> }  }
4289 @end lilypond
4290
4291
4292
4293 @node Context properties
4294 @subsection Context properties
4295
4296 Notation contexts have properties. These properties are from
4297 the @file{.ly} file using the following  expression:
4298 @cindex @code{\property}
4299 @example
4300   \property @var{contextname}.@var{propname} =  @var{value}
4301 @end example
4302
4303 Sets the @var{propname} property of the context @var{contextname} to the
4304 specified Scheme expression @var{value}.  All @var{propname} and
4305 @var{contextname} are strings, which are typically unquoted.
4306
4307 Properties that are set in one context are inherited by all of the
4308 contained contexts.  This means that a property valid for the
4309 @internalsref{Voice} context can be set in the @internalsref{Score} context (for
4310 example) and thus take effect in all @internalsref{Voice} contexts.
4311
4312 Properties can be unset using the following expression:
4313 @example
4314   \property @var{contextname}.@var{propname} \unset
4315 @end example
4316
4317 @cindex properties, unsetting
4318 @cindex @code{\unset} 
4319
4320 This removes the definition of @var{propname} in @var{contextname}. If
4321 @var{propname} was not defined in @var{contextname} (but was inherited
4322 from a higher context), then this has no effect.
4323
4324
4325 @refbugs
4326
4327 The syntax of @code{\unset} is asymmetric: @code{\property \unset} is not
4328 the inverse of @code{\property \set}.
4329
4330 @node Engravers and performers
4331 @subsection Engravers and performers
4332
4333 [TODO]
4334
4335 Basic building blocks of translation are called engravers; they are
4336 special C++ classes.
4337
4338
4339
4340 @c .  {Context definitions}
4341 @node Changing context definitions
4342 @subsection Changing context definitions
4343
4344 @cindex context definition
4345 @cindex translator definition
4346
4347 The most common way to define a context is by extending an existing
4348 context.  You can change an existing context from the paper block, by
4349 first initializing a translator with an existing context identifier:
4350 @example
4351 \paper @{
4352   \translator @{
4353     @var{context-identifier}
4354   @} @}
4355 @end example
4356 Then you can add and remove engravers using the following syntax:
4357 @example
4358  \remove @var{engravername}
4359  \consists @var{engravername}
4360 @end example
4361
4362
4363 Here @var{engravername} is a string, the name of an engraver in the
4364 system.
4365
4366
4367 @lilypond[verbatim,singleline]
4368 \score {  \notes {
4369         c'4 c'4 }
4370   \paper {
4371     \translator  { \StaffContext
4372         \remove Clef_engraver
4373        } } }
4374 @end lilypond
4375
4376 @cindex engraver
4377
4378 You can also set properties in a translator definition. The syntax is as
4379 follows:
4380 @example
4381  @var{propname} = @var{value}
4382  @var{propname} \set  @var{grob-propname} = @var{pvalue}
4383  @var{propname} \override @var{grob-propname} =  @var{pvalue}
4384  @var{propname} \revert @var{grob-propname} 
4385 @end example
4386 @var{propname} is a string, @var{grob-propname} a symbol, @var{value}
4387 and @code{pvalue} are Scheme expressions. These type of property
4388 assignments happen before interpretation starts, so a @code{\property}
4389 command will override any predefined settings.
4390
4391
4392  To simplify editing translators, all standard contexts have standard
4393 identifiers called @var{name}@code{Context}, e.g. @code{StaffContext},
4394 @code{VoiceContext}, see @file{ly/engraver.ly}.
4395
4396 @node Defining new contexts
4397 @subsection Defining new contexts
4398
4399 If you want to build a context from scratch, you must also supply the
4400 following extra information:
4401 @itemize @bullet
4402   @item  A name, specified by @code{\name @var{contextname}}.
4403
4404   @item A cooperation module. This is specified by   @code{\type
4405 @var{typename}}.
4406 @end itemize
4407
4408 This is an example:
4409 @example
4410 \translator @code{
4411   \type "Engraver_group_engraver"
4412   \name "SimpleStaff"
4413   \alias "Staff"
4414   \consists "Staff_symbol_engraver"
4415   \consists "Note_head_engraver"
4416   \consistsend "Axis_group_engraver"
4417 }@
4418 @end example
4419
4420 The argument of @code{\type} is the name for a special engraver that
4421 handles cooperation between simple engravers such as
4422 @code{Note_head_engraver} and @code{Staff_symbol_engraver}. Alternatives
4423 for this engraver are the following:
4424 @table @code
4425 @cindex @code{Engraver_group_engraver}
4426   @item @code{Engraver_group_engraver}  
4427     The standard cooperation engraver.
4428
4429 @cindex @code{Score_engraver}
4430
4431   @item @code{Score_engraver}  
4432     This is cooperation module that should be in the top level context,
4433 and only the top level context.
4434
4435 @cindex @code{Grace_engraver_group}
4436
4437   @item @code{Grace_engraver_group}  
4438     This is a special cooperation module (resembling
4439     @code{Score_engraver}) that is used to create an embedded
4440     `miniscore'.
4441 @end table 
4442
4443 Other modifiers   are
4444
4445 @itemize @bullet
4446   @item @code{\alias} @var{alternate-name}
4447     This specifies a different name. In the above example,
4448 @code{\property Staff.X = Y} will also work on @code{SimpleStaff}s
4449
4450   @item  @code{\consistsend} @var{engravername} 
4451     Analogous to @code{\consists}, but makes sure that
4452     @var{engravername} is always added to the end of the list of
4453     engravers.
4454
4455     Some engraver types need to be at the end of the list; this
4456     insures they stay there even if a user adds or removes engravers.
4457 End-users generally don't need this command.
4458     
4459   @item  @code{\accepts} @var{contextname}
4460     Add @var{contextname} to the list of contexts this context can
4461     contain in the context hierarchy. The first listed context is the
4462     context to create by default.
4463
4464   @item @code{\denies}. The opposite of @code{\accepts}. Added for
4465 completeness, but is never used in practice.
4466  
4467   
4468   @item  @code{\name} @var{contextname} 
4469     This sets the type name of the context, e.g. @internalsref{Staff},
4470     @internalsref{Voice}.  If the name is not specified, the translator won't do
4471     anything. 
4472 @end itemize
4473
4474 In the @code{\paper} block, it is also possible to define translator
4475 identifiers.  Like other block identifiers, the identifier can only
4476 be used as the very first item of a translator.  In order to define
4477 such an identifier outside of @code{\score}, you must do
4478
4479 @quotation
4480 @example 
4481 \paper @{
4482   foo = \translator @{ @dots{} @}
4483 @}
4484 \score @{
4485   \notes @{
4486     @dots{}
4487   @}
4488   \paper @{
4489     \translator @{ \foo @dots{} @}
4490   @}
4491 @} 
4492 @end example 
4493
4494 @end quotation
4495
4496
4497 @cindex paper types, engravers, and pre-defined translators
4498
4499       
4500
4501
4502
4503
4504 @c . {Syntactic details}
4505 @node Syntactic details
4506 @section Syntactic details
4507 @cindex Syntactic details
4508
4509 This section describes details that were too boring to be put elsewhere.
4510
4511 @menu
4512 * Top level::                   
4513 * Identifiers::                 
4514 * Music expressions::           
4515 * Manipulating music expressions::  
4516 * Assignments::                 
4517 * Lexical modes::               
4518 * Ambiguities::                 
4519 @end menu
4520
4521 @c .  {Top level}
4522 @node Top level
4523 @subsection Top level
4524 @cindex Top level
4525
4526 This section describes what you may enter at top level.
4527
4528
4529 @c .   {Score}
4530 @subsubsection Score
4531 @cindex Score
4532
4533 @cindex score definition
4534
4535 The output is generated combining a music expression with an output
4536 definition.  A score block has the following syntax:
4537
4538 @example
4539   \score @{ @var{musicexpr} @var{outputdefs} @}
4540 @end example
4541
4542 @var{outputdefs} are zero or more output definitions.  If none is
4543 supplied, the default @code{\paper} block will be added.
4544
4545
4546
4547 @c .   {Default output}
4548 @subsubsection Default output
4549
4550 Default values for the @code{\paper} and @code{\midi} block are set by
4551 entering such a block at the top level.
4552
4553 @c .   {Header}
4554 @subsubsection Header
4555 @cindex Header
4556 @cindex @code{\header}
4557
4558
4559 A header describes bibliographic information of the file's contents.  It
4560 can also appear in a @code{\score} block.  Tools like @code{ly2dvi} can
4561 use this information for generating titles.  Key values that are used by
4562 @code{ly2dvi} are: title, subtitle, composer, opus, poet, instrument,
4563 meter, arranger, piece and tagline.
4564
4565 @cindex @code{ly2dvi}
4566
4567 The syntax is
4568 @example
4569   \header @{ @var{key1} = @var{val1}
4570              @var{key2} = @var{val2} @dots{} @}
4571 @end example
4572
4573 It is customary to put the @code{\header} at the top of the file.
4574
4575 @subsubsection Default output
4576
4577 A @code{\midi} or @code{\paper} block at top level sets the default
4578 paper block for all scores that lack an explicit paper block.
4579
4580 @c .  {Identifiers}
4581 @node Identifiers
4582 @subsection Identifiers
4583 @cindex  Identifiers
4584
4585 @ignore
4586  What has this section got to do with identifiers?
4587  It seems more appropriate in the introduction to Chapter 4,
4588  "Internals".
4589
4590    /MB
4591 @end ignore
4592
4593 All of the information in a LilyPond input file, is internally
4594 represented as a Scheme value. In addition to normal Scheme data types
4595 (such as pair, number, boolean, etc.), LilyPond has a number of
4596 specialized data types,
4597
4598 @itemize @bullet
4599 @item Input
4600 @item c++-function
4601 @item Music
4602 @item Identifier
4603 @item Translator_def
4604 @item Duration
4605 @item Pitch
4606 @item Score
4607 @item Music_output_def
4608 @item Moment (rational number)
4609 @end itemize
4610
4611 LilyPond also includes some transient object types. Objects of these
4612 types are built during a LilyPond run, and do not `exist' per se within
4613 your input file. These objects are created as a result of your input
4614 file, so you can include commands in the input to manipulate them,
4615 during a lilypond run.
4616
4617 @itemize @bullet
4618 @item Grob: short for Graphical object. See @ref{Grobs}. 
4619 @item Molecule: device-independent page output object,
4620 including dimensions.  Produced by some Grob functions
4621 See @ref{Molecules}
4622 @item Translator: object that produces audio objects or Grobs. This is
4623 not yet user accessible.
4624 @item Font_metric: object representing a font. (See @ref{Font metrics})
4625
4626 @end itemize
4627
4628
4629 @node Music expressions
4630 @subsection Music expressions
4631
4632 @cindex music expressions
4633
4634 Music in LilyPond is entered as a music expression.  Notes, rests, lyric
4635 syllables are music expressions, and you can combine music expressions
4636 to form new ones, for example by enclosing a list of expressions in
4637 @code{\sequential @{ @}} or @code{< >}.  In the following example, a
4638 compound expression is formed out of the quarter note @code{c} and a
4639 quarter note @code{d}:
4640
4641 @example 
4642 \sequential @{ c4 d4 @} 
4643 @end example 
4644
4645 @cindex Sequential music
4646 @cindex @code{\sequential}
4647 @cindex sequential music
4648 @cindex @code{<}
4649 @cindex @code{>}
4650 @cindex Simultaneous music
4651 @cindex @code{\simultaneous}
4652
4653 The two basic compound  music expressions are simultaneous  and
4654 sequential music.
4655
4656 @example
4657   \sequential @code{@{} @var{musicexprlist} @code{@}}
4658   \simultaneous @code{@{} @var{musicexprlist} @code{@}}
4659 @end example
4660 For both, there is a shorthand:
4661 @example
4662   @code{@{} @var{musicexprlist} @code{@}}
4663 @end example
4664 for sequential and
4665 @example
4666   @code{<} @var{musicexprlist} @code{>}
4667 @end example
4668 for simultaneous music.
4669 In principle, the way in which you nest sequential and simultaneous to
4670 produce music is not relevant.  In the following example, three chords
4671 are expressed in two different ways:
4672
4673 @lilypond[fragment,verbatim,center]
4674   \notes \context Voice {
4675     <a c'> <b  d' > <c' e'>
4676     < { a b  c' } { c' d' e' } >
4677   }
4678 @end lilypond
4679
4680
4681 Other compound music expressions include
4682 @example
4683  \repeat @var{expr}
4684  \transpose @var{pitch} @var{expr}
4685  \apply @var{func} @var{expr}
4686  \context @var{type} = @var{id} @var{expr}
4687  \times @var{fraction} @var{expr}
4688 @end example
4689
4690
4691 @c . {Manipulating music expressions}
4692 @node Manipulating music expressions
4693 @subsection  Manipulating music expressions
4694
4695 The @code{\apply} mechanism gives you access to the internal
4696 representation of music. You can write Scheme-functions that operate
4697 directly on it. The syntax is 
4698 @example
4699         \apply #@var{func} @var{music}
4700 @end example
4701 This means that @var{func} is applied to @var{music}.  The function
4702 @var{func} should return a music expression.
4703
4704 This example replaces the text string of a script. It also shows a dump
4705 of the music it processes, which is useful if you want to know more
4706 about how music is stored.
4707
4708 @lilypond[verbatim,singleline]
4709 #(define (testfunc x)
4710         (if (equal? (ly-get-mus-property x 'text) "foo")
4711                 (ly-set-mus-property x 'text "bar"))
4712         ;; recurse
4713         (ly-set-mus-property x 'elements
4714           (map testfunc (ly-get-mus-property x 'elements)))
4715         (display x)
4716         x        
4717 )
4718 \score { \notes
4719   \apply #testfunc { c'4_"foo" }
4720
4721 @end lilypond
4722
4723 For more information on what is possible, see the automatically
4724 generated documentation.
4725
4726
4727 Directly accessing internal representations is dangerous: the
4728 implementation is subject to changes, so you should avoid this feature
4729 if possible.
4730
4731 A final example is a function that reverses a piece of music in time:
4732
4733 @lilypond[verbatim,singleline]
4734 #(define (reverse-music music)
4735   (let* ((elements (ly-get-mus-property music 'elements))
4736          (reversed (reverse elements))
4737          (span-dir (ly-get-mus-property music 'span-direction)))
4738     (ly-set-mus-property music 'elements reversed)
4739     (if (dir? span-dir)
4740         (ly-set-mus-property music 'span-direction (- span-dir)))
4741     (map reverse-music reversed)
4742     music))
4743
4744 music = \notes { c'4 d'4( e'4 f'4 }
4745
4746 \score { \context Voice {
4747     \music
4748     \apply #reverse-music \music
4749   }
4750 }
4751 @end lilypond
4752
4753 More examples are given in the distributed example files in
4754 @code{input/test/}.
4755
4756 @c .   {Span requests}
4757 @menu
4758 * Span requests::               
4759 @end menu
4760
4761 @node Span requests
4762 @subsubsection Span requests
4763 @cindex Span requests
4764
4765 Notational constructs that start and end on different notes can be
4766 entered using span requests. The syntax is as follows:
4767
4768
4769 @example
4770   \spanrequest @var{startstop} @var{type}
4771 @end example
4772
4773
4774 @cindex @code{\start}
4775 @cindex @code{\stop}
4776
4777 This defines a spanning request. The @var{startstop} parameter is either
4778 -1 (@code{\start}) or 1 (@code{\stop}) and @var{type} is a string that
4779 describes what should be started.  Much of the syntactic sugar is a
4780 shorthand for @code{\spanrequest}, for example,
4781
4782 @lilypond[fragment,verbatim,center]
4783   c'4-\spanrequest \start "slur"
4784   c'4-\spanrequest \stop "slur"
4785 @end lilypond
4786
4787 Among the supported types are @code{crescendo}, @code{decrescendo},
4788 @code{beam}, @code{slur}. This is an internal command.  Users are
4789 encouraged to use the shorthands which are defined in the initialization
4790 file @file{spanners.ly}.
4791
4792
4793 @c .   {Assignments}
4794 @node Assignments
4795 @subsection Assignments
4796 @cindex Assignments
4797
4798 Identifiers allow objects to be assigned to names during the parse
4799 stage.  To assign an identifier, you use @var{name}@code{=}@var{value}
4800 and to refer to an identifier, you precede its name with a backslash:
4801 `@code{\}@var{name}'.  @var{value} is any valid Scheme value or any of
4802 the input-types listed above.  Identifier assignments can appear at top
4803 level in the LilyPond file, but also in @code{\paper} blocks.
4804
4805 An identifier can be created with any string for its name, but you will
4806 only be able to refer to identifiers whose names begin with a letter,
4807 being entirely alphabetical.  It is impossible to refer to an identifier
4808 whose name is the same as the name of a keyword.
4809
4810 The right hand side of an identifier assignment is parsed completely
4811 before the assignment is done, so it is allowed to redefine an
4812 identifier in terms of its old value, e.g.
4813
4814 @example
4815 foo = \foo * 2.0
4816 @end example
4817
4818 When an identifier is referenced, the information it points to is
4819 copied.  For this reason, an identifier reference must always be the
4820 first item in a block.
4821 @example
4822 \paper  @{
4823   foo = 1.0
4824   \paperIdent % wrong and invalid
4825 @}
4826
4827 \paper @{
4828   \paperIdent % correct
4829   foo = 1.0 @}
4830 @end example
4831
4832
4833 @c .  {Lexical modes}
4834 @node Lexical modes
4835 @subsection Lexical modes
4836 @cindex Lexical modes
4837 @cindex input mode
4838 @cindex mode, input 
4839 @cindex @code{\notes}
4840 @cindex @code{\chords}
4841 @cindex @code{\lyrics}
4842
4843 To simplify entering notes, lyrics, and chords, LilyPond has three
4844 special input modes in addition to the default mode: note, lyrics and
4845 chords mode.  These input modes change the way that normal, unquoted
4846 words are interpreted: for example, the word @code{cis} may be
4847 interpreted as a C-sharp, as a lyric syllable `cis' or as a C-sharp
4848 major triad respectively.
4849
4850 A mode switch is entered as a compound music expression
4851 @example
4852 @code{\notes} @var{musicexpr}
4853 @code{\chords} @var{musicexpr}
4854 @code{\lyrics} @var{musicexpr}.
4855 @end example
4856
4857 In each of these cases, these expressions do not add anything to the
4858 meaning of their arguments.  They just instruct the parser in what mode
4859 to parse their arguments.  The modes are treated in more detail in
4860 @ref{Lyrics} and @ref{Chords}.
4861
4862 Different input modes may be nested.
4863
4864 @c .  {Ambiguities}
4865 @node Ambiguities
4866 @subsection Ambiguities
4867 @cindex ambiguities
4868 @cindex grammar
4869
4870
4871 The grammar contains a number of ambiguities. We hope to resolve them at
4872 some time.
4873
4874 @itemize @bullet
4875   @item  The assignment
4876
4877 @example 
4878 foo = bar 
4879 @end example 
4880          is interpreted as the string identifier assignment. However,
4881 it can also  be interpreted as making a string identifier @code{\foo}
4882        containing @code{"bar"}, or a music identifier @code{\foo}
4883        containing the syllable `bar'.  
4884
4885   @item  If you do a nested repeat like
4886
4887        @quotation
4888
4889 @example 
4890 \repeat @dots{}
4891 \repeat @dots{}
4892 \alternative 
4893 @end example 
4894
4895        @end quotation
4896
4897        then it is ambiguous to which @code{\repeat} the
4898        @code{\alternative} belongs.  This is the classic if-then-else
4899        dilemma.  It may be solved by using braces.
4900
4901   @item The parser is not sophisticated enough to distinguish at the
4902 right time between
4903         @code{c4*2 / 3 } and @code{c4*2 / g} (in chord mode).
4904
4905 [checkme]
4906
4907 @end itemize
4908
4909
4910 @c .  {Lexical details}
4911 @node Lexical details
4912 @section Lexical details
4913
4914 Even more boring details, now on lexical side of the input parser.
4915
4916 @menu
4917 * Comments::                    
4918 * Direct Scheme::               
4919 * Keywords::                    
4920 * Integers::                    
4921 * Reals::                       
4922 * Strings::                     
4923 * Main input::                  
4924 * File inclusion::              
4925 * Version information::         
4926 @end menu
4927
4928
4929 @node Comments
4930 @subsection Comments
4931
4932 @cindex comments
4933 @cindex block comment
4934 @cindex line comment
4935
4936 @cindex @code{%}
4937
4938 A one line comment is introduced by a @code{%} character. 
4939 Block comments are started by @code{%@{} and ended by @code{%@}}. 
4940 They cannot be nested.
4941
4942 @node Direct Scheme
4943 @subsection Direct Scheme
4944
4945 @cindex Scheme
4946 @cindex GUILE
4947 @cindex Scheme, in-line code
4948
4949
4950 LilyPond contains a Scheme interpreter (the GUILE library) for
4951 internal use. In some places, Scheme expressions also form valid syntax:
4952 wherever it is allowed,
4953 @example
4954   #@var{scheme}
4955 @end example
4956 evaluates the specified Scheme code.  Example:
4957 @example
4958   \property Staff.TestObject \override #'foobar =  #(+ 1 2)
4959 @end example
4960 @code{\override} expects two Scheme expressions, so there are two Scheme
4961 expressions. The first one is a symbol (@code{foobar}), the second one
4962 an integer (namely, 3).
4963
4964 In-line scheme may be used at the top level. In this case the result is
4965 discarded.
4966
4967 Scheme is a full-blown programming language, and a full discussion is
4968 outside the scope of this document. Interested readers are referred to
4969 the website @uref{http://www.schemers.org/} for more information on
4970 Scheme.
4971
4972
4973 @node Keywords
4974 @subsection Keywords
4975 @cindex Keywords
4976
4977
4978 Keywords start with a backslash, followed by a number of lower case
4979 alphabetic characters.  These are all the keywords.
4980
4981 @example
4982 apply arpeggio autochange spanrequest commandspanrequest
4983 simultaneous sequential accepts alternative bar breathe
4984 char chordmodifiers chords clef cm consists consistsend
4985 context denies duration dynamicscript elementdescriptions
4986 font grace header in lyrics key mark pitch
4987 time times midi mm name pitchnames notes outputproperty
4988 override set revert partial paper penalty property pt
4989 relative remove repeat addlyrics partcombine score
4990 script stylesheet skip textscript tempo translator
4991 transpose type
4992 @end example
4993
4994 @node Integers
4995 @subsection Integers
4996
4997 @cindex integers
4998 @cindex @code{+}
4999 @cindex @code{-}
5000 @cindex @code{*}
5001 @cindex @code{/}
5002
5003 Formed from an optional minus sign followed by digits.  Arithmetic
5004 operations cannot be done with integers, and integers cannot be mixed
5005 with reals.
5006
5007 @node Reals
5008 @subsection Reals
5009 @cindex real numbers
5010
5011
5012
5013
5014
5015 Formed from an optional minus sign and a sequence of digits followed
5016 by a @emph{required} decimal point and an optional exponent such as
5017 @code{-1.2e3}.  Reals can be built up using the usual operations:
5018 `@code{+}', `@code{-}', `@code{*}', and
5019 `@code{/}', with parentheses for grouping.
5020
5021 @cindex @code{\mm},
5022 @cindex @code{\in}
5023 @cindex @code{\cm}
5024 @cindex @code{\pt}
5025 @cindex dimensions
5026
5027 A real constant can be followed by one of the dimension keywords:
5028 @code{\mm} @code{\pt}, @code{\in}, or @code{\cm}, for millimeters,
5029 points, inches and centimeters, respectively.  This converts the number
5030 a number that is the internal representation of that dimension.
5031
5032
5033 @node Strings
5034 @subsection Strings
5035 @cindex string
5036 @cindex concatenate
5037
5038 Begins and ends with the @code{"} character.  To include a @code{"}
5039 character in a string write @code{\"}.  Various other backslash
5040 sequences have special interpretations as in the C language.  A string
5041 that contains no spaces can be written without the quotes.  Strings can
5042 be concatenated with the @code{+} operator.
5043
5044
5045 @node Main input
5046 @subsection Main input
5047 @cindex Main input
5048
5049 @cindex @code{\maininput}
5050
5051 The @code{\maininput} command is used in init files to signal that the
5052 user file must be read. This command cannot be used in a user file.
5053
5054 @node File inclusion
5055 @subsection File inclusion
5056 @cindex @code{\include}
5057 @example
5058   \include @var{filename}
5059 @end example
5060
5061 Include @var{filename}.  The argument @var{filename} may be a quoted string (an
5062 unquoted string will not work here!) or a string identifier.  The full
5063 filename including the @file{.ly} extension must be given,
5064
5065
5066 @node Version information
5067 @subsection Version information 
5068 @cindex @code{\version}
5069 @example
5070   \version @var{string} 
5071 @end example
5072
5073 Specify the version of LilyPond that a file was written for.  The
5074 argument is a version string in quotes, for example @code{"1.2.0"}. 
5075 This is used to detect invalid input, and to aid
5076 @code{convert-ly}  a tool that automatically upgrades input files. See
5077 See @ref{convert-ly} for more information on @code{convert-ly}.
5078
5079 @cindex convert-ly
5080
5081
5082
5083
5084
5085
5086 @c .{Local emacs vars}
5087 @c Local variables:
5088 @c mode: texinfo
5089 @c minor-mode: font-lock
5090 @c minor-mode: outline
5091 @c outline-layout: (-1 : 0)
5092 @c outline-use-mode-specific-leader: "@c \."
5093 @c outline-primary-bullet: "{"
5094 @c outline-stylish-prefixes: nil
5095 @c outline-override-protect: t
5096 @c End:
5097