]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/changing-defaults.itely
Removes '-signs from vectors
[lilypond.git] / Documentation / notation / changing-defaults.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2
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.  For details, see the Contributors'
8     Guide, node Updating translation committishes..
9 @end ignore
10
11 @c \version "2.17.6"
12
13 @node Changing defaults
14 @chapter Changing defaults
15
16 The purpose of LilyPond's design is to provide the finest quality
17 output by default.  Nevertheless, it may happen that you need to
18 change this default layout.  The layout is controlled through a large
19 number of @q{knobs and switches} collectively called @q{properties}.
20 A tutorial introduction to accessing and modifying these properties
21 can be found in the Learning Manual, see @rlearning{Tweaking output}.
22 This should be read first.  This chapter covers similar ground, but
23 in a style more appropriate to a reference manual.
24
25 @cindex Internals Reference
26
27 The definitive description of the controls available for tuning can
28 be found in a separate document: @rinternalsnamed{Top,the Internals
29 Reference}.  That manual lists all the variables, functions and
30 options available in LilyPond.  It is written as a HTML document,
31 which is available
32 @c leave the @uref as one long line.
33 @uref{http://@/lilypond@/.org/@/doc/@/stable/@/Documentation/@/internals/,on@/-line},
34 and is also included with the LilyPond documentation package.
35
36 Internally, LilyPond uses Scheme (a LISP dialect) to provide
37 infrastructure.  Overriding layout decisions in effect accesses the
38 program internals, which requires Scheme input.  Scheme elements are
39 introduced in a @file{.ly} file with the hash
40 mark@tie{}@code{#}.@footnote{@rextend{Scheme tutorial}, contains a
41 short tutorial on entering numbers, lists, strings, and symbols in
42 Scheme.}
43
44
45 @menu
46 * Interpretation contexts::
47 * Explaining the Internals Reference::
48 * Modifying properties::
49 * Useful concepts and properties::
50 * Advanced tweaks::
51 * Using music functions::
52 @end menu
53
54
55 @node Interpretation contexts
56 @section Interpretation contexts
57
58 This section describes what contexts are, and how to modify them.
59
60 @menu
61 * Contexts explained::
62 * Creating contexts::
63 * Keeping contexts alive::
64 * Modifying context plug-ins::
65 * Changing context default settings::
66 * Defining new contexts::
67 * Context layout order::
68 @end menu
69
70 @seealso
71 Learning Manual:
72 @rlearning{Contexts and engravers}.
73
74 Installed Files:
75 @file{ly/engraver-init.ly},
76 @file{ly/performer-init.ly}.
77
78 Snippets:
79 @rlsr{Contexts and engravers}.
80
81 Internals Reference:
82 @rinternals{Contexts},
83 @rinternals{Engravers and Performers}.
84
85
86 @node Contexts explained
87 @subsection Contexts explained
88
89 @ignore
90 @c TODO Rethink and rewrite
91
92 >> > > - list of contexts: my *danger unmaintainable*
93 >> > > alarm just went off.  I'm
94
95 I knew it would... And leaving out some of them is perfectly fine
96 with me.
97 I do think that a list like this, with the main contexts and a
98 brief
99 description of  what they do (perhaps also with a note about what
100 default
101 behavior is associated with each of them, but this may be
102 unmanageable),
103 should be there, and then we could simply list the remaining ones
104 without
105 further explanation and with links to the IR.
106 @end ignore
107
108 @c TODO Improve layout, order and consistency of wording -td
109
110 @c TODO Add introduction which explains contexts in generality  -td
111
112 @c TODO Describe propagation of property values -td
113
114 Contexts are arranged hierarchically:
115
116 @menu
117 * Score - the master of all contexts::
118 * Top-level contexts - staff containers::
119 * Intermediate-level contexts - staves::
120 * Bottom-level contexts - voices::
121 @end menu
122
123 @node Score - the master of all contexts
124 @unnumberedsubsubsec Score - the master of all contexts
125
126 This is the top level notation context.  No other context can
127 contain a Score context.  By default the Score context handles
128 the administration of time signatures and makes sure that items
129 such as clefs, time signatures, and key-signatures are aligned
130 across staves.
131
132 A Score context is instantiated implicitly when a
133 @code{\score @{@dots{}@}} or @code{\layout @{@dots{}@}} block is
134 processed.
135
136 @node Top-level contexts - staff containers
137 @unnumberedsubsubsec Top-level contexts - staff containers
138
139 @strong{@emph{StaffGroup}}
140
141 Groups staves while adding a bracket on the left side, grouping
142 the staves together.  The bar lines of the contained staves are
143 connected vertically.  @code{StaffGroup} only consists of a collection
144 of staves, with a bracket in front and spanning bar lines.
145
146 @strong{@emph{ChoirStaff}}
147
148 Identical to @code{StaffGroup} except that the bar lines of the
149 contained staves are not connected vertically.
150
151 @strong{@emph{GrandStaff}}
152
153 A group of staves, with a brace on the left side, grouping the
154 staves together.  The bar lines of the contained staves are
155 connected vertically.
156
157 @strong{@emph{PianoStaff}}
158
159 Just like @code{GrandStaff}, but with support for instrument names
160 to the left of each system.
161
162 @node Intermediate-level contexts - staves
163 @unnumberedsubsubsec Intermediate-level contexts - staves
164
165 @strong{@emph{Staff}}
166
167 Handles clefs, bar lines, keys, accidentals.  It can contain
168 @code{Voice} contexts.
169
170 @strong{@emph{RhythmicStaff}}
171
172 Like @code{Staff} but for printing rhythms.  Pitches are ignored;
173 the notes are printed on one line.
174
175 @strong{@emph{TabStaff}}
176
177 Context for generating tablature.  By default lays the music
178 expression out as a guitar tablature, printed on six lines.
179
180 @strong{@emph{DrumStaff}}
181
182 Handles typesetting for percussion.  Can contain @code{DrumVoice}
183
184 @strong{@emph{VaticanaStaff}}
185
186 Same as @code{Staff}, except that it is designed for typesetting
187 a piece in gregorian style.
188
189 @strong{@emph{MensuralStaff}}
190
191 Same as @code{Staff}, except that it is designed for typesetting
192 a piece in mensural style.
193
194 @node Bottom-level contexts - voices
195 @unnumberedsubsubsec Bottom-level contexts - voices
196
197 Voice-level contexts initialise certain properties and start
198 appropriate engravers.  Being bottom-level contexts, they cannot
199 contain other contexts.
200
201 @strong{@emph{Voice}}
202
203 Corresponds to a voice on a staff.  This context handles the
204 conversion of dynamic signs, stems, beams, super- and sub-scripts,
205 slurs, ties, and rests.  You have to instantiate this explicitly
206 if you require multiple voices on the same staff.
207
208 @strong{@emph{VaticanaVoice}}
209
210 Same as @code{Voice}, except that it is designed for typesetting
211 a piece in gregorian style.
212
213 @strong{@emph{MensuralVoice}}
214
215 Same as @code{Voice}, with modifications for typesetting a piece in
216 mensural style.
217
218 @strong{@emph{Lyrics}}
219
220 Corresponds to a voice with lyrics.  Handles the printing of a
221 single line of lyrics.
222
223 @strong{@emph{DrumVoice}}
224
225 The voice context used in a percussion staff.
226
227 @strong{@emph{FiguredBass}}
228
229 The context in which @code{BassFigure} objects are created from
230 input entered in @code{\figuremode} mode.
231
232 @strong{@emph{TabVoice}}
233
234 The voice context used within a @code{TabStaff} context.  Usually
235 left to be created implicitly.
236
237 @strong{@emph{CueVoice}}
238
239 A voice context used to render notes of a reduced size, intended
240 primarily for adding cue notes to a staff, see @ref{Formatting
241 cue notes}.  Usually left to be created implicitly.
242
243 @strong{@emph{ChordNames}}
244
245 Typesets chord names.
246
247 @ignore
248 TODO
249
250 Then the following, which I don't know what to do with:
251
252     * GregorianTranscriptionVoice
253     * GregorianTranscriptionStaff
254
255     * FretBoards
256         Engraves fretboards from chords. Not easy... Not
257 documented.
258         There is now some documentation on FretBoards in the NR, under
259          instrument-specific notation -- cds.
260
261     * NoteNames
262
263     * Global
264         Hard coded entry point for LilyPond. Cannot be tuned.
265     * Devnull
266         Silently discards all musical information given to this
267 context.
268
269 @end ignore
270
271 @node Creating contexts
272 @subsection Creating contexts
273
274 @c TODO more complete descriptions rather than learning style
275
276 For scores with only one voice and one staff, contexts are
277 created automatically.  For more complex scores, it is necessary to
278 create them by hand.  There are three commands that do this.
279
280 @itemize
281
282 @item
283 The easiest command is @code{\new}, and it also the quickest to type.
284 It is prepended to a music expression, for example
285
286 @funindex \new
287 @cindex new contexts
288 @cindex Context, creating
289
290 @example
291 \new @var{type} @var{music expression}
292 @end example
293
294 @noindent
295 where @var{type} is a context name (like @code{Staff} or
296 @code{Voice}).  This command creates a new context, and starts
297 interpreting the @var{music expression} with that.
298
299 A practical application of @code{\new} is a score with many
300 staves.  Each part that should be on its own staff, is preceded with
301 @code{\new Staff}.
302
303 @lilypond[quote,verbatim,relative=2,ragged-right]
304 <<
305   \new Staff { c4 c }
306   \new Staff { d4 d }
307 >>
308 @end lilypond
309
310 The @code{\new} command may also give a name to the context,
311
312 @example
313 \new @var{type} = @var{id} @var{music}
314 @end example
315 However, this user specified name is only used if there is no other
316 context already earlier with the same name.
317
318
319 @funindex \context
320
321 @item
322 Like @code{\new}, the @code{\context} command also directs a music
323 expression to a context object, but gives the context an explicit name.  The
324 syntax is
325
326 @example
327 \context @var{type} = @var{id} @var{music}
328 @end example
329
330 This form will search for an existing context of type @var{type}
331 called @var{id}.  If that context does not exist yet, a new
332 context with the specified name is created.  This is useful if
333 the context is referred to later on.  For example, when
334 setting lyrics the melody is in a named context
335
336 @example
337 \context Voice = "@b{tenor}" @var{music}
338 @end example
339
340 @noindent
341 so the texts can be properly aligned to its notes,
342
343 @example
344 \new Lyrics \lyricsto "@b{tenor}" @var{lyrics}
345 @end example
346
347 @noindent
348
349 Another possible use of named contexts is funneling two different
350 music expressions into one context.  In the following example,
351 articulations and notes are entered separately,
352
353 @example
354 music = @{ c4 c4 @}
355 arts = @{ s4-. s4-> @}
356 @end example
357
358 They are combined by sending both to the same @code{Voice} context,
359
360 @example
361 <<
362   \new Staff \context Voice = "A" \music
363   \context Voice = "A" \arts
364 >>
365 @end example
366 @lilypond[quote,ragged-right]
367 music = { c4 c4 }
368 arts = { s4-. s4-> }
369 \relative c'' <<
370   \new Staff \context Voice = "A" \music
371   \context Voice = "A" \arts
372 >>
373 @end lilypond
374
375 With this mechanism, it is possible to define an Urtext (original
376 edition), with the option to put several distinct articulations on the
377 same notes.
378
379 @cindex creating contexts
380
381 @item
382 The third command for creating contexts is
383 @example
384 \context @var{type} @var{music}
385 @end example
386
387
388 @noindent
389 This is similar to @code{\context} with @code{= @var{id}}, but matches
390 any context of type @var{type}, regardless of its given name.
391
392 This variant is used with music expressions that can be interpreted at
393 several levels.  For example, the @code{\applyOutput} command (see
394 @rextend{Running a function on all layout objects}).  Without an explicit
395 @code{\context}, it is usually applied to @code{Voice}
396
397 @example
398 \applyOutput #'@var{context} #@var{function}   % apply to Voice
399 @end example
400
401 To have it interpreted at the @code{Score} or @code{Staff} level use
402 these forms
403
404 @example
405 \applyOutput #'Score #@var{function}
406 \applyOutput #'Staff #@var{function}
407 @end example
408
409 @end itemize
410
411 @node Keeping contexts alive
412 @subsection Keeping contexts alive
413
414 @cindex contexts, keeping alive
415 @cindex contexts, lifetime
416
417 Contexts are usually terminated at the first musical moment in
418 which they have nothing to do.  So @code{Voice} contexts die as
419 soon as they contain no events; @code{Staff} contexts die as soon
420 as all the @code{Voice} contexts within them contain no events; etc.
421 This can cause difficulties if earlier contexts which have died
422 have to be referenced, for example, when changing staves with
423 @code{\change} commands, associating lyrics with a voice with
424 @code{\lyricsto} commands, or when adding further musical events to
425 an earlier context.
426
427 There is an exception to this general rule: just one of the
428 @code{Voice} contexts in a @code{Staff} context or in a
429 @code{<<...>>} construct will always persist to the end of the
430 enclosing @code{Staff} context or @code{<<...>>} construct, even
431 though there may be periods when it has nothing to do.  The context
432 to persist in this way will be the first one encountered in the
433 first enclosed @code{@{...@}} construct, ignoring any in enclosed
434 @code{<<...>>} constructs.
435
436 Any context can be kept alive by ensuring it has something to do at
437 every musical moment.  @code{Staff} contexts are kept alive by
438 ensuring one of their voices is kept alive.  One way of doing this
439 is to add spacer rests to a voice in parallel with the real music.
440 These need to be added to every @code{Voice} context which needs to
441 be kept alive.  If several voices are to be used sporadically it is
442 safest to keep them all alive rather than attempting to rely on the
443 exceptions mentioned above.
444
445 In the following example, both voice A and voice B are kept alive
446 in this way for the duration of the piece:
447
448 @lilypond[quote,verbatim]
449 musicA = \relative c'' { d4 d d d }
450 musicB = \relative c'' { g4 g g g }
451 keepVoicesAlive = {
452   <<
453     \new Voice = "A" { s1*5 }  % Keep Voice "A" alive for 5 bars
454     \new Voice = "B" { s1*5 }  % Keep Voice "B" alive for 5 bars
455   >>
456 }
457
458 music = {
459   \context Voice = "A" {
460     \voiceOneStyle
461     \musicA
462   }
463   \context Voice = "B" {
464     \voiceTwoStyle
465     \musicB
466   }
467   \context Voice = "A" { \musicA }
468   \context Voice = "B" { \musicB }
469   \context Voice = "A" { \musicA }
470 }
471
472 \score {
473   \new Staff <<
474     \keepVoicesAlive
475     \music
476   >>
477 }
478 @end lilypond
479
480 @cindex lyrics, aligning with sporadic melody
481
482 The following example shows how a sporadic melody line with lyrics
483 might be written using this approach.  In a real situation the
484 melody and accompaniment would consist of several different
485 sections, of course.
486
487 @lilypond[quote,verbatim]
488 melody = \relative c'' { a4 a a a }
489 accompaniment = \relative c' { d4 d d d }
490 words = \lyricmode { These words fol -- low the mel -- o -- dy }
491 \score {
492   <<
493     \new Staff = "music" {
494       <<
495         \new Voice = "melody" {
496           \voiceOne
497           s1*4  % Keep Voice "melody" alive for 4 bars
498         }
499         {
500           \new Voice = "accompaniment" {
501             \voiceTwo
502             \accompaniment
503           }
504           <<
505             \context Voice = "melody" { \melody }
506             \context Voice = "accompaniment" { \accompaniment }
507           >>
508           \context Voice = "accompaniment" { \accompaniment }
509           <<
510             \context Voice = "melody" { \melody }
511             \context Voice = "accompaniment" { \accompaniment }
512           >>
513         }
514       >>
515     }
516     \new Lyrics \with { alignAboveContext = #"music" }
517     \lyricsto "melody" { \words }
518   >>
519 }
520 @end lilypond
521
522 An alternative way, which may be better in many circumstances, is
523 to keep the melody line alive by simply including spacer notes to
524 line it up correctly with the accompaniment:
525
526 @lilypond[quote,verbatim]
527 melody = \relative c'' {
528   s1  % skip a bar
529   a4 a a a
530   s1  % skip a bar
531   a4 a a a
532 }
533 accompaniment = \relative c' {
534   d4 d d d
535   d4 d d d
536   d4 d d d
537   d4 d d d
538 }
539 words = \lyricmode { These words fol -- low the mel -- o -- dy }
540
541 \score {
542   <<
543     \new Staff = "music" {
544       <<
545         \new Voice = "melody" {
546           \voiceOne
547           \melody
548         }
549         \new Voice = "accompaniment" {
550           \voiceTwo
551           \accompaniment
552         }
553       >>
554     }
555     \new Lyrics \with { alignAboveContext = #"music" }
556     \lyricsto "melody" { \words }
557   >>
558 }
559 @end lilypond
560
561
562 @node Modifying context plug-ins
563 @subsection Modifying context plug-ins
564
565 @c TODO Should this be Modifying engravers or Modifying contexts?
566
567 Notation contexts (like @code{Score} and @code{Staff}) not only store
568 properties, they also contain plug-ins called @q{engravers} that create
569 notation elements.  For example, the @code{Voice} context contains a
570 @code{Note_heads_engraver} and the @code{Staff} context contains a
571 @code{Key_engraver}.
572
573 For a full a description of each plug-in, see
574 @ifhtml
575 @rinternals{Engravers and Performers}.
576 @end ifhtml
577 @ifnothtml
578 Internals Reference @expansion{} Translation @expansion{} Engravers.
579 @end ifnothtml
580 Every context described in
581 @ifhtml
582 @rinternals{Contexts}
583 @end ifhtml
584 @ifnothtml
585 Internals Reference @expansion{} Translation @expansion{} Context.
586 @end ifnothtml
587 lists the engravers used for that context.
588
589
590 It can be useful to shuffle around these plug-ins.  This is done by
591 starting a new context with @code{\new} or @code{\context}, and
592 modifying it,
593
594 @funindex \with
595
596 @example
597 \new @var{context} \with @{
598   \consists @dots{}
599   \consists @dots{}
600   \remove @dots{}
601   \remove @dots{}
602   @emph{etc.}
603 @}
604 @{
605   @emph{..music..}
606 @}
607 @end example
608
609 @noindent
610 where the @dots{} should be the name of an engraver.  Here is a simple
611 example which removes @code{Time_signature_engraver} and
612 @code{Clef_engraver} from a @code{Staff} context,
613
614 @lilypond[quote,relative=1,verbatim]
615 <<
616   \new Staff {
617     f2 g
618   }
619   \new Staff \with {
620      \remove "Time_signature_engraver"
621      \remove "Clef_engraver"
622   } {
623     f2 g2
624   }
625 >>
626 @end lilypond
627
628 In the second staff there are no time signature or clef symbols.  This
629 is a rather crude method of making objects disappear since it will affect
630 the entire staff.  This method also influences the spacing, which may or
631 may not be desirable.  More sophisticated methods of blanking objects
632 are shown in @rlearning{Visibility and color of objects}.
633
634 The next example shows a practical application.  Bar lines and time
635 signatures are normally synchronized across the score.  This is done
636 by the @code{Timing_translator} and @code{Default_bar_line_engraver}.
637 This plug-in keeps an administration of time signature, location
638 within the measure, etc.  By moving these engraver from @code{Score} to
639 @code{Staff} context, we can have a score where each staff has its own
640 time signature.
641
642 @cindex polymetric scores
643 @cindex Time signatures, multiple
644
645 @lilypond[quote,verbatim]
646 \score {
647   <<
648     \new Staff \with {
649       \consists "Timing_translator"
650       \consists "Default_bar_line_engraver"
651     } {
652         \time 3/4
653         c4 c c c c c
654     }
655   \new Staff \with {
656     \consists "Timing_translator"
657     \consists "Default_bar_line_engraver"
658   } {
659       \time 2/4
660       c4 c c c c c
661   }
662 >>
663 \layout {
664   \context {
665     \Score
666     \remove "Timing_translator"
667     \remove "Default_bar_line_engraver"
668     }
669   }
670 }
671 @end lilypond
672
673 @knownissues
674
675 The order in which the engravers are specified is the order in
676 which they are called to carry out their processing.  Usually the
677 order in which the engravers are specified does not matter, but in
678 a few special cases the order is important, for example where one
679 engraver writes a property and another reads it, or where one
680 engraver creates a grob and another must process it.
681
682 The following orderings are important:
683
684 @itemize
685 @item
686 the @code{Bar_engraver} must normally be first,
687
688 @item
689 the @code{New_fingering_engraver} must come before the
690 @code{Script_column_engraver},
691
692 @item
693 the @code{Timing_translator} must come before the
694 @code{Bar_number_engraver}.
695
696 @end itemize
697
698 @seealso
699 Installed Files:
700 @file{ly/engraver-init.ly}.
701
702
703 @node Changing context default settings
704 @subsection Changing context default settings
705
706 @cindex default context properties, changing
707 @cindex context properties, changing defaults
708
709 Context and grob properties can be changed with @code{\set}
710 and @code{\override} commands, as described in
711 @ref{Modifying properties}.  These commands create music events,
712 making the changes take effect at the point in time the music
713 is being processed.
714
715 In contrast, this section explains how to change the @emph{default}
716 values of context and grob properties at the time the context is
717 created.  There are two ways of doing this.  One modifies the default
718 values in all contexts of a particular type, the other modifies the
719 default values in just one particular instance of a context.
720
721 @menu
722 * Changing all contexts of the same type::
723 * Changing just one specific context::
724 * Order of precedence::
725 @end menu
726
727 @node Changing all contexts of the same type
728 @unnumberedsubsubsec Changing all contexts of the same type
729
730 @cindex \context in \layout block
731 @funindex \context
732 @funindex \layout
733
734 The context settings which are to be used by default in
735 @code{Score}, @code{Staff}, @code{Voice} and other contexts may be
736 specified in a @code{\context} block within any @code{\layout} block.
737 The @code{\layout} block should be placed within the @code{\score}
738 block to which it is to apply, after the music.
739
740 @example
741 \layout @{
742   \context @{
743     \Voice
744     [context settings for all Voice contexts]
745   @}
746   \context @{
747     \Staff
748     [context settings for all Staff contexts]
749   @}
750 @}
751 @end example
752
753 The following types of settings may be specified:
754
755 @itemize
756 @item
757 An @code{\override} command, but with the context name omitted
758
759 @lilypond[quote,verbatim]
760 \score {
761   \relative c'' {
762     a4^"Thicker stems" a a a
763     a4 a a\ff a
764   }
765   \layout {
766     \context {
767       \Staff
768       \override Stem.thickness = #4.0
769     }
770   }
771 }
772 @end lilypond
773
774 @item
775 Directly setting a context property
776
777 @lilypond[quote,verbatim]
778 \score {
779   \relative c'' {
780     a4^"Smaller font" a a a
781     a4 a a\ff a
782   }
783   \layout {
784     \context {
785       \Staff
786       fontSize = #-4
787     }
788   }
789 }
790 @end lilypond
791
792 @item
793 A predefined command such as @code{\dynamicUp} or a music
794 expression like @code{\accidentalStyle dodecaphonic}
795
796 @lilypond[quote,verbatim]
797 \score {
798   \relative c'' {
799     a4^"Dynamics above" a a a
800     a4 a a\ff a
801   }
802   \layout {
803     \context {
804       \Voice
805       \dynamicUp
806     }
807     \context {
808       \Staff
809       \accidentalStyle dodecaphonic
810     }
811   }
812 }
813 @end lilypond
814
815 @item
816 A user-defined variable containing a @code{\with} block; for details
817 of the @code{\with} block see
818 @ref{Changing just one specific context}.
819
820 @lilypond[quote,verbatim]
821 StaffDefaults = \with {
822   fontSize = #-4
823 }
824
825 \score {
826   \new Staff {
827     \relative c'' {
828       a4^"Smaller font" a a a
829       a4 a a a
830     }
831   }
832   \layout {
833     \context {
834       \Staff
835       \StaffDefaults
836     }
837   }
838 }
839 @end lilypond
840
841 @end itemize
842
843 Property-setting commands can be placed in a @code{\layout} block
844 without being enclosed in a @code{\context} block.  Such settings
845 are equivalent to including the same property-setting commands at
846 the start of every context of the type specified.  If no context
847 is specified @emph{every} bottom-level context is affected, see
848 @ref{Bottom-level contexts - voices}.  The syntax of a
849 property-setting command in a @code{\layout} block is the same as
850 the same command written in the music stream.
851
852 @lilypond[quote,verbatim]
853 \score {
854   \new Staff {
855     \relative c'' {
856       a4^"Smaller font" a a a
857       a4 a a a
858     }
859   }
860   \layout {
861     \accidentalStyle dodecaphonic
862     \set fontSize = #-4
863     \override Voice.Stem.thickness = #4.0
864   }
865 }
866 @end lilypond
867
868
869 @node Changing just one specific context
870 @unnumberedsubsubsec Changing just one specific context
871
872 @cindex \with
873 @funindex \with
874
875 The context properties of just one specific context instance can be
876 changed in a @code{\with} block.  All other context instances of the
877 same type retain the default settings built into LilyPond and modified
878 by any @code{\layout} block within scope.  The @code{\with} block
879 must be placed immediately after the @code{\new} @var{context-type}
880 command:
881
882 @example
883 \new Staff
884 \with @{
885   [context settings for this context instance only]
886 @} @{
887 ...
888 @}
889 @end example
890
891 The following types of settings may be specified:
892
893 @itemize
894 @item
895 An @code{\override} command, but with the context name omitted
896
897 @lilypond[quote,verbatim]
898 \score {
899   \new Staff {
900     \new Voice
901     \with {
902       \override Stem.thickness = #4.0
903     }
904     {
905       \relative c'' {
906         a4^"Thick stems" a a a
907         a4 a a a
908       }
909     }
910   }
911 }
912 @end lilypond
913
914 @item
915 Directly setting a context property
916
917 @lilypond[quote,verbatim]
918 \score {
919   <<
920     \new Staff {
921       \relative c'' {
922         a4^"Default font" a a a
923         a4 a a a
924       }
925     }
926     \new Staff
927     \with {
928       fontSize = #-4
929     } {
930       \relative c'' {
931         a4^"Smaller font" a a a
932         a4 a a a
933       }
934     }
935   >>
936 }
937 @end lilypond
938
939 @item
940 A predefined command such as @code{\dynamicUp}
941
942 @lilypond[quote,verbatim]
943 \score {
944   <<
945     \new Staff {
946       \new Voice {
947         \relative c'' {
948           a4^"Dynamics below" a a a
949           a4 a a\ff a
950         }
951       }
952     }
953     \new Staff
954     \with { \accidentalStyle dodecaphonic }
955     {
956       \new Voice
957       \with { \dynamicUp }
958       {
959         \relative c'' {
960           a4^"Dynamics above" a a a
961           a4 a a\ff a
962         }
963       }
964     }
965   >>
966 }
967 @end lilypond
968
969 @end itemize
970
971 @node Order of precedence
972 @unnumberedsubsubsec Order of precedence
973
974 The value of a property which applies at a particular time is
975 determined as follows:
976
977 @itemize
978 @item
979 if an @code{\override} or @code{\set} command in the input stream is
980 in effect that value is used,
981
982 @item
983 otherwise the default value taken from a @code{\with} statement
984 on the context initiation statement is used,
985
986 @item
987 otherwise the default value taken from the most recent appropriate
988 @code{\context} block in the @code{\layout} blocks is used,
989
990 @item
991 otherwise the LilyPond built-in default is used.
992 @end itemize
993
994 @seealso
995 Learning Manual:
996 @rlearning{Modifying context properties}.
997
998 Notation Reference:
999 @ref{Contexts explained},
1000 @ref{Bottom-level contexts - voices},
1001 @ref{The set command},
1002 @ref{The override command},
1003 @ref{The \layout block}.
1004
1005
1006 @node Defining new contexts
1007 @subsection Defining new contexts
1008
1009 @cindex contexts, defining new
1010 @cindex engravers, including in contexts
1011
1012 @funindex \alias
1013 @funindex alias
1014 @funindex \name
1015 @funindex name
1016 @funindex \type
1017 @funindex type
1018 @funindex \consists
1019 @funindex consists
1020 @funindex \accepts
1021 @funindex accepts
1022 @funindex \denies
1023 @funindex denies
1024
1025 Specific contexts, like @code{Staff} and @code{Voice}, are made of
1026 simple building blocks.  It is possible to create new types of
1027 contexts with different combinations of engraver plug-ins.
1028
1029 The next example shows how to build a different type of
1030 @code{Voice} context from scratch.  It will be similar to
1031 @code{Voice}, but only prints centered slash note heads.  It can be used
1032 to indicate improvisation in jazz pieces,
1033
1034 @lilypond[quote,ragged-right]
1035 \layout { \context {
1036   \name ImproVoice
1037   \type "Engraver_group"
1038   \consists "Note_heads_engraver"
1039   \consists "Rhythmic_column_engraver"
1040   \consists "Text_engraver"
1041   \consists "Pitch_squash_engraver"
1042   squashedPosition = #0
1043   \override NoteHead.style = #'slash
1044   \override Stem.transparent = ##t
1045   \override Flag.transparent = ##t
1046   \alias Voice
1047 }
1048 \context { \Staff
1049   \accepts "ImproVoice"
1050 }}
1051
1052 \relative c'' {
1053   a4 d8 bes8 \new ImproVoice { c4^"ad lib" c
1054    c4 c^"undress" c_"while playing :)" c }
1055   a1
1056 }
1057 @end lilypond
1058
1059
1060 These settings are defined within a @code{\context} block inside a
1061 @code{\layout} block,
1062
1063 @example
1064 \layout @{
1065   \context @{
1066     @dots{}
1067   @}
1068 @}
1069 @end example
1070
1071 In the following discussion, the example input shown should go in place
1072 of the @dots{} in the previous fragment.
1073
1074 First it is necessary to define a name for the new context:
1075
1076 @example
1077 \name ImproVoice
1078 @end example
1079
1080 Since it is similar to the @code{Voice}, we want commands that work
1081 on (existing) @code{Voice}s to remain working.  This is achieved by
1082 giving the new context an alias @code{Voice},
1083
1084 @example
1085 \alias Voice
1086 @end example
1087
1088 The context will print notes and instructive texts, so we need to add
1089 the engravers which provide this functionality,
1090
1091 @example
1092 \consists "Note_heads_engraver"
1093 \consists "Text_engraver"
1094 @end example
1095
1096 but we only need this on the center line,
1097
1098 @example
1099 \consists "Pitch_squash_engraver"
1100 squashedPosition = #0
1101 @end example
1102
1103 The @rinternals{Pitch_squash_engraver} modifies note heads (created
1104 by @rinternals{Note_heads_engraver}) and sets their vertical
1105 position to the value of @code{squashedPosition}, in this case@tie{}@code{0},
1106 the center line.
1107
1108 The notes look like a slash, and have no stem,
1109
1110 @example
1111 \override NoteHead.style = #'slash
1112 \override Stem.transparent = ##t
1113 \override Flag.transparent = ##t
1114 @end example
1115
1116 All these plug-ins have to cooperate, and this is achieved with a
1117 special plug-in, which must be marked with the keyword @code{\type}.
1118 This should always be @code{Engraver_group}.
1119
1120 @example
1121 \type "Engraver_group"
1122 @end example
1123
1124 Put together, we get
1125
1126 @example
1127 \context @{
1128   \name ImproVoice
1129   \type "Engraver_group"
1130   \consists "Note_heads_engraver"
1131   \consists "Text_engraver"
1132   \consists "Pitch_squash_engraver"
1133   squashedPosition = #0
1134   \override NoteHead.style = #'slash
1135   \override Stem.transparent = ##t
1136   \override Flag.transparent = ##t
1137   \alias Voice
1138 @}
1139 @end example
1140
1141 @funindex \accepts
1142 Contexts form hierarchies.  We want to hang the @code{ImproVoice}
1143 under @code{Staff}, just like normal @code{Voice}s.  Therefore, we
1144 modify the @code{Staff} definition with the @code{\accepts}
1145 command,
1146
1147 @example
1148 \context @{
1149   \Staff
1150   \accepts ImproVoice
1151 @}
1152 @end example
1153
1154 @funindex \denies
1155 The opposite of @code{\accepts} is @code{\denies},
1156 which is sometimes needed when reusing existing context definitions.
1157
1158 Putting both into a @code{\layout} block, like
1159
1160 @example
1161 \layout @{
1162   \context @{
1163     \name ImproVoice
1164     @dots{}
1165   @}
1166   \context @{
1167     \Staff
1168     \accepts "ImproVoice"
1169   @}
1170 @}
1171 @end example
1172
1173 Then the output at the start of this subsection can be entered as
1174
1175 @example
1176 \relative c'' @{
1177   a4 d8 bes8
1178   \new ImproVoice @{
1179     c4^"ad lib" c
1180     c4 c^"undress"
1181     c c_"while playing :)"
1182   @}
1183   a1
1184 @}
1185 @end example
1186
1187
1188 @node Context layout order
1189 @subsection Context layout order
1190
1191 @cindex contexts, layout order
1192 @funindex \accepts
1193 @funindex \denies
1194
1195 Contexts are normally positioned in a system from top to bottom
1196 in the order in which they are encountered in the input file.  When
1197 contexts are nested, the outer context will include inner nested
1198 contexts as specified in the input file, provided the inner contexts
1199 are included in the outer context's @qq{accepts} list.  Nested
1200 contexts which are not included in the outer context's @qq{accepts}
1201 list will be repositioned below the outer context rather than nested
1202 within it.
1203
1204 The @qq{accepts} list of a context can be changed with the
1205 @code{\accepts} and @code{\denies} commands.  @code{\accepts} adds a
1206 context to the @qq{accepts} list and @code{\denies} removes a context
1207 from the list.  For example, it would not normally be desirable for
1208 chord names to be nested within a @code{Staff} context, so the
1209 @code{ChordNames} context is not included by default in the @qq{accepts}
1210 list of the @code{Staff} context, but if this were to be required it can
1211 be done:
1212
1213 @lilypond[verbatim,quote]
1214 \score {
1215   \new Staff {
1216     c' d' e' f'
1217     \chords { d1:m7 b1:min7.5- }
1218   }
1219 }
1220 @end lilypond
1221
1222 @lilypond[verbatim,quote]
1223 \score {
1224   \new Staff {
1225     c' d' e' f'
1226     \chords { d1:m7 b1:min7.5- }
1227   }
1228   \layout {
1229     \context {
1230       \Staff
1231       \accepts "ChordNames"
1232     }
1233   }
1234 }
1235 @end lilypond
1236
1237 @code{\denies} is mainly used when a new context is being based on
1238 another, but the required nesting differs.  For example, the
1239 @code{VaticanaStaff} context is based on the @code{Staff} context, but
1240 with the @code{VaticanaVoice} context substituted for the @code{Voice}
1241 context in the @qq{accepts} list.
1242
1243 Note that a context will be silently created implicitly if a command
1244 is encountered when there is no suitable context available to
1245 contain it.  This can give rise to unexpected new staves or scores.
1246
1247 @cindex alignAboveContext
1248 @cindex alignBelowContext
1249 @funindex alignAboveContext
1250 @funindex alignBelowContext
1251
1252 Sometimes a context is required to exist for just a brief period, a
1253 good example being the staff context for an ossia.  This is usually
1254 achieved by introducing the context definition at the appropriate
1255 place in parallel with corresponding section of the main music.
1256 By default, the temporary context will be placed below all the
1257 existing contexts.  To reposition it above the context called
1258 @qq{main}, it should be defined like this:
1259
1260 @example
1261 @code{\new Staff \with @{ alignAboveContext = #"main" @} }
1262 @end example
1263
1264 A similar situation arises when positioning a temporary lyrics
1265 context within a multi-staved layout such as a @code{ChoirStaff},
1266 for example, when adding a second verse to a repeated section.
1267 By default the temporary lyrics context will be placed beneath the
1268 lower staves.  By defining the temporary lyrics context with
1269 @code{alignBelowContext} it can be positioned correctly beneath
1270 the (named) lyrics context containing the first verse.
1271
1272 Examples showing this repositioning of temporary contexts can be
1273 found elsewhere --- see @rlearning{Nesting music expressions},
1274 @ref{Modifying single staves} and @ref{Techniques specific to lyrics}.
1275
1276 @seealso
1277 Learning Manual:
1278 @rlearning{Nesting music expressions}.
1279
1280 Notation Reference:
1281 @ref{Modifying single staves},
1282 @ref{Techniques specific to lyrics}.
1283
1284 Application Usage:
1285 @rprogram{An extra staff appears}.
1286
1287 Installed Files:
1288 @file{ly/engraver-init.ly}.
1289
1290
1291 @node Explaining the Internals Reference
1292 @section Explaining the Internals Reference
1293
1294 @menu
1295 * Navigating the program reference::
1296 * Layout interfaces::
1297 * Determining the grob property::
1298 * Naming conventions::
1299 @end menu
1300
1301 @node Navigating the program reference
1302 @subsection Navigating the program reference
1303
1304 @c TODO remove this (it's in the LM)
1305 @c Replace with more factual directions
1306
1307 Suppose we want to move the fingering indication in the fragment
1308 below:
1309
1310 @lilypond[quote,relative=2,verbatim]
1311 c-2
1312 \stemUp
1313 f
1314 @end lilypond
1315
1316 If you visit the documentation on fingering instructions (in
1317 @ref{Fingering instructions}), you will notice:
1318
1319 @quotation
1320 @strong{See also}
1321
1322 Internals Reference: @rinternals{Fingering}.
1323
1324 @end quotation
1325
1326
1327 @c  outdated info; probably will delete.
1328 @ignore
1329 This fragment points to two parts of the program reference: a page
1330 on @code{FingeringEvent} and one on @code{Fingering}.
1331
1332 The page on @code{FingeringEvent} describes the properties of the music
1333 expression for the input @w{@code{-2}}.  The page contains many links
1334 forward.  For example, it says
1335
1336 @quotation
1337 Accepted by: @rinternals{Fingering_engraver},
1338 @end quotation
1339
1340 @noindent
1341 That link brings us to the documentation for the Engraver, the
1342 plug-in, which says
1343
1344 @quotation
1345 This engraver creates the following layout objects: @rinternals{Fingering}.
1346 @end quotation
1347
1348 In other words, once the @code{FingeringEvent}s are interpreted, the
1349 @code{Fingering_engraver} plug-in will process them.
1350 @end ignore
1351
1352 @ignore
1353 @c  I can't figure out what this is supposed to mean.  -gp
1354
1355 The @code{Fingering_engraver} is also listed to create
1356 @rinternals{Fingering} objects,
1357
1358 @c  old info?  it doesn't make any sense to me with our current docs.
1359 This is also the
1360 second bit of information listed under @b{See also} in the Notation
1361 manual.
1362 @end ignore
1363
1364 @ifnothtml
1365 The programmer's reference is available as an HTML document.  It is
1366 highly recommended that you read it in HTML form, either online or
1367 by downloading the HTML documentation.  This section will be much more
1368 difficult to understand if you are using the
1369 PDF manual.
1370 @end ifnothtml
1371
1372 Follow the link to @rinternals{Fingering}.  At the top of the
1373 page, you will see
1374
1375 @quotation
1376 Fingering objects are created by: @rinternals{Fingering_engraver} and
1377 @rinternals{New_fingering_engraver}.
1378 @end quotation
1379
1380 By following related links inside the program reference, we can follow the
1381 flow of information within the program:
1382
1383 @itemize
1384
1385 @item @rinternals{Fingering}:
1386 @rinternals{Fingering} objects are created by:
1387 @rinternals{Fingering_engraver}
1388
1389 @item @rinternals{Fingering_engraver}:
1390 Music types accepted: @rinternals{fingering-event}
1391
1392 @item @rinternals{fingering-event}:
1393 Music event type @code{fingering-event} is in Music expressions named
1394 @rinternals{FingeringEvent}
1395 @end itemize
1396
1397 This path goes against the flow of information in the program: it
1398 starts from the output, and ends at the input event.  You could
1399 also start at an input event, and read with the flow of
1400 information, eventually ending up at the output object(s).
1401
1402 The program reference can also be browsed like a normal document.  It
1403 contains chapters on
1404 @ifhtml
1405 @rinternals{Music definitions},
1406 @end ifhtml
1407 @ifnothtml
1408 @code{Music definitions}
1409 @end ifnothtml
1410 on @rinternals{Translation}, and the @rinternals{Backend}.  Every
1411 chapter lists all the definitions used and all properties that may be
1412 tuned.
1413
1414
1415 @node Layout interfaces
1416 @subsection Layout interfaces
1417
1418 @cindex interface, layout
1419 @cindex layout interface
1420 @cindex grob
1421
1422 The HTML page that we found in the previous section describes the
1423 layout object called @rinternals{Fingering}.  Such an object is a
1424 symbol within the score.  It has properties that store numbers (like
1425 thicknesses and directions), but also pointers to related objects.  A
1426 layout object is also called a @emph{Grob}, which is short for Graphical
1427 Object.  For more details about Grobs, see @rinternals{grob-interface}.
1428
1429 The page for @code{Fingering} lists the definitions for the
1430 @code{Fingering} object.  For example, the page says
1431
1432 @quotation
1433 @code{padding} (dimension, in staff space):
1434
1435 @code{0.5}
1436 @end quotation
1437
1438 @noindent
1439 which means that the number will be kept at a distance of at least 0.5
1440 of the note head.
1441
1442
1443 Each layout object may have several functions as a notational or
1444 typographical element.  For example, the Fingering object
1445 has the following aspects
1446
1447 @itemize
1448 @item
1449 Its size is independent of the horizontal spacing, unlike slurs or beams.
1450
1451 @item
1452 It is a piece of text.  Granted, it is usually a very short text.
1453
1454 @item
1455 That piece of text is typeset with a font, unlike slurs or beams.
1456
1457 @item
1458 Horizontally, the center of the symbol should be aligned to the
1459 center of the note head.
1460
1461 @item
1462 Vertically, the symbol is placed next to the note and the staff.
1463
1464 @item
1465 The vertical position is also coordinated with other superscript
1466 and subscript symbols.
1467 @end itemize
1468
1469 Each of these aspects is captured in so-called @emph{interface}s,
1470 which are listed on the @rinternals{Fingering} page at the bottom
1471
1472 @quotation
1473 This object supports the following interfaces:
1474 @rinternals{item-interface},
1475 @rinternals{self-alignment-interface},
1476 @rinternals{side-position-interface}, @rinternals{text-interface},
1477 @rinternals{text-script-interface}, @rinternals{font-interface},
1478 @rinternals{finger-interface}, and @rinternals{grob-interface}.
1479 @end quotation
1480
1481 Clicking any of the links will take you to the page of the respective
1482 object interface.  Each interface has a number of properties.  Some of
1483 them are not user-serviceable (@q{Internal properties}), but others
1484 can be modified.
1485
1486 We have been talking of @emph{the} @code{Fingering} object, but actually it
1487 does not amount to much.  The initialization file (see
1488 @rlearning{Other sources of information})
1489 @file{scm/define-grobs.scm} shows the soul of the @q{object},
1490
1491 @example
1492 (Fingering
1493   . ((padding . 0.5)
1494      (avoid-slur . around)
1495      (slur-padding . 0.2)
1496      (staff-padding . 0.5)
1497      (self-alignment-X . 0)
1498      (self-alignment-Y . 0)
1499      (script-priority . 100)
1500      (stencil . ,ly:text-interface::print)
1501      (direction . ,ly:script-interface::calc-direction)
1502      (font-encoding . fetaText)
1503      (font-size . -5)           ; don't overlap when next to heads.
1504      (meta . ((class . Item)
1505      (interfaces . (finger-interface
1506                     font-interface
1507                     text-script-interface
1508                     text-interface
1509                     side-position-interface
1510                     self-alignment-interface
1511                     item-interface))))))
1512 @end example
1513
1514 @noindent
1515 As you can see, the @code{Fingering} object is nothing more than a
1516 bunch of variable settings, and the webpage in the Internals Reference
1517 is directly generated from this definition.
1518
1519
1520 @node Determining the grob property
1521 @subsection Determining the grob property
1522
1523 @c TODO remove this (it's in the LM)
1524 @c Replace with more factual directions
1525
1526 Recall that we wanted to change the position of the @b{2} in
1527
1528 @lilypond[quote,relative=2,verbatim]
1529 c-2
1530 \stemUp
1531 f
1532 @end lilypond
1533
1534 Since the @b{2} is vertically positioned next to its note, we have to
1535 meddle with the interface associated with this positioning.  This is
1536 done using @code{side-position-interface}.  The page for this interface
1537 says
1538
1539 @quotation
1540 @code{side-position-interface}
1541
1542 Position a victim object (this one) next to other objects (the
1543 support).  The property @code{direction} signifies where to put the
1544 victim object relative to the support (left or right, up or down?)
1545 @end quotation
1546
1547 @cindex padding
1548 @noindent
1549 Below this description, the variable @code{padding} is described as
1550
1551 @quotation
1552 @table @code
1553 @item padding
1554 (dimension, in staff space)
1555
1556 Add this much extra space between objects that are next to each other.
1557 @end table
1558 @end quotation
1559
1560 By increasing the value of @code{padding}, we can move the
1561 fingering away from the note head.  The following command inserts
1562 3 staff spaces of white
1563 between the note and the fingering:
1564 @example
1565 \once \override Voice.Fingering.padding = #3
1566 @end example
1567
1568 Inserting this command before the Fingering object is created,
1569 i.e., before @code{c2}, yields the following result:
1570
1571 @lilypond[quote,relative=2,verbatim]
1572 \once \override Voice.Fingering.padding = #3
1573 c-2
1574 \stemUp
1575 f
1576 @end lilypond
1577
1578
1579 In this case, the context for this tweak is @code{Voice}.  This
1580 fact can also be deduced from the program reference, for the page for
1581 the @rinternals{Fingering_engraver} plug-in says
1582
1583 @quotation
1584 Fingering_engraver is part of contexts: @dots{} @rinternals{Voice}
1585 @end quotation
1586
1587
1588 @node Naming conventions
1589 @subsection Naming conventions
1590
1591 Another thing that is needed, is an overview of the various naming
1592 conventions:
1593
1594 @itemize
1595 @item scheme functions: lowercase-with-hyphens (incl. one-word
1596 names)
1597 @item scheme functions: ly:plus-scheme-style
1598 @item music events, music classes and music properties:
1599 as-scheme-functions
1600 @item Grob interfaces: scheme-style
1601 @item backend properties: scheme-style (but X and Y!)
1602 @item contexts (and MusicExpressions and grobs): Capitalized or
1603 CamelCase
1604 @item context properties: lowercaseFollowedByCamelCase
1605 @item engravers:
1606 Capitalized_followed_by_lowercase_and_with_underscores
1607 @end itemize
1608
1609 Questions to be answered:
1610 @itemize
1611 @item Which of these are conventions and which are rules?
1612 @item Which are rules of the underlying language, and which are
1613 LP-specific?
1614 @end itemize
1615
1616 @node Modifying properties
1617 @section Modifying properties
1618
1619 @c TODO change the menu and subsection node names to use
1620 @c backslash once the new macro to handle the refs
1621 @c is available.  Need to find and change all refs at
1622 @c the same time. -td
1623
1624 @menu
1625 * Overview of modifying properties::
1626 * The set command::
1627 * The override command::
1628 * The tweak command::
1629 * set versus override::
1630 * Modifying alists::
1631 @end menu
1632
1633
1634 @node Overview of modifying properties
1635 @subsection Overview of modifying properties
1636
1637 Each context is responsible for creating certain types of graphical
1638 objects.  The settings used for printing these objects are also stored by
1639 context.  By changing these settings, the appearance of objects can be
1640 altered.
1641
1642 There are two different kinds of properties stored in contexts:
1643 context properties and grob properties.  Context properties are
1644 properties that apply to the context as a whole and control
1645 how the context itself is displayed.  In contrast, grob properties
1646 apply to specific grob types that will be displayed in the context.
1647
1648 The @code{\set} and @code{\unset} commands are used to change values
1649 for context properties.  The @code{\override} and @code{\revert}
1650 commands are used to change values for grob properties.
1651
1652 @ignore
1653 The syntax for this is
1654
1655 @example
1656 \override @var{context}.@var{name} #'@var{property} = #@var{value}
1657 @end example
1658
1659 Here @var{name} is the name of a graphical object, like
1660 @code{Stem} or @code{NoteHead}, and @var{property} is an internal
1661 variable of the formatting system (@q{grob property} or @q{layout
1662 property}).  The latter is a symbol, so it must be quoted.  The
1663 subsection @ref{Modifying properties}, explains what to fill in
1664 for @var{name}, @var{property}, and @var{value}.  Here we only
1665 discuss the functionality of this command.
1666
1667 The command
1668
1669 @verbatim
1670 \override Staff.Stem.thickness = #4.0
1671 @end verbatim
1672
1673 @noindent
1674 makes stems thicker (the default is 1.3, with staff line thickness as a
1675 unit).  Since the command specifies @code{Staff} as context, it only
1676 applies to the current staff.  Other staves will keep their normal
1677 appearance.  Here we see the command in action:
1678
1679 @lilypond[quote,verbatim,relative=2]
1680 c4
1681 \override Staff.Stem.thickness = #4.0
1682 c4
1683 c4
1684 c4
1685 @end lilypond
1686
1687 The @code{\override} command changes the definition of the @code{Stem}
1688 within the current @code{Staff}.  After the command is interpreted
1689 all stems are thickened.
1690
1691 Analogous to @code{\set}, the @var{context} argument may be left out,
1692 causing the default context @code{Voice} to be used.  Adding
1693 @code{\once} applies the change during one timestep only.
1694
1695 @lilypond[quote,verbatim,relative=2]
1696 c4
1697 \once \override Stem.thickness = #4.0
1698 c4
1699 c4
1700 @end lilypond
1701
1702 The @code{\override} must be done before the object is
1703 started.  Therefore, when altering @emph{Spanner} objects such as slurs
1704 or beams, the @code{\override} command must be executed at the moment
1705 when the object is created.  In this example,
1706
1707 @lilypond[quote,verbatim,relative=2]
1708 \override Slur.thickness = #3.0
1709 c8[( c
1710 \override Beam.beam-thickness = #0.6
1711 c8 c])
1712 @end lilypond
1713
1714 @noindent
1715 the slur is fatter but the beam is not.  This is because the command for
1716 @code{Beam} comes after the Beam is started, so it has no effect.
1717
1718 Analogous to @code{\unset}, the @code{\revert} command for a context
1719 undoes an @code{\override} command; like with @code{\unset}, it only
1720 affects settings that were made in the same context.  In other words, the
1721 @code{\revert} in the next example does not do anything.
1722
1723 @example
1724 \override Voice.Stem.thickness = #4.0
1725 \revert Staff.Stem.thickness
1726 @end example
1727
1728 Some tweakable options are called @q{subproperties} and reside inside
1729 properties.  To tweak those, use commands of the form
1730
1731 @c leave this as a long long
1732 @example
1733 \override @var{context}.@var{name} #'@var{property} #'@var{subproperty} = #@var{value}
1734 @end example
1735
1736 @noindent
1737 such as
1738
1739 @example
1740 \override Stem.details.beamed-lengths = #'(4 4 3)
1741 @end example
1742
1743 @end ignore
1744
1745 @seealso
1746 Internals Reference:
1747 @rinternals{Backend},
1748 @rinternals{All layout objects},
1749 @rinternals{OverrideProperty},
1750 @rinternals{RevertProperty},
1751 @rinternals{PropertySet}.
1752
1753 @knownissues
1754 The back-end is not very strict in type-checking object properties.
1755 Cyclic references in Scheme values for properties can cause hangs
1756 or crashes, or both.
1757
1758
1759 @node The set command
1760 @subsection The @code{@bs{}set} command
1761
1762 @cindex properties
1763 @funindex \set
1764 @cindex changing properties
1765
1766 Each context has a set of @emph{properties}, variables contained
1767 in that context.  Context properties are changed with the @code{\set}
1768 command, which has the following syntax:
1769
1770 @example
1771 \set @var{context}.@var{property} = #@var{value}
1772 @end example
1773
1774 @var{value} is a Scheme object, which is why it must be preceded by
1775 the @code{#}@tie{}character.
1776
1777 Contexts properties are usually named in
1778 @code{studlyCaps}.  They mostly control the translation from
1779 music to notation, e.g. @code{localKeySignature} (for determining
1780 whether to print accidentals), or @code{measurePosition} (for
1781 determining when to print a bar line).  Context properties can
1782 change value over time while interpreting a piece of music;
1783 @code{measurePosition} is an obvious example of
1784 this.  Context properties are modified with @code{\set}.
1785
1786 For example, multimeasure rests will be combined into a single bar
1787 if the context property @code{skipBars} is set to @code{#t}:
1788
1789 @lilypond[quote,verbatim,relative=2]
1790 R1*2
1791 \set Score.skipBars = ##t
1792 R1*2
1793 @end lilypond
1794
1795 If the @var{context} argument is left out, then the property will be
1796 set in the current bottom context (typically @code{ChordNames},
1797 @code{Voice}, @code{TabVoice}, or @code{Lyrics}).
1798
1799 @lilypond[quote,verbatim,relative=2]
1800 \set Score.autoBeaming = ##f
1801 <<
1802   {
1803     e8 e e e
1804     \set autoBeaming = ##t
1805     e8 e e e
1806   } \\ {
1807     c8 c c c c8 c c c
1808   }
1809 >>
1810 @end lilypond
1811
1812 The change is applied @q{on-the-fly}, during the music, so that the
1813 setting only affects the second group of eighth notes.
1814
1815 Note that the bottom-most context does not always contain the property
1816 that you wish to change -- for example, attempting to set the
1817 @code{skipBars} property of the default bottom context, in this case
1818 @code{Voice}, will have no effect, because skipBars is a property of
1819 the @code{Score} context.
1820
1821 @lilypond[quote,verbatim,relative=2]
1822 R1*2
1823 \set skipBars = ##t
1824 R1*2
1825 @end lilypond
1826
1827 Contexts are hierarchical, so if an enclosing context was specified, for
1828 example @code{Staff}, then the change would also apply to all
1829 @code{Voice}s in the current staff.
1830
1831 @funindex \unset
1832
1833 The @code{\unset} command:
1834
1835 @example
1836 \unset @var{context}.@var{property}
1837 @end example
1838
1839 @noindent
1840 is used to remove the definition of @var{property} from
1841 @var{context}.  This command removes
1842 the definition only if it is set in @var{context}.
1843 Properties that have been set in enclosing contexts will
1844 not be altered by an unset in an enclosed context:
1845
1846 @lilypond[quote,verbatim,relative=2]
1847 \set Score.autoBeaming = ##t
1848 <<
1849   {
1850     \unset autoBeaming
1851     e8 e e e
1852     \unset Score.autoBeaming
1853     e8 e e e
1854   } \\ {
1855     c8 c c c c8 c c c
1856   }
1857 >>
1858 @end lilypond
1859
1860 Like @code{\set}, the @var{context} argument does not have to be
1861 specified for a bottom context, so the two statements
1862
1863 @example
1864 \set Voice.autoBeaming = ##t
1865 \set autoBeaming = ##t
1866 @end example
1867
1868 @noindent
1869 are equivalent if the current bottom context is @code{Voice}.
1870
1871
1872 @cindex \once
1873 Preceding a @code{\set} command by @code{\once} makes the
1874 setting apply to only a single time-step:
1875
1876 @lilypond[quote,verbatim,relative=2]
1877 c4
1878 \once \set fontSize = #4.7
1879 c4
1880 c4
1881 @end lilypond
1882
1883 A full description of all available context properties is in the
1884 internals reference, see
1885 @ifhtml
1886 @rinternals{Tunable context properties}.
1887 @end ifhtml
1888 @ifnothtml
1889 Translation @expansion{} Tunable context properties.
1890 @end ifnothtml
1891
1892 @seealso
1893 Internals Reference:
1894 @rinternals{Tunable context properties}.
1895
1896 @cindex grob properties
1897 @cindex properties, grob
1898 @funindex \override
1899
1900
1901 @node The override command
1902 @subsection The @code{\override} command
1903
1904 There is a special type of context property: the grob
1905 description.  Grob descriptions are named in @code{StudlyCaps}
1906 (starting with capital letters).  They contain the
1907 @q{default settings} for a particular kind of grob as an
1908 association list.  See @file{scm/define-grobs.scm}
1909 to see the settings for each grob description.  Grob descriptions
1910 are modified with @code{\override}.
1911
1912 The syntax for the @code{\override} command is
1913
1914 @example
1915 \override [@var{context}.]@var{GrobName}.@var{property} = #@var{value}
1916 @end example
1917
1918 For example, we can increase the thickness of a note stem by
1919 overriding the @code{thickness} property of the @code{Stem}
1920 object:
1921
1922 @lilypond[quote,verbatim,relative=2]
1923 c4 c
1924 \override Voice.Stem.thickness = #3.0
1925 c4 c
1926 @end lilypond
1927
1928 If no context is specified in an @code{\override}, the bottom
1929 context is used:
1930
1931 @lilypond[quote,verbatim,relative=2]
1932 { \override Staff.Stem.thickness = #3.0
1933   <<
1934     {
1935       e4 e
1936       \override Stem.thickness = #0.5
1937       e4 e
1938     } \\ {
1939       c4 c c c
1940     }
1941   >>
1942 }
1943 @end lilypond
1944
1945 Some tweakable options are called @q{subproperties} and reside inside
1946 properties.  To tweak those, use commands in the form
1947
1948 @example
1949 \override Stem.details.beamed-lengths = #'(4 4 3)
1950 @end example
1951
1952 or to modify the ends of spanners, use a form like these
1953
1954 @example
1955 \override TextSpanner.bound-details.left.text = #"left text"
1956 \override TextSpanner.bound-details.right.text = #"right text"
1957 @end example
1958
1959 @funindex \revert
1960 @cindex reverting overrides
1961 @cindex overrides, reverting
1962
1963 The effects of @code{\override} can be undone by @code{\revert}.
1964
1965 The syntax for the @code{\revert} command is
1966
1967 @example
1968 \revert [@var{context}.]@var{GrobName}.@var{property}
1969 @end example
1970
1971 For example,
1972
1973 @lilypond[quote,verbatim,relative=2]
1974 c4
1975 \override Voice.Stem.thickness = #3.0
1976 c4 c
1977 \revert Voice.Stem.thickness
1978 c4
1979 @end lilypond
1980
1981 The effects of @code{\override} and @code{\revert} apply to all
1982 grobs in the affected context from the current time forward:
1983
1984 @lilypond[quote,verbatim,relative=2]
1985 {
1986   <<
1987     {
1988       e4
1989       \override Staff.Stem.thickness = #3.0
1990       e4 e e
1991     } \\ {
1992       c4 c c
1993       \revert Staff.Stem.thickness
1994       c4
1995     }
1996   >>
1997 }
1998 @end lilypond
1999
2000 @funindex \once
2001 @cindex overriding for only one moment
2002
2003 @code{\once} can be used with @code{\override}
2004 to affect only the current time step:
2005
2006 @lilypond[quote,verbatim,relative=2]
2007 {
2008   <<
2009     {
2010       \override Stem.thickness = #3.0
2011       e4 e e e
2012     } \\ {
2013       c4
2014       \once \override Stem.thickness = #3.0
2015       c4 c c
2016     }
2017   >>
2018 }
2019 @end lilypond
2020
2021
2022 @ignore
2023 Commands which change output generally look like
2024
2025 @example
2026 \override Voice.Stem.thickness = #3.0
2027 @end example
2028
2029 @noindent
2030 To construct this tweak we must determine these bits of information:
2031
2032 @itemize
2033 @item the context: here @code{Voice}.
2034 @item the layout object: here @code{Stem}.
2035 @item the layout property: here @code{thickness}.
2036 @item a sensible value: here @code{3.0}.
2037 @end itemize
2038
2039 @cindex internal documentation
2040 @cindex finding graphical objects
2041 @cindex graphical object descriptions
2042 @cindex tweaking
2043 @funindex \override
2044 @cindex internal documentation
2045
2046 For many properties, regardless of the data type of the property, setting the
2047 property to false (@code{#f}) will result in turning it off, causing
2048 LilyPond to ignore that property entirely.  This is particularly useful for
2049 turning off grob properties which may otherwise be causing problems.
2050
2051 We demonstrate how to glean this information from the notation manual
2052 and the program reference.
2053 @end ignore
2054
2055 @seealso
2056 Internals Reference:
2057 @rinternals{Backend}
2058
2059
2060 @node The tweak command
2061 @subsection The @code{\tweak} command
2062
2063 @funindex \tweak
2064 @cindex tweaking
2065
2066 Changing grob properties
2067 with @code{\override} causes the changes to apply to all of the
2068 given grobs in the context at the moment the change applies.
2069 Sometimes, however, it is desirable to have changes apply to just
2070 one grob, rather than to all grobs in the affected context.  This is
2071 accomplished with the @code{\tweak} command, which has the following
2072 syntax:
2073
2074 @example
2075 \tweak [@var{layout-object}.]@var{grob-property} @var{value}
2076 @end example
2077
2078 Specifying @var{layout-object} is optional.
2079 The @code{\tweak} command applies to the music object that immediately
2080 follows @var{value} in the music stream.
2081
2082 @ignore
2083 In some cases, it is possible to take a short-cut for tuning
2084 graphical objects.  For objects that are created directly from
2085 an item in the input file, you can use the @code{\tweak} command.
2086 For example:
2087
2088 @lilypond[relative=2,verbatim,quote]
2089 < c
2090   \tweak color #red
2091   d
2092   g
2093   \tweak duration-log #1
2094   a
2095 > 4
2096 -\tweak padding #8
2097 -^
2098 @end lilypond
2099
2100
2101
2102 The main use of the @code{\tweak} command is to modify just
2103 one of a number of notation elements which start at the same musical
2104 moment, like the notes of a chord, or tuplet brackets which start
2105 at the same time.
2106
2107 The @code{\tweak} command sets a property in the following object
2108 directly, without requiring the grob name or context to be
2109 specified.  For this to work, it is necessary for the @code{\tweak}
2110 command to remain immediately adjacent to the object to which it is
2111 to apply after the input file has been converted to a music stream.
2112 This is often not the case, as many additional elements are inserted
2113 into the music stream implicitly.  For example, when a note which is
2114 not part of a chord is processed, LilyPond implicitly inserts a
2115 @code{ChordEvent} event before the note, so separating the tweak
2116 from the note.  However, if chord symbols are placed round the
2117 tweak and the note, the @code{\tweak} command comes after the
2118 @code{ChordEvent} in the music stream, so remaining adjacent to the
2119 note, and able to modify it.
2120
2121 So, this works:
2122
2123 @lilypond[relative=2,verbatim,quote]
2124 <\tweak color #red c>4
2125 @end lilypond
2126
2127 @noindent
2128 but this does not:
2129
2130 @lilypond[relative=2,verbatim,quote]
2131 \tweak color #red c4
2132 @end lilypond
2133
2134 @end ignore
2135
2136 For an introduction to the syntax and uses of the tweak command
2137 see @rlearning{Tweaking methods}.
2138
2139 When several similar items are placed at the same musical moment,
2140 the @code{\override} command cannot be used to modify just one of
2141 them -- this is where the @code{\tweak} command must be used.
2142 Items which may appear more than once at the same musical moment
2143 include the following:
2144
2145 @c TODO expand to include any further uses of \tweak
2146 @itemize
2147 @item note heads of notes inside a chord
2148 @item articulation signs on a single note
2149 @item ties between notes in a chord
2150 @item tuplet brackets starting at the same time
2151 @end itemize
2152
2153 @c TODO add examples of these
2154
2155 @cindex chord, modifying one note in
2156
2157 In this example, the color of one note head and the type of another
2158 note head are modified within a single chord:
2159
2160 @lilypond[relative=2,verbatim,quote]
2161 < c
2162   \tweak color #red
2163   d
2164   g
2165   \tweak duration-log #1
2166   a
2167 > 4
2168 @end lilypond
2169
2170 @code{\tweak} can be used to modify slurs:
2171
2172 @lilypond[verbatim,quote,relative=1]
2173 c-\tweak thickness #5 ( d e f)
2174 @end lilypond
2175
2176
2177 For the @code{\tweak} command to work, it must
2178 remain immediately adjacent to the object to which it is
2179 to apply after the input file has been converted to a music stream.
2180 Tweaking a whole chord does not do anything since its music event
2181 only acts as a container, and all layout objects are created from events
2182 inside of the @code{EventChord}:
2183
2184 @lilypond[relative=2,verbatim,quote]
2185 \tweak color #red c4
2186 \tweak color #red <c e>4
2187 <\tweak color #red c e>4
2188 @end lilypond
2189
2190 The simple @code{\tweak} command cannot be used to modify any object
2191 that is not directly created from the input.  In particular
2192 it will not affect stems, automatic
2193 beams or accidentals, since these are generated later by
2194 @code{NoteHead} layout objects rather than by music elements in the
2195 input stream.
2196
2197 Such indirectly created layout objects can be tweaked using the form
2198 of the @code{\tweak} command in which the grob name is specified
2199 explicitly:
2200
2201 @lilypond[relative=2,verbatim,quote]
2202 \tweak Stem.color #red
2203 \tweak Beam.color #green c8 e
2204 <c e \tweak Accidental.font-size #-3 ges>4
2205 @end lilypond
2206
2207 @code{\tweak} cannot be used to modify clefs or time
2208 signatures, since these become separated from any preceding
2209 @code{\tweak} command in the input stream by the automatic
2210 insertion of extra elements required to specify the context.
2211
2212 Several @code{\tweak} commands may be placed before a
2213 notational element -- all affect it:
2214
2215 @lilypond[verbatim,quote,relative=1]
2216 c
2217 -\tweak style #'dashed-line
2218 -\tweak dash-fraction #0.2
2219 -\tweak thickness #3
2220 -\tweak color #red
2221  \glissando
2222 f'
2223 @end lilypond
2224
2225 The music stream which is generated from a section of an input file,
2226 including any automatically inserted elements, may be examined,
2227 see @rextend{Displaying music expressions}.  This may be helpful in
2228 determining what may be modified by a @code{\tweak} command, or
2229 in determining how to adjust the input to make a @code{\tweak}
2230 apply.
2231
2232 @seealso
2233 Learning Manual:
2234 @rlearning{Tweaking methods}.
2235
2236 Extending LilyPond:
2237 @rextend{Displaying music expressions}.
2238
2239 @knownissues
2240
2241 @cindex tweaking control points
2242 @cindex control points, tweaking
2243
2244 The @code{\tweak} command cannot be used to modify the control
2245 points of just one of several ties in a chord, other than the first
2246 one encountered in the input file.
2247
2248 @node set versus override
2249 @subsection @code{\set} vs. @code{\override}
2250
2251 @c TODO -- This section is probably unnecessary now.
2252
2253 @ignore
2254 We have seen two methods of changing properties: @code{\set} and
2255 @code{\override}.  There are actually two different kinds of
2256 properties.
2257
2258 @code{fontSize} is a special property: it is equivalent to
2259 entering @code{\override ... #'font-size} for all pertinent
2260 objects.  Since this is a common change, the special
2261 property (modified with @code{\set}) was created.
2262
2263 @end ignore
2264
2265
2266 @node Modifying alists
2267 @subsection Modifying alists
2268
2269 Some user-configurable properties are internally represented as
2270 @emph{alists} (association lists), which store pairs of
2271 @emph{keys} and @emph{values}.  The structure of an alist is:
2272
2273 @example
2274 '((@var{key1} . @var{value1})
2275   (@var{key2} . @var{value2})
2276   (@var{key3} . @var{value3})
2277   @dots{})
2278 @end example
2279
2280 If an alist is a grob property or @code{\paper} variable, its keys
2281 can be modified individually without affecting other keys.
2282
2283 For example, to reduce the space between adjacent staves in a
2284 staff-group, use the @code{staff-staff-spacing} property of the
2285 @code{StaffGrouper} grob.  The property is an alist with four
2286 keys: @code{basic-distance}, @code{minimum-distance},
2287 @code{padding}, and @code{stretchability}.  The standard settings
2288 for this property are listed in the @qq{Backend} section of the
2289 Internals Reference (see @rinternals{StaffGrouper}):
2290
2291 @example
2292 '((basic-distance . 9)
2293   (minimum-distance . 7)
2294   (padding . 1)
2295   (stretchability . 5))
2296 @end example
2297
2298 One way to bring the staves closer together is by reducing the
2299 value of the @code{basic-distance} key (@code{9}) to match the
2300 value of @code{minimum-distance} (@code{7}).  To modify a single
2301 key individually, use a @emph{nested declaration}:
2302
2303 @lilypond[quote,verbatim]
2304 % default space between staves
2305 \new PianoStaff <<
2306   \new Staff { \clef treble c''1 }
2307   \new Staff { \clef bass   c1   }
2308 >>
2309
2310 % reduced space between staves
2311 \new PianoStaff \with {
2312   % this is the nested declaration
2313   \override StaffGrouper.staff-staff-spacing.basic-distance = #7
2314 } <<
2315   \new Staff { \clef treble c''1 }
2316   \new Staff { \clef bass   c1   }
2317 >>
2318 @end lilypond
2319
2320 Using a nested declaration will update the specified key (such as
2321 @code{basic-distance} in the above example) without altering any
2322 other keys already set for the same property.
2323
2324 Now suppose we want the staves to be as close as possible without
2325 overlapping.  The simplest way to do this is to set all four alist
2326 keys to zero.  However, it is not necessary to enter four nested
2327 declarations, one for each key.  Instead, the property can be
2328 completely re-defined with one declaration, as an alist:
2329
2330 @lilypond[quote,verbatim]
2331 \new PianoStaff \with {
2332   \override StaffGrouper.staff-staff-spacing =
2333     #'((basic-distance . 0)
2334        (minimum-distance . 0)
2335        (padding . 0)
2336        (stretchability . 0))
2337 } <<
2338   \new Staff { \clef treble c''1 }
2339   \new Staff { \clef bass   c1   }
2340 >>
2341 @end lilypond
2342
2343 Note that any keys not explicitly listed in the alist definition
2344 will be reset to their @emph{default-when-unset} values.  In the
2345 case of @code{staff-staff-spacing}, any unset key-values would be
2346 reset to zero (except @code{stretchability}, which takes the value
2347 of @code{basic-distance} when unset).  Thus the following two
2348 declarations are equivalent:
2349
2350 @example
2351 \override StaffGrouper.staff-staff-spacing =
2352   #'((basic-distance . 7))
2353
2354 \override StaffGrouper.staff-staff-spacing =
2355   #'((basic-distance . 7)
2356      (minimum-distance . 0)
2357      (padding . 0)
2358      (stretchability . 7))
2359 @end example
2360
2361 One (possibly unintended) consequence of this is the removal of
2362 any standard settings that are set in an initialization file and
2363 loaded each time an input file is compiled.  In the above example,
2364 the standard settings for @code{padding} and
2365 @code{minimum-distance} (defined in @file{scm/define-grobs.scm})
2366 are reset to their default-when-unset values (zero for both keys).
2367 Defining a property or variable as an alist (of any size) will
2368 always reset all unset key-values to their default-when-unset
2369 values.  Unless this is the intended result, it is safer to update
2370 key-values individually with a nested declaration.
2371
2372 @warning{Nested declarations will not work for context property
2373 alists (such as @code{beamExceptions}, @code{keySignature},
2374 @code{timeSignatureSettings}, etc.).  These properties can only be
2375 modified by completely re-defining them as alists.}
2376
2377
2378 @node Useful concepts and properties
2379 @section Useful concepts and properties
2380
2381
2382 @menu
2383 * Input modes::
2384 * Direction and placement::
2385 * Distances and measurements::
2386 * Staff symbol properties::
2387 * Spanners::
2388 * Visibility of objects::
2389 * Line styles::
2390 * Rotating objects::
2391 @end menu
2392
2393 @node Input modes
2394 @subsection Input modes
2395
2396 The way in which the notation contained within an input file is
2397 interpreted is determined by the current input mode.
2398
2399 @strong{Chord mode}
2400
2401 This is activated with the @code{\chordmode} command, and causes
2402 input to be interpreted with the syntax of chord notation, see
2403 @ref{Chord notation}.  Chords are rendered as notes on a staff.
2404
2405 Chord mode is also activated with the @code{\chords} command.
2406 This also creates a new @code{ChordNames} context and
2407 causes the following input to be interpreted with the syntax of
2408 chord notation and rendered as chord names in the @code{ChordNames}
2409 context, see @ref{Printing chord names}.
2410
2411 @strong{Drum mode}
2412
2413 This is activated with the @code{\drummode} command, and causes
2414 input to be interpreted with the syntax of drum notation, see
2415 @ref{Basic percussion notation}.
2416
2417 Drum mode is also activated with the @code{\drums} command.
2418 This also creates a new @code{DrumStaff} context and causes the
2419 following input to be interpreted with the syntax of drum notation
2420 and rendered as drum symbols on a drum staff, see @ref{Basic
2421 percussion notation}.
2422
2423 @strong{Figure mode}
2424
2425 This is activated with the @code{\figuremode} command, and causes
2426 input to be interpreted with the syntax of figured bass, see
2427 @ref{Entering figured bass}.
2428
2429 Figure mode is also activated with the @code{\figures} command.
2430 This also creates a new @code{FiguredBass} context and causes the
2431 following input to be interpreted with the figured bass syntax
2432 and rendered as figured bass symbols in the @code{FiguredBass}
2433 context, see @ref{Introduction to figured bass}.
2434
2435 @strong{Fret and tab modes}
2436
2437 There are no special input modes for entering fret and tab symbols.
2438
2439 To create tab diagrams, enter notes or chords in note mode and
2440 render them in a @code{TabStaff} context, see
2441 @ref{Default tablatures}.
2442
2443 To create fret diagrams above a staff, you have two choices.
2444 You can either use the @code{FretBoards} context (see
2445 @ref{Automatic fret diagrams} or you can enter them as a markup
2446 above the notes using the @code{\fret-diagram} command (see
2447 @ref{Fret diagram markups}).
2448
2449 @strong{Lyrics mode}
2450
2451 This is activated with the @code{\lyricmode} command, and causes
2452 input to be interpreted as lyric syllables with optional durations
2453 and associated lyric modifiers, see @ref{Vocal music}.
2454
2455 Lyric mode is also activated with the @code{\addlyrics} command.
2456 This also creates a new @code{Lyrics} context and an implicit
2457 @code{\lyricsto} command which associates the following lyrics
2458 with the preceding music.
2459
2460 @strong{Markup mode}
2461
2462 This is activated with the @code{\markup} command, and causes
2463 input to be interpreted with the syntax of markup, see
2464 @ref{Text markup commands}.
2465
2466 @c silly work-around for texinfo broken-ness
2467 @c (@strong{Note...} causes a spurious cross-reference in Info)
2468 @b{Note mode}
2469
2470 This is the default mode or it may be activated with the
2471 @code{\notemode} command.  Input is interpreted as pitches,
2472 durations, markup, etc and typeset as musical notation on a staff.
2473
2474 It is not normally necessary to specify note mode explicitly, but
2475 it may be useful to do so in certain situations, for example if you
2476 are in lyric mode, chord mode or any other mode and want to insert
2477 something that only can be done with note mode syntax.
2478
2479 For example, to indicate dynamic markings for the verses of a
2480 choral pieces it is necessary to enter note mode to interpret
2481 the markings:
2482
2483 @lilypond[verbatim,relative=2,quote]
2484 { c4 c4 c4 c4 }
2485 \addlyrics {
2486   \notemode{\set stanza = \markup{ \dynamic f 1. } }
2487   To be sung loudly
2488 }
2489 \addlyrics {
2490   \notemode{\set stanza = \markup{ \dynamic p 2. } }
2491   To be sung quietly
2492 }
2493 @end lilypond
2494
2495
2496
2497 @node Direction and placement
2498 @subsection Direction and placement
2499
2500 In typesetting music the direction and placement of many items is
2501 a matter of choice.  For example, the stems of notes can
2502 be directed up or down; lyrics, dynamics, and other expressive
2503 marks may be placed above or below the staff; text may be aligned
2504 left, right or center; etc.  Most of these choices may be left to
2505 be determined automatically by LilyPond, but in some cases it may
2506 be desirable to force a particular direction or placement.
2507
2508 @menu
2509 * Articulation direction indicators::
2510 * The direction property::
2511 @end menu
2512
2513 @node Articulation direction indicators
2514 @unnumberedsubsubsec Articulation direction indicators
2515
2516 By default some directions are always up or always down (e.g.
2517 dynamics or fermata), while other things can alternate between
2518 up or down based on the stem direction (like slurs or accents).
2519
2520 @c TODO Add table showing these
2521
2522 The default action may be overridden by prefixing the articulation
2523 by a @emph{direction indicator}.  Three direction indicators are
2524 available: @code{^} (meaning @qq{up}), @code{_} (meaning @qq{down})
2525 and @code{-} (meaning @qq{use default direction}).  The direction
2526 indicator can usually be omitted, in which case @code{-} is assumed,
2527 but a direction indicator is @strong{always} required before
2528
2529 @itemize
2530 @item @code{\tweak} commands
2531 @item @code{\markup} commands
2532 @item @code{\tag} commands
2533 @item string markups, e.g. -"string"
2534 @item fingering instructions, e.g. @w{@code{-1}}
2535 @item articulation shortcuts, e.g. @w{@code{-.}}, @w{@code{->}}, @w{@code{--}}
2536 @end itemize
2537
2538 Direction indicators affect only the next note:
2539
2540 @lilypond[verbatim,quote,relative=2]
2541 c2( c)
2542 c2_( c)
2543 c2( c)
2544 c2^( c)
2545 @end lilypond
2546
2547 @node The direction property
2548 @unnumberedsubsubsec The direction property
2549
2550 The position or direction of many layout objects is controlled by the
2551 @code{direction} property.
2552
2553 The value of the @code{direction} property may be set to @code{1},
2554 meaning @qq{up} or @qq{above}, or to @w{@code{-1}}, meaning @qq{down} or
2555 @qq{below}.  The symbols @code{UP} and @code{DOWN} may be used instead
2556 of @code{1} and @w{@code{-1}} respectively.  The default direction may
2557 be specified by setting @code{direction} to @code{0} or @code{CENTER}.
2558 Alternatively, in many cases predefined commands exist to specify the
2559 direction.  These are of the form
2560
2561 @example
2562 @code{\xxxUp}, @code{\xxxDown} or @code{\xxxNeutral}
2563 @end example
2564
2565 @noindent
2566 where @code{\xxxNeutral} means @qq{use the default} direction.
2567 See @rlearning{Within-staff objects}.
2568
2569 In a few cases, arpeggio for example, the value of the @code{direction}
2570 property can specify whether the object is to be placed to the right or
2571 left of the parent.  In this case @w{@code{-1}} or @code{LEFT} means
2572 @qq{to the left} and @code{1} or @code{RIGHT} means @qq{to the right}.
2573 @code{0} or @code{CENTER} means @qq{use the default} direction.
2574
2575 @ignore
2576 These all have side-axis set to #X
2577 AmbitusAccidental - direction has no effect
2578 Arpeggio - works
2579 StanzaNumber - not tried
2580 TrillPitchAccidental - not tried
2581 TrillPitchGroup - not tried
2582 @end ignore
2583
2584 These indications affect all notes until they are canceled.
2585
2586 @lilypond[verbatim,quote,relative=2]
2587 c2( c)
2588 \slurDown
2589 c2( c)
2590 c2( c)
2591 \slurNeutral
2592 c2( c)
2593 @end lilypond
2594
2595 In polyphonic music, it is generally better to specify an explicit
2596 @code{voice} than change an object's direction.  For more information.
2597 See @ref{Multiple voices}.
2598
2599 @seealso
2600 Learning Manual:
2601 @rlearning{Within-staff objects}.
2602
2603 Notation Reference:
2604 @ref{Multiple voices}.
2605
2606
2607 @node Distances and measurements
2608 @subsection Distances and measurements
2609
2610 @cindex distances, absolute
2611 @cindex distances, scaled
2612
2613 @funindex \mm
2614 @funindex \cm
2615 @funindex \in
2616 @funindex \pt
2617
2618 Distances in LilyPond are of two types: absolute and scaled.
2619
2620 Absolute distances are used for specifying margins, indents, and
2621 other page layout details, and are by default specified in
2622 millimeters.  Distances may be specified in other units by
2623 following the quantity by @code{\mm}, @code{\cm},
2624 @code{\in}@tie{}(inches), or @code{\pt}@tie{}(points, 1/72.27 of
2625 an inch).  Page layout distances can also be specified in scalable
2626 units (see the following paragraph) by appending
2627 @code{\staff-space} to the quantity.  Page layout is described in
2628 detail in @ref{Page layout}.
2629
2630 Scaled distances are always specified in units of the staff-space
2631 or, rarely, the half staff-space.  The staff-space is the distance
2632 between two adjacent staff lines.  The default value can be changed
2633 globally by setting the global staff size, or it can be overridden
2634 locally by changing the @code{staff-space} property of
2635 @code{StaffSymbol}.  Scaled distances automatically scale with any
2636 change to the either the global staff size or the
2637 @code{staff-space} property of @code{StaffSymbol}, but fonts scale
2638 automatically only with changes to the global staff size.
2639 The global staff size thus enables the overall size of a rendered
2640 score to be easily varied.  For the methods of setting the global
2641 staff size see @ref{Setting the staff size}.
2642
2643 @funindex magstep
2644
2645 If just a section of a score needs to be rendered to a different
2646 scale, for example an ossia section or a footnote, the global staff
2647 size cannot simply be changed as this would affect the entire score.
2648 In such cases the change in size is made by overriding both the
2649 @code{staff-space} property of @code{StaffSymbol} and the size of
2650 the fonts.  A Scheme function, @code{magstep}, is available to
2651 convert from a font size change to the equivalent change in
2652 @code{staff-space}.  For an explanation and an example of its use,
2653 see @rlearning{Length and thickness of objects}.
2654
2655 @seealso
2656 Learning Manual:
2657 @rlearning{Length and thickness of objects}.
2658
2659 Notation Reference:
2660 @ref{Page layout},
2661 @ref{Setting the staff size}.
2662
2663
2664 @node Staff symbol properties
2665 @subsection Staff symbol properties
2666
2667 @cindex adjusting staff symbol
2668 @cindex drawing staff symbol
2669 @cindex staff symbol, setting of
2670
2671 @c TODO Extend or remove this section.  See also NR 1.6.2 Staff symbol
2672 @c      Need to think of uses for these properties.  Eg 'line-positions
2673 @c      is used in a snippet to thicken centre line.
2674 @c      If retained, add @ref to here in 1.6.2  -td
2675
2676 The vertical position of staff lines and the number of staff lines
2677 can be defined at the same time.  As the following example shows,
2678 note positions are not influenced by the staff line positions.
2679
2680 @warning{The @code{'line-positions} property overrides the
2681 @code{'line-count} property.  The number of staff lines is
2682 implicitly defined by the number of elements in the list of values
2683 for @code{'line-positions}.}
2684
2685 @lilypond[verbatim,quote,relative=1]
2686 \new Staff \with {
2687   \override StaffSymbol.line-positions = #'(7 3 0 -4 -6 -7)
2688 }
2689 { a4 e' f b | d1 }
2690 @end lilypond
2691
2692 The width of a staff can be modified.  The units are staff
2693 spaces.  The spacing of objects inside the staff is not affected by
2694 this setting.
2695
2696 @lilypond[verbatim,quote,relative=1]
2697 \new Staff \with {
2698   \override StaffSymbol.width = #23
2699 }
2700 { a4 e' f b | d1 }
2701 @end lilypond
2702
2703
2704 @node Spanners
2705 @subsection Spanners
2706
2707 Many objects of musical notation extend over several notes or even
2708 several bars.  Examples are slurs, beams, tuplet brackets, volta
2709 repeat brackets, crescendi, trills, and glissandi.  Such objects
2710 are collectively called @qq{spanners}, and have special properties to control
2711 their appearance and behaviour.  Some of these properties are common
2712 to all spanners; others are restricted to a sub-set of the spanners.
2713
2714 All spanners support the @code{spanner-interface}.  A few, essentially
2715 those that draw a straight line between the two objects, support in
2716 addition the @code{line-spanner-interface}.
2717
2718 @menu
2719 * Using the spanner-interface::
2720 * Using the line-spanner-interface::
2721 @end menu
2722
2723 @node Using the spanner-interface
2724 @unnumberedsubsubsec Using the @code{spanner-interface}
2725
2726 This interface provides two properties that apply to several spanners.
2727
2728 @subsubsubheading The @code{minimum-length} property
2729
2730 The minimum length of the spanner is specified by the
2731 @code{minimum-length} property.  Increasing this usually has the
2732 necessary effect of increasing the spacing of the notes between the
2733 two end points.  However, this override has no effect on
2734 many spanners, as their length is determined by other considerations.
2735 A few examples where it is effective are shown below.
2736
2737 @ignore
2738 Works for:
2739   Tie
2740   MultiMeasureRest
2741   Hairpin
2742   Slur
2743   PhrasingSlur
2744
2745 Works as long as callback is made:
2746   Glissando
2747   Beam
2748
2749 Works not at all for:
2750   LyricSpace
2751   LyricHyphen
2752   LyricExtender
2753   TextSpanner
2754   System
2755
2756 @end ignore
2757
2758 @lilypond[verbatim,quote,relative=2]
2759 a~a
2760 a
2761 % increase the length of the tie
2762 -\tweak minimum-length #5
2763 ~a
2764 @end lilypond
2765
2766 @lilypond[verbatim,quote,relative=2]
2767 a1
2768 \compressFullBarRests
2769 R1*23
2770 % increase the length of the rest bar
2771 \once \override MultiMeasureRest.minimum-length = #20
2772 R1*23
2773 a1
2774 @end lilypond
2775
2776 @lilypond[verbatim,quote,relative=2]
2777 a \< a a a \!
2778 % increase the length of the hairpin
2779 \override Hairpin.minimum-length = #20
2780 a \< a a a \!
2781 @end lilypond
2782
2783 This override can also be used to increase the length of slurs and
2784 phrasing slurs:
2785
2786 @lilypond[verbatim,quote,relative=2]
2787 a( a)
2788 a
2789 -\tweak minimum-length #5
2790 ( a)
2791
2792 a\( a\)
2793 a
2794 -\tweak minimum-length #5
2795 \( a\)
2796 @end lilypond
2797
2798 For some layout objects, the @code{minimum-length} property becomes
2799 effective only if the @code{set-spacing-rods} procedure is called
2800 explicitly.  To do this, the @code{springs-and-rods} property should
2801 be set to @code{ly:spanner::set-spacing-rods}.  For example,
2802 the minimum length of a glissando has no effect unless the
2803 @code{springs-and-rods} property is set:
2804
2805 @lilypond[verbatim,quote,relative=1]
2806 % default
2807 e \glissando c'
2808
2809 % not effective alone
2810 \once \override Glissando.minimum-length = #20
2811 e, \glissando c'
2812
2813 % effective only when both overrides are present
2814 \once \override Glissando.minimum-length = #20
2815 \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
2816 e, \glissando c'
2817 @end lilypond
2818
2819 The same is true of the @code{Beam} object:
2820
2821 @lilypond[verbatim,quote,relative=1]
2822 % not effective alone
2823 \once \override Beam.minimum-length = #20
2824 e8 e e e
2825
2826 % effective only when both overrides are present
2827 \once \override Beam.minimum-length = #20
2828 \once \override Beam.springs-and-rods = #ly:spanner::set-spacing-rods
2829 e8 e e e
2830 @end lilypond
2831
2832 @subsubsubheading The @code{to-barline} property
2833
2834 The second useful property of the @code{spanner-interface} is
2835 @code{to-barline}.  By default this is true, causing hairpins and
2836 other spanners which are terminated on the first note of a measure to
2837 end instead on the immediately preceding bar line.  If set to false,
2838 the spanner will extend beyond the bar line and end on the note
2839 itself:
2840
2841 @lilypond[verbatim,quote,relative=2]
2842 a \< a a a a \! a a a \break
2843 \override Hairpin.to-barline = ##f
2844 a \< a a a a \! a a a
2845 @end lilypond
2846
2847 This property is not effective for all spanners.  For example,
2848 setting it to @code{#t} has no effect on slurs or phrasing slurs
2849 or on other spanners for which terminating on the bar line would
2850 not be meaningful.
2851
2852 @node Using the line-spanner-interface
2853 @unnumberedsubsubsec Using the @code{line-spanner-interface}
2854
2855 Objects which support the @code{line-spanner-interface} include
2856
2857 @itemize
2858 @item @code{DynamicTextSpanner}
2859 @item @code{Glissando}
2860 @item @code{TextSpanner}
2861 @item @code{TrillSpanner}
2862 @item @code{VoiceFollower}
2863 @end itemize
2864
2865 The routine responsible for drawing the stencils for these spanners is
2866 @code{ly:line-interface::print}.  This routine determines the
2867 exact location of the two end points and draws a line
2868 between them, in the style requested.  The locations of the two
2869 end points of the spanner are computed on-the-fly, but it is
2870 possible to override their Y-coordinates.  The
2871 properties which need to be specified are nested
2872 two levels down within the property hierarchy, but the syntax of
2873 the @code{\override} command is quite simple:
2874
2875 @lilypond[relative=2,quote,verbatim]
2876 e2 \glissando b
2877 \once \override Glissando.bound-details.left.Y = #3
2878 \once \override Glissando.bound-details.right.Y = #-2
2879 e2 \glissando b
2880 @end lilypond
2881
2882 The units for the @code{Y} property are @code{staff-space}s,
2883 with the center line of the staff being the zero point.
2884 For the glissando, this is the value for @code{Y} at the
2885 X-coordinate corresponding to the center point of each note head,
2886 if the line is imagined to be extended to there.
2887
2888 If @code{Y} is not set, the value is computed from the vertical
2889 position of the corresponding attachment point of the spanner.
2890
2891 In case of a line break, the values for the end points are
2892 specified by the @code{left-broken} and @code{right-broken}
2893 sub-lists of @code{bound-details}.  For example:
2894
2895 @lilypond[relative=2,ragged-right,verbatim,quote]
2896 \override Glissando.breakable = ##t
2897 \override Glissando.bound-details.right-broken.Y = #-3
2898 c1 \glissando \break
2899 f1
2900 @end lilypond
2901
2902
2903 A number of further properties of the @code{left} and
2904 @code{right} sub-lists of the @code{bound-details} property
2905 may be modified in the same way as @code{Y}:
2906
2907 @table @code
2908 @item Y
2909 This sets the Y-coordinate of the end point, in @code{staff-space}s
2910 offset from the staff center line.  By default, it is the center of
2911 the bound object, so a glissando points to the vertical center of
2912 the note head.
2913
2914 For horizontal spanners, such as text spanners and trill spanners,
2915 it is hardcoded to 0.
2916
2917 @item attach-dir
2918 This determines where the line starts and ends in the X-direction,
2919 relative to the bound object.  So, a value of @w{@code{-1}} (or
2920 @code{LEFT}) makes the line start/end at the left side of the note
2921 head it is attached to.
2922
2923 @item X
2924 This is the absolute X-coordinate of the end point.  It is usually
2925 computed on the fly, and overriding it has little useful effect.
2926
2927 @item stencil
2928 Line spanners may have symbols at the beginning or end, which is
2929 contained in this sub-property.  This is for internal use; it is
2930 recommended that @code{text} be used instead.
2931
2932 @item text
2933 This is a markup that is evaluated to yield the stencil.  It is used
2934 to put @i{cresc.}, @i{tr} and other text on horizontal spanners.
2935
2936 @lilypond[quote,ragged-right,relative=2,verbatim]
2937 \override TextSpanner.bound-details.left.text
2938    = \markup { \small \bold Slower }
2939 c2\startTextSpan b c a\stopTextSpan
2940 @end lilypond
2941
2942 @item stencil-align-dir-y
2943 @item stencil-offset
2944 Without setting one of these, the stencil is simply put at the
2945 end-point, centered on the line, as defined by the @code{X} and
2946 @code{Y} sub-properties.  Setting either @code{stencil-align-dir-y}
2947 or @code{stencil-offset} will move the symbol at the edge vertically
2948 relative to the end point of the line:
2949
2950 @lilypond[relative=1,quote,verbatim]
2951 \override TextSpanner.bound-details.left.stencil-align-dir-y = #-2
2952 \override TextSpanner.bound-details.right.stencil-align-dir-y = #UP
2953
2954 \override TextSpanner.bound-details.left.text = #"ggg"
2955 \override TextSpanner.bound-details.right.text = #"hhh"
2956 c4^\startTextSpan c c c \stopTextSpan
2957 @end lilypond
2958
2959 Note that negative values move the text @emph{up}, contrary to the
2960 effect that might be expected, as a value of @w{@code{-1}} or
2961 @code{DOWN} means align the @emph{bottom} edge of the text with
2962 the spanner line.  A value of @code{1} or @code{UP} aligns
2963 the top edge of the text with the spanner line.
2964
2965 @item arrow
2966 Setting this sub-property to @code{#t} produces an arrowhead at the
2967 end of the line.
2968
2969 @item padding
2970 This sub-property controls the space between the specified
2971 end point of the line and the actual end.  Without padding, a
2972 glissando would start and end in the center of each note head.
2973
2974 @end table
2975
2976 The music function @code{\endSpanners} terminates the spanner
2977 which starts on the immediately following note prematurely.  It
2978 is terminated after exactly one note, or at the following bar line
2979 if @code{to-barline} is true and a bar line occurs before the next
2980 note.
2981
2982 @lilypond[verbatim,quote,ragged-right,relative=2]
2983 \endSpanners
2984 c2 \startTextSpan c2 c2
2985 \endSpanners
2986 c2 \< c2 c2
2987 @end lilypond
2988
2989 When using @code{\endSpanners} it is not necessary to close
2990 \startTextSpan with \stopTextSpan, nor is it necessary to close
2991 hairpins with @code{\!}.
2992
2993 @seealso
2994 Internals Reference:
2995 @rinternals{TextSpanner},
2996 @rinternals{Glissando},
2997 @rinternals{VoiceFollower},
2998 @rinternals{TrillSpanner},
2999 @rinternals{line-spanner-interface}.
3000
3001
3002 @node Visibility of objects
3003 @subsection Visibility of objects
3004
3005 @cindex objects, visibility of
3006 @cindex grobs, visibility of
3007 @cindex visibility of objects
3008
3009 There are four main ways in which the visibility of layout objects
3010 can be controlled: their stencil can be removed, they can be made
3011 transparent, they can be colored white, or their
3012 @code{break-visibility} property can be overridden.  The first
3013 three apply to all layout objects; the last to just a few -- the
3014 @emph{breakable} objects.  The Learning Manual introduces these
3015 four techniques, see @rlearning{Visibility and color of objects}.
3016
3017 There are also a few other techniques which are specific to
3018 certain layout objects.  These are covered under Special
3019 considerations.
3020
3021 @menu
3022 * Removing the stencil::
3023 * Making objects transparent::
3024 * Painting objects white::
3025 * Using break-visibility::
3026 * Special considerations::
3027 @end menu
3028
3029
3030 @node Removing the stencil
3031 @unnumberedsubsubsec Removing the stencil
3032
3033 @cindex stencil, removing
3034
3035 Every layout object has a stencil property.  By default this is set
3036 to the specific function which draws that object.  If this property
3037 is overridden to @code{#f} no function will be called and the object
3038 will not be drawn.  The default action can be recovered with
3039 @code{\revert}.
3040
3041 @lilypond[quote,verbatim,relative=1]
3042 a1 a
3043 \override Score.BarLine.stencil = ##f
3044 a a
3045 \revert Score.BarLine.stencil
3046 a a a
3047 @end lilypond
3048
3049 @node Making objects transparent
3050 @unnumberedsubsubsec Making objects transparent
3051
3052 @cindex transparent, making objects
3053
3054 Every layout object has a transparent property which by default is
3055 set to @code{#f}.  If set to @code{#t} the object still occupies
3056 space but is made invisible.
3057
3058 @lilypond[quote,verbatim,relative=2]
3059 a4 a
3060 \once \override NoteHead.transparent = ##t
3061 a a
3062 @end lilypond
3063
3064 @node Painting objects white
3065 @unnumberedsubsubsec Painting objects white
3066
3067 @cindex objects, coloring
3068 @cindex coloring objects
3069 @cindex layers
3070 @cindex printing order
3071 @cindex overwriting objects
3072 @cindex objects, overwriting
3073 @cindex grobs, overwriting
3074
3075 Every layout object has a color property which by default is set
3076 to @code{black}.  If this is overridden to @code{white} the object
3077 will be indistinguishable from the white background.  However,
3078 if the object crosses other objects the color of the crossing
3079 points will be determined by the order in which they are drawn,
3080 and this may leave a ghostly image of the white object, as shown
3081 here:
3082
3083 @lilypond[quote,verbatim,relative=2]
3084 \override Staff.Clef.color = #white
3085 a1
3086 @end lilypond
3087
3088 This may be avoided by changing the order of printing the objects.
3089 All layout objects have a @code{layer} property which should be set
3090 to an integer.  Objects with the lowest value of @code{layer} are
3091 drawn first, then objects with progressively higher values are drawn,
3092 so objects with higher values overwrite objects with lower values.
3093 By default most objects are assigned a @code{layer} value of
3094 @code{1}, although a few objects, including @code{StaffSymbol} and
3095 @code{BarLine}, are assigned a value of @code{0}.  The order of
3096 printing objects with the same value of @code{layer} is indeterminate.
3097
3098 In the example above the white clef, with a default @code{layer}
3099 value of @code{1}, is drawn after the staff lines (default
3100 @code{layer} value @code{0}), so overwriting them.  To change this,
3101 the @code{Clef} object must be given in a lower value of
3102 @code{layer}, say @w{@code{-1}}, so that it is drawn earlier:
3103
3104 @lilypond[quote,verbatim,relative=2]
3105 \override Staff.Clef.color = #white
3106 \override Staff.Clef.layer = #-1
3107 a1
3108 @end lilypond
3109
3110 @node Using break-visibility
3111 @unnumberedsubsubsec Using break-visibility
3112
3113 @c TODO Add making other objects breakable
3114
3115 @cindex break-visibility
3116
3117 Most layout objects are printed only once, but some like
3118 bar lines, clefs, time signatures and key signatures, may need
3119 to be printed twice when a line break occurs -- once at the end
3120 of the line and again at the start of the next line.  Such
3121 objects are called @emph{breakable}, and have a property, the
3122 @code{break-visibility} property to control their visibility
3123 at the three positions in which they may appear -- at the
3124 start of a line, within a line if they are changed, and at the
3125 end of a line if a change takes place there.
3126
3127 For example, the time signature
3128 by default will be printed at the start of the first line, but
3129 nowhere else unless it changes, when it will be printed at the
3130 point at which the change occurs.  If this change occurs at the
3131 end of a line the new time signature will be printed at the start
3132 of the next line and a cautionary time signature will be printed
3133 at the end of the previous line as well.
3134
3135 This behaviour is controlled by the @code{break-visibility}
3136 property, which is explained in
3137 @c Leave this ref on a newline - formats incorrectly otherwise -td
3138 @rlearning{Visibility and color of objects}.  This property takes
3139 a vector of three booleans which, in order, determine whether the
3140 object is printed at the end of, within the body of, or at the
3141 beginning of a line.  Or to be more precise, before a line break,
3142 where there is no line break, or after a line break.
3143
3144 Alternatively, these eight combinations may be specified
3145 by pre-defined functions, defined in @file{scm/output-lib.scm},
3146 where the last three columns indicate whether the layout objects
3147 will be visible in the positions shown at the head of the columns:
3148
3149 @multitable {@code{begin-of-line-invisible}} {@code{'#(#t #t #t)}} {Before} {At no} {After}
3150 @headitem Function                   @tab Vector                  @tab Before @tab At no    @tab After
3151 @headitem form                       @tab form                    @tab break  @tab break    @tab break
3152
3153 @item @code{all-visible}             @tab @code{'#(#t #t #t)}     @tab yes    @tab yes      @tab yes
3154 @item @code{begin-of-line-visible}   @tab @code{'#(#f #f #t)}     @tab no     @tab no       @tab yes
3155 @item @code{center-visible}          @tab @code{'#(#f #t #f)}     @tab no     @tab yes      @tab no
3156 @item @code{end-of-line-visible}     @tab @code{'#(#t #f #f)}     @tab yes    @tab no       @tab no
3157 @item @code{begin-of-line-invisible} @tab @code{'#(#t #t #f)}     @tab yes    @tab yes      @tab no
3158 @item @code{center-invisible}        @tab @code{'#(#t #f #t)}     @tab yes    @tab no       @tab yes
3159 @item @code{end-of-line-invisible}   @tab @code{'#(#f #t #t)}     @tab no     @tab yes      @tab yes
3160 @item @code{all-invisible}           @tab @code{'#(#f #f #f)}     @tab no     @tab no       @tab no
3161 @end multitable
3162
3163 The default settings of @code{break-visibility} depend on the
3164 layout object.  The following table shows all the layout objects
3165 of interest which are affected by @code{break-visibility} and the
3166 default setting of this property:
3167
3168 @multitable @columnfractions .3 .3 .4
3169
3170 @headitem Layout object   @tab Usual context  @tab Default setting
3171
3172 @c omit Ambitus as it appears not to be affected by break-visibility -td
3173 @c @item @code{Ambitus}          @tab as specified   @tab @code{begin-of-line-visible}
3174 @item @code{BarLine}             @tab @code{Score}          @tab calculated
3175 @item @code{BarNumber}           @tab @code{Score}          @tab @code{begin-of-line-visible}
3176 @c omit the following item until it can be explained -td
3177 @c @item @code{BreakAlignGroup}  @tab @code{Score}          @tab calculated
3178 @item @code{BreathingSign}       @tab @code{Voice}          @tab @code{begin-of-line-invisible}
3179 @item @code{Clef}                @tab @code{Staff}          @tab @code{begin-of-line-visible}
3180 @item @code{Custos}              @tab @code{Staff}          @tab @code{end-of-line-visible}
3181 @item @code{DoublePercentRepeat} @tab @code{Voice}          @tab @code{begin-of-line-invisible}
3182 @item @code{KeyCancellation}     @tab @code{Staff}          @tab @code{begin-of-line-invisible}
3183 @item @code{KeySignature}        @tab @code{Staff}          @tab @code{begin-of-line-visible}
3184 @c omit LeftEdge until it can be explained -td
3185 @c @item @code{LeftEdge}         @tab @code{Score}          @tab @code{center-invisible}
3186 @item @code{OctavateEight}       @tab @code{Staff}          @tab @code{begin-of-line-visible}
3187 @item @code{RehearsalMark}       @tab @code{Score}          @tab @code{end-of-line-invisible}
3188 @item @code{TimeSignature}       @tab @code{Staff}          @tab @code{all-visible}
3189
3190 @end multitable
3191
3192 The example below shows the use of the vector form to control the
3193 visibility of bar lines:
3194
3195 @lilypond[quote,verbatim,relative=1,ragged-right]
3196 f4 g a b
3197 f4 g a b
3198 % Remove bar line at the end of the current line
3199 \once \override Score.BarLine.break-visibility = ##(#f #t #t)
3200 \break
3201 f4 g a b
3202 f4 g a b
3203 @end lilypond
3204
3205 Although all three components of the vector used to override
3206 @code{break-visibility} must be present, not all of them are
3207 effective with every layout object, and some combinations may
3208 even give errors.  The following limitations apply:
3209
3210 @itemize @bullet
3211 @item Bar lines cannot be printed at start of line.
3212 @item A bar number cannot be printed at the start of the first
3213 line unless it is set to be different from 1.
3214 @item Clef -- see below
3215 @item Double percent repeats are either all printed or all
3216 suppressed.  Use begin-of line-invisible to print and
3217 all-invisible to suppress.
3218 @item Key signature -- see below
3219 @item OctavateEight -- see below
3220 @end itemize
3221
3222 @node Special considerations
3223 @unnumberedsubsubsec Special considerations
3224
3225 @subsubsubheading Visibility following explicit changes
3226
3227 @cindex key signature, visibility following explicit change
3228 @cindex explicitKeySignatureVisibility
3229 @cindex clef, visibility following explicit change
3230 @cindex explicitClefVisibility
3231
3232 The @code{break-visibility} property controls the visibility of
3233 key signatures and changes of clef only at the start of lines,
3234 i.e. after a break.  It has no effect on the visibility of the
3235 key signature or clef following an explicit key change or an
3236 explicit clef change within or at the end of a line.  In the
3237 following example the key signature following the explicit change
3238 to B-flat major is still visible, even though @code{all-invisible}
3239 is set.
3240
3241 @lilypond[quote,verbatim,relative=1,ragged-right]
3242 \key g \major
3243 f4 g a b
3244 % Try to remove all key signatures
3245 \override Staff.KeySignature.break-visibility = #all-invisible
3246 \key bes \major
3247 f4 g a b
3248 \break
3249 f4 g a b
3250 f4 g a b
3251 @end lilypond
3252
3253 The visibility of such explicit key signature and clef changes is
3254 controlled by the @code{explicitKeySignatureVisibility} and
3255 @code{explicitClefVisibility} properties.  These are the equivalent
3256 of the @code{break-visibility} property and both take a vector of
3257 three booleans or the predefined functions listed above, exactly like
3258 @code{break-visibility}.  Both are properties of the Staff context,
3259 not the layout objects themselves, and so they are set using the
3260 @code{\set} command.  Both are set by default to @code{all-visible}.
3261 These properties control only the visibility of key signatures and
3262 clefs resulting from explicit changes and do not affect key
3263 signatures and clefs at the beginning of lines;
3264 @code{break-visibility} must still be overridden in the appropriate
3265 object to remove these.
3266
3267 @lilypond[quote,verbatim,relative=1,ragged-right]
3268 \key g \major
3269 f4 g a b
3270 \set Staff.explicitKeySignatureVisibility = #all-invisible
3271 \override Staff.KeySignature.break-visibility = #all-invisible
3272 \key bes \major
3273 f4 g a b \break
3274 f4 g a b
3275 f4 g a b
3276 @end lilypond
3277
3278 @subsubsubheading Visibility of cancelling accidentals
3279
3280 To remove the cancelling accidentals printed at an explicit key
3281 change, set the Staff context property @code{printKeyCancellation}
3282 to @code{#f}:
3283
3284 @lilypond[quote,verbatim,relative=1,ragged-right]
3285 \key g \major
3286 f4 g a b
3287 \set Staff.explicitKeySignatureVisibility = #all-invisible
3288 \set Staff.printKeyCancellation = ##f
3289 \override Staff.KeySignature.break-visibility = #all-invisible
3290 \key bes \major
3291 f4 g a b \break
3292 f4 g a b
3293 f4 g a b
3294 @end lilypond
3295
3296 With these overrides only the accidentals before the notes remain
3297 to indicate the change of key.
3298
3299 Note that when changing the key to C@tie{}major or A@tie{}minor
3300 the cancelling accidentals would be the @emph{only} indication of
3301 the key change.  In this case setting @code{printKeyCancellation} to
3302 @code{#f} has no effect:
3303
3304 @lilypond[quote,verbatim,relative=1,ragged-right]
3305 \key g \major
3306 f4 g a b
3307 \set Staff.explicitKeySignatureVisibility = #all-invisible
3308 \set Staff.printKeyCancellation = ##f
3309 \key c \major
3310 f4 g a b \break
3311 f4 g a b
3312 f4 g a b
3313 @end lilypond
3314
3315 To suppress the cancelling accidentals even when the key is
3316 changed to C@tie{}major or A@tie{}minor, override
3317 the visibility of the @code{KeyCancellation} grob instead:
3318
3319 @lilypond[quote,verbatim,relative=1,ragged-right]
3320 \key g \major
3321 f4 g a b
3322 \set Staff.explicitKeySignatureVisibility = #all-invisible
3323 \override Staff.KeyCancellation.break-visibility = #all-invisible
3324 \key c \major
3325 f4 g a b \break
3326 f4 g a b
3327 f4 g a b
3328 @end lilypond
3329
3330 @c TODO Add visibility of cautionary accidentals before notes
3331
3332 @subsubsubheading Automatic bars
3333
3334 @cindex automaticBars
3335 @cindex bar lines, suppressing
3336
3337 As a special case, the printing of bar lines can also be turned off
3338 by setting the @code{automaticBars} property in the Score context.
3339 If set to @code{#f}, bar lines will not be printed automatically;
3340 they must be explicitly created with a @code{\bar} command.  Unlike
3341 the @code{\cadenzaOn} predefined command, measures are still counted.
3342 Bar generation will resume according to that count if this property
3343 is later set to @code{#t}.  When set to @code{#f}, line breaks can
3344 occur only at explicit @code{\bar} commands.
3345
3346 @c TODO Add example
3347
3348 @subsubsubheading Octavated clefs
3349
3350 @cindex octavated clefs, visibility of
3351 @cindex visibility of octavated clefs
3352 @cindex clefs, visibility of octavation
3353
3354 The small octavation symbol on octavated clefs is produced by the
3355 @code{OctavateEight} layout object.  Its visibility is automatically
3356 inherited from the @code{Clef} object, so it is not necessary to apply
3357 any required @code{break-visibility} overrides to the @code{OctavateEight} 
3358 layout objects to suppress octavation symbols for invisible clefs.
3359
3360 For explicit clef changes, the @code{explicitClefVisibility}
3361 property controls both the clef symbol and any octavation symbol
3362 associated with it.
3363
3364 @seealso
3365 Learning Manual:
3366 @rlearning{Visibility and color of objects}.
3367
3368
3369 @node Line styles
3370 @subsection Line styles
3371
3372 Some performance indications, e.g., @i{rallentando} and
3373 @i{accelerando} and @i{trills} are written as text and are
3374 extended over many measures with lines, sometimes dotted or wavy.
3375
3376 These all use the same routines as the glissando for drawing the
3377 texts and the lines, and tuning their behavior is therefore also
3378 done in the same way.  It is done with a spanner, and the routine
3379 responsible for drawing the spanners is
3380 @code{ly:line-interface::print}.  This routine determines the
3381 exact location of the two @i{span points} and draws a line
3382 between them, in the style requested.
3383
3384 Here is an example showing the different line styles available,
3385 and how to tune them.
3386
3387 @lilypond[relative=2,ragged-right,verbatim,quote]
3388 d2 \glissando d'2
3389 \once \override Glissando.style = #'dashed-line
3390 d,2 \glissando d'2
3391 \override Glissando.style = #'dotted-line
3392 d,2 \glissando d'2
3393 \override Glissando.style = #'zigzag
3394 d,2 \glissando d'2
3395 \override Glissando.style = #'trill
3396 d,2 \glissando d'2
3397 @end lilypond
3398
3399 The locations of the end-points of the spanner are computed
3400 on-the-fly for every graphic object, but it is possible to
3401 override these:
3402
3403 @c TODO Complete
3404 @lilypond[relative=2,ragged-right,verbatim,quote]
3405 e2 \glissando f
3406 \once \override Glissando.bound-details.right.Y = #-2
3407 e2 \glissando f
3408 @end lilypond
3409
3410 The value for @code{Y} is set to @w{@code{-2}} for the right end
3411 point.  The left side may be similarly adjusted by specifying
3412 @code{left} instead of @code{right}.
3413
3414 If @code{Y} is not set, the value is computed from the vertical
3415 position of the left and right attachment points of the spanner.
3416
3417 Other adjustments of spanners are possible, for details, see
3418 @ref{Spanners}.
3419
3420 @node Rotating objects
3421 @subsection Rotating objects
3422
3423 Both layout objects and elements of markup text can be rotated by
3424 any angle about any point, but the method of doing so differs.
3425
3426 @menu
3427 * Rotating layout objects::
3428 * Rotating markup::
3429 @end menu
3430
3431 @node Rotating layout objects
3432 @unnumberedsubsubsec Rotating layout objects
3433
3434 @cindex rotating objects
3435 @cindex objects, rotating
3436
3437 All layout objects which support the @code{grob-interface} can be
3438 rotated by setting their @code{rotation} property.  This takes a
3439 list of three items: the angle of rotation counter-clockwise,
3440 and the x and y coordinates of the point relative to the object's
3441 reference point about which the rotation is to be performed.  The
3442 angle of rotation is specified in degrees and the coordinates in
3443 staff-spaces.
3444
3445 The angle of rotation and the coordinates of the rotation point must
3446 be determined by trial and error.
3447
3448 @cindex hairpins, angled
3449 @cindex angled hairpins
3450
3451 There are only a few situations where the rotation of layout
3452 objects is useful; the following example shows one situation where
3453 they may be:
3454
3455 @lilypond[quote,verbatim,relative=1]
3456 g4\< e' d' f\!
3457 \override Hairpin.rotation = #'(20 -1 0)
3458 g,,4\< e' d' f\!
3459 @end lilypond
3460
3461 @node Rotating markup
3462 @unnumberedsubsubsec Rotating markup
3463
3464 All markup text can be rotated to lie at any angle by prefixing it
3465 with the @code{\rotate} command.  The command takes two arguments:
3466 the angle of rotation in degrees counter-clockwise and the text to
3467 be rotated.  The extents of the text are not rotated: they take
3468 their values from the extremes of the x and y coordinates of the
3469 rotated text.  In the following example the
3470 @code{outside-staff-priority} property for text is set to @code{#f}
3471 to disable the automatic collision avoidance, which would push some
3472 of the text too high.
3473
3474 @lilypond[quote,verbatim,relative=1]
3475 \override TextScript.outside-staff-priority = ##f
3476 g4^\markup { \rotate #30 "a G" }
3477 b^\markup { \rotate #30 "a B" }
3478 des^\markup { \rotate #30 "a D-Flat" }
3479 fis^\markup { \rotate #30 "an F-Sharp" }
3480 @end lilypond
3481
3482 @node Advanced tweaks
3483 @section Advanced tweaks
3484
3485 This section discusses various approaches to fine tuning the
3486 appearance of the printed score.
3487
3488 @menu
3489 * Aligning objects::
3490 * Vertical grouping of grobs::
3491 * Modifying stencils::
3492 * Modifying shapes::
3493 * Unpure-pure containers::
3494 @end menu
3495
3496 @seealso
3497 Learning Manual:
3498 @rlearning{Tweaking output},
3499 @rlearning{Other sources of information}.
3500
3501 Notation Reference:
3502 @ref{Explaining the Internals Reference},
3503 @ref{Modifying properties}.
3504
3505 Extending LilyPond:
3506 @rextend{Interfaces for programmers}.
3507
3508 Installed Files:
3509 @file{scm/define-grobs.scm}.
3510
3511 Snippets:
3512 @rlsr{Tweaks and overrides}.
3513
3514 Internals Reference:
3515 @rinternals{All layout objects}.
3516
3517
3518 @node Aligning objects
3519 @subsection Aligning objects
3520
3521 Graphical objects which support the @code{self-alignment-interface}
3522 and/or the @code{side-position-interface} can be aligned to a previously
3523 placed object in a variety of ways.  For a list of these objects, see
3524 @rinternals{self-alignment-interface} and @rinternals{side-position-interface}.
3525
3526 All graphical objects have a reference point, a horizontal extent and a
3527 vertical extent.  The horizontal extent is a pair of numbers
3528 giving the displacements from the reference point of the left and
3529 right edges, displacements to the left being negative.  The vertical
3530 extent is a pair of numbers giving the displacement from the reference
3531 point to the bottom and top edges, displacements down being negative.
3532
3533 An object's position on a staff is given by the values of the
3534 @code{X-offset} and @code{Y-offset} properties.  The value of
3535 @code{X-offset} gives the displacement from the X coordinate of
3536 the reference point of the parent object, and the value of
3537 @code{Y-offset} gives the displacement from the center line of the
3538 staff.  The values of @code{X-offset} and @code{Y-offset} may
3539 be set directly or may be set to be calculated by procedures in order
3540 to achieve alignment with the parent object.
3541
3542 @warning{Many objects have special positioning considerations which
3543 cause any setting of @code{X-offset} or @code{Y-offset} to be
3544 ignored or modified, even though the object supports the
3545 @code{self-alignment-interface}.  Overriding the @code{X-offset}
3546 or @code{Y-offset} properties to a fixed value causes the respective
3547 @code{self-alignment} property to be disregarded.}
3548
3549 For example, an accidental can be repositioned vertically by setting
3550 @code{Y-offset} but any changes to @code{X-offset} have no effect.
3551
3552 Rehearsal marks may be aligned with breakable objects such as bar
3553 lines, clef symbols, time signature symbols and key signatures.  There
3554 are special properties to be found in the @code{break-aligned-interface}
3555 for positioning rehearsal marks on such objects.
3556
3557 @seealso
3558 Notation Reference:
3559 @ref{Using the break-alignable-interface}.
3560
3561 Extending LilyPond:
3562 @rextend{Callback functions}.
3563
3564 @menu
3565 * Setting X-offset and Y-offset directly::
3566 * Using the side-position-interface::
3567 * Using the self-alignment-interface::
3568 * Using the break-alignable-interface::
3569 @end menu
3570
3571 @node Setting X-offset and Y-offset directly
3572 @unnumberedsubsubsec Setting @code{X-offset} and @code{Y-offset} directly
3573
3574 Numerical values may be given to the @code{X-offset} and @code{Y-offset}
3575 properties of many objects.  The following example shows three
3576 notes with the default fingering position and the positions with @code{X-offset}
3577 and @code{Y-offset} modified.
3578
3579 @lilypond[verbatim,quote,relative=2]
3580 a-3
3581 a
3582 -\tweak X-offset #0
3583 -\tweak Y-offset #0
3584 -3
3585 a
3586 -\tweak X-offset #-1
3587 -\tweak Y-offset #1
3588 -3
3589 @end lilypond
3590
3591 @c TODO write more
3592
3593 @node Using the side-position-interface
3594 @unnumberedsubsubsec Using the @code{side-position-interface}
3595
3596 An object which supports the @code{side-position-interface} can be
3597 placed next to its parent object so that
3598 the specified edges of the two objects touch.  The object may be
3599 placed above, below, to the right or to the left of the parent.
3600 The parent cannot be specified; it is determined by the order of
3601 elements in the input stream.  Most objects have the associated
3602 note head as their parent.
3603
3604 The values of the @code{side-axis} and @code{direction} properties
3605 determine where the object is to be placed, as follows:
3606
3607 @c TODO add an example of each to the table
3608
3609 @multitable @columnfractions .3 .3 .3
3610 @headitem @code{side-axis}  @tab @code{direction}  @tab
3611 @headitem property          @tab property          @tab Placement
3612
3613 @item     @code{0}          @tab @code{-1}         @tab left
3614 @item     @code{0}          @tab @code{1}          @tab right
3615 @item     @code{1}          @tab @code{-1}         @tab below
3616 @item     @code{1}          @tab @code{1}          @tab above
3617
3618 @end multitable
3619
3620 When @code{side-axis} is @code{0}, @code{X-offset} should be set to
3621 the procedure @code{ly:side-position-interface::x-aligned-side}.
3622 This procedure will return the correct value of @code{X-offset} to
3623 place the object to the left or right side of the parent according
3624 to value of @code{direction}.
3625
3626 When @code{side-axis} is @code{1}, @code{Y-offset} should be set to
3627 the procedure @code{ly:side-position-interface::y-aligned-side}.
3628 This procedure will return the correct value of @code{Y-offset} to
3629 place the object to the top or bottom of the parent according
3630 to value of @code{direction}.
3631
3632 @c TODO Add examples
3633
3634 @node Using the self-alignment-interface
3635 @unnumberedsubsubsec Using the @code{self-alignment-interface}
3636
3637 @subsubsubheading Self-aligning objects horizontally
3638
3639 The horizontal alignment of an object which supports the
3640 @code{self-alignment-interface} is controlled by the value of
3641 the @code{self-alignment-X} property, provided the object's
3642 @code{X-offset} property is set to
3643 @code{ly:self-alignment-interface::x-aligned-on-self}.
3644 @code{self-alignment-X}  may be given any
3645 real value, in units of half the total X extent of the
3646 object.  Negative values move the object to the right, positive
3647 to the left.  A value of @code{0} centers the object on the
3648 reference point of its parent, a value of @w{@code{-1}} aligns the
3649 left edge of the object on the reference point of its parent,
3650 and a value of @code{1} aligns the right edge of the object on the
3651 reference point of its parent.  The symbols @code{LEFT},
3652 @code{CENTER}, and @code{RIGHT} may be used instead of the values
3653 @w{@code{-1}}, @code{0}, and @code{1}, respectively.
3654
3655 Normally the @code{\override} command would be used to modify the
3656 value of @code{self-alignment-X}, but the @code{\tweak} command
3657 can be used to separately align several annotations on a single
3658 note:
3659
3660 @lilypond[quote,verbatim,relative=1]
3661 a'
3662 -\tweak self-alignment-X #-1
3663 ^"left-aligned"
3664 -\tweak self-alignment-X #0
3665 ^"center-aligned"
3666 -\tweak self-alignment-X #RIGHT
3667 ^"right-aligned"
3668 -\tweak self-alignment-X #-2.5
3669 ^"aligned further to the right"
3670 @end lilypond
3671
3672 @subsubsubheading Self-aligning objects vertically
3673
3674 Objects may be aligned vertically in an analogous way to aligning
3675 them horizontally if the @code{Y-offset} property is set to
3676 @code{ly:self-alignment-interface::y-aligned-on-self}.  However,
3677 other mechanisms are often involved in vertical alignment: the
3678 value of @code{Y-offset} is just one variable taken into account.
3679 This may make adjusting the value of some objects tricky.
3680 The units are just half the vertical extent of the object, which
3681 is usually quite small, so quite large numbers may be required.
3682 A value of @w{@code{-1}} aligns the lower edge of the object with
3683 the reference point of the parent object, a value of @code{0}
3684 aligns the center of the object with the reference point of the
3685 parent, and a value of @code{1} aligns the top edge of the object
3686 with the reference point of the parent.  The symbols @code{DOWN},
3687 @code{CENTER}, and @code{UP} may be substituted for @w{@code{-1}},
3688 @code{0}, and @code{1}, respectively.
3689
3690 @subsubsubheading Self-aligning objects in both directions
3691
3692 By setting both @code{X-offset} and @code{Y-offset}, an object may
3693 be aligned in both directions simultaneously.
3694
3695 The following example shows how to adjust a fingering mark so
3696 that it nestles close to the note head.
3697
3698 @lilypond[quote,verbatim,relative=2]
3699 a
3700 -\tweak self-alignment-X #0.5  % move horizontally left
3701 -\tweak Y-offset #ly:self-alignment-interface::y-aligned-on-self
3702 -\tweak self-alignment-Y #-1  % move vertically up
3703 -3  % third finger
3704 @end lilypond
3705
3706 @ignore
3707 @unnumberedsubsubsec Using the @code{aligned-on-parent} procedures
3708
3709 @c Cannot document as they do not seem to operate consistently on all objects -td
3710 @c TODO investigate further
3711
3712 The @code{aligned-on-parent} procedures are used in the same way
3713 as the @code{aligned-on-self} procedures, they difference being
3714 that they permit an object to be aligned with the @emph{edges} of
3715 the parent rather than the parent's reference point.  The following
3716 example shows the difference:
3717
3718 @c TODO Add example
3719
3720 @lilypond[verbatim,quote]
3721 @end lilypond
3722
3723 @end ignore
3724
3725 @ignore
3726 @unnumberedsubsubsec Using the @code{centered-on-parent} procedures
3727
3728 @c Cannot document as they do not seem to operate consistently on all objects -td
3729 @c TODO investigate further
3730
3731 @end ignore
3732
3733 @c TODO The align-interface, BassFigureAlignment and VerticalAlignment
3734
3735 @node Using the break-alignable-interface
3736 @unnumberedsubsubsec Using the @code{break-alignable-interface}
3737
3738 @cindex align to objects
3739 @cindex break-align-symbols
3740
3741 Rehearsal marks and bar numbers may be aligned with notation
3742 objects other than bar lines.  These objects include @code{ambitus},
3743 @code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar},
3744 @code{left-edge}, @code{key-cancellation}, @code{key-signature}, and
3745 @code{time-signature}.
3746
3747 By default, rehearsal marks and bar numbers will be horizontally
3748 centered above the object:
3749
3750 @lilypond[verbatim,quote,relative=1]
3751 % The rehearsal mark will be centered above the Clef
3752 \override Score.RehearsalMark.break-align-symbols = #'(clef)
3753 \key a \major
3754 \clef treble
3755 \mark "↓"
3756 e1
3757 % The rehearsal mark will be centered above the Time Signature
3758 \override Score.RehearsalMark.break-align-symbols = #'(time-signature)
3759 \key a \major
3760 \clef treble
3761 \time 3/4
3762 \mark "↓"
3763 e2.
3764 % The rehearsal mark will be centered above the Breath Mark
3765 \override Score.RehearsalMark.break-align-symbols = #'(breathing-sign)
3766 \key a \major
3767 \clef treble
3768 \time 4/4
3769 e1
3770 \breathe
3771 \mark "↓"
3772 @end lilypond
3773
3774 A list of possible target alignment objects may be specified.  If
3775 some of the objects are invisible at that point due to the setting
3776 of @code{break-visibility} or the explicit visibility settings for
3777 keys and clefs, the rehearsal mark or bar number is aligned to the
3778 first object in the list which is visible.  If no objects in the
3779 list are visible the object is aligned to the bar line.  If the bar
3780 line is invisible the object is aligned to the place where the bar
3781 line would be.
3782
3783 @lilypond[verbatim,quote,relative=1]
3784 % The rehearsal mark will be centered above the Key Signature
3785 \override Score.RehearsalMark.break-align-symbols = #'(key-signature clef)
3786 \key a \major
3787 \clef treble
3788 \mark "↓"
3789 e1
3790 % The rehearsal mark will be centered above the Clef
3791 \set Staff.explicitKeySignatureVisibility = #all-invisible
3792 \override Score.RehearsalMark.break-align-symbols = #'(key-signature clef)
3793 \key a \major
3794 \clef bass
3795 \mark "↓"
3796 gis,,1
3797 % The rehearsal mark will be centered above the Bar Line
3798 \set Staff.explicitKeySignatureVisibility = #all-invisible
3799 \set Staff.explicitClefVisibility = #all-invisible
3800 \override Score.RehearsalMark.break-align-symbols = #'(key-signature clef)
3801 \key a \major
3802 \clef treble
3803 \mark "↓"
3804 e''1
3805 @end lilypond
3806
3807 The alignment of the rehearsal mark relative to the notation object
3808 can be changed, as shown in the following example.  In a score with
3809 multiple staves, this setting should be done for all the staves.
3810
3811 @lilypond[verbatim,quote,relative=1]
3812 % The RehearsalMark will be centered above the Key Signature
3813 \override Score.RehearsalMark.break-align-symbols = #'(key-signature)
3814 \key a \major
3815 \clef treble
3816 \time 4/4
3817 \mark "↓"
3818 e1
3819 % The RehearsalMark will be aligned with the left edge of the Key Signature
3820 \once \override Score.KeySignature.break-align-anchor-alignment = #LEFT
3821 \mark "↓"
3822 \key a \major
3823 e1
3824 % The RehearsalMark will be aligned with the right edge of the Key Signature
3825 \once \override Score.KeySignature.break-align-anchor-alignment = #RIGHT
3826 \key a \major
3827 \mark "↓"
3828 e1
3829 @end lilypond
3830
3831 The rehearsal mark can also be offset to the right or left of the left
3832 edge by an arbitrary amount.  The units are staff-spaces:
3833
3834 @lilypond[verbatim,quote,relative=1]
3835 % The RehearsalMark will be aligned with the left edge of the Key Signature
3836 % and then shifted right by 3.5 staff-spaces
3837 \override Score.RehearsalMark.break-align-symbols = #'(key-signature)
3838 \once \override Score.KeySignature.break-align-anchor = #3.5
3839 \key a \major
3840 \mark "↓"
3841 e1
3842 % The RehearsalMark will be aligned with the left edge of the Key Signature
3843 % and then shifted left by 2 staff-spaces
3844 \once \override Score.KeySignature.break-align-anchor = #-2
3845 \key a \major
3846 \mark "↓"
3847 e1
3848 @end lilypond
3849
3850
3851 @node Vertical grouping of grobs
3852 @subsection Vertical grouping of grobs
3853
3854 @c TODO Expand this section
3855
3856 The VerticalAlignment and VerticalAxisGroup grobs work together.
3857 VerticalAxisGroup groups together different grobs like Staff, Lyrics,
3858 etc.  VerticalAlignment then vertically aligns the different grobs
3859 grouped together by VerticalAxisGroup.  There is usually only one
3860 VerticalAlignment per score but every Staff, Lyrics, etc. has its own
3861 VerticalAxisGroup.
3862
3863
3864 @node Modifying stencils
3865 @subsection Modifying stencils
3866
3867 All layout objects have a @code{stencil} property which is part of
3868 the @code{grob-interface}.  By default, this property is usually
3869 set to a function specific to the object that is tailor-made to
3870 render the symbol which represents it in the output.  For example,
3871 the standard setting for the @code{stencil} property of the
3872 @code{MultiMeasureRest} object is @code{ly:multi-measure-rest::print}.
3873
3874 The standard symbol for any object can be replaced by modifying the
3875 @code{stencil} property to reference a different, specially-written,
3876 procedure.  This requires a high level of knowledge of the internal
3877 workings of LilyPond, but there is an easier way which can often
3878 produce adequate results.
3879
3880 This is to set the @code{stencil} property to the procedure which
3881 prints text -- @code{ly:text-interface::print} -- and to add a
3882 @code{text} property to the object which is set to contain the
3883 markup text which produces the required symbol.  Due to the
3884 flexibility of markup, much can be achieved -- see in particular
3885 @ref{Graphic notation inside markup}.
3886
3887 The following example demonstrates this by changing the note head
3888 symbol to a cross within a circle.
3889
3890 @lilypond[verbatim,quote]
3891 XinO = {
3892   \once \override NoteHead.stencil = #ly:text-interface::print
3893   \once \override NoteHead.text = \markup {
3894     \combine
3895       \halign #-0.7 \draw-circle #0.85 #0.2 ##f
3896       \musicglyph #"noteheads.s2cross"
3897   }
3898 }
3899 \relative c'' {
3900   a a \XinO a a
3901 }
3902 @end lilypond
3903
3904 Any of the glyphs in the feta Font can be supplied to the
3905 @code{\musicglyph} markup command -- see @ref{The Feta font}.
3906
3907 @c TODO Add inserting eps files or ref to later
3908
3909 @c TODO Add inserting Postscript or ref to later
3910
3911 @seealso
3912 Notation Reference:
3913 @ref{Graphic notation inside markup},
3914 @ref{Formatting text},
3915 @ref{Text markup commands},
3916 @ref{The Feta font}.
3917
3918
3919 @node Modifying shapes
3920 @subsection Modifying shapes
3921
3922 @menu
3923 * Modifying ties and slurs::
3924 @end menu
3925
3926 @node Modifying ties and slurs
3927 @unnumberedsubsubsec Modifying ties and slurs
3928
3929 @cindex slurs, modifying
3930 @cindex ties, modifying
3931 @cindex Bézier curves, control points
3932 @cindex control points, Bézier curves
3933
3934 @code{Tie}s, @code{Slur}s, @code{PhrasingSlur}s,
3935 @code{LaissezVibrerTie}s and @code{RepeatTie}s are all drawn as
3936 third-order Bézier curves.  If the shape of the tie or slur which
3937 is calculated automatically is not optimum, the shape may be
3938 modified manually in two ways:
3939
3940 @enumerate a
3941 @item
3942 by specifying the displacements to be made to the control points
3943 of the automatically calculated Bézier curve, or
3944
3945 @item
3946 by explicitly specifying the positions of the four control points
3947 required to define the wanted curve.
3948 @end enumerate
3949
3950 Both methods are explained below.  The first method is more suitable
3951 if only slight adjustments to the curve are required; the second may
3952 be better for creating curves which are related to just a single
3953 note.
3954
3955 @subsubsubheading Cubic Bézier curves
3956
3957 Third-order or cubic Bézier curves are defined by four control
3958 points.  The first and fourth control points are precisely the
3959 starting and ending points of the curve.  The intermediate two
3960 control points define the shape.  Animations showing how the curve
3961 is drawn can be found on the web, but the following description
3962 may be helpful.  The curve starts from the first control point
3963 heading directly towards the second, gradually bending over to
3964 head towards the third and continuing to bend over to head towards
3965 the fourth, arriving there travelling directly from the third
3966 control point.  The curve is entirely contained in the
3967 quadrilateral defined by the four control points.  Translations,
3968 rotations and scaling of the control points all result in exactly
3969 the same operations on the curve.
3970
3971 @subsubsubheading Specifying displacements from current control points
3972
3973 @cindex shaping slurs and ties
3974 @funindex \shape
3975
3976 In this example the automatic placement of the tie is not optimum,
3977 and @code{\tieDown} would not help.
3978
3979 @lilypond[verbatim,quote,relative=1]
3980 <<
3981   { e1~ e }
3982 \\
3983   { r4 <g c,> <g c,> <g c,> }
3984 >>
3985 @end lilypond
3986
3987 Adjusting the control points of the tie with @code{\shape} allows
3988 the collisions to be avoided.
3989
3990 The syntax of @code{\shape} is
3991
3992 @example
3993 [-]@code{\shape} @var{displacements} @var{item}
3994 @end example
3995
3996 This will reposition the control-points of @var{item} by the amounts
3997 given by @var{displacements}.  The @var{displacements} argument is a
3998 list of number pairs or a list of such lists.  Each element of a pair
3999 represents the displacement of one of the coordinates of a
4000 control-point.  If @var{item} is a string, the result is
4001 @code{\once\override} for the specified grob type.  If @var{item} is
4002 a music expression, the result is the same music expression with an
4003 appropriate tweak applied.
4004
4005 In other words, the @code{\shape} function can act as either a
4006 @code{\once\override} command or a @code{\tweak} command depending
4007 on whether the @var{item} argument is a grob name, like @qq{Slur},
4008 or a music expression, like @qq{(}.  The @var{displacements} argument
4009 specifies the displacements of the four control points as a list of
4010 four pairs of (dx . dy) values in units of staff-spaces (or a list
4011 of such lists if the curve has more than one segment).
4012
4013 The leading hyphen is required if and only if the @code{\tweak} form
4014 is being used.
4015
4016 So, using the same example as above and the @code{\once\override}
4017 form of @code{\shape}, this will raise the tie by half a staff-space:
4018
4019 @lilypond[verbatim,quote,relative=1]
4020 <<
4021   {
4022     \shape #'((0 . 0.5) (0 . 0.5) (0 . 0.5) (0 . 0.5)) Tie
4023     e1~ e
4024   }
4025 \\
4026   { r4 <g c,> <g c,> <g c,> }
4027 >>
4028 @end lilypond
4029
4030 This positioning of the tie is better, but maybe it should be raised
4031 more in the center.  The following example does this, this time using
4032 the alternative @code{\tweak} form:
4033
4034 @lilypond[verbatim,quote,relative=1]
4035 <<
4036   {
4037     e1-\shape #'((0 . 0.5) (0 . 1) (0 . 1) (0 . 0.5)) ~ e
4038   }
4039 \\
4040   { r4 <g c,> <g c,> <g c,> }
4041 >>
4042 @end lilypond
4043
4044 Changes to the horizontal positions of the control points may be made
4045 in the same way, and two different curves starting at the same
4046 musical moment may also be shaped:
4047
4048 @lilypond[verbatim,quote,ragged-right,relative=2]
4049 c8(\( a) a'4 e c\)
4050 \shape #'((0.7 . -0.4) (0.5 . -0.4) (0.3 . -0.3) (0 . -0.2)) Slur
4051 \shape #'((0 . 0) (0 . 0.5) (0 . 0.5) (0 . 0)) PhrasingSlur
4052 c8(\( a) a'4 e c\)
4053 @end lilypond
4054
4055 The @code{\shape} function can also displace the control points of
4056 curves which stretch across line breaks.  Each piece of the broken
4057 curve can be given its own list of offsets.  If changes to a
4058 particular segment are not needed, the empty list can serve as a
4059 placeholder.  In this example the line break makes the single slur
4060 look like two:
4061
4062 @lilypond[verbatim,quote,ragged-right,relative=1]
4063 c4( f g c
4064 \break
4065 d,4 c' f, c)
4066 @end lilypond
4067
4068 Changing the shapes of the two halves of the slur makes it clearer
4069 that the slur continues over the line break:
4070
4071 @lilypond[verbatim,quote,ragged-right,relative=1]
4072 % () may be used as a shorthand for ((0 . 0) (0 . 0) (0 . 0) (0 . 0))
4073 % if any of the segments does not need to be changed
4074 \shape #'(
4075            (( 0 . 0) (0 . 0) (0 . 0) (0 . 1))
4076            ((0.5 . 1.5) (1 . 0) (0 . 0) (0 . -1.5))
4077          ) Slur
4078 c4( f g c
4079 \break
4080 d,4 c' f, c)
4081 @end lilypond
4082
4083 If an S-shaped curve is required the control points must always be
4084 adjusted manually --- LilyPond will never select such shapes
4085 automatically.
4086
4087 @lilypond[verbatim,quote,relative=2]
4088 c8( e b-> f d' a e-> g)
4089 \shape #'((0 . -1) (5.5 . -0.5) (-5.5 . -10.5) (0 . -5.5)) PhrasingSlur
4090 c8\( e b-> f d' a e-> g\)
4091 @end lilypond
4092
4093 @subsubsubheading Specifying control points explicitly
4094
4095 The coordinates of the Bézier control points are specified in units
4096 of staff-spaces.  The X@tie{}coordinate is relative to the reference
4097 point of the note to which the tie or slur is attached, and the
4098 Y@tie{}coordinate is relative to the staff center line.  The
4099 coordinates are specified as a list of four pairs of decimal numbers
4100 (reals).  One approach is to estimate the coordinates of the two
4101 end points, and then guess the two intermediate points.  The optimum
4102 values are then found by trial and error.  Be aware that these values
4103 may need to be manually adjusted if any further changes are made to
4104 the music or the layout.
4105
4106 One situation where specifying the control points explicitly is
4107 preferable to specifying displacements is when they need to be
4108 specified relative to a single note.  Here is an example of this.
4109 It shows one way of indicating a slur extending into alternative
4110 sections of a volta repeat.
4111
4112 @lilypond[verbatim,quote,relative=2]
4113 c1
4114 \repeat volta 3 { c4 d( e f }
4115 \alternative {
4116   { g2) d }
4117   {
4118     g2
4119     % create a slur and move it to a new position
4120     % the <> is just an empty chord to carry the slur termination
4121     -\tweak control-points #'((-2 . 3.8) (-1 . 3.9) (0 . 4) (1 . 3.4)) ( <> )
4122     f,
4123   }
4124   {
4125     e'2
4126     % create a slur and move it to a new position
4127     -\tweak control-points #'((-2 . 3) (-1 . 3.1) (0 . 3.2) (1 . 2.4)) ( <> )
4128     f,
4129   }
4130 }
4131 @end lilypond
4132
4133 @knownissues
4134 It is not possible to modify shapes of ties or slurs by changing
4135 the @code{control-points} property if there are multiple ties or slurs
4136 at the same musical moment -- the @code{\tweak} command will also not
4137 work in this case.  However, the @code{tie-configuration} property of
4138 @code{TieColumn} can be overridden to set start line and direction as
4139 required.
4140
4141 @seealso
4142 Internals Reference:
4143 @rinternals{TieColumn}.
4144
4145 @cindex Scheme, pure containers
4146 @cindex Scheme, unpure containers
4147 @cindex pure containers, Scheme
4148 @cindex unpure containers, Scheme
4149 @cindex horizontal spacing, overriding
4150
4151
4152 @node Unpure-pure containers
4153 @subsection Unpure-pure containers
4154
4155 Unpure-pure containers are useful for overriding @emph{Y-axis} spacing
4156 calculations - specifically @code{Y-offset} and @code{Y-extent} - with a
4157 Scheme function instead of a literal (i.e. a number or pair).
4158
4159 For certain grobs, the @code{Y-extent} is based on the @code{stencil}
4160 property, overriding the stencil property of one of these will
4161 require an additional @code{Y-extent} override with an unpure-pure
4162 container.  When a function overrides a @code{Y-offset} and/or
4163 @code{Y-extent} it is assumed that this will trigger line breaking
4164 calculations too early during compilation.  So the function is not
4165 evaluated at all (usually returning a value of @samp{0} or
4166 @samp{'(0 . 0)}) which can result in collisions.  A @q{pure} function
4167 will not affect properties, objects or grob suicides and therefore will
4168 always have its Y-axis-related evaluated correctly.
4169
4170 Currently, there are about thirty functions that are already considered
4171 @q{pure} and Unpure-pure containers are a way to set functions not on
4172 this list as @q{pure}.  The @q{pure} function is evaluated @emph{before}
4173 any line-breaking and so the horizontal spacing can be adjusted
4174 @q{in time}.  The @q{unpure} function is then evaluated @emph{after}
4175 line breaking.
4176
4177 @warning{As it is difficult to always know which functions are on this
4178 list we recommend that any @q{pure} functions you create do not use
4179 @code{Beam} or @code{VerticalAlignment} grobs.}
4180
4181 An unpure-pure container is constructed as follows;
4182
4183 @code{(ly:make-unpure-pure-container f0 f1)}
4184
4185 where @code{f0} is a function taking @var{n} arguments (@var{n >= 1})
4186 and the first argument must always be the grob.  This is the function
4187 that gives the actual result.  @var{f1} is the function being labeled
4188 as @q{pure} that takes @var{n + 2} arguments.  Again, the first argument
4189 must always still be the grob but the second and third are @q{start}
4190 and @q{end} arguments.
4191
4192 @var{start} and @var{end} are, for all intents and purposes, dummy
4193 values that only matter for @code{Spanners} (i.e @code{Hairpin} or
4194 @code{Beam}), that can return different height estimations based on a
4195 starting and ending column.
4196
4197 The rest are the other arguments to the first function (which
4198 may be none if @var{n = 1}).
4199
4200 The results of the second function are used as an approximation of the
4201 value needed which is then used by the first function to get the real
4202 value which is then used for fine-tuning much later during the spacing
4203 process.
4204
4205 @lilypond[verbatim,quote,ragged-right]
4206 #(define (square-line-circle-space grob)
4207 (let* ((pitch (ly:event-property (ly:grob-property grob 'cause) 'pitch))
4208       (notename (ly:pitch-notename pitch)))
4209  (if (= 0 (modulo notename 2))
4210      (make-circle-stencil 0.5 0.0 #t)
4211      (make-filled-box-stencil '(0 . 1.0)
4212                               '(-0.5 . 0.5)))))
4213
4214 squareLineCircleSpace = {
4215   \override NoteHead.stencil = #square-line-circle-space
4216 }
4217
4218 smartSquareLineCircleSpace = {
4219   \squareLineCircleSpace
4220   \override NoteHead.Y-extent =
4221    #(ly:make-unpure-pure-container
4222       ly:grob::stencil-height
4223       (lambda (grob start end) (ly:grob::stencil-height grob)))
4224 }
4225
4226 \new Voice \with { \remove "Stem_engraver" }
4227 \relative c'' {
4228   \squareLineCircleSpace
4229   cis4 ces disis d
4230   \smartSquareLineCircleSpace
4231   cis4 ces disis d
4232 }
4233 @end lilypond
4234
4235 In the first measure, without the unpure-pure container, the spacing
4236 engine does not know the width of the note head and lets it collide with
4237 the accidentals.  In the second measure, with unpure-pure containers,
4238 the spacing engine knows the width of the note heads and avoids the
4239 collision by lengthening the line accordingly.
4240
4241 Usually for simple calculations nearly-identical functions for both the
4242 @q{unpure} and @q{pure} parts can be used, by only changing the number
4243 of arguments passed to, and the scope of, the function.
4244
4245 @warning{If a function is labeled as @q{pure} and it turns out not to
4246 be, the results can be unexpected.}
4247
4248
4249 @node Using music functions
4250 @section Using music functions
4251
4252 @c TODO -- add @seealso, etc. to these subsections
4253
4254 Where tweaks need to be reused with different music expressions,
4255 it is often convenient to make the tweak part of a @emph{music
4256 function}.  In this section, we discuss only @emph{substitution}
4257 functions, where the object is to substitute a variable into a
4258 piece of LilyPond input code.  Other more complex functions are
4259 described in @rextend{Music functions}.
4260
4261 @menu
4262 * Substitution function syntax::
4263 * Substitution function examples::
4264 @end menu
4265
4266 @node Substitution function syntax
4267 @subsection Substitution function syntax
4268
4269 Making a function that substitutes a variable into LilyPond
4270 code is easy.  The general form of these functions is
4271
4272 @example
4273 function =
4274 #(define-music-function
4275      (parser location @var{arg1} @var{arg2} @dots{})
4276      (@var{type1?} @var{type2?} @dots{})
4277    #@{
4278      @var{@dots{}music@dots{}}
4279    #@})
4280 @end example
4281
4282 @noindent
4283 where
4284
4285 @multitable @columnfractions .33 .66
4286 @item @code{@var{argN}}
4287 @tab @var{n}th argument
4288
4289 @item @code{@var{typeN?}}
4290 @tab a scheme @emph{type predicate} for which @code{@var{argN}}
4291 must return @code{#t}.
4292
4293 @item @code{@var{@dots{}music@dots{}}}
4294 @tab normal LilyPond input, using @code{$} (in places where only
4295 Lilypond constructs are allowed) or @code{#} (to use it as a Scheme
4296 value or music function argument or music inside of music lists) to
4297 reference arguments
4298 (eg. @samp{#arg1}).
4299 @end multitable
4300
4301 The @code{parser} and @code{location} arguments are mandatory, and
4302 are used in some advanced situations as described in the
4303 @q{Extending} manual (see @rextend{Music functions}).  For
4304 substitution functions, just be sure to include them.
4305
4306 The list of type predicates is also required.  Some of the most
4307 common type predicates used in music functions are:
4308
4309 @example
4310 boolean?
4311 cheap-list?  @emph{(use instead of }@q{list?}@emph{ for faster processing)}
4312 ly:duration?
4313 ly:music?
4314 ly:pitch?
4315 markup?
4316 number?
4317 pair?
4318 string?
4319 symbol?
4320 @end example
4321
4322 @noindent
4323 For a list of available type predicates, see
4324 @ref{Predefined type predicates}.  User-defined type predicates
4325 are also allowed.
4326
4327 @seealso
4328 Notation Reference:
4329 @ref{Predefined type predicates}.
4330
4331 Extending Lilypond:
4332 @rextend{Music functions}.
4333
4334 Installed Files:
4335 @file{lily/music-scheme.cc},
4336 @file{scm/c++.scm},
4337 @file{scm/lily.scm}.
4338
4339
4340 @node Substitution function examples
4341 @subsection Substitution function examples
4342
4343 This section introduces some substitution function examples.
4344 These are not intended to be exhaustive, but rather to demonstrate
4345 some of the possibilities of simple substitution functions.
4346
4347 In the first example, a function is defined that simplifies
4348 setting the padding of a TextScript:
4349
4350 @lilypond[quote,verbatim,ragged-right]
4351 padText =
4352 #(define-music-function
4353      (parser location padding)
4354      (number?)
4355    #{
4356      \once \override TextScript.padding = #padding
4357    #})
4358
4359 \relative c''' {
4360   c4^"piu mosso" b a b
4361   \padText #1.8
4362   c4^"piu mosso" d e f
4363   \padText #2.6
4364   c4^"piu mosso" fis a g
4365 }
4366 @end lilypond
4367
4368 In addition to numbers, we can use music expressions such
4369 as notes for arguments to music functions:
4370
4371 @lilypond[quote,verbatim,ragged-right]
4372 custosNote =
4373 #(define-music-function
4374      (parser location note)
4375      (ly:music?)
4376    #{
4377      \tweak NoteHead.stencil #ly:text-interface::print
4378      \tweak NoteHead.text
4379         \markup \musicglyph #"custodes.mensural.u0"
4380      \tweak Stem.stencil ##f
4381      #note
4382    #})
4383
4384 \relative c' { c4 d e f \custosNote g }
4385 @end lilypond
4386
4387 Substitution functions with multiple arguments can be defined:
4388
4389 @lilypond[quote,verbatim,ragged-right]
4390 tempoPadded =
4391 #(define-music-function
4392      (parser location padding tempotext)
4393      (number? markup?)
4394    #{
4395      \once \override Score.MetronomeMark.padding = #padding
4396      \tempo \markup { \bold #tempotext }
4397    #})
4398
4399 \relative c'' {
4400   \tempo \markup { "Low tempo" }
4401   c4 d e f g1
4402   \tempoPadded #4.0 "High tempo"
4403   g4 f e d c1
4404 }
4405 @end lilypond
4406
4407 @c TODO: add appropriate @@ref's here.