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