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