]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/advanced-notation.itely
* lily/tie-column.cc (set_directions): set directions only once.
[lilypond.git] / Documentation / user / advanced-notation.itely
1 @c -*- coding: latin-1; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3
4 @c A menu is needed before every deeper *section nesting of @node's; run 
5 @c     M-x texinfo-all-menus-update
6 @c to automatically fill in these menus before saving changes
7
8
9 @node Advanced notation
10 @chapter Advanced notation
11
12 This chapter deals with rarely-used and advanced notation.
13
14 @menu
15 * Text::                        
16 * Preparing parts::             
17 * Orchestral music::            
18 * Contemporary notation::       
19 * Educational use::             
20 * Automatic notation::          
21 @end menu
22
23
24
25 @node Text
26 @section Text
27
28 This section explains how to include text (with various formatting) in
29 your scores.
30
31 @menu
32 * Text scripts::                
33 * Text spanners::               
34 * Text marks::                  
35 * Text markup::                 
36 * Text encoding::               
37 * Nested scores::               
38 * Overview of text markup commands::  
39 * Font selection::              
40 * New dynamic marks::           
41 * Other text markup issues::    
42 @end menu
43
44
45 @node Text scripts
46 @subsection Text scripts
47
48 @cindex Text scripts
49 @cindex text items, non-empty
50 @cindex non-empty texts
51
52 It is possible to place arbitrary strings of text or @ref{Text markup}
53 above or below notes by using a string @code{c^"text"}.  By default,
54 these indications do not influence the note spacing, but by using the
55 command @code{\fatText}, the widths will be taken into account
56
57 @lilypond[quote,fragment,raggedright,verbatim,relative=1]
58 c4^"longtext" \fatText c4_"longlongtext" c4
59 @end lilypond
60
61 More complex formatting may also be added to a note by using the
62 markup command,
63 @lilypond[fragment,raggedright,verbatim,quote]
64 c'4^\markup { bla \bold bla }
65 @end lilypond
66
67 The @code{\markup} is described in more detail in
68 @ref{Text markup}.
69
70
71 @refcommands
72
73 @cindex @code{\fatText}
74 @code{\fatText},
75 @cindex @code{\emptyText}
76 @code{\emptyText}.
77
78
79 @seealso
80
81 In this manual: @ref{Text markup}.
82
83 Program reference: @internalsref{TextScript}.
84
85
86 @node Text spanners
87 @subsection Text spanners
88
89 @cindex Text spanners
90
91 Some performance indications, e.g., @i{rallentando} or @i{accelerando},
92 are written as text and are extended over many measures with dotted
93 lines.  Such texts are created using text spanners; attach
94 @code{\startTextSpan} and @code{\stopTextSpan} to the first and last
95 notes of the spanner.
96
97 The string to be printed, as well as the style, is set through object
98 properties
99
100 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
101 c1
102 \textSpannerDown
103 \override TextSpanner #'edge-text = #'("rall " . "")
104 c2\startTextSpan b c\stopTextSpan a
105 \break
106 \textSpannerUp
107 \override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "")
108 c2\startTextSpan b c\stopTextSpan a
109 @end lilypond
110
111 @refcommands
112
113 @cindex textSpannerUp
114 @code{textSpannerUp},
115 @cindex textSpannerDown 
116 @code{textSpannerDown},
117 @cindex textSpannerNeutral
118 @code{textSpannerNeutral}.
119
120
121 @seealso
122
123 Program reference: @internalsref{TextSpanner}.
124
125 Examples: @inputfileref{input/@/regression,text@/-spanner@/.ly}.
126
127
128 @node Text marks
129 @subsection Text marks
130
131 @cindex coda on bar line
132 @cindex segno on bar line
133 @cindex fermata on bar line
134 @cindex bar lines, symbols on
135 @cindex @code{\mark}
136
137 The @code{\mark} command is primarily used for
138 @ref{Rehearsal marks},
139 but it can also be used to put signs like coda,
140 segno, and fermata on a bar line.  Use @code{\markup} to
141 access the appropriate symbol
142
143 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
144 c1 \mark \markup { \musicglyph #"scripts.ufermata" }
145 c1
146 @end lilypond
147
148 @noindent
149 @code{\mark} is only typeset above the top stave of the score.  If
150 you specify the @code{\mark} command at a bar line, the resulting
151 mark is placed above the bar line.  If you specify it in the middle
152 of a bar, the resulting mark is positioned between notes.  If it is
153 specified before the beginning of a score line, it is placed
154 before the first note of the line.  Finally, if the mark occurs at
155 a line break, the mark will be printed at the
156 beginning of the next line.
157 @c  IMO this is a bug; hopefully it'll be fixed soon, so I can
158 @c  delete this sentence.   -gp
159 If there is no next line, then the mark will not be printed at all.
160
161
162 @commonprop
163
164 To print the mark at the end of the current line, use
165
166 @example
167 \override Score.RehearsalMark
168   #'break-visibility = #begin-of-line-invisible
169 @end example
170
171 @code{\mark} is often useful for adding text to the end of bar.  In
172 such cases, changing the @code{#'self-alignment} is very useful
173
174 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
175 \override Score.RehearsalMark
176   #'break-visibility = #begin-of-line-invisible
177 c1 c c c4 c c c
178 \once \override Score.RehearsalMark #'self-alignment-X = #right
179 \mark "D.S. al Fine "
180 @end lilypond
181
182
183 @seealso
184
185 Program reference: @internalsref{RehearsalMark}.
186
187
188 @node Text markup
189 @subsection Text markup
190
191 @cindex markup
192 @cindex text markup
193 @cindex markup text
194 @cindex typeset text
195
196 Use @code{\markup} to typeset text.  Commands are entered with the
197 backslash @code{\}.
198
199 @lilypond[quote,verbatim,fragment,relative=1]
200 c1^\markup { hello }
201 c1_\markup { hi there }
202 c1^\markup { hi \bold there, is \italic anyone home? }
203 @end lilypond
204
205 @noindent
206 See @ref{Overview of text markup commands} for a list of all
207 commands.
208
209 @code{\markup} is primarily used for @internalsref{TextScript}s,
210 but it can also be used anywhere text is called in lilypond
211
212 @lilypond[quote,verbatim]
213 \header{ title = \markup{ \bold { foo \italic { bar! } } } }
214 \score{
215   \relative c'' {
216     \override Score.RehearsalMark
217       #'break-visibility = #begin-of-line-invisible
218     \override Score.RehearsalMark #'self-alignment-X = #right
219
220     \set Staff.instrument = \markup{ \column{ Alto solo } }
221     c2^\markup{ don't be \flat }
222     \override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "")
223     b2\startTextSpan
224     a2\mark \markup{ \large \bold Fine }
225     r2\stopTextSpan
226     \bar "||"
227   }
228   \addlyrics { bar, foo \markup{ \italic bar! } }
229 }
230 @end lilypond
231
232 @cindex font switching
233
234 The markup in the example demonstrates font switching commands.  The
235 command @code{\bold} and @code{\italic} apply to the first following 
236 word only; to apply a command to more than one word, enclose the
237 words with braces,
238
239 @example
240 \markup @{ \bold @{ hi there @} @}
241 @end example
242
243 @noindent
244 For clarity, you can also do this for single arguments, e.g.,
245
246 @example
247 \markup @{ is \italic @{ anyone @} home @}
248 @end example
249
250 In markup mode you can compose expressions, similar to mathematical
251 expressions, XML documents, and music expressions.  You can stack
252 expressions grouped vertically with the command @code{\column}.
253 Similarly, @code{\center-align} aligns texts by their center lines:
254
255 @lilypond[quote,verbatim,fragment,relative=1]
256 c1^\markup { \column { a bbbb \line { c d } } }
257 c1^\markup { \center-align { a bbbb c } }
258 c1^\markup { \line { a b c } }
259 @end lilypond
260
261 Lists with no previous command are not kept distinct.  The expression
262
263 @example
264 \center-align @{ @{ a b @} @{ c d @} @} 
265 @end example
266
267 @noindent
268
269 is equivalent to
270
271 @example
272 \center-align @{ a b c d @}
273 @end example
274
275 @noindent
276
277 To keep lists of words distinct, please use quotes @code{"} or
278 the @code{\line} command
279
280 @lilypond[quote,verbatim,fragment,relative=1]
281 \fatText
282 c4^\markup{ \center-align { on three lines } }
283 c4^\markup{ \center-align { "all one line" } }
284 c4^\markup{ \center-align { { on three lines } } }
285 c4^\markup{ \center-align { \line { on one line } } }
286 @end lilypond
287
288 Markups can be stored in variables and these variables
289 may be attached to notes, like
290 @example
291 allegro = \markup @{ \bold \large @{ Allegro @} @}
292  @{ a^\allegro b c d @}
293 @end example
294
295 Some objects have alignment procedures of their own, which cancel out
296 any effects of alignments applied to their markup arguments as a
297 whole.  For example, the @internalsref{RehearsalMark} is horizontally
298 centered, so using @code{\mark \markup @{ \left-align .. @}} has no
299 effect.
300
301
302 @seealso
303
304 This manual: @ref{Overview of text markup commands}.
305
306 Program reference: @internalsref{TextScript}.
307
308 Init files: @file{scm/@/new@/-markup@/.scm}.
309
310
311 @refbugs
312
313 Kerning or generation of ligatures is only done when the @TeX{}
314 backend is used.  In this case, LilyPond does not account for them so
315 texts will be spaced slightly too wide.
316
317 Syntax errors for markup mode are confusing.
318
319
320 @node Text encoding
321 @subsection Text encoding
322
323 LilyPond uses the Pango library to format multi-lingual texts, and
324 does not perform any input-encoding conversions.  This means that any
325 text, be it title, lyric text, or musical instruction containing
326 non-ASCII characters, must be utf-8.  Easiest to enter such texts is
327 by using a Unicode-aware editor, and save using utf-8 encoding.  Most
328 popular modern editors have utf-8 support, for example, vim, Emacs,
329 jEdit, and GEdit do.
330
331 Depending on the fonts installed, the following fragment shows Hebrew
332 and Cyrillic lyrics,
333
334 @cindex Cyrillic
335 @cindex Hebrew
336 @cindex ASCII, non
337
338 @lilypondfile[fontload]{utf-8.ly}
339
340 The @TeX{} backend does not handle encoding specially at all.  Strings
341 in the input are put in the output as-is.  Extents of text items in the
342 @TeX{} backend, are determined by reading a file created via the
343 @file{texstr} backend,
344
345 @example
346 lilypond -b texstr input/les-nereides.ly
347 latex les-nereides.texstr
348 @end example
349
350 The last command produces @file{les-nereides.textmetrics}, which is
351 read when you execute
352
353 @example
354 lilypond -b tex input/les-nereides.ly
355 @end example
356
357 Both @file{les-nereides.texstr} and @file{les-nereides.tex} need
358 suitable LaTeX wrappers to load appropriate La@TeX{} packages for
359 interpreting non-ASCII strings.
360
361
362 @seealso
363
364 @inputfileref{input/regression,utf-8.ly}
365
366
367 @node Nested scores
368 @subsection Nested scores
369
370 It is possible to nest music inside markups, by adding a @code{\score}
371 block to a markup expression.  Such a score must contain a @code{\layout}
372 block.
373
374 @lilypond[quote,verbatim,raggedright]
375 \relative {
376   c4 d^\markup {
377     \score {
378       \relative { c4 d e f }
379       \layout { }
380     }
381   }
382   e f
383 }
384 @end lilypond
385
386
387 @node Overview of text markup commands
388 @subsection Overview of text markup commands
389
390 The following commands can all be used inside @code{\markup @{ @}}.
391
392 @include markup-commands.tely
393
394
395 @node Font selection
396 @subsection Font selection
397
398 @cindex font selection
399 @cindex font magnification
400 @cindex @code{font-interface}
401
402 By setting the object properties described below, you can select a
403 font from the preconfigured font families.  LilyPond has default
404 support for the feta music fonts. Text fonts are selected through
405 Pango/FontConfig. The serif font defaults to New Century Schoolbook,
406 the sans and typewriter to whatever the Pango installation defaults
407 to.
408
409
410 @itemize @bullet
411 @item @code{font-encoding}
412 is a symbol that sets layout of the glyphs.  This should only be set to
413 select different types of non-text fonts, eg.
414
415 @code{fetaBraces} for piano staff braces, @code{fetaMusic} the
416 standard music font, including ancient glyphs, @code{fetaDynamic} for
417 dynamic signs and @code{fetaNumber} for the number font.
418
419 @item @code{font-family}
420 is a symbol indicating the general class of the typeface.  Supported are
421 @code{roman} (Computer Modern), @code{sans}, and @code{typewriter}.
422   
423 @item @code{font-shape}
424 is a symbol indicating the shape of the font.  There are typically
425 several font shapes available for each font family.  Choices are
426 @code{italic}, @code{caps}, and @code{upright}.
427
428 @item @code{font-series}
429 is a symbol indicating the series of the font.  There are typically
430 several font series for each font family and shape.  Choices are
431 @code{medium} and @code{bold}. 
432
433 @end itemize
434
435 Fonts selected in the way sketched above come from a predefined style
436 sheet. If you want to use a font from outside the style sheet, 
437 then set the 
438 @code{font-name} property, 
439
440 @lilypond[fragment,verbatim]
441 {
442   \override Staff.TimeSignature #'font-name = #"Times"
443   \override Staff.TimeSignature #'font-size = #2
444   \time 3/4
445   c'1_\markup {
446     \override #'(font-name . "Vera Bold")
447       { This text is in Vera Bold }
448   }
449 }
450 @end lilypond
451
452 @noindent
453 Any font can be used, as long as it is available to Pango/FontConfig.
454
455 The size of the font may be set with the @code{font-size}
456 property. The resulting size is taken relative to the
457 @code{text-font-size} as defined in the @code{\paper} block.
458
459 @cindex font size
460 @cindex font magnification
461
462
463 It is also possible to change the default font family for the entire
464 document. This is done by calling the @code{make-pango-font-tree} from
465 within the @code{\paper} block. The function takes names for the font
466 families to use for roman, sans serif and monospaced text. For
467 example,
468
469 @cindex font families, setting
470 @cindex Pango
471
472
473 @lilypond[verbatim]
474 \paper  {
475   myStaffSize = #20
476   
477   #(define fonts
478     (make-pango-font-tree "Times New Roman"
479                           "Helvetica"
480                           "Courier"
481                            (/ myStaffSize 20)))
482 }
483
484 {
485   c'^\markup { roman: foo \sans bla \typewriter bar }
486 }
487 @end lilypond
488
489
490 @seealso
491
492 Examples: @file{ly/@/font@/-family@/-override.ly}
493
494
495 @node New dynamic marks
496 @subsection New dynamic marks
497
498 It is possible to print new dynamic marks or text that should be aligned
499 with dynamics.  Use @code{make-dynamic-script} to create these marks.
500
501 @cindex make-dynamic-script
502
503 @lilypond[quote,verbatim,raggedright]
504 sfzp = #(make-dynamic-script "sfzp")
505 \relative c' {
506   c4 c c\sfzp c
507 }
508 @end lilypond
509
510 @cindex Dynamics, editorial
511 @cindex Dynamics, parenthesis
512
513 It is also possible to print dynamics in round parenthesis or square
514 brackets.  These are often used for adding editorial dynamics.
515
516 @lilypond[quote,verbatim,raggedright]
517 rndf = \markup{ \center-align {\line { \bold{\italic (}
518   \dynamic f \bold{\italic )} }} }
519 boxf = \markup{ \bracket { \dynamic f } }
520 { c'1_\rndf c'1_\boxf }
521 @end lilypond
522
523
524 @node Other text markup issues
525 @subsection Other text markup issues
526
527 To use a normal font within a title, you must define it manually
528
529 @example
530 #(def-markup-command (normal-font layout props arg) (markup?)
531   "Switch to normal text font"
532   (interpret-markup layout (cons '((font-series . 'medium) (font-shape . 'upright)) props) arg))
533
534 \header@{
535   title = \markup@{ ABCD \normal-font ABCD @}
536 @}
537 @end example
538
539
540
541 @node Preparing parts
542 @section Preparing parts
543
544 This section describes various notation that are useful for preparing
545 individual parts.
546
547 @menu
548 * Multi measure rests::         
549 * Metronome marks::             
550 * Rehearsal marks::             
551 * Bar numbers::                 
552 * Instrument names::            
553 * Instrument transpositions::   
554 * Ottava brackets::             
555 * Different editions from one source::  
556 @end menu
557
558
559 @node Multi measure rests
560 @subsection Multi measure rests
561
562 @cindex multi measure rests
563 @cindex full measure rests
564 @cindex Rests, multi measure
565 @cindex Rests, full measure
566 @cindex whole rests for a full measure
567 @cindex @code{R}
568
569 Rests for one full measure (or many bars) are entered using `@code{R}'.  It
570 is specifically meant for full bar rests and for entering parts: the rest
571 can expand to fill a score with rests, or it can be printed as a single
572 multi-measure rest.  This expansion is controlled by the property
573 @code{Score.skipBars}.  If this is set to true, empty measures will not
574 be expanded, and the appropriate number is added automatically
575
576 @lilypond[quote,raggedright,fragment,verbatim]
577 \time 4/4 r1 | R1 | R1*2
578 \set Score.skipBars = ##t R1*17 R1*4
579 @end lilypond
580
581 The @code{1} in @code{R1} is similar to the duration notation used for
582 notes.  Hence, for time signatures other than 4/4, you must enter other
583 durations.  This can be done with augmentation dots or fractions
584
585 @lilypond[quote,raggedright,fragment,verbatim]
586 \set Score.skipBars = ##t
587 \time 3/4
588 R2. | R2.*2
589 \time 13/8
590 R1*13/8
591 R1*13/8*12 |
592 \time 10/8 R4*5*4 |
593 @end lilypond
594
595 An @code{R} spanning a single measure is printed as either a whole rest
596 or a breve, centered in the measure regardless of the time signature.
597
598 If there are only a few measures of rest, LilyPond prints ``church rests''
599 (a series of rectangles) in the staff.  To replace that with a simple
600 rest, use @code{MultiMeasureRest.expand-limit}.
601
602 @lilypond[quote,raggedright,fragment,verbatim]
603 \set Score.skipBars = ##t
604 R1*2 | R1*5 | R1*9
605 \override MultiMeasureRest #'expand-limit = 1
606 R1*2 | R1*5 | R1*9
607 @end lilypond
608
609 @cindex text on multi-measure rest
610 @cindex script on multi-measure rest
611 @cindex fermata on multi-measure rest
612
613 Texts can be added to multi-measure rests by using the
614 @var{note}-@code{markup} syntax @ref{Text markup}.
615 A variable (@code{\fermataMarkup}) is provided for
616 adding fermatas
617
618 @lilypond[quote,raggedright,verbatim,fragment]
619 \set Score.skipBars = ##t
620 \time 3/4
621 R2.*10^\markup { \italic "ad lib." }
622 R2.^\fermataMarkup
623 @end lilypond
624
625 If you want to have text on the left end of a multi-measure rest,
626 attach the text to a zero-length skip note, i.e.,
627
628 @example
629 s1*0^"Allegro"
630 R1*4
631 @end example
632
633
634 @seealso
635
636 Program reference: @internalsref{MultiMeasureRestMusicGroup},
637 @internalsref{MultiMeasureRest}.
638
639 The layout object @internalsref{MultiMeasureRestNumber} is for the
640 default number, and @internalsref{MultiMeasureRestText} for user
641 specified texts.
642
643
644 @refbugs
645
646 It is not possible to use fingerings (e.g., @code{R1-4}) to put numbers
647 over multi-measure rests.  And the pitch of multi-measure rests (or
648 staff-centered rests) can not be influenced.
649
650 @cindex condensing rests
651
652 There is no way to automatically condense multiple rests into a single
653 multi-measure rest.  Multi-measure rests do not take part in rest
654 collisions.
655
656 Be careful when entering multi-measure rests followed by whole
657 notes.  The following will enter two notes lasting four measures each
658 @example
659 R1*4 cis cis
660 @end example
661 When @code{skipBars} is set, the result will look OK, but the bar
662 numbering will be off.
663
664
665 @node Metronome marks
666 @subsection Metronome marks
667
668 @cindex Tempo
669 @cindex beats per minute
670 @cindex metronome marking
671
672 Metronome settings can be entered as follows
673 @example
674 \tempo @var{duration} = @var{per-minute}
675 @end example
676
677 In the MIDI output, they are interpreted as a tempo change.  In the
678 layout output, a metronome marking is printed
679 @cindex @code{\tempo}
680 @lilypond[quote,raggedright,verbatim,fragment]
681 \tempo 8.=120 c''1
682 @end lilypond
683
684
685 @commonprop
686
687 To change the tempo in the MIDI output without printing anything, make
688 the metronome marking invisible
689 @example
690 \once \override Score.MetronomeMark #'transparent = ##t
691 @end example
692
693 To print other metronome markings, use these markup commands
694 @lilypond[quote,raggedright,verbatim,relative,fragment]
695 c4^\markup {
696   "("
697   \smaller \general-align #Y #DOWN \note #"16." #1
698   "="
699   \smaller \general-align #Y #DOWN \note #"8" #1"
700   ")" }
701 @end lilypond
702
703 @noindent
704 See @ref{Text markup} for more details.
705
706
707 @seealso
708
709 Program reference: @internalsref{MetronomeMark}.
710
711
712 @refbugs
713
714 Collisions are not checked.  If you have notes above the top line of
715 the staff (or notes with articulations, slurs, text, etc), then the
716 metronome marking may be printed on top of musical symbols.  If this
717 occurs, increase the padding of the metronome mark to place it 
718 further away from the staff.
719
720 @example
721 \override Score.MetronomeMark #'padding = #2.5
722 @end example
723
724
725 @node Rehearsal marks
726 @subsection Rehearsal marks
727
728 @cindex Rehearsal marks
729 @cindex @code{\mark}
730
731 To print a rehearsal mark, use the @code{\mark} command
732
733 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
734 c1 \mark \default
735 c1 \mark \default
736 c1 \mark #8
737 c1 \mark \default
738 c1 \mark \default
739 @end lilypond
740
741 @noindent
742 The letter@tie{}`I' is skipped in accordance with engraving traditions.
743 If you wish to include the letter `I', then use
744
745 @example
746 \set Score.markFormatter = #format-mark-alphabet
747 @end example
748
749 The mark is incremented automatically if you use @code{\mark
750 \default}, but you can also use an integer argument to set the mark
751 manually.  The value to use is stored in the property
752 @code{rehearsalMark}.
753
754 The style is defined by the property @code{markFormatter}.  It is a
755 function taking the current mark (an integer) and the current context
756 as argument.  It should return a markup object.  In the following
757 example, @code{markFormatter} is set to a canned procedure.  After a
758 few measures, it is set to function that produces a boxed number.
759
760 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
761 \set Score.markFormatter = #format-mark-numbers
762 c1 \mark \default
763 c1 \mark \default
764 \set Score.markFormatter = #format-mark-box-numbers
765 c1 \mark \default
766 c1 \mark \default
767 c1
768 @end lilypond
769
770 The file @file{scm/@/translation@/-functions@/.scm} contains the definitions
771 of @code{format-mark-numbers} (the default format), @code{format-mark-box-numbers},
772 @code{format-mark-letters} and @code{format-mark-box-letters}.
773 These can be used as inspiration for other formatting functions.
774
775
776 @seealso
777
778 Program reference: @internalsref{RehearsalMark}.
779
780 Init files: @file{scm/@/translation@/-functions@/.scm} contains the
781 definition of @code{format-mark-numbers} and
782 @code{format-mark-letters}.  They can be used as inspiration for other
783 formatting functions.
784
785 Examples: @inputfileref{input/@/regression,rehearsal@/-mark@/-letter@/.ly},
786
787 @inputfileref{input/@/regression,rehearsal@/-mark@/-number@/.ly}.
788
789
790 @node Bar numbers
791 @subsection Bar numbers
792
793 @cindex Bar numbers
794 @cindex measure numbers
795 @cindex @code{currentBarNumber}
796
797 Bar numbers are printed by default at the start of the line.  The
798 number itself is stored in the @code{currentBarNumber} property, which
799 is normally updated automatically for every measure.
800
801 Bar numbers can be typeset at regular intervals instead of at the
802 beginning of each line.  This is illustrated in the following example,
803 whose source is available as
804 @inputfileref{input/@/test,bar@/-number@/-regular@/-interval@/.ly}
805
806 @lilypondfile[raggedright,quote]{bar-number-regular-interval.ly}
807
808 Bar numbers can be typeset manually by tweaking the
809 @code{markFormatter} property
810
811 @lilypond[verbatim,raggedright,quote]
812 \relative c' {
813   \set Score.markFormatter
814     = #(lambda (mark context)
815       (make-bold-markup
816         (make-box-markup
817           (number->string (ly:context-property context
818                                                'currentBarNumber)))))
819
820   c1 \bar "||" \mark \default c1 c1 \mark \default c1 \bar "|."
821 }
822 @end lilypond
823
824 Bar numbers can be manually changed by setting the
825 @code{Staff.currentBarNumber} property
826
827 @lilypond[verbatim,raggedright,quote]
828 \relative c' {
829   \repeat unfold 4 {c4 c c c} \break
830   \set Score.currentBarNumber = #50
831   \repeat unfold 4 {c4 c c c}
832 }
833 @end lilypond
834
835
836 @seealso
837
838 Program reference: @internalsref{BarNumber}.
839
840 Examples:
841 @inputfileref{input/@/test,bar@/-number@/-every@/-five@/-reset@/.ly},
842 and @inputfileref{input/@/test,bar@/-number@/-regular@/-interval@/.ly}.
843
844
845 @refbugs
846
847 Bar numbers can collide with the @internalsref{StaffGroup} bracket, if
848 there is one at the top.  To solve this, the
849 @code{padding} property of @internalsref{BarNumber} can be
850 used to position the number correctly.
851
852
853 @node Instrument names
854 @subsection Instrument names
855
856 In an orchestral score, instrument names are printed at the left side
857 of the staves.
858
859 This can be achieved by setting @internalsref{Staff}.@code{instrument}
860 and @internalsref{Staff}.@code{instr}.  This will print a string before
861 the start of the staff.  For the first staff, @code{instrument} is
862 used, for the following ones, @code{instr} is used.
863
864 @lilypond[quote,verbatim,raggedright,relative=1,fragment]
865 \set Staff.instrument = "Ploink "
866 \set Staff.instr = "Plk "
867 c1
868 \break
869 c''
870 @end lilypond
871
872 You can also use markup texts to construct more complicated instrument
873 names, for example
874
875 @lilypond[quote,fragment,verbatim,raggedright]
876 \set Staff.instrument = \markup {
877   \column { "Clarinetti"
878             \line { "in B" \smaller \flat } } }
879 c''1
880 @end lilypond
881
882 If you wish to center the instrument names, you must center all of them
883
884 @lilypond[quote,verbatim,raggedright]
885 { <<
886 \new Staff {
887   \set Staff.instrument = \markup {
888     \center-align { "Clarinetti"
889       \line { "in B" \smaller \flat } } }
890   c''1
891 }
892 \new Staff {
893   \set Staff.instrument = \markup{ \center-align { Vibraphone }}
894   c''1
895 }
896 >>
897 }
898 @end lilypond
899
900 For longer instrument names, it may be useful to increase the
901 @code{indent} setting in the @code{\layout} block.
902
903 @seealso
904
905 Program reference: @internalsref{InstrumentName}.
906
907 @refbugs
908
909 When you put a name on a grand staff or piano staff, the width of the
910 brace is not taken into account. The following property setting can be
911 used to move the instrument names to the left, in such situations.
912
913 @example
914 \override Score.InstrumentName #'space-alist = #'((left-edge extra-space . 2.0))
915 @end example
916
917
918 @node Instrument transpositions
919 @subsection Instrument transpositions
920
921 @cindex transposition, MIDI
922 @cindex transposition, instrument
923
924 The key of a transposing instrument can also be specified.  This
925 applies to many wind instruments, for example, clarinets (B-flat, A, and
926 E-flat), horn (F) and trumpet (B-flat, C, D, and E-flat).
927
928 The transposition is entered after the keyword @code{\transposition}
929
930 @example
931 \transposition bes   %% B-flat clarinet
932 @end example
933
934 @noindent
935 This command sets the property @code{instrumentTransposition}.  The value of
936 this property is used for MIDI output and quotations.  It does not
937 affect how notes are printed in the current staff.  To change the printed
938 output, see @ref{Transpose}.
939
940 The pitch to use for @code{\transposition} should correspond to the
941 transposition of the notes.  For example, when entering a score in
942 concert pitch, typically all voices are entered in C, so
943 they should be entered as
944
945 @example
946 clarinet = @{
947   \transposition c'
948   ...
949 @}
950 saxophone = @{
951   \transposition c'
952   ...
953 @}
954 @end example
955
956 The command @code{\transposition} should be used when the music is
957 entered from a (transposed) orchestral part.  For example, in
958 classical horn parts, the tuning of the instrument is often changed
959 during a piece.  When copying the notes from the part, use
960 @code{\transposition}, e.g.,
961
962 @example
963 \transposition d'
964 c'4^"in D"
965 ...
966 \transposition g'
967 c'4^"in G"
968 ...
969 @end example
970
971
972 @node Ottava brackets
973 @subsection Ottava brackets
974
975 `Ottava' brackets introduce an extra transposition of an octave for
976 the staff.  They are created by invoking the function
977 @code{set-octavation}
978
979 @cindex ottava
980 @cindex 15ma
981 @cindex octavation
982
983 @lilypond[quote,raggedright,verbatim,fragment]
984 \relative c''' {
985   a2 b
986   #(set-octavation 1)
987   a b
988   #(set-octavation 0)
989   a b
990 }
991 @end lilypond
992
993 The @code{set-octavation} function also takes -1 (for 8va bassa) and 2
994 (for 15ma) as arguments.  Internally the function sets the properties
995 @code{ottavation} (e.g., to @code{"8va"}) and
996 @code{centralCPosition}.  For overriding the text of the bracket, set
997 @code{ottavation} after invoking @code{set-octavation}, i.e.,
998
999 @lilypond[quote,raggedright,verbatim]
1000 {
1001   #(set-octavation 1)
1002   \set Staff.ottavation = #"8"
1003   c'''
1004 }
1005 @end lilypond
1006
1007
1008 @seealso
1009
1010 Program reference: @internalsref{OttavaBracket}.
1011
1012 Examples: @inputfileref{input/@/regression,ottava@/.ly},
1013 @inputfileref{input/@/regression,ottava@/-broken@/.ly}.
1014
1015
1016 @refbugs
1017
1018 @code{set-octavation} will get confused when clef changes happen
1019 during an octavation bracket.
1020
1021
1022 @node Different editions from one source
1023 @subsection Different editions from one source
1024
1025 @cindex @code{\tag}
1026 @cindex tag
1027
1028 The @code{\tag} command marks music expressions with a name.  These
1029 tagged expressions can be filtered out later.  With this mechanism it
1030 is possible to make different versions of the same music source.
1031
1032 In the following example, we see two versions of a piece of music, one
1033 for the full score, and one with cue notes for the instrumental part
1034
1035 @example
1036 c1
1037 <<
1038   \tag #'part <<
1039     R1 \\
1040     @{
1041       \set fontSize = #-1
1042       c4_"cue" f2 g4 @}
1043   >>
1044   \tag #'score R1
1045 >>
1046 c1
1047 @end example
1048
1049 The same can be applied to articulations, texts, etc.: they are
1050 made by prepending
1051 @example
1052 -\tag #@var{your-tag}
1053 @end example
1054 to an articulation, for example,
1055 @example
1056 c1-\tag #'part ^4
1057 @end example
1058
1059 This defines a note with a conditional fingering indication.
1060
1061 @cindex keepWithTag
1062 @cindex removeWithTag
1063 By applying the @code{\keepWithTag} and @code{\removeWithTag}
1064 commands, tagged expressions can be filtered.  For example,
1065 @example
1066 <<
1067   @var{the music}
1068   \keepWithTag #'score @var{the music}
1069   \keepWithTag #'part @var{the music}
1070 >>
1071 @end example
1072 would yield
1073
1074 @lilypondfile[raggedright,quote]{tag-filter.ly}
1075
1076 The argument of the @code{\tag} command should be a symbol, or a list
1077 of symbols, for example,
1078 @example
1079 \tag #'(original-part transposed-part) @dots{}
1080 @end example
1081
1082
1083 @seealso
1084
1085 Examples: @inputfileref{input/@/regression,tag@/-filter@/.ly}.
1086
1087
1088 @refbugs
1089
1090 Multiple rests are not merged if you create the score with both tagged
1091 sections.
1092  
1093
1094
1095 @node Orchestral music
1096 @section Orchestral music
1097
1098 Orchestral music involves some special notation, both in the full
1099 score and the individual parts.  This section explains how to tackle
1100 some common problems in orchestral music.
1101
1102 @menu
1103 * Automatic part combining::    
1104 * Hiding staves::               
1105 * Quoting other voices::        
1106 * Formatting cue notes::        
1107 * Aligning to cadenzas::        
1108 @end menu
1109
1110
1111 @node Automatic part combining
1112 @subsection Automatic part combining
1113 @cindex automatic part combining
1114 @cindex part combiner
1115
1116 Automatic part combining is used to merge two parts of music onto a
1117 staff.  It is aimed at typesetting orchestral scores.  When the two
1118 parts are identical for a period of time, only one is shown.  In
1119 places where the two parts differ, they are typeset as separate
1120 voices, and stem directions are set automatically.  Also, solo and
1121 @emph{a due} parts are identified and can be marked.
1122
1123 The syntax for part combining is
1124
1125 @example
1126 \partcombine @var{musicexpr1} @var{musicexpr2}
1127 @end example
1128
1129
1130 The following example demonstrates the basic functionality of the part
1131 combiner: putting parts on one staff, and setting stem directions and
1132 polyphony
1133
1134 @lilypond[quote,verbatim,raggedright,fragment]
1135 \new Staff \partcombine
1136   \relative g' { g g a( b) c c r r }
1137   \relative g' { g g r4 r e e g g }
1138 @end lilypond
1139
1140 The first @code{g} appears only once, although it was
1141 specified twice (once in each part).  Stem, slur, and tie directions are
1142 set automatically, depending whether there is a solo or unisono.  The
1143 first part (with context called @code{one}) always gets up stems, and
1144 `Solo', while the second (called @code{two}) always gets down stems and
1145 `Solo II'.
1146
1147 If you just want the merging parts, and not the textual markings, you
1148 may set the property @code{printPartCombineTexts} to false
1149
1150 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
1151 \new Staff <<
1152   \set Staff.printPartCombineTexts = ##f
1153   \partcombine
1154     \relative g' { g a( b) r }
1155     \relative g' { g r4 r f }
1156 >>
1157 @end lilypond
1158
1159 To change the text that is printed for solos or merging, you may
1160 set the @code{soloText}, @code{soloIIText}, and @code{aDueText}
1161 properties.
1162
1163 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
1164 \new Staff <<
1165   \set Score.soloText = #"ichi"
1166   \set Score.soloIIText = #"ni"
1167   \set Score.aDueText = #"tachi"
1168   \partcombine
1169     \relative g' { g4 g a( b) r }
1170     \relative g' { g4 g r r f }
1171 >>
1172 @end lilypond
1173
1174 Both arguments to @code{\partcombine} will be interpreted as
1175 @internalsref{Voice} contexts.  If using relative octaves,
1176 @code{\relative} should be specified for both music expressions, i.e.,
1177
1178 @example
1179 \partcombine
1180   \relative @dots{} @var{musicexpr1}
1181   \relative @dots{} @var{musicexpr2}
1182 @end example
1183
1184 @noindent
1185 A @code{\relative} section that is outside of @code{\partcombine} has
1186 no effect on the pitches of @var{musicexpr1} and @var{musicexpr2}.
1187
1188 @seealso
1189
1190 Program reference: @internalsref{PartCombineMusic}.
1191
1192 @refbugs
1193
1194 When @code{printPartCombineTexts} is set, when the two voices play the
1195 same notes on and off, the part combiner may typeset @code{a2} more
1196 than once in a measure.
1197
1198 @code{\partcombine} cannot be inside @code{\times}.
1199
1200 @code{\partcombine} cannot be inside @code{\relative}.
1201
1202 Internally, the @code{\partcombine} interprets both arguments as
1203 @code{Voice}s named @code{one} and @code{two}, and then decides when
1204 the parts can be combined.  Consequently, if the arguments switch to
1205 differently named @internalsref{Voice} contexts, the events in those
1206 will be ignored.
1207
1208
1209 @node Hiding staves
1210 @subsection Hiding staves
1211
1212 @cindex Frenched scores
1213 @cindex Hiding staves
1214
1215 In orchestral scores, staff lines that only have rests are usually
1216 removed; this saves some space.  This style is called `French Score'.
1217 For @internalsref{Lyrics},
1218 @internalsref{ChordNames} and @internalsref{FiguredBass}, this is
1219 switched on by default.  When the lines of these contexts turn out
1220 empty after the line-breaking process, they are removed.
1221
1222 For normal staves, a specialized @internalsref{Staff} context is
1223 available, which does the same: staves containing nothing (or only
1224 multi-measure rests) are removed.  The context definition is stored in
1225 @code{\RemoveEmptyStaffContext} variable.  Observe how the second staff
1226 in this example disappears in the second line
1227
1228 @lilypond[quote,raggedright,verbatim]
1229 \layout {
1230   \context { \RemoveEmptyStaffContext }
1231 }
1232
1233 {
1234   \relative c' <<
1235     \new Staff { e4 f g a \break c1 }
1236     \new Staff { c4 d e f \break R1 }
1237   >>
1238 }
1239 @end lilypond
1240
1241 The first system shows all staves in full.  If empty staves should be
1242 removed from the first system too, set @code{remove-first} to true in
1243 @internalsref{RemoveEmptyVerticalGroup}.
1244
1245 @example
1246 \override Score.RemoveEmptyVerticalGroup #'remove-first = ##t
1247 @end example
1248
1249 To remove other types of contexts, use @code{\AncientRemoveEmptyStaffContext}
1250 or @code{\RemoveEmptyRhythmicStaffContext}.
1251
1252 Another application is making ossia sections, i.e., alternative
1253 melodies on a separate piece of staff, with help of a Frenched
1254 staff.  See @inputfileref{input/@/test,ossia@/.ly} for an example.
1255
1256
1257 @node Quoting other voices
1258 @subsection Quoting other voices
1259
1260 With quotations, fragments of other parts can be inserted into a part
1261 directly.  Before a part can be quoted, it must be marked especially as
1262 quotable.  This is done with the @code{\addquote} command.
1263
1264 @example
1265 \addquote @var{name} @var{music}
1266 @end example
1267
1268
1269 @noindent
1270 Here, @var{name} is an identifying string.  The @var{music} is any kind
1271 of music.  Here is an example of @code{\addquote}
1272
1273 @example
1274 \addquote clarinet \relative c' @{
1275   f4 fis g gis
1276 @}
1277 @end example
1278
1279 This command must be entered at toplevel, i.e., outside any music
1280 blocks.
1281
1282 After calling @code{\addquote}, the quotation may then be done with
1283 @code{\quoteDuring} or @code{\cueDuring},
1284
1285 @example
1286 \quoteDuring #@var{name} @var{music}
1287 @end example
1288
1289 During a part, a piece of music can be quoted with the @code{\quoteDuring}
1290 command.
1291
1292 @example
1293 \quoteDuring #"clarinet" @{ s2. @}
1294 @end example
1295
1296 This would cite three quarter notes (the duration of @code{s2.})  of
1297 the previously added @code{clarinet} voice.
1298
1299
1300 More precisely, it takes the current time-step of the part being
1301 printed, and extracts the notes at the corresponding point of the
1302 @code{\addquote}d voice.  Therefore, the argument to @code{\addquote}
1303 should be the entire part of the voice to be quoted, including any
1304 rests at the beginning.
1305
1306 Quotations take into account the transposition of both source and target
1307 instruments, if they are specified using the @code{\transposition} command.
1308
1309 @lilypond[quote,raggedright,verbatim]
1310 \addquote clarinet \relative c' {
1311   \transposition bes
1312   f4 fis g gis
1313 }
1314
1315 {
1316   e'8 f'8 \quoteDuring #"clarinet" { s2 }
1317 }
1318 @end lilypond
1319
1320 The type of events that are present in cue notes can be trimmed with
1321 the @code{quotedEventTypes} property.  The default value is
1322 @code{(note-event rest-event)}, which means that only notes and
1323 rests of the cued voice end up in the @code{\quoteDuring}.
1324 Setting
1325
1326 @example
1327 \set Staff.quotedEventTypes =
1328        #'(note-event articulation-event dynamic-event)
1329 @end example
1330
1331 @noindent
1332 will quote notes (but no rests), together with scripts and dynamics.
1333
1334 @refbugs
1335
1336 Only the contents of the first @internalsref{Voice} occurring in an
1337 @code{\addquote} command will be considered for quotation, so
1338 @var{music} can not contain @code{\new} and @code{\context Voice}
1339 statements that would switch to a different Voice.
1340
1341 Quoting grace notes is broken and can even cause LilyPond to crash.
1342
1343 @seealso
1344
1345 In this manual: @ref{Instrument transpositions}.
1346
1347 Examples: @inputfileref{input/@/regression,quote@/.ly}
1348 @inputfileref{input/@/regression,quote@/-transposition@/.ly}
1349
1350 Program reference: @internalsref{QuoteMusic}.
1351
1352
1353 @node Formatting cue notes
1354 @subsection Formatting cue notes
1355
1356 The previous section deals with inserting notes from another voice.
1357 There is a more advanced music function called @code{\cueDuring},
1358 which makes formatting cue notes easier.
1359
1360 The syntax is
1361
1362 @example
1363   \cueDuring #@var{name} #@var{updown} @var{music}
1364 @end example
1365
1366 This will insert notes from the part @var{name} into a
1367 @internalsref{Voice} called @code{cue}.  This happens simultaneously
1368 with @var{music}, which usually is a rest.  When the cue notes start,
1369 the staff in effect becomes polyphonic for a moment.  The argument
1370 @var{updown} determines whether the cue notes should be notated as a
1371 first or second voice.
1372
1373
1374 @lilypond[verbatim,raggedright]
1375 smaller = {
1376   \set fontSize = #-2
1377   \override Stem #'length = #5.5
1378   \override Beam #'thickness = #0.384
1379   \override Beam #'space-function =
1380     #(lambda (beam mult) (* 0.8 (Beam::space_function beam mult)))
1381 }
1382
1383 \addquote clarinet \relative {
1384   R1*20
1385   r2 r8 c f f
1386
1387
1388 \new Staff \relative  <<
1389
1390   % setup a context for  cue  notes.
1391   \context Voice = cue { \smaller \skip 1*21 }
1392   
1393   \set Score.skipBars = ##t
1394   
1395   \new Voice {
1396     R1*20
1397     \cueDuring #"clarinet" #1 {
1398       R1
1399     }
1400     g4 g2. 
1401   }
1402 >>
1403 @end lilypond 
1404
1405
1406 Here are a couple of hints for successful cue notes
1407
1408 @itemize @bullet
1409 @item
1410 Cue notes have smaller font sizes.
1411 @item
1412  the cued part is marked with the instrument playing the cue.
1413 @item
1414  when the original part takes over again, this should be marked with
1415  the name of the original instrument.
1416
1417 @c really?  Are you sure about that last point?  I'll check after 3.0 -gp
1418
1419 @c Yes, this is good practice.  Otherwise, the start of the original
1420 @c part can only be seen from the font size.  This is not good enough
1421 @c for sight-reading.  It is possilbe to use other
1422 @c markers (eg. a big close-bracket over the staff) to indicate the cue notes are
1423 @c finished.
1424 @c -hwn
1425
1426
1427 Any other changes introduced by the cued part should also be
1428 undone.  For example, if the cued instrument plays in a different clef,
1429 the original clef should be stated once again.
1430
1431 @end itemize
1432
1433
1434 @node Aligning to cadenzas
1435 @subsection Aligning to cadenzas
1436
1437 In an orchestral context, cadenzas present a special problem:
1438 when constructing a score that includes a cadenza, all other
1439 instruments should skip just as many notes as the length of the
1440 cadenza, otherwise they will start too soon or too late.
1441
1442 A solution to this problem are the functions @code{mmrest-of-length}
1443 and @code{skip-of-length}.  These Scheme functions take a piece of music
1444 as argument, and generate a @code{\skip} or multi-rest, exactly as
1445 long as the piece.  The use of @code{mmrest-of-length} is demonstrated
1446 in the following example.
1447
1448 @lilypond[verbatim,raggedright,quote]
1449 cadenza = \relative c' {
1450   c4 d8 << { e f g } \\ { d4. } >>
1451   g4 f2 g4 g
1452 }
1453
1454 \new GrandStaff <<
1455   \new Staff { \cadenza c'4 }
1456   \new Staff {
1457     #(ly:export (mmrest-of-length cadenza))
1458     c'4
1459   }
1460 >>
1461 @end lilypond
1462
1463
1464
1465
1466 @node Contemporary notation
1467 @section Contemporary notation
1468
1469 In the 20th century, composers have greatly expanded the musical
1470 vocabulary.  With this expansion, many innovations in musical notation
1471 have been tried.  The book ``Music Notation in the 20th century'' by
1472 Kurt Stone gives a comprehensive overview (see @ref{Literature
1473 list}).  In general, the use of new, innovative notation makes a piece
1474 harder to understand and perform and its use should therefore be
1475 avoided.  For this reason, support for contemporary notation in
1476 LilyPond is limited.
1477
1478
1479 @menu
1480 * Polymetric notation::         
1481 * Time administration::         
1482 * Clusters::                    
1483 * Special fermatas::            
1484 * Special noteheads::           
1485 * Pitched trills::              
1486 * Feathered beams::             
1487 * Improvisation::               
1488 @end menu
1489
1490
1491 @node Polymetric notation
1492 @subsection Polymetric notation
1493
1494 Double time signatures are not supported explicitly, but they can be
1495 faked.  In the next example, the markup for the time signature is
1496 created with a markup text.  This markup text is inserted in the
1497 @internalsref{TimeSignature} grob.
1498
1499 @lilypond[verbatim,raggedright]
1500 % create 2/4 + 5/8
1501 tsMarkup =\markup {
1502   \number {
1503     \column { "2" "4" }
1504     \musicglyph #"scripts.stopped"
1505     \bracket \column { "5" "8" }
1506   }
1507 }
1508
1509 {
1510   \override Staff.TimeSignature #'print-function = #Text_interface::print
1511   \override Staff.TimeSignature #'text = #tsMarkup
1512   \time 3/2
1513   c'2 \bar ":" c'4 c'4.
1514 }
1515 @end lilypond
1516
1517 Each staff can also have its own time signature.  This is done by
1518 moving the @internalsref{Timing_translator} to the @internalsref{Staff}
1519 context.
1520
1521 @example
1522 \layout @{
1523   \context @{ \Score
1524      \remove "Timing_translator"
1525      \remove "Default_bar_line_engraver"
1526   @}
1527   \context @{
1528     \Staff
1529     \consists "Timing_translator"
1530     \consists "Default_bar_line_engraver"
1531   @}
1532     
1533 @}
1534 @end example
1535
1536
1537 Now, each staff has its own time signature.
1538 @example
1539 <<
1540   \new Staff @{
1541     \time 3/4
1542     c4 c c | c c c |
1543   @}
1544   \new Staff @{
1545     \time 2/4
1546     c4 c | c c | c c
1547   @}
1548   \new Staff @{
1549     \time 3/8
1550     c4. c8 c c c4. c8 c c
1551   @}
1552 >>
1553 @end example
1554
1555 @lilypond[quote,raggedright]
1556 \layout{
1557   \context{
1558      \Score
1559      \remove "Timing_translator"
1560      \remove "Default_bar_line_engraver"
1561     }
1562   \context{ \Staff
1563     \consists "Timing_translator"
1564     \consists "Default_bar_line_engraver"
1565   }
1566 }
1567
1568 \relative c' <<
1569   \new Staff {
1570     \time 3/4
1571     c4 c c | c c c |
1572   }
1573   \new Staff {
1574     \time 2/4
1575     c4 c | c c | c c
1576   }
1577   \new Staff {
1578     \time 3/8
1579     c4. c8 c c c4. c8 c c
1580   }
1581 >>
1582 @end lilypond
1583
1584
1585 A different form of polymetric notation is where note lengths have
1586 different values across staves.
1587
1588 This notation can be created by setting a common time signature for
1589 each staff but replacing it manually using
1590 @code{timeSignatureFraction} to the desired fraction.  Then the printed
1591 durations in each staff are scaled to the common time signature.
1592 The latter is done with @code{\compressMusic}, which is similar to
1593 @code{\times}, but does not create a tuplet bracket.
1594
1595
1596 In this example, music with the time signatures of 3/4, 9/8, and 10/8 are
1597 used in parallel.  In the second staff, shown durations are multiplied by
1598 2/3, so that 2/3 * 9/8 = 3/4, and in the third staff, shown durations are
1599 multiplied by 3/5, so that 3/5 * 10/8 = 3/4.
1600
1601 @lilypond[quote,raggedright,verbatim,fragment]
1602 \relative c' { <<
1603   \new Staff {
1604     \time 3/4
1605     c4 c c | c c c |
1606   }
1607   \new Staff {
1608     \time 3/4
1609     \set Staff.timeSignatureFraction = #'(9 . 8)
1610     \compressMusic #'(2 . 3)
1611       \repeat unfold 6 { c8[ c c] }
1612   }
1613   \new Staff {
1614     \time 3/4
1615     \set Staff.timeSignatureFraction = #'(10 . 8)
1616     \compressMusic #'(3 . 5) {
1617       \repeat unfold 2 { c8[ c c] }
1618       \repeat unfold 2 { c8[ c] }
1619       | c4. c4. \times 2/3 { c8 c c } c4
1620     }
1621   }
1622 >> }
1623 @end lilypond
1624
1625
1626
1627
1628 @refbugs
1629
1630 When using different time signatures in parallel, the spacing is
1631 aligned vertically, but bar lines distort the regular spacing.
1632
1633
1634 @node Time administration
1635 @subsection Time administration
1636
1637 @cindex Time administration
1638
1639 Time is administered by the @internalsref{Time_signature_engraver},
1640 which usually lives in the @internalsref{Score} context.  The
1641 bookkeeping deals with the following variables
1642
1643 @table @code
1644 @item currentBarNumber
1645 The measure number.
1646
1647 @item measureLength
1648 The length of the measures in the current time signature.  For a 4/4
1649 time this is@tie{}1, and for 6/8 it is 3/4.
1650
1651 @item measurePosition
1652 The point within the measure where we currently are.  This quantity
1653 is reset to@tie{}0 whenever it exceeds @code{measureLength}.  When that
1654 happens, @code{currentBarNumber} is incremented.
1655
1656 @item timing
1657 If set to true, the above variables are updated for every time
1658 step.  When set to false, the engraver stays in the current measure
1659 indefinitely.
1660 @end table
1661
1662 Timing can be changed by setting any of these variables explicitly.
1663 In the next example, the 4/4 time signature is printed, but
1664 @code{measureLength} is set to 5/4.  After a while, the measure is
1665 shortened by 1/8, by setting @code{measurePosition} to 7/8 at 2/4
1666 in the measure, so the next bar line will fall at 2/4 + 3/8.  The
1667 3/8 arises because 5/4 normally has 10/8, but we have manually
1668 set the measure position to be 7/8 and 10/8 - 7/8 = 3/8.
1669
1670 @lilypond[quote,raggedright,verbatim,relative,fragment]
1671 \set Score.measureLength = #(ly:make-moment 5 4)
1672 c1 c4
1673 c1 c4
1674 c4 c4
1675 \set Score.measurePosition = #(ly:make-moment 7 8)
1676 b8 b b
1677 c4 c1
1678 @end lilypond
1679
1680
1681
1682 @node Clusters
1683 @subsection Clusters
1684
1685 @cindex cluster
1686
1687 A cluster indicates a continuous range of pitches to be played.  They
1688 can be denoted as the envelope of a set of notes.  They are entered by
1689 applying the function @code{makeClusters} to a sequence of
1690 chords, e.g.,
1691 @lilypond[quote,raggedright,relative=2,fragment,verbatim]
1692 \makeClusters { <c e > <b f'> }
1693 @end lilypond
1694
1695 The following example (from
1696 @inputfileref{input/@/regression,cluster@/.ly}) shows what the result
1697 looks like
1698
1699 @lilypondfile[raggedright,quote]{cluster.ly}
1700
1701 Ordinary notes and clusters can be put together in the same staff,
1702 even simultaneously.  In such a case no attempt is made to
1703 automatically avoid collisions between ordinary notes and clusters.
1704
1705 @seealso
1706
1707 Program reference: @internalsref{ClusterSpanner},
1708 @internalsref{ClusterSpannerBeacon},
1709 @internalsref{Cluster_spanner_engraver}.
1710
1711 Examples: @inputfileref{input/@/regression,cluster@/.ly}.
1712
1713 @refbugs
1714
1715 Music expressions like @code{<< @{ g8 e8 @} a4 >>} are not printed
1716 accurately.  Use @code{<g a>8 <e a>8} instead.
1717
1718
1719
1720 @node Special fermatas
1721 @subsection Special fermatas
1722
1723 @cindex fermatas, special
1724
1725 In contemporary music notation, special fermata symbols denote breaks
1726 of differing lengths.  The following fermatas are supported
1727
1728 @lilypond[quote,raggedright]
1729 <<
1730   \oldaddlyrics {
1731     b'2
1732     ^\shortfermata
1733     _\shortfermata
1734     r
1735
1736     b'
1737     ^\fermata
1738     _\fermata
1739     r
1740
1741     b'
1742     ^\longfermata
1743     _\longfermata
1744     r
1745
1746     b'
1747     ^\verylongfermata
1748     _\verylongfermata
1749     r
1750   }
1751   \context Lyrics \lyricmode {
1752     \override LyricText #'font-family = #'typewriter
1753     "shortfermata" "fermata" "longfermata" "verylongfermata"
1754   }
1755 >>
1756 @end lilypond
1757
1758 See @ref{Articulations} for general instructions how to apply scripts
1759 such as fermatas to notes.
1760
1761
1762 @node Special noteheads
1763 @subsection Special noteheads
1764
1765 Different noteheads are used by various instruments for various
1766 meanings -- crosses are used for ``parlato'' with vocalists, stopped
1767 notes on guitar; diamonds are used for harmonics on string instruments,
1768 etc.  There is a shorthand (@code{\harmonic}) for diamond shapes; the
1769 other notehead styles are produced by tweaking the property
1770
1771 @lilypond[raggedright,relative=1,fragment,verbatim,quote]
1772 c4 d
1773 \override NoteHead #'style = #'cross
1774 e f
1775 \revert NoteHead #'style
1776 e d <c f\harmonic> <d a'\harmonic>
1777 @end lilypond
1778
1779 @noindent
1780 To see all notehead styles, please see
1781 @inputfileref{input/@/regression,note@/-head@/-style@/.ly}.
1782
1783
1784 @seealso
1785
1786 Program reference: @internalsref{NoteHead}.
1787
1788 @node Pitched trills
1789 @subsection Pitched trills
1790
1791 Trills that should be executed on an explicitly specified pitch can be
1792 typeset with the command @code{pitchedTrill}, 
1793
1794 @lilypond[raggedright,verbatim,fragment]
1795   \pitchedTrill c'4\startTrillSpan fis
1796   f'\stopTrillSpan
1797 @end lilypond
1798
1799 The first argument is the main note. The absolute pitch of the second
1800 is printed as a stemless note head in parentheses.
1801
1802 @node Feathered beams
1803 @subsection Feathered beams
1804
1805 Feathered beams are not supported natively, but they can be faked by
1806 forcing two beams to overlap.  Here is an example,
1807
1808 @c don't change relative setting witout changing positions!
1809 @lilypond[raggedright,relative=1,fragment,verbatim,quote]
1810 \new Staff <<
1811   \new Voice
1812   {
1813     \stemUp
1814     \once \override Voice.Beam #'positions = #'(0 . 0.5)
1815     c8[ c c c c ]
1816   }
1817   \new Voice {
1818     \stemUp
1819     \once \override Voice.Beam #'positions = #'(0 . -0.5)
1820     c[ c c c c]
1821   }
1822 >>
1823 @end lilypond
1824
1825
1826 @node Improvisation
1827 @subsection Improvisation
1828
1829 Improvisation is sometimes denoted with slashed note heads.  Such note
1830 heads can be created by adding a @internalsref{Pitch_squash_engraver}
1831 to the @internalsref{Staff} or @internalsref{Voice} context.  Then, the
1832 following command
1833
1834 @example
1835 \set squashedPosition = #0
1836 \override NoteHead #'style = #'slash
1837 @end example
1838
1839 @noindent
1840 switches on the slashes.
1841
1842 There are shortcuts @code{\improvisationOn} (and an accompanying
1843 @code{\improvisationOff}) for this command sequence.  They are used in
1844 the following example
1845
1846 @lilypond[verbatim,raggedright,quote]
1847 \new Staff \with {
1848   \consists Pitch_squash_engraver
1849 } \transpose c c' {
1850   e8 e g a a16(bes)(a8) g \improvisationOn
1851   e8
1852   ~e2~e8 f4 fis8
1853   ~fis2 \improvisationOff a16(bes) a8 g e
1854 }
1855 @end lilypond
1856
1857
1858 @node Educational use
1859 @section Educational use
1860
1861 With the amount of control that LilyPond offers, one can make great
1862 teaching tools in addition to great musical scores.
1863
1864 @menu
1865 * Balloon help::                
1866 * Blank music sheet::           
1867 * Hidden notes::                
1868 * Shape note heads ::          
1869 * Easy Notation note heads::    
1870 * Analysis brackets::           
1871 * Coloring objects::            
1872 @end menu
1873
1874 @node Balloon help
1875 @subsection Balloon help
1876
1877 Elements of notation can be marked and named with the help of a square
1878 balloon.  The primary purpose of this feature is to explain notation.
1879
1880 The following example demonstrates its use.
1881
1882 @lilypond[quote,verbatim,fragment,raggedright,relative=2]
1883 \context Voice {
1884   \applyoutput
1885     #(add-balloon-text 'NoteHead "heads, or tails?"
1886     '(1 . -3))
1887   c8
1888 }
1889 @end lilypond
1890
1891 @noindent
1892 The function @code{add-balloon-text} takes the name of a grob, the
1893 label to print, and the position where to put the label relative to
1894 the object.  In the above example, the text ``heads or tails?'' ends
1895 3 spaces below and 1 space to the right of the marked head.
1896
1897 @cindex balloon
1898 @cindex notation, explaining
1899
1900 @seealso
1901
1902 Program reference: @internalsref{text-balloon-interface}.
1903
1904 Examples: @inputfileref{input/@/regression,balloon@/.ly}.
1905
1906
1907
1908
1909 @node Blank music sheet
1910 @subsection Blank music sheet
1911
1912 A blank music sheet can be produced also by using invisible notes, and
1913 removing @code{Bar_number_engraver}.
1914
1915
1916 @lilypond[quote,verbatim]
1917 emptymusic = {
1918   \repeat unfold 2 % Change this for more lines.
1919   { s1\break }
1920   \bar "|."
1921 }
1922 \new Score \with {
1923   \override TimeSignature #'transparent = ##t
1924   defaultBarType = #""
1925   \remove Bar_number_engraver
1926 } <<
1927   \context Staff \emptymusic
1928   \context TabStaff \emptymusic
1929 >>
1930 @end lilypond
1931
1932
1933 @node Hidden notes
1934 @subsection Hidden notes
1935
1936 @cindex Hidden notes
1937 @cindex Invisible notes
1938 @cindex Transparent notes
1939
1940 @cindex @code{\hideNotes}
1941 @cindex @code{\unHideNotes}
1942 Hidden (or invisible or transparent) notes can be useful in preparing theory
1943 or composition exercises.
1944
1945 @lilypond[quote,raggedright,verbatim,relative=2,fragment]
1946 c4 d4
1947 \hideNotes
1948 e4 f4
1949 \unHideNotes
1950 g4 a
1951 @end lilypond
1952
1953 Hidden notes are also great for performing weird tricks.  For example,
1954 slurs cannot be attached to rests or spacer rests, but you may wish
1955 to include that in your score -- string instruments use this notation
1956 when doing pizzicato to indicate that the note should ring for as long
1957 as possible.
1958
1959 @lilypond[quote,raggedright,verbatim,relative=0,fragment]
1960 \clef bass
1961 << {
1962   c4^"pizz"( \hideNotes c)
1963   \unHideNotes c( \hideNotes c)
1964 } {
1965   s4 r s r
1966 } >>
1967 @end lilypond
1968
1969
1970 @node Shape note heads 
1971 @subsection Shape note heads 
1972
1973 In shape note head notation, the shape of the note head corresponds
1974 to the harmonic function of a note in the scale.  This notation was
1975 popular in the 19th century American song books.
1976
1977 Shape note heads can be produced by setting @code{\aikenHeads} or
1978 @code{\sacredHarpHeads}, depending on the style desired.
1979
1980 @lilypond[verbatim,relative=1,fragment]
1981   \aikenHeads
1982   c8 d4 e8 a2 g1
1983   \sacredHarpHeads
1984   c8 d4. e8 a2 g1
1985 @end lilypond
1986
1987 Shapes are determined on the step in the scale, where the base of the
1988 scale is determined by  the @code{\key} command
1989
1990 @findex \key
1991 @findex shapeNoteStyles
1992 @findex \aikenHeads
1993 @findex \sacredHarpHeads
1994
1995 Shape note heads are implemented through the @code{shapeNoteStyles}
1996 property.  Its value is a vector of symbols.  The k-th element indicates
1997 the style to use for the k-th step of the scale.  Arbitrary
1998 combinations are possible, eg.,
1999
2000
2001 @lilypond[verbatim,relative=1,fragment]
2002   \set shapeNoteStyles  = ##(cross triangle fa #f mensural xcircle diamond)
2003   c8 d4. e8 a2 g1
2004 @end lilypond
2005
2006
2007 @node Easy Notation note heads
2008 @subsection Easy Notation note heads
2009
2010 @cindex easy notation
2011 @cindex Hal Leonard
2012
2013 The `easy play' note head includes a note name inside the head.  It is
2014 used in music for beginners
2015
2016 @lilypond[quote,raggedright,verbatim,fragment,staffsize=26]
2017   \setEasyHeads
2018   c'2 e'4 f' | g'1
2019 @end lilypond
2020
2021 The command @code{\setEasyHeads} overrides settings for the
2022 @internalsref{NoteHead} object.  To make the letters readable, it has
2023 to be printed in a large font size.  To print with a larger font, see
2024 @ref{Setting global staff size}.
2025
2026 @refcommands
2027
2028 @cindex @code{\setEasyHeads}
2029 @code{\setEasyHeads}
2030
2031
2032 @node Analysis brackets
2033 @subsection Analysis brackets
2034 @cindex brackets
2035 @cindex phrasing brackets
2036 @cindex musicological analysis
2037 @cindex note grouping bracket
2038
2039 Brackets are used in musical analysis to indicate structure in musical
2040 pieces.  LilyPond supports a simple form of nested horizontal
2041 brackets.  To use this, add the @internalsref{Horizontal_bracket_engraver}
2042 to @internalsref{Staff} context.  A bracket is started with
2043 @code{\startGroup} and closed with @code{\stopGroup}
2044
2045 @lilypond[quote,raggedright,verbatim]
2046 \score {
2047   \relative c'' {
2048     c4\startGroup\startGroup
2049     c4\stopGroup
2050     c4\startGroup
2051     c4\stopGroup\stopGroup
2052   }
2053   \layout {
2054     \context {
2055       \Staff \consists "Horizontal_bracket_engraver"
2056 }}}
2057 @end lilypond
2058
2059 @seealso
2060
2061 Program reference: @internalsref{HorizontalBracket}.
2062
2063 Examples: @inputfileref{input/@/regression,note@/-group@/-bracket@/.ly}.
2064
2065
2066
2067 @ignore
2068
2069 I don't think we need this info.
2070
2071 @n ode Stems
2072 @s ubsection Stems
2073
2074 Whenever a note is found, a @internalsref{Stem} object is created
2075 automatically.  For whole notes and rests, they are also created but
2076 made invisible.
2077
2078 @refcommands
2079
2080 @cindex @code{\stemUp}
2081 @code{\stemUp},
2082 @cindex @code{\stemDown}
2083 @code{\stemDown},
2084 @cindex @code{\stemNeutral}
2085 @code{\stemNeutral}.
2086
2087 @end ignore
2088
2089
2090 @node Coloring objects
2091 @subsection Coloring objects
2092
2093 Individual objects may be assigned colors.  You may use the
2094 color names listed in the @ref{List of colors}.
2095
2096 @lilypond[quote,raggedright,verbatim,fragment,relative=1]
2097 \override NoteHead #'color = #red
2098 c4 c
2099 \override NoteHead #'color = #(x11-color 'LimeGreen)
2100 d
2101 \override Stem #'color = #blue
2102 e
2103 @end lilypond
2104
2105 The full range of colors defined for X11 can be accessed by using the
2106 scheme function x11-color.  The function takes one argument that can be a
2107 symbol
2108
2109 @example
2110 \override Beam #'color = #(x11-color 'MediumTurquoise)
2111 @end example
2112
2113 or a string
2114
2115 @example
2116 \override Beam #'color = #(x11-color "MediumTurquoise")
2117 @end example
2118
2119 The first form is quicker to write and is more efficient.  However, using
2120 the second form it is possible to access X11 colors by the multi-word
2121 form of its name
2122
2123 @example
2124 \override Beam #'color = #(x11-color "medium turquoise")
2125 @end example
2126
2127 If x11-color cannot make sense of the parameter then the color returned
2128 defaults to black.  It should be obvious from the final score that
2129 something is wrong.
2130
2131 This example, illustrates the use of x11-color.  Notice that the stem
2132 color remains black after being set to (x11-color 'Boggle), which is
2133 deliberate nonsense.
2134
2135 @lilypond[quote,raggedright,verbatim]
2136 {
2137   \override Staff.StaffSymbol #'color = #(x11-color 'SlateBlue2)
2138   \set Staff.instrument = \markup {
2139     \with-color #(x11-color 'navy) "Clarinet"
2140   }
2141   \time 2/4
2142   gis''8 a''
2143   \override Beam #'color = #(x11-color "medium turquoise")
2144   gis'' a''
2145   \override NoteHead #'color = #(x11-color "LimeGreen")
2146   gis'' a''
2147   \override Stem #'color = #(x11-color 'Boggle)
2148   gis'' a''
2149 }
2150 @end lilypond
2151
2152
2153 @seealso
2154
2155 Appendix: @ref{List of colors}.
2156
2157
2158 @refbugs
2159 Not all x11 colors are distinguishable in a web browser.  For web use
2160 normal colors are recommended. 
2161
2162 An x11 color is not necessarily exactly the same shade as a similarly
2163 named normal color. 
2164
2165
2166 @node Automatic notation
2167 @section Automatic notation
2168
2169 This section describes how to change the way that accidentals and
2170 beams are automatically displayed.
2171
2172 FIXME: this might get moved into Changing Defaults.  Please send
2173 opinions to lilypond-devel.  Thanks!  :)
2174
2175 @menu
2176 * Automatic accidentals::       
2177 * Setting automatic beam behavior::  
2178 @end menu
2179
2180 @node Automatic accidentals
2181 @subsection Automatic accidentals
2182 @cindex Automatic accidentals
2183
2184 Common rules for typesetting accidentals have been placed in a
2185 function.  This function is called as follows
2186
2187 @cindex @code{set-accidental-style}
2188 @example
2189 #(set-accidental-style 'STYLE #('CONTEXT#))
2190 @end example
2191
2192 The function can take two arguments: the name of the accidental style,
2193 and an optional argument that denotes the context that should be
2194 changed.  If no context name is supplied, @code{Staff} is the default,
2195 but you may wish to apply the accidental style to a single @code{Voice}
2196 instead.
2197
2198 The following accidental styles are supported
2199 @table @code
2200 @item default
2201 This is the default typesetting behavior.  It corresponds
2202 to 18th century common practice: Accidentals are
2203 remembered to the end of the measure in which they occur and
2204 only on their own octave.
2205
2206 @item voice
2207 The normal behavior is to remember the accidentals on
2208 Staff-level.  This variable, however, typesets accidentals
2209 individually for each voice.  Apart from that, the rule is similar to
2210 @code{default}.
2211
2212 As a result, accidentals from one voice do not get canceled in other
2213 voices, which is often an unwanted result
2214
2215 @lilypond[quote,raggedright,relative=1,fragment,verbatim]
2216 \context Staff <<
2217   #(set-accidental-style 'voice)
2218   <<
2219     { es g } \\
2220     { c, e }
2221 >> >>
2222 @end lilypond
2223
2224 The @code{voice} option should be used if the voices
2225 are to be read solely by individual musicians.  If the staff is to be
2226 used by one musician (e.g., a conductor) then
2227 @code{modern} or @code{modern-cautionary}
2228 should be used instead.
2229
2230 @item modern
2231 @cindex @code{modern} style accidentals
2232 This rule corresponds to the common practice in the 20th century.  This rule
2233 prints the same accidentals as @code{default}, but temporary
2234 accidentals also are canceled in other octaves.  Furthermore,
2235 in the same octave, they also get canceled in the following
2236 measure
2237
2238 @lilypond[quote,raggedright,fragment,verbatim]
2239 #(set-accidental-style 'modern)
2240 cis' c'' cis'2 | c'' c'
2241 @end lilypond
2242
2243 @item @code{modern-cautionary}
2244 @cindex @code{modern-cautionary}
2245 This rule is similar to @code{modern}, but the ``extra'' accidentals
2246 (the ones not typeset by @code{default}) are typeset as cautionary
2247 accidentals.  They are printed in reduced size or with parentheses
2248 @lilypond[quote,raggedright,fragment,verbatim]
2249 #(set-accidental-style 'modern-cautionary)
2250 cis' c'' cis'2 | c'' c'
2251 @end lilypond
2252
2253 @cindex @code{modern-voice}
2254 @item modern-voice
2255 This rule is used for multivoice accidentals to be read both by musicians
2256 playing one voice and musicians playing all voices.  Accidentals are
2257 typeset for each voice, but they @emph{are} canceled across voices in
2258 the same @internalsref{Staff}.
2259
2260 @cindex @code{modern-voice-cautionary}
2261 @item modern-voice-cautionary
2262 This rule is the same as @code{modern-voice}, but with the extra
2263 accidentals (the ones not typeset by @code{voice}) typeset
2264 as cautionaries.  Even though all accidentals typeset by
2265 @code{default} @emph{are} typeset by this variable,
2266 some of them are typeset as cautionaries.
2267
2268 @item piano
2269 @cindex @code{piano} accidentals
2270 This rule reflects 20th century practice for piano notation.  Very similar to
2271 @code{modern} but accidentals also get canceled
2272 across the staves in the same @internalsref{GrandStaff} or
2273 @internalsref{PianoStaff}.
2274
2275 @item piano-cautionary
2276 @cindex @code{#(set-accidental-style 'piano-cautionary)}
2277 Same as @code{#(set-accidental-style 'piano)} but with the extra
2278 accidentals typeset as cautionaries.
2279
2280 @item no-reset
2281 @cindex @code{no-reset} accidental style
2282 This is the same as @code{default} but with accidentals lasting
2283 ``forever'' and not only until the next measure
2284 @lilypond[quote,raggedright,fragment,verbatim,relative=1]
2285 #(set-accidental-style 'no-reset)
2286 c1 cis cis c
2287 @end lilypond
2288
2289 @item forget
2290 This is sort of the opposite of @code{no-reset}: Accidentals
2291 are not remembered at all---and hence all accidentals are
2292 typeset relative to the key signature, regardless of what was
2293 before in the music
2294
2295 @lilypond[quote,raggedright,fragment,verbatim,relative=1]
2296 #(set-accidental-style 'forget)
2297 \key d\major c4 c cis cis d d dis dis
2298 @end lilypond
2299 @end table
2300
2301
2302 @seealso
2303
2304 Program reference: @internalsref{Accidental_engraver},
2305 @internalsref{Accidental}, and @internalsref{AccidentalPlacement}.
2306
2307
2308 @refbugs
2309
2310 Simultaneous notes are considered to be entered in sequential
2311 mode.  This means that in a chord the accidentals are typeset as if the
2312 notes in the chord happened once at a time - in the order in which
2313 they appear in the input file.
2314
2315 This is a problem when accidentals in a chord depend on each other,
2316 which does not happen for the default accidental style.  The problem
2317 can be solved by manually inserting @code{!} and @code{?} for the
2318 problematic notes.
2319
2320
2321 @node Setting automatic beam behavior
2322 @subsection Setting automatic beam behavior
2323
2324 @cindex @code{autoBeamSettings}
2325 @cindex @code{(end * * * *)}
2326 @cindex @code{(begin * * * *)}
2327 @cindex automatic beams, tuning
2328 @cindex tuning automatic beaming
2329
2330 @c [TODO: use \applycontext]
2331
2332 In normal time signatures, automatic beams can start on any note but can
2333 only end in a few positions within the measure: beams can end on a beat,
2334 or at durations specified by the properties in
2335 @code{autoBeamSettings}.  The properties in @code{autoBeamSettings}
2336 consist of a list of rules for where beams can begin and end.  The
2337 default @code{autoBeamSettings} rules are defined in
2338 @file{scm/@/auto@/-beam@/.scm}.
2339
2340 In order to add a rule to the list, use
2341 @example
2342 #(override-auto-beam-setting '(be p q n m) a b [context])
2343 @end example
2344
2345 @itemize @bullet
2346
2347 @item @code{be} is either "begin" or "end".
2348
2349 @item @code{b/q} is the duration of the note for which you want
2350 to add a rule.  A beam is considered to have the duration of its
2351 shortest note.  Set @code{p} and @code{q} to @code{'*'} to
2352 have this apply to any beam.
2353
2354 @item @code{n/m} is the position in the time signature to which
2355 this rule should apply.  Set @code{n} and @code{m} to @code{'*'}
2356 to have this apply in any time signature.
2357
2358 @item @code{a/b} is the position in the bar at which the beam should end.
2359
2360 @item @code{context} is optional, and it specifies the context at which
2361 the change should be made.  The default is @code{'Voice}.
2362 @code{#(score-override-auto-beam-setting '(A B C D) E F)} is equivalent to
2363 @code{#(override-auto-beam-setting '(A B C D) E F 'Score)}.
2364
2365 @end itemize
2366
2367 For example, if automatic beams should always end on the first quarter
2368 node, use
2369
2370 @example
2371 #(override-auto-beam-setting '(end * * * *) 1 4)
2372 @end example
2373
2374 You can force the beam settings to only take effect on beams whose shortest
2375 note is a certain duration
2376
2377 @lilypond[quote,fragment,raggedright,verbatim,relative=2]
2378 \time 2/4
2379 #(override-auto-beam-setting '(end 1 16 * *) 1 16)
2380 a16 a a a a a a a |
2381 a32 a a a a16 a a a a a |
2382 #(override-auto-beam-setting '(end 1 32 * *) 1 16)
2383 a32 a a a a16 a a a a a |
2384 @end lilypond
2385
2386 You can force the beam settings to only take effect in certain time
2387 signatures
2388
2389 @lilypond[quote,fragment,raggedright,verbatim,relative=2]
2390 \time 5/8
2391 #(override-auto-beam-setting '(end * * 5 8) 2 8)
2392 c8 c d d d
2393 \time 4/4
2394 e8 e f f e e d d
2395 \time 5/8
2396 c8 c d d d
2397 @end lilypond
2398
2399 You can also remove a previously set beam-ending rule by using
2400
2401 @example
2402 #(revert-auto-beam-setting '(be p q n m) a b [context])
2403 @end example
2404
2405 @noindent
2406 be, p, q, n, m, a, b and context are the same as above.  Note that the
2407 default rules are specified in @file{scm/@/auto@/-beam@/.scm},
2408 so you can revert rules that you did not explicitly create.
2409
2410 @lilypond[quote,fragment,raggedright,verbatim,relative=2]
2411 \time 4/4
2412 a16 a a a a a a a a a a a a a a a
2413 #(revert-auto-beam-setting '(end 1 16 4 4) 1 4)
2414 a16 a a a a a a a a a a a a a a a
2415 @end lilypond
2416
2417 The rule in a revert-auto-beam-setting statement must exactly match the
2418 original rule.  That is, no wildcard expansion is taken into account.
2419
2420 @lilypond[quote,fragment,raggedright,verbatim,relative=2]
2421 \time 1/4
2422 #(override-auto-beam-setting '(end 1 16 1 4) 1 8)
2423 a16 a a a
2424 #(revert-auto-beam-setting '(end 1 16 * *) 1 8) % this won't revert it!
2425 a a a a
2426 #(revert-auto-beam-setting '(end 1 16 1 4) 1 8) % this will
2427 a a a a
2428 @end lilypond
2429
2430
2431
2432 @c TODO:  old material -- not covered by above stuff, I think.
2433 If automatic beams should end on every quarter in 5/4 time, specify
2434 all endings
2435 @example
2436 #(override-auto-beam-setting '(end * * * *) 1 4 'Staff)
2437 #(override-auto-beam-setting '(end * * * *) 1 2 'Staff)
2438 #(override-auto-beam-setting '(end * * * *) 3 4 'Staff)
2439 #(override-auto-beam-setting '(end * * * *) 5 4 'Staff)
2440 @dots{}
2441 @end example
2442
2443 The same syntax can be used to specify beam starting points.  In this
2444 example, automatic beams can only end on a dotted quarter note
2445 @example
2446 #(override-auto-beam-setting '(end * * * *) 3 8)
2447 #(override-auto-beam-setting '(end * * * *) 1 2)
2448 #(override-auto-beam-setting '(end * * * *) 7 8)
2449 @end example
2450 In 4/4 time signature, this means that automatic beams could end only on
2451 3/8 and on the fourth beat of the measure (after 3/4, that is 2 times
2452 3/8, has passed within the measure).
2453
2454 @cindex automatic beam generation
2455 @cindex autobeam
2456 @cindex @code{autoBeaming}
2457 @cindex lyrics
2458
2459 If beams are used to indicate melismata in songs, then automatic
2460 beaming should be switched off with @code{\autoBeamOff}.
2461
2462
2463 @refcommands
2464
2465 @cindex @code{\autoBeamOff}
2466 @code{\autoBeamOff},
2467 @cindex @code{\autoBeamOn}
2468 @code{\autoBeamOn}.
2469
2470
2471 @refbugs
2472
2473 If a score ends while an automatic beam has not been ended and is
2474 still accepting notes, this last beam will not be typeset at all.  The
2475 same holds polyphonic voices, entered with @code{<< @dots{} \\ @dots{}
2476 >>}.  If a polyphonic voice ends while an automatic beam is still
2477 accepting notes, it is not typeset.
2478
2479
2480