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