]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/changing-defaults.itely
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / user / changing-defaults.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c \version "2.11.61"
11
12 @node Changing defaults
13 @chapter Changing defaults
14
15 The purpose of LilyPond's design is to provide the finest quality
16 output by default.  Nevertheless, it may happen that you need to
17 change this default layout.  The layout is controlled through a large
18 number of @q{knobs and switches} collectively called @q{properties}.
19 A tutorial introduction to accessing and modifying these properties
20 can be found in the Learning Manual, see @rlearning{Tweaking output}.
21 This should be read first.  This chapter covers similar ground, but
22 in a style more appropriate to a reference manual.
23
24 @cindex Internals Reference
25
26 The definitive description of the controls available for tuning can
27 be found in a separate document: @rinternalsnamed{Top,the Internals
28 Reference}.  That manual lists all the variables, functions and
29 options available in LilyPond.  It is written as a HTML document,
30 which is available
31 @c leave the @uref as one long line.
32 @uref{http://@/lilypond@/.org/@/doc/@/stable/@/Documentation/@/user/@/lilypond@/-internals/,on@/-line},
33 and is also included with the LilyPond documentation package.
34
35 Internally, LilyPond uses Scheme (a LISP dialect) to provide
36 infrastructure.  Overriding layout decisions in effect accesses the
37 program internals, which requires Scheme input.  Scheme elements are
38 introduced in a @code{.ly} file with the hash mark
39 @code{#}.@footnote{@rlearning{Scheme tutorial}, contains a short tutorial
40 on entering numbers, lists, strings, and symbols in Scheme.}
41
42
43 @menu
44 * Interpretation contexts::
45 * Explaining the Internals Reference::
46 * Modifying properties::
47 * Useful concepts and properties::
48 * Advanced tweaks::
49 @end menu
50
51
52 @node Interpretation contexts
53 @section Interpretation contexts
54
55 This section describes what contexts are, and how to modify them.
56
57 @menu
58 * Contexts explained::
59 * Creating contexts::
60 * Modifying context plug-ins::
61 * Changing context default settings::
62 * Defining new contexts::
63 * Aligning contexts::
64 @end menu
65
66 @seealso
67
68 Learning Manual:
69 @rlearning{Contexts and engravers}.
70
71 Installed files:
72 @file{ly/@/engraver@/-init@/.ly},
73 @file{ly/@/performer@/-init@/.ly}.
74
75 Snippets:
76 @rlsr{Contexts and engravers}.
77
78 Internals Reference:
79 @rinternals{Contexts},
80 @rinternals{Engravers and Performers}.
81
82
83 @node Contexts explained
84 @subsection Contexts explained
85
86 @ignore
87 @c TODO Rethink and rewrite
88
89 >> > > - list of contexts: my *danger unmaintainable*
90 >> > > alarm just went off.  I'm
91
92 I knew it would... And leaving out some of them is perfectly fine
93 with me.
94 I do think that a list like this, with the main contexts and a
95 brief
96 description of  what they do (perhaps also with a note about what
97 default
98 behavior is associated with each of them, but this may be
99 unmanageable),
100 should be there, and then we could simply list the remaining ones
101 without
102 further explanation and with links to the IR.
103 @end ignore
104
105 @c TODO Improve layout, order and consistency of wording -td
106
107 @c TODO Add introduction which explains contexts in generality  -td
108
109 @c TODO Describe propagation of property values -td
110
111 Contexts are arranged heirarchically:
112
113 @menu
114 * Score - the master of all contexts::
115 * Top-level contexts - staff containers::
116 * Intermediate-level contexts - staves::
117 * Bottom-level contexts - voices::
118 @end menu
119
120 @node Score - the master of all contexts
121 @unnumberedsubsubsec Score - the master of all contexts
122
123 This is the top level notation context. No other context can
124 contain a Score context. By default the Score context handles
125 the administration of time signatures and makes sure that items
126 such as clefs, time signatures, and key-signatures are aligned
127 across staves.
128
129 A Score context is instantiated implicitly when a
130 @code{\score @{@dots{}@}} or @code{\layout @{@dots{}@}} block is
131 processed, or explicitly when a @code{\new Score} command is
132 executed.
133
134 @node Top-level contexts - staff containers
135 @unnumberedsubsubsec Top-level contexts - staff containers
136
137 @strong{@emph{StaffGroup}}
138
139 Groups staves while adding a bracket on the left side, grouping
140 the staves together. The bar lines of the contained staves are
141 connected vertically. StaffGroup only consists of a collection
142 of staves, with a bracket in front and spanning bar lines.
143
144 @strong{@emph{ChoirStaff}}
145
146 Identical to StaffGroup except that the bar lines of the contained
147 staves are not connected vertically.
148
149 @strong{@emph{GrandStaff}}
150
151 A group of staves, with a brace on the left side, grouping
152 the staves together. The bar lines of the contained staves are
153 connected vertically.
154
155 @strong{@emph{PianoStaff}}
156
157 @c TODO No longer correct?  Check.  -td
158 Just like GrandStaff but with a forced distance between the
159 staves, so cross staff beaming and slurring can be used.
160
161 @ignore
162 @strong{@emph{InnerStaffGroup}}
163
164 TODO  -td
165
166 @strong{@emph{InnerChoirStaff}}
167
168 TODO  -td
169
170 @end ignore
171
172 @node Intermediate-level contexts - staves
173 @unnumberedsubsubsec Intermediate-level contexts - staves
174
175 @strong{@emph{Staff}}
176
177 Handles clefs, bar lines, keys, accidentals. It can contain
178 Voice contexts.
179
180 @strong{@emph{RhythmicStaff}}
181
182 Like Staff but for printing rhythms. Pitches are ignored;
183 the notes are printed on one line.
184
185 @strong{@emph{TabStaff}}
186
187 Context for generating tablature. By default lays the music
188 expression out as a guitar tablature, printed on six lines.
189
190 @strong{@emph{DrumStaff}}
191
192 Handles typesetting for percussion. Can contain DrumVoice
193
194 @strong{@emph{VaticanaStaff}}
195
196 Same as Staff, except that it is designed for typesetting
197 a piece in gregorian style.
198
199 @strong{@emph{MensuralStaff}}
200
201 Same as Staff, except that it is designed for typesetting
202 a piece in mensural style.
203
204 @node Bottom-level contexts - voices
205 @unnumberedsubsubsec Bottom-level contexts - voices
206
207 Voice-level contexts initialise certain properties and start
208 appropriate engravers.  Being bottom-level contexts, they cannot
209 contain other contexts.
210
211 @strong{@emph{Voice}}
212
213 Corresponds to a voice on a staff. This context handles the
214 conversion of dynamic signs, stems, beams, super- and sub-scripts,
215 slurs, ties, and rests.  You have to instantiate this explicitly
216 if you require multiple voices on the same staff.
217
218 @strong{@emph{VaticanaVoice}}
219
220 Same as Voice, except that it is designed for typesetting a piece
221 in gregorian style.
222
223 @strong{@emph{MensuralVoice}}
224
225 Same as Voice, with modifications for typesetting a piece in
226 mensural style.
227
228 @strong{@emph{Lyrics}}
229
230 Corresponds to a voice with lyrics. Handles the printing of a
231 single line of lyrics.
232
233 @strong{@emph{DrumVoice}}
234
235 The voice context used in a percussion staff.
236
237 @strong{@emph{FiguredBass}}
238
239 The context in which BassFigure objects are created from
240 input entered in @code{\figuremode} mode.
241
242 @strong{@emph{TabVoice}}
243
244 The voice context used within a TabStaff context.  Usually left to
245 be created implicitly.
246
247 @strong{@emph{ChordNames}}
248
249 Typesets chord names.
250
251 @ignore
252 TODO
253
254 Then the following, which I don't know what to do with:
255
256     * GregorianTranscriptionVoice
257     * GregorianTranscriptionStaff
258
259     * FretBoards
260         Engraves fretboards from chords. Not easy... Not
261 documented.
262         There is now some documentation on FretBoards in the NR, under
263          instrument-specific notation -- cds.
264
265     * NoteNames
266
267     * CueVoice Not documented
268     * Global
269         Hard coded entry point for LilyPond. Cannot be tuned.
270     * Devnull
271         Silently discards all musical information given to this
272 context.
273
274 @end ignore
275
276 @node Creating contexts
277 @subsection Creating contexts
278
279 @c TODO \new Score and \score
280 @c TODO more complete descriptions rather than learning style
281
282 For scores with only one voice and one staff, contexts are
283 created automatically.  For more complex scores, it is necessary to
284 create them by hand.  There are three commands that do this.
285
286 @itemize
287
288 @item
289 The easiest command is @code{\new}, and it also the quickest to type.
290 It is prepended to a music expression, for example
291
292 @funindex \new
293 @cindex new contexts
294 @cindex Context, creating
295
296 @example
297 \new @var{type} @var{music expression}
298 @end example
299
300 @noindent
301 where @var{type} is a context name (like @code{Staff} or
302 @code{Voice}).  This command creates a new context, and starts
303 interpreting the @var{music expression} with that.
304
305 A practical application of @code{\new} is a score with many
306 staves.  Each part that should be on its own staff, is preceded with
307 @code{\new Staff}.
308
309 @lilypond[quote,verbatim,relative=2,ragged-right,fragment]
310 <<
311   \new Staff { c4 c }
312   \new Staff { d4 d }
313 >>
314 @end lilypond
315
316 The @code{\new} command may also give a name to the context,
317
318 @example
319 \new @var{type} = @var{id} @var{music}
320 @end example
321 However, this user specified name is only used if there is no other
322 context already earlier with the same name.
323
324
325 @funindex \context
326
327 @item
328 Like @code{\new}, the @code{\context} command also directs a music
329 expression to a context object, but gives the context an explicit name.  The
330 syntax is
331
332 @example
333 \context @var{type} = @var{id} @var{music}
334 @end example
335
336 This form will search for an existing context of type @var{type}
337 called @var{id}.  If that context does not exist yet, a new
338 context with the specified name is created.  This is useful if
339 the context is referred to later on.  For example, when
340 setting lyrics the melody is in a named context
341
342 @example
343 \context Voice = "@b{tenor}" @var{music}
344 @end example
345
346 @noindent
347 so the texts can be properly aligned to its notes,
348
349 @example
350 \new Lyrics \lyricsto "@b{tenor}" @var{lyrics}
351 @end example
352
353 @noindent
354
355 Another possible use of named contexts is funneling two different
356 music expressions into one context.  In the following example,
357 articulations and notes are entered separately,
358
359 @example
360 music = @{ c4 c4 @}
361 arts = @{ s4-. s4-> @}
362 @end example
363
364 They are combined by sending both to the same @code{Voice} context,
365
366 @example
367 <<
368   \new Staff \context Voice = "A" \music
369   \context Voice = "A" \arts
370 >>
371 @end example
372 @lilypond[quote,ragged-right]
373 music = { c4 c4 }
374 arts = { s4-. s4-> }
375 \relative c'' <<
376   \new Staff \context Voice = "A" \music
377   \context Voice = "A" \arts
378 >>
379 @end lilypond
380
381 With this mechanism, it is possible to define an Urtext (original
382 edition), with the option to put several distinct articulations on the
383 same notes.
384
385 @cindex creating contexts
386
387 @item
388 The third command for creating contexts is
389 @example
390 \context @var{type} @var{music}
391 @end example
392
393
394 @noindent
395 This is similar to @code{\context} with @code{= @var{id}}, but matches
396 any context of type @var{type}, regardless of its given name.
397
398 This variant is used with music expressions that can be interpreted at
399 several levels.  For example, the @code{\applyOutput} command (see
400 @ref{Running a function on all layout objects}).  Without an explicit
401 @code{\context}, it is usually applied to @code{Voice}
402
403 @example
404 \applyOutput #'@var{context} #@var{function}   % apply to Voice
405 @end example
406
407 To have it interpreted at the @code{Score} or @code{Staff} level use
408 these forms
409
410 @example
411 \applyOutput #'Score #@var{function}
412 \applyOutput #'Staff #@var{function}
413 @end example
414
415 @end itemize
416
417
418 @node Modifying context plug-ins
419 @subsection Modifying context plug-ins
420
421 @c TODO Should this be Modifying engravers or Modifying contexts?
422
423 Notation contexts (like @code{Score} and @code{Staff}) not only
424 store properties,
425 they also contain plug-ins called @q{engravers} that create notation
426 elements.  For example, the @code{Voice} context contains a
427 @code{Note_head_engraver} and the @code{Staff} context contains a
428 @code{Key_signature_engraver}.
429
430 For a full a description of each plug-in, see
431 @ifhtml
432 @rinternals{Engravers and Performers}.
433 @end ifhtml
434 @ifnothtml
435 Internals Reference @expansion{} Translation @expansion{} Engravers.
436 @end ifnothtml
437 Every context described in
438 @ifhtml
439 @rinternals{Contexts}
440 @end ifhtml
441 @ifnothtml
442 Internals Reference @expansion{} Translation @expansion{} Context.
443 @end ifnothtml
444 lists the engravers used for that context.
445
446
447 It can be useful to shuffle around these plug-ins.  This is done by
448 starting a new context with @code{\new} or @code{\context}, and
449 modifying it,
450
451 @funindex \with
452
453 @example
454 \new @var{context} \with @{
455   \consists @dots{}
456   \consists @dots{}
457   \remove @dots{}
458   \remove @dots{}
459   @emph{etc.}
460 @}
461 @{
462   @emph{..music..}
463 @}
464 @end example
465
466 @noindent
467 where the @dots{} should be the name of an engraver.  Here is a simple
468 example which removes @code{Time_signature_engraver} and
469 @code{Clef_engraver} from a @code{Staff} context,
470
471 @lilypond[quote,relative=1,verbatim,fragment]
472 <<
473   \new Staff {
474     f2 g
475   }
476   \new Staff \with {
477      \remove "Time_signature_engraver"
478      \remove "Clef_engraver"
479   } {
480     f2 g2
481   }
482 >>
483 @end lilypond
484
485 In the second staff there are no time signature or clef symbols.  This
486 is a rather crude method of making objects disappear since it will affect
487 the entire staff.  This method also influences the spacing, which may or
488 may not be desirable.  More sophisticated methods of blanking objects
489 are shown in @rlearning{Visibility and color of objects}.
490
491 The next example shows a practical application.  Bar lines and time
492 signatures are normally synchronized across the score.  This is done
493 by the @code{Timing_translator} and @code{Default_bar_line_engraver}.
494 This plug-in keeps an administration of time signature, location
495 within the measure, etc.  By moving these engraver from @code{Score} to
496 @code{Staff} context, we can have a score where each staff has its own
497 time signature.
498
499 @cindex polymetric scores
500 @cindex Time signatures, multiple
501
502 @lilypond[quote,relative=1,ragged-right,verbatim,fragment]
503 \new Score \with {
504   \remove "Timing_translator"
505   \remove "Default_bar_line_engraver"
506 } <<
507   \new Staff \with {
508     \consists "Timing_translator"
509     \consists "Default_bar_line_engraver"
510   } {
511       \time 3/4
512       c4 c c c c c
513   }
514   \new Staff \with {
515     \consists "Timing_translator"
516     \consists "Default_bar_line_engraver"
517   } {
518        \time 2/4
519        c4 c c c c c
520   }
521 >>
522 @end lilypond
523
524 @knownissues
525
526 Usually the order in which the engravers are specified
527 does not matter, but in a few special cases the order
528 is important, for example where one engraver writes
529 a property and another reads it, or where one engraver
530 creates a grob and another must process it.  The order in
531 which the engravers are specified is the order in which
532 they are called to carry out their processing.
533
534 The following orderings are important: the
535 @code{Bar_engraver} must normally be first, and
536 the @code{New_fingering_engraver} must come before
537 the @code{Script_column_engraver}.  There may be others
538 with ordering dependencies.
539
540 @node Changing context default settings
541 @subsection Changing context default settings
542
543 The adjustments of the previous subsections (
544 @ref{The set command}, @ref{Modifying context plug-ins}, and
545 @ref{Overview of modifying properties}) can also be entered
546 separately from the music in the @code{\layout} block,
547
548 @example
549 \layout @{
550   @dots{}
551   \context @{
552     \Staff
553
554     \set fontSize = #-2
555     \override Stem #'thickness = #4.0
556     \remove "Time_signature_engraver"
557   @}
558 @}
559 @end example
560
561 The @code{\Staff} command brings in the existing definition of the
562 staff context so that it can be modified.
563
564 The statements
565 @example
566 \set fontSize = #-2
567 \override Stem #'thickness = #4.0
568 \remove "Time_signature_engraver"
569 @end example
570
571 @noindent
572 affect all staves in the score.  Other contexts can be modified
573 analogously.
574
575 The @code{\set} keyword is optional within the @code{\layout} block, so
576
577 @example
578 \context @{
579   @dots{}
580   fontSize = #-2
581 @}
582 @end example
583
584 @noindent
585 will also work.
586
587
588
589 @knownissues
590
591 It is not possible to collect context changes in a variable and apply
592 them to a @code{\context} definition by referring to that variable.
593
594 The @code{\RemoveEmptyStaffContext} will overwrite your current
595 @code{\Staff} settings.  If you wish to change the defaults for a
596 staff which uses @code{\RemoveEmptyStaffContext}, you must do so
597 after calling @code{\RemoveEmptyStaffContext}, ie
598
599 @example
600 \layout @{
601   \context @{
602     \RemoveEmptyStaffContext
603
604     \override Stem #'thickness = #4.0
605   @}
606 @}
607 @end example
608
609 @c TODO: add \with in here.
610
611
612
613 @node Defining new contexts
614 @subsection Defining new contexts
615
616 Specific contexts, like @code{Staff} and @code{Voice}, are made of
617 simple building blocks.  It is possible to create new types of
618 contexts with different combinations of engraver plug-ins.
619
620 The next example shows how to build a different type of
621 @code{Voice} context from scratch.  It will be similar to
622 @code{Voice}, but only prints centered slash note heads.  It can be used
623 to indicate improvisation in jazz pieces,
624
625 @lilypond[quote,ragged-right]
626 \layout { \context {
627   \name ImproVoice
628   \type "Engraver_group"
629   \consists "Note_heads_engraver"
630   \consists "Text_engraver"
631   \consists Pitch_squash_engraver
632   squashedPosition = #0
633   \override NoteHead #'style = #'slash
634   \override Stem #'transparent = ##t
635   \alias Voice
636 }
637 \context { \Staff
638   \accepts "ImproVoice"
639 }}
640
641 \relative c'' {
642   a4 d8 bes8 \new ImproVoice { c4^"ad lib" c
643    c4 c^"undress" c_"while playing :)" c }
644   a1
645 }
646 @end lilypond
647
648
649 These settings are defined within a @code{\context} block inside a
650 @code{\layout} block,
651
652 @example
653 \layout @{
654   \context @{
655     @dots{}
656   @}
657 @}
658 @end example
659
660 In the following discussion, the example input shown should go in place
661 of the @dots{} in the previous fragment.
662
663 First it is necessary to define a name for the new context:
664
665 @example
666 \name ImproVoice
667 @end example
668
669 Since it is similar to the @code{Voice}, we want commands that work
670 on (existing) @code{Voice}s to remain working.  This is achieved by
671 giving the new context an alias @code{Voice},
672
673 @example
674 \alias Voice
675 @end example
676
677 The context will print notes and instructive texts, so we need to add
678 the engravers which provide this functionality,
679
680 @example
681 \consists Note_heads_engraver
682 \consists Text_engraver
683 @end example
684
685 but we only need this on the center line,
686
687 @example
688 \consists Pitch_squash_engraver
689 squashedPosition = #0
690 @end example
691
692 The @rinternals{Pitch_squash_engraver} modifies note heads (created
693 by @rinternals{Note_heads_engraver}) and sets their vertical
694 position to the value of @code{squashedPosition}, in this case@tie{}@code{0},
695 the center line.
696
697 The notes look like a slash, and have no stem,
698
699 @example
700 \override NoteHead #'style = #'slash
701 \override Stem #'transparent = ##t
702 @end example
703
704 All these plug-ins have to cooperate, and this is achieved with a
705 special plug-in, which must be marked with the keyword @code{\type}.
706 This should always be @code{Engraver_group}.
707
708 @example
709 \type "Engraver_group"
710 @end example
711
712 Put together, we get
713
714 @example
715 \context @{
716   \name ImproVoice
717   \type "Engraver_group"
718   \consists "Note_heads_engraver"
719   \consists "Text_engraver"
720   \consists Pitch_squash_engraver
721   squashedPosition = #0
722   \override NoteHead #'style = #'slash
723   \override Stem #'transparent = ##t
724   \alias Voice
725 @}
726 @end example
727
728 @funindex \accepts
729 Contexts form hierarchies.  We want to hang the @code{ImproVoice}
730 under @code{Staff}, just like normal @code{Voice}s.  Therefore, we
731 modify the @code{Staff} definition with the @code{\accepts}
732 command,
733
734 @example
735 \context @{
736   \Staff
737   \accepts ImproVoice
738 @}
739 @end example
740
741 @funindex \denies
742 The opposite of @code{\accepts} is @code{\denies},
743 which is sometimes needed when reusing existing context definitions.
744
745 Putting both into a @code{\layout} block, like
746
747 @example
748 \layout @{
749   \context @{
750     \name ImproVoice
751     @dots{}
752   @}
753   \context @{
754     \Staff
755     \accepts "ImproVoice"
756   @}
757 @}
758 @end example
759
760 Then the output at the start of this subsection can be entered as
761
762 @example
763 \relative c'' @{
764   a4 d8 bes8
765   \new ImproVoice @{
766     c4^"ad lib" c
767     c4 c^"undress"
768     c c_"while playing :)"
769   @}
770   a1
771 @}
772 @end example
773
774
775 @node Aligning contexts
776 @subsection Aligning contexts
777
778 New contexts may be aligned above or below existing contexts.  This
779 could be useful in setting up a vocal staff (@rlearning{Vocal ensembles}) and
780 in ossia,
781
782 @c TODO Better example needed.  Ref LM, and expand on it.
783
784 @cindex ossia
785 @funindex alignAboveContext
786 @funindex alignBelowContext
787
788 @lilypond[quote,ragged-right]
789 ossia = { f4 f f f }
790 \score{
791   \relative c' \new Staff = "main" {
792     c4 c c c
793     <<
794       \new Staff \with {alignAboveContext=main} \ossia
795       { d8 f d f d f d f }
796     >>
797   }
798 }
799 @end lilypond
800
801 @cindex nested contexts
802 @cindex contexts, nested
803
804 @funindex \accepts
805 @funindex \denies
806
807 Contexts like @code{PianoStaff} can contain other contexts
808 nested within them.  Contexts which are acceptable for nesting
809 are defined by the @qq{accepts} list of a context.  Contexts
810 which are not in this list are placed below the outer context
811 in the printed score.
812 For example, the @code{PianoStaff} context is defined by default
813 to accept @code{Staff} and @code{FiguredBass} contexts within
814 it, but not (for example) a @code{Lyrics} context.  So in the
815 following structure the lyrics are placed below the piano staff
816 rather than between the two staves:
817
818 @lilypond[verbatim,quote,relative=1]
819 \new PianoStaff
820 <<
821   \new Staff { e4 d c2 }
822   \addlyrics { Three blind mice }
823   \new Staff {
824     \clef "bass"
825     { c,1 }
826   }
827 >>
828 @end lilypond
829
830 The @qq{accepts} list of a context can be modified to include
831 additional nested contexts, so if we wanted the lyrics to appear
832 between the two staves we could use:
833
834 @lilypond[verbatim,quote,relative=1]
835 \new PianoStaff \with { \accepts Lyrics }
836 <<
837   \new Staff { e4 d c2 }
838   \addlyrics { Three blind mice }
839   \new Staff {
840     \clef "bass"
841     { c,1 }
842   }
843 >>
844 @end lilypond
845
846 The opposite of @code{\accepts} is @code{\denies}; this removes a
847 context from the @qq{accepts} list.
848
849 @node Explaining the Internals Reference
850 @section Explaining the Internals Reference
851
852
853 @menu
854 * Navigating the program reference::
855 * Layout interfaces::
856 * Determining the grob property::
857 * Naming conventions::
858 @end menu
859
860 @node Navigating the program reference
861 @subsection Navigating the program reference
862
863 @c TODO remove this (it's in the LM)
864 @c Replace with more factual directions
865
866 Suppose we want to move the fingering indication in the fragment
867 below:
868
869 @lilypond[quote,fragment,relative=2,verbatim]
870 c-2
871 \stemUp
872 f
873 @end lilypond
874
875 If you visit the documentation on fingering instructions (in
876 @ref{Fingering instructions}), you will notice:
877
878 @quotation
879 @strong{See also}
880
881 Internals Reference: @rinternals{Fingering}.
882
883 @end quotation
884
885
886 @c  outdated info; probably will delete.
887 @ignore
888 This fragment points to two parts of the program reference: a page
889 on @code{FingeringEvent} and one on @code{Fingering}.
890
891 The page on @code{FingeringEvent} describes the properties of the music
892 expression for the input @code{-2}.  The page contains many links
893 forward.  For example, it says
894
895 @quotation
896 Accepted by: @rinternals{Fingering_engraver},
897 @end quotation
898
899 @noindent
900 That link brings us to the documentation for the Engraver, the
901 plug-in, which says
902
903 @quotation
904 This engraver creates the following layout objects: @rinternals{Fingering}.
905 @end quotation
906
907 In other words, once the @code{FingeringEvent}s are interpreted, the
908 @code{Fingering_engraver} plug-in will process them.
909 @end ignore
910
911 @ignore
912 @c  I can't figure out what this is supposed to mean.  -gp
913
914 The @code{Fingering_engraver} is also listed to create
915 @rinternals{Fingering} objects,
916
917 @c  old info?  it doesn't make any sense to me with our current docs.
918 This is also the
919 second bit of information listed under @b{See also} in the Notation
920 manual.
921 @end ignore
922
923 @ifnothtml
924 The programmer's reference is available as an HTML document.  It is
925 highly recommended that you read it in HTML form, either online or
926 by downloading the HTML documentation.  This section will be much more
927 difficult to understand if you are using the
928 PDF manual.
929 @end ifnothtml
930
931 Follow the link to @rinternals{Fingering}.  At the top of the
932 page, you will see
933
934 @quotation
935 Fingering objects are created by: @rinternals{Fingering_engraver} and
936 @rinternals{New_fingering_engraver}.
937 @end quotation
938
939 By following related links inside the program reference, we can follow the
940 flow of information within the program:
941
942 @itemize
943
944 @item @rinternals{Fingering}:
945 @rinternals{Fingering} objects are created by:
946 @rinternals{Fingering_engraver}
947
948 @item @rinternals{Fingering_engraver}:
949 Music types accepted: @rinternals{fingering-event}
950
951 @item @rinternals{fingering-event}:
952 Music event type @code{fingering-event} is in Music expressions named
953 @rinternals{FingeringEvent}
954 @end itemize
955
956 This path goes against the flow of information in the program: it
957 starts from the output, and ends at the input event.  You could
958 also start at an input event, and read with the flow of
959 information, eventually ending up at the output object(s).
960
961 The program reference can also be browsed like a normal document.  It
962 contains chapters on
963 @ifhtml
964 @rinternals{Music definitions},
965 @end ifhtml
966 @ifnothtml
967 @code{Music definitions}
968 @end ifnothtml
969 on @rinternals{Translation}, and the @rinternals{Backend}.  Every
970 chapter lists all the definitions used and all properties that may be
971 tuned.
972
973
974 @node Layout interfaces
975 @subsection Layout interfaces
976
977 @cindex interface, layout
978 @cindex layout interface
979 @cindex grob
980
981 The HTML page that we found in the previous section describes the
982 layout object called @rinternals{Fingering}.  Such an object is a
983 symbol within the score.  It has properties that store numbers (like
984 thicknesses and directions), but also pointers to related objects.  A
985 layout object is also called a @emph{Grob}, which is short for Graphical
986 Object.  For more details about Grobs, see @rinternals{grob-interface}.
987
988 The page for @code{Fingering} lists the definitions for the
989 @code{Fingering} object.  For example, the page says
990
991 @quotation
992 @code{padding} (dimension, in staff space):
993
994 @code{0.5}
995 @end quotation
996
997 @noindent
998 which means that the number will be kept at a distance of at least 0.5
999 of the note head.
1000
1001
1002 Each layout object may have several functions as a notational or
1003 typographical element.  For example, the Fingering object
1004 has the following aspects
1005
1006 @itemize
1007 @item
1008 Its size is independent of the horizontal spacing, unlike slurs or beams.
1009
1010 @item
1011 It is a piece of text.  Granted, it is usually a very short text.
1012
1013 @item
1014 That piece of text is typeset with a font, unlike slurs or beams.
1015
1016 @item
1017 Horizontally, the center of the symbol should be aligned to the
1018 center of the note head.
1019
1020 @item
1021 Vertically, the symbol is placed next to the note and the staff.
1022
1023 @item
1024 The vertical position is also coordinated with other superscript
1025 and subscript symbols.
1026 @end itemize
1027
1028 Each of these aspects is captured in so-called @emph{interface}s,
1029 which are listed on the @rinternals{Fingering} page at the bottom
1030
1031 @quotation
1032 This object supports the following interfaces:
1033 @rinternals{item-interface},
1034 @rinternals{self-alignment-interface},
1035 @rinternals{side-position-interface}, @rinternals{text-interface},
1036 @rinternals{text-script-interface}, @rinternals{font-interface},
1037 @rinternals{finger-interface}, and @rinternals{grob-interface}.
1038 @end quotation
1039
1040 Clicking any of the links will take you to the page of the respective
1041 object interface.  Each interface has a number of properties.  Some of
1042 them are not user-serviceable (@q{Internal properties}), but others
1043 can be modified.
1044
1045 We have been talking of @emph{the} @code{Fingering} object, but actually it
1046 does not amount to much.  The initialization file (see
1047 @rlearning{Other sources of information})
1048 @file{scm/@/define@/-grobs@/.scm} shows the soul of the @q{object},
1049
1050 @example
1051 (Fingering
1052   . ((padding . 0.5)
1053      (avoid-slur . around)
1054      (slur-padding . 0.2)
1055      (staff-padding . 0.5)
1056      (self-alignment-X . 0)
1057      (self-alignment-Y . 0)
1058      (script-priority . 100)
1059      (stencil . ,ly:text-interface::print)
1060      (direction . ,ly:script-interface::calc-direction)
1061      (font-encoding . fetaNumber)
1062      (font-size . -5)           ; don't overlap when next to heads.
1063      (meta . ((class . Item)
1064      (interfaces . (finger-interface
1065                     font-interface
1066                     text-script-interface
1067                     text-interface
1068                     side-position-interface
1069                     self-alignment-interface
1070                     item-interface))))))
1071 @end example
1072
1073 @noindent
1074 As you can see, the @code{Fingering} object is nothing more than a
1075 bunch of variable settings, and the webpage in the Internals Reference
1076 is directly generated from this definition.
1077
1078
1079 @node Determining the grob property
1080 @subsection Determining the grob property
1081
1082 @c TODO remove this (it's in the LM)
1083 @c Replace with more factual directions
1084
1085 Recall that we wanted to change the position of the @b{2} in
1086
1087 @lilypond[quote,fragment,relative=2,verbatim]
1088 c-2
1089 \stemUp
1090 f
1091 @end lilypond
1092
1093 Since the @b{2} is vertically positioned next to its note, we have to
1094 meddle with the interface associated with this positioning.  This is
1095 done using @code{side-position-interface}.  The page for this interface
1096 says
1097
1098 @quotation
1099 @code{side-position-interface}
1100
1101 Position a victim object (this one) next to other objects (the
1102 support).  The property @code{direction} signifies where to put the
1103 victim object relative to the support (left or right, up or down?)
1104 @end quotation
1105
1106 @cindex padding
1107 @noindent
1108 Below this description, the variable @code{padding} is described as
1109
1110 @quotation
1111 @table @code
1112 @item padding
1113 (dimension, in staff space)
1114
1115 Add this much extra space between objects that are next to each other.
1116 @end table
1117 @end quotation
1118
1119 By increasing the value of @code{padding}, we can move the
1120 fingering away from the note head.  The following command inserts
1121 3 staff spaces of white
1122 between the note and the fingering:
1123 @example
1124 \once \override Voice.Fingering #'padding = #3
1125 @end example
1126
1127 Inserting this command before the Fingering object is created,
1128 i.e., before @code{c2}, yields the following result:
1129
1130 @lilypond[quote,relative=2,fragment,verbatim]
1131 \once \override Voice.Fingering #'padding = #3
1132 c-2
1133 \stemUp
1134 f
1135 @end lilypond
1136
1137
1138 In this case, the context for this tweak is @code{Voice}.  This
1139 fact can also be deduced from the program reference, for the page for
1140 the @rinternals{Fingering_engraver} plug-in says
1141
1142 @quotation
1143 Fingering_engraver is part of contexts: @dots{} @rinternals{Voice}
1144 @end quotation
1145
1146
1147 @node Naming conventions
1148 @subsection Naming conventions
1149
1150 Another thing that is needed, is an overview of the various naming
1151 conventions:
1152
1153     scheme functions: lowercase-with-hyphens (incl. one-word
1154 names)
1155     scheme functions: ly:plus-scheme-style
1156     music events, music classes and music properties:
1157 as-scheme-functions
1158     Grob interfaces: scheme-style
1159     backend properties: scheme-style (but X and Y!)
1160     contexts (and MusicExpressions and grobs): Capitalized or
1161 CamelCase
1162     context properties: lowercaseFollowedByCamelCase
1163     engravers:
1164 Capitalized_followed_by_lowercase_and_with_underscores
1165
1166 Which of these are conventions and which are rules?
1167 Which are rules of the underlying language, and which are
1168 LP-specific?
1169
1170
1171 @node Modifying properties
1172 @section Modifying properties
1173
1174 @c TODO change the menu and subsection node names to use
1175 @c backslash once the new macro to handle the refs
1176 @c is available.  Need to find and change all refs at
1177 @c the same time. -td
1178
1179 @menu
1180 * Overview of modifying properties::
1181 * The set command::
1182 * The override command::
1183 * The tweak command::
1184 * set versus override::
1185 @end menu
1186
1187
1188 @node Overview of modifying properties
1189 @subsection Overview of modifying properties
1190
1191 Each context is responsible for creating certain types of graphical
1192 objects.  The settings used for printing these objects are also stored by
1193 context.  By changing these settings, the appearance of objects can be
1194 altered.
1195
1196 The syntax for this is
1197
1198 @example
1199 \override @var{context}.@var{name} #'@var{property} = #@var{value}
1200 @end example
1201
1202 Here @var{name} is the name of a graphical object, like
1203 @code{Stem} or @code{NoteHead}, and @var{property} is an internal
1204 variable of the formatting system (@q{grob property} or @q{layout
1205 property}).  The latter is a symbol, so it must be quoted.  The
1206 subsection @ref{Modifying properties}, explains what to fill in
1207 for @var{name}, @var{property}, and @var{value}.  Here we only
1208 discuss the functionality of this command.
1209
1210 The command
1211
1212 @verbatim
1213 \override Staff.Stem #'thickness = #4.0
1214 @end verbatim
1215
1216 @noindent
1217 makes stems thicker (the default is 1.3, with staff line thickness as a
1218 unit).  Since the command specifies @code{Staff} as context, it only
1219 applies to the current staff.  Other staves will keep their normal
1220 appearance.  Here we see the command in action:
1221
1222 @lilypond[quote,verbatim,relative=2,fragment]
1223 c4
1224 \override Staff.Stem #'thickness = #4.0
1225 c4
1226 c4
1227 c4
1228 @end lilypond
1229
1230 The @code{\override} command changes the definition of the @code{Stem}
1231 within the current @code{Staff}.  After the command is interpreted
1232 all stems are thickened.
1233
1234 Analogous to @code{\set}, the @var{context} argument may be left out,
1235 causing the default context @code{Voice} to be used.  Adding
1236 @code{\once} applies the change during one timestep only.
1237
1238 @lilypond[quote,fragment,verbatim,relative=2]
1239 c4
1240 \once \override Stem #'thickness = #4.0
1241 c4
1242 c4
1243 @end lilypond
1244
1245 The @code{\override} must be done before the object is
1246 started.  Therefore, when altering @emph{Spanner} objects such as slurs
1247 or beams, the @code{\override} command must be executed at the moment
1248 when the object is created.  In this example,
1249
1250 @lilypond[quote,fragment,verbatim,relative=2]
1251 \override Slur #'thickness = #3.0
1252 c8[( c
1253 \override Beam #'thickness = #0.6
1254 c8 c])
1255 @end lilypond
1256
1257 @noindent
1258 the slur is fatter but the beam is not.  This is because the command for
1259 @code{Beam} comes after the Beam is started, so it has no effect.
1260
1261 Analogous to @code{\unset}, the @code{\revert} command for a context
1262 undoes an @code{\override} command; like with @code{\unset}, it only
1263 affects settings that were made in the same context.  In other words, the
1264 @code{\revert} in the next example does not do anything.
1265
1266 @example
1267 \override Voice.Stem #'thickness = #4.0
1268 \revert Staff.Stem #'thickness
1269 @end example
1270
1271 Some tweakable options are called @q{subproperties} and reside inside
1272 properties.  To tweak those, use commands of the form
1273
1274 @c leave this as a long long
1275 @example
1276 \override @var{context}.@var{name} #'@var{property} #'@var{subproperty} = #@var{value}
1277 @end example
1278
1279 @noindent
1280 such as
1281
1282 @example
1283 \override Stem #'details #'beamed-lengths = #'(4 4 3)
1284 @end example
1285
1286
1287 @seealso
1288
1289 Internals: @rinternals{OverrideProperty}, @rinternals{RevertProperty},
1290 @rinternals{PropertySet}, @rinternals{Backend}, and
1291 @rinternals{All layout objects}.
1292
1293
1294 @knownissues
1295
1296 The back-end is not very strict in type-checking object properties.
1297 Cyclic references in Scheme values for properties can cause hangs
1298 or crashes, or both.
1299
1300
1301
1302 @node The set command
1303 @subsection The @code{\set} command
1304
1305 @cindex properties
1306 @funindex \set
1307 @cindex changing properties
1308
1309 Each context can have different @emph{properties}, variables contained
1310 in that context.  They can be changed during the interpretation step.
1311 This is achieved by inserting the @code{\set} command in the music,
1312
1313 @example
1314 \set @var{context}.@var{prop} = #@var{value}
1315 @end example
1316
1317 For example,
1318 @lilypond[quote,verbatim,relative=2,fragment]
1319 R1*2
1320 \set Score.skipBars = ##t
1321 R1*2
1322 @end lilypond
1323
1324 This command skips measures that have no notes.  The result is that
1325 multi-rests are condensed.  The value assigned is a Scheme object.  In
1326 this case, it is @code{#t}, the boolean True value.
1327
1328 If the @var{context} argument is left out, then the current bottom-most
1329 context (typically @code{ChordNames}, @code{Voice}, or
1330 @code{Lyrics}) is used.  In this example,
1331
1332 @lilypond[quote,verbatim,relative=2,fragment]
1333 c8 c c c
1334 \set autoBeaming = ##f
1335 c8 c c c
1336 @end lilypond
1337
1338 @noindent
1339 the @var{context} argument to @code{\set} is left out, so automatic
1340 beaming is switched off in the current @rinternals{Voice}.  Note that
1341 the bottom-most context does not always contain the property that you
1342 wish to change -- for example, attempting to set the @code{skipBars}
1343 property (of the bottom-most context, in this case @code{Voice}) will
1344 have no effect.
1345
1346 @lilypond[quote,verbatim,relative=2,fragment]
1347 R1*2
1348 \set skipBars = ##t
1349 R1*2
1350 @end lilypond
1351
1352 Contexts are hierarchical, so if a bigger context was specified, for
1353 example @code{Staff}, then the change would also apply to all
1354 @code{Voice}s in the current stave.  The change is applied
1355 @q{on-the-fly}, during the music, so that the setting only affects the
1356 second group of eighth notes.
1357
1358 @funindex \unset
1359
1360 There is also an @code{\unset} command,
1361 @example
1362 \unset @var{context}.@var{prop}
1363 @end example
1364
1365 @noindent
1366 which removes the definition of @var{prop}.  This command removes
1367 the definition only if it is set in @var{context}, so
1368
1369 @example
1370 \set Staff.autoBeaming = ##f
1371 @end example
1372
1373 @noindent
1374 introduces a property setting at @code{Staff} level.  The setting also
1375 applies to the current @code{Voice}.  However,
1376
1377 @example
1378 \unset Voice.autoBeaming
1379 @end example
1380
1381 @noindent
1382 does not have any effect.  To cancel this setting, the @code{\unset}
1383 must be specified on the same level as the original @code{\set}.  In
1384 other words, undoing the effect of @code{Staff.autoBeaming = ##f}
1385 requires
1386 @example
1387 \unset Staff.autoBeaming
1388 @end example
1389
1390 Like @code{\set}, the @var{context} argument does not have to be
1391 specified for a bottom context, so the two statements
1392
1393 @example
1394 \set Voice.autoBeaming = ##t
1395 \set autoBeaming = ##t
1396 @end example
1397
1398 @noindent
1399 are equivalent.
1400
1401
1402 @cindex \once
1403 Settings that should only apply to a single time-step can be entered
1404 with @code{\once}, for example in
1405
1406 @lilypond[quote,verbatim,relative=2,fragment]
1407 c4
1408 \once \set fontSize = #4.7
1409 c4
1410 c4
1411 @end lilypond
1412
1413 the property @code{fontSize} is unset automatically after the second
1414 note.
1415
1416 A full description of all available context properties is in the
1417 program reference, see
1418 @ifhtml
1419 @rinternals{Tunable context properties}.
1420 @end ifhtml
1421 @ifnothtml
1422 Translation @expansion{} Tunable context properties.
1423 @end ifnothtml
1424
1425
1426
1427 @node The override command
1428 @subsection The @code{\override} command
1429
1430 Commands which change output generally look like
1431
1432 @example
1433 \override Voice.Stem #'thickness = #3.0
1434 @end example
1435
1436 @noindent
1437 To construct this tweak we must determine these bits of information:
1438
1439 @itemize
1440 @item the context: here @code{Voice}.
1441 @item the layout object: here @code{Stem}.
1442 @item the layout property: here @code{thickness}.
1443 @item a sensible value: here @code{3.0}.
1444 @end itemize
1445
1446 Some tweakable options are called @q{subproperties} and reside inside
1447 properties.  To tweak those, use commands in the form
1448
1449 @example
1450 \override Stem #'details #'beamed-lengths = #'(4 4 3)
1451 @end example
1452
1453 @cindex internal documentation
1454 @cindex finding graphical objects
1455 @cindex graphical object descriptions
1456 @cindex tweaking
1457 @funindex \override
1458 @cindex internal documentation
1459
1460 For many properties, regardless of the data type of the property, setting the
1461 property to false ( @code{##f} ) will result in turning it off, causing
1462 LilyPond to ignore that property entirely.  This is particularly useful for
1463 turning off grob properties which may otherwise be causing problems.
1464
1465 We demonstrate how to glean this information from the notation manual
1466 and the program reference.
1467
1468
1469 @node The tweak command
1470 @subsection The @code{\tweak} command
1471
1472 @funindex \tweak
1473 @cindex tweaking
1474
1475 In some cases, it is possible to take a short-cut for tuning
1476 graphical objects.  For objects that are created directly from
1477 an item in the input file, you can use the @code{\tweak} command.
1478 For example:
1479
1480 @lilypond[relative=2,verbatim]
1481 < c
1482   \tweak #'color #red
1483   d
1484   g
1485   \tweak #'duration-log #1
1486   a
1487 > 4
1488 -\tweak #'padding #8
1489 -^
1490 @end lilypond
1491
1492 @cindex chord, modifying one note in
1493
1494 But the main use of the @code{\tweak} command is to modify just
1495 one of a number of notation elements which start at the same musical
1496 moment, like the notes of a chord, or tuplet brackets which start
1497 at the same time.
1498
1499 For an introduction to the syntax and uses of the tweak command
1500 see @rlearning{Tweaking methods}.
1501
1502 The @code{\tweak} command sets a property in the following object
1503 directly, without requiring the grob name or context to be
1504 specified.  For this to work, it is necessary for the @code{\tweak}
1505 command to remain immediately adjacent to the object to which it is
1506 to apply after the input file has been converted to a music stream.
1507 This is often not the case, as many additional elements are inserted
1508 into the music stream implicitly.  For example, when a note which is
1509 not part of a chord is processed, Lilypond implicitly inserts a
1510 @code{ChordEvent} event before the note, so separating the tweak
1511 from the note.  However, if chord symbols are placed round the
1512 tweak and the note, the @code{\tweak} command comes after the
1513 @code{ChordEvent} in the music stream, so remaining adjacent to the
1514 note, and able to modify it.
1515
1516 So, this works:
1517
1518 @lilypond[relative=2,verbatim,quote]
1519 <\tweak #'color #red c>4
1520 @end lilypond
1521
1522 @noindent
1523 but this does not:
1524
1525 @lilypond[relative=2,verbatim,quote]
1526 \tweak #'color #red c4
1527 @end lilypond
1528
1529 When several similar items are placed at the same musical moment,
1530 the @code{\override} command cannot be used to modify just one of
1531 them -- this is where the @code{\tweak} command must be used.
1532 Items which may appear more than once at the same musical moment
1533 include the following:
1534
1535 @c TODO expand to include any further uses of \tweak
1536 @itemize
1537 @item note heads of notes inside a chord
1538 @item articulation signs on a single note
1539 @item ties between notes in a chord
1540 @item tuplet brackets starting at the same time
1541 @end itemize
1542
1543 @c TODO add examples of these
1544
1545 @noindent
1546 and @code{\tweak} may be used to modify any single occurrence of
1547 these items.
1548
1549 Notably the @code{\tweak} command cannot be used to modify stems,
1550 beams or accidentals, since these are generated later by note heads,
1551 rather than by music elements in the input stream.  Nor can a
1552 @code{\tweak} command be used to modify clefs or time signatures,
1553 since these become separated from any preceding @code{\tweak}
1554 command in the input stream by the automatic insertion of extra
1555 elements required to specify the context.
1556
1557 But the @code{\tweak} command can be used as an alternative to
1558 the @code{\override} command to modify those notational elements
1559 that do not cause any additional implicit elements to be added
1560 before them in the music stream.  For example, slurs may be
1561 modified in this way:
1562
1563 @lilypond[verbatim,quote,relative=1]
1564 c-\tweak #'thickness #5 ( d e f)
1565 @end lilypond
1566
1567 Also several @code{\tweak} commands may be placed before a
1568 notational element -- all affect it:
1569
1570 @lilypond[verbatim,quote,relative=1]
1571 c
1572 -\tweak #'style #'dashed-line
1573 -\tweak #'dash-fraction #0.2
1574 -\tweak #'thickness #3
1575 -\tweak #'color #red
1576  \glissando
1577 f'
1578 @end lilypond
1579
1580 The music stream which is generated from a section of an input file,
1581 including any automatically inserted elements, may be examined,
1582 see @ref{Displaying music expressions}.  This may be helpful in
1583 determining what may be modified by a @code{\tweak} command.
1584
1585 @seealso
1586
1587 Learning Manual:
1588 @rlearning{Tweaking methods}.
1589
1590 Notation Reference:
1591 @ref{Displaying music expressions}.
1592
1593 @knownissues
1594
1595 @cindex tweaks in a variable
1596 The @code{\tweak} command cannot be used inside a variable.
1597
1598 @cindex tweaks in lyrics
1599 The @code{\tweak} commands cannot be used in @code{\lyricmode}.
1600
1601 @cindex tweaking control points
1602 @cindex control points, tweaking
1603
1604 The @code{\tweak} command cannot be used to modify the control
1605 points of just one of several ties in a chord, other than the first
1606 one encountered in the input file.
1607
1608 @node set versus override
1609 @subsection @code{\set} vs. @code{\override}
1610
1611 We have seen two methods of changing properties: @code{\set} and
1612 @code{\override}.  There are actually two different kinds of
1613 properties.
1614
1615 Contexts can have properties, which are usually named in
1616 @code{studlyCaps}.  They mostly control the translation from
1617 music to notation, eg. @code{localKeySignature} (for determining
1618 whether to print accidentals), @code{measurePosition} (for
1619 determining when to print a bar line).  Context properties can
1620 change value over time while interpreting a piece of music;
1621 @code{measurePosition} is an obvious example of
1622 this.  Context properties are modified with @code{\set}.
1623
1624 There is a special type of context property: the element
1625 description.  These properties are named in @code{StudlyCaps}
1626 (starting with capital letters).  They contain the
1627 @q{default settings} for said graphical object as an
1628 association list.  See @file{scm/@/define@/-grobs@/.scm}
1629 to see what kind of settings there are.  Element descriptions
1630 may be modified with @code{\override}.
1631
1632 @code{\override} is actually a shorthand;
1633
1634 @example
1635 \override @var{context}.@var{name} #'@var{property} = #@var{value}
1636 @end example
1637
1638 @noindent
1639 is more or less equivalent to
1640
1641 @c  leave this long line -gp
1642 @example
1643 \set @var{context}.@var{name} #'@var{property} = #(cons (cons '@var{property} @var{value}) <previous value of @var{context})
1644 @end example
1645
1646 The value of @code{context} (the alist) is used to initialize
1647 the properties of individual grobs.  Grobs also have
1648 properties, named in Scheme style, with
1649 @code{dashed-words}.  The values of grob properties change
1650 during the formatting process: formatting basically amounts
1651 to computing properties using callback functions.
1652
1653 @code{fontSize} is a special property: it is equivalent to
1654 entering @code{\override ... #'font-size} for all pertinent
1655 objects.  Since this is a common change, the special
1656 property (modified with @code{\set}) was created.
1657
1658
1659 @node Useful concepts and properties
1660 @section Useful concepts and properties
1661
1662
1663 @menu
1664 * Input modes::
1665 * Direction and placement::
1666 * Distances and measurements::
1667 * Spanners::
1668 * Visibility of objects::
1669 * Line styles::
1670 * Rotating objects::
1671 @end menu
1672
1673 @node Input modes
1674 @subsection Input modes
1675
1676 The way in which the notation contained within an input file is
1677 interpreted is determined by the current input mode.
1678
1679 @strong{Chord mode}
1680
1681 This is activated with the @code{\chordmode} command, and causes
1682 input to be interpreted with the syntax of chord notation, see
1683 @ref{Chord notation}.  Chords are rendered as notes on a staff.
1684
1685 Chord mode is also activated with the @code{\chords} command.
1686 This also creates a new @code{ChordNames} context and
1687 causes the following input to be interpreted with the syntax of
1688 chord notation and rendered as chord names in the @code{ChordNames}
1689 context, see @ref{Printing chord names}.
1690
1691 @strong{Drum mode}
1692
1693 This is activated with the @code{\drummode} command, and causes
1694 input to be interpreted with the syntax of drum notation, see
1695 @ref{Basic percussion notation}.
1696
1697 Drum mode is also activated with the @code{\drums} command.
1698 This also creates a new @code{DrumStaff} context and causes the
1699 following input to be interpreted with the syntax of drum notation
1700 and rendered as drum symbols on a drum staff, see @ref{Basic
1701 percussion notation}.
1702
1703 @strong{Figure mode}
1704
1705 This is activated with the @code{\figuremode} command, and causes
1706 input to be interpreted with the syntax of figured bass, see
1707 @ref{Entering figured bass}.
1708
1709 Figure mode is also activated with the @code{\figures} command.
1710 This also creates a new @code{FiguredBass} context and causes the
1711 following input to be interpreted with the figured bass syntax
1712 and rendered as figured bass symbols in the @code{FiguredBass}
1713 context, see @ref{Introduction to figured bass}.
1714
1715 @strong{Fret and tab modes}
1716
1717 There are no special input modes for entering fret and tab symbols.
1718
1719 To create tab diagrams, enter notes or chords in note mode and
1720 render them in a @code{TabStaff} context, see
1721 @ref{Default tablatures}.
1722
1723 To create fret diagrams above a staff, you have two choices.
1724 You can either use the @code{FretBoards} context (see
1725 @ref{Automatic fret diagrams} or you can enter them as a markup
1726 above the notes using the @code{\fret-diagram} command (see
1727 @ref{Fret diagram markups}).
1728
1729 @strong{Lyrics mode}
1730
1731 This is activated with the @code{\lyricmode} command, and causes
1732 input to be interpreted as lyric syllables with optional durations
1733 and associated lyric modifiers, see @ref{Vocal music}.
1734
1735 Lyric mode is also activated with the @code{\addlyrics} command.
1736 This also creates a new @code{Lyrics} context and an implicit
1737 @code{\lyricsto} command which associates the following lyrics
1738 with the preceding music.
1739
1740 @strong{Markup mode}
1741
1742 This is activated with the @code{\markup} command, and causes
1743 input to be interpreted with the syntax of markup, see
1744 @ref{Text markup commands}.
1745
1746 @c silly work-around for texinfo broken-ness
1747 @c (@strong{Note...} causes a spurious cross-reference in Info)
1748 @b{Note mode}
1749
1750 This is the default mode or it may be activated with the
1751 @code{\notemode} command.  Input is interpreted as pitches,
1752 durations, markup, etc and typeset as musical notation on a staff.
1753
1754 It is not normally necessary to specify note mode explicitly, but
1755 it may be useful to do so in certain situations, for example if you
1756 are in lyric mode, chord mode or any other mode and want to insert
1757 something that only can be done with note mode syntax.
1758
1759 For example, to indicate dynamic markings for the verses of a
1760 choral pieces it is necessary to enter note mode to interpret
1761 the markings:
1762
1763 @lilypond[verbatim,relative=2,quote]
1764 { c4 c4 c4 c4 }
1765 \addlyrics {
1766   \notemode{\set stanza = \markup{ \dynamic f 1. } }
1767   To be sung loudly
1768 }
1769 \addlyrics {
1770   \notemode{\set stanza = \markup{ \dynamic p 2. } }
1771   To be sung quietly
1772 }
1773 @end lilypond
1774
1775
1776
1777 @node Direction and placement
1778 @subsection Direction and placement
1779
1780 In typesetting music the direction and placement of many items is
1781 a matter of choice.  For example, the stems of notes can
1782 be directed up or down; lyrics, dynamics, and other expressive
1783 marks may be placed above or below the staff; text may be aligned
1784 left, right or center; etc.  Most of these choices may be left to
1785 be determined automatically by LilyPond, but in some cases it may
1786 be desirable to force a particular direction or placement.
1787
1788 @strong{Default actions}
1789
1790 By default some directions are always up or always down (e.g.
1791 dynamics or fermata), while other things can alternate between
1792 up or down based on the stem direction (like slurs or accents).
1793
1794 @c TODO Add table showing these
1795
1796 @strong{Context layout order}
1797
1798 Contexts are normally positioned in a system from top to bottom
1799 in the order in which they are encountered.  Note, however, that
1800 a context will be created implicitly if a command is encountered
1801 when there is no suitable context available to contain it.  When
1802 contexts are nested, the outer context will exclude inner contexts
1803 which are not included in its @qq{accepts} list; excluded contexts
1804 will be repositioned below the outer context.
1805
1806 The default order in which contexts are laid out and the
1807 @qq{accepts} list can be changed, see @ref{Aligning contexts}.
1808
1809 @strong{Articulation direction indicators}
1810
1811 When adding articulations to notes the direction indicator,
1812 @code{^} (meaning @qq{up}), @code{_} (meaning @qq{down}) or
1813 @code{-} (meaning @qq{use default direction}), can usually be
1814 omitted, in which case @code{-} is assumed.  But a direction
1815 indicator is @strong{always} required before
1816
1817 @itemize
1818 @item @code{\tweak} commands
1819 @item @code{\markup} commands
1820 @item @code{\tag} commands
1821 @item string markups, e.g. -"string"
1822 @item fingering instructions, e.g. @code{-1}
1823 @item articulation shortcuts, e.g. @code{-.}, @code{->}, @code{--}
1824 @end itemize
1825
1826 @strong{The direction property}
1827
1828 The position or direction of many layout objects is controlled
1829 by the @code{direction} property.
1830
1831 The value of the @code{direction} property may be
1832 set to @code{1}, meaning @qq{up} or @qq{above}, or to @code{-1},
1833 meaning @qq{down} or @qq{below}.  The symbols @code{UP} and
1834 @code{DOWN} may be used instead of @code{1} and @code{-1}
1835 respectively.  The default direction may be specified by setting
1836 @code{direction} to @code{0} or @code{CENTER}.  Alternatively,
1837 in many cases predefined commands
1838 exist to specify the direction.  These are all of the form
1839
1840 @noindent
1841 @code{\xxxUp}, @code{xxxDown}, @code{xxxNeutral}
1842
1843 @noindent
1844 where @code{xxxNeutral} means @qq{use the default direction}.
1845 See @rlearning{Within-staff objects}.
1846
1847 In a few cases, arpeggio being the only common example, the value
1848 of the @code{direction} property specifies whether the object
1849 is to be placed to the right or left of the parent object.  In
1850 this case @code{-1} or @code{LEFT} means @qq{to the left} and
1851 @code{1} or @code{RIGHT} means @qq{to the right}.  @code{0}
1852 or @code{CENTER} means @qq{use the default} direction, as before.
1853
1854 @ignore
1855 These all have side-axis set to #X
1856 AmbitusAccidental - direction has no effect
1857 Arpeggio - works
1858 StanzaNumber - not tried
1859 TrillPitchAccidental - not tried
1860 TrillPitchGroup - not tried
1861 @end ignore
1862
1863
1864
1865 @node Distances and measurements
1866 @subsection Distances and measurements
1867
1868 @cindex distances, absolute
1869 @cindex distances, scaled
1870
1871 @funindex \mm
1872 @funindex \cm
1873 @funindex \in
1874 @funindex \pt
1875
1876 Distances in LilyPond are of two types: absolute and scaled.
1877
1878 Absolute distances are used for specifying margins, indents, and
1879 other page layout details, and are by default specified in
1880 millimeters.  Distances may be specified in other units by
1881 following the quantity by @code{\mm}, @code{\cm},
1882 @code{\in}@tie{}(inches), or @code{\pt}@tie{}(points, 1/72.27
1883 of an inch).  Page layout distances can also be specified in
1884 scalable units (see the following paragraph) by appending
1885 @code{\staff-space} to the quantity.
1886 Page layout is described in detail in @ref{Page formatting}.
1887
1888 Scaled distances are always specified in units of the staff-space
1889 or, rarely, the half staff-space.  The staff-space is the distance
1890 between two adjacent staff lines.  The default value can be changed
1891 globally by setting the global staff size, or it can be overridden
1892 locally by changing the @code{staff-space} property of
1893 @code{StaffSymbol}.  Scaled distances automatically scale with any
1894 change to the either the global staff size or the
1895 @code{staff-space} property of @code{StaffSymbol}, but fonts scale
1896 automatically only with changes to the global staff size.
1897 The global staff size thus enables the overall size of a rendered
1898 score to be easily varied.  For the methods of setting the global
1899 staff size see @ref{Setting the staff size}.
1900
1901 @funindex magstep
1902
1903 If just a section of a score needs to be rendered to a different
1904 scale, for example an ossia section or a footnote, the global staff
1905 size cannot simply be changed as this would affect the entire score.
1906 In such cases the change in size is made by overriding both the
1907 @code{staff-space} property of @code{StaffSymbol} and the size of
1908 the fonts.  A Scheme function, @code{magstep}, is available to
1909 convert from a font size change to the equivalent change in
1910 @code{staff-space}.  For an explanation and an example of its use,
1911 see @rlearning{Length and thickness of objects}.
1912
1913 @seealso
1914
1915 Learning Manual:
1916 @rlearning{Length and thickness of objects}.
1917
1918 Notation Reference:
1919 @ref{Page formatting},
1920 @ref{Setting the staff size}.
1921
1922
1923 @node Spanners
1924 @subsection Spanners
1925
1926 Many objects of musical notation extend over several notes or even
1927 several bars.  Examples are slurs, beams, tuplet brackets, volta
1928 repeat brackets, crescendi, trills, and glissandi.  Such objects
1929 are collectively called @qq{spanners}, and have special properties to control
1930 their appearance and behaviour.  Some of these properties are common
1931 to all spanners; others are restricted to a sub-set of the spanners.
1932
1933 All spanners support the @code{spanner-interface}.  A few, esentially
1934 those that draw a straight line between the two objects, support in
1935 addition the @code{line-spanner-interface}.
1936
1937 @unnumberedsubsubsec Using the @code{spanner-interface}
1938
1939 This interface provides two properties that apply to several spanners.
1940
1941 @strong{@i{The @code{minimum-length} property}}
1942
1943 The minimum length of the spanner is specified by the
1944 @code{minimum-length} property.  Increasing this usually has the
1945 necessary effect of increasing the spacing of the notes between the
1946 two end points.  However, this override has no effect on
1947 many spanners, as their length is determined by other considerations.
1948 A few examples where it is effective are shown below.
1949
1950 @ignore
1951 Works for:
1952   Tie
1953   MultiMeasureRest
1954   Hairpin
1955   Slur
1956   PhrasingSlur
1957
1958 Works as long as callback is made:
1959   Glissando
1960   Beam
1961
1962 Works not at all for:
1963   LyricSpace
1964   LyricHyphen
1965   LyricExtender
1966   TextSpanner
1967   System
1968
1969 @end ignore
1970
1971 @lilypond[verbatim,quote,relative=2]
1972 a~a
1973 a
1974 % increase the length of the tie
1975 -\tweak #'minimum-length #5
1976 ~a
1977 @end lilypond
1978
1979 @lilypond[verbatim,quote,relative=2]
1980 a1
1981 \compressFullBarRests
1982 R1*23
1983 % increase the length of the rest bar
1984 \once \override MultiMeasureRest #'minimum-length = #20
1985 R1*23
1986 a1
1987 @end lilypond
1988
1989 @lilypond[verbatim,quote,relative=2]
1990 a \< a a a \!
1991 % increase the length of the hairpin
1992 \override Hairpin #'minimum-length = #20
1993 a \< a a a \!
1994 @end lilypond
1995
1996 This override can also be used to increase the length of slurs and
1997 phrasing slurs:
1998
1999 @lilypond[verbatim,quote,relative=2]
2000 a( a)
2001 a
2002 -\tweak #'minimum-length #5
2003 ( a)
2004
2005 a\( a\)
2006 a
2007 -\tweak #'minimum-length #5
2008 \( a\)
2009 @end lilypond
2010
2011 For some layout objects, the @code{minimum-length} property becomes
2012 effective only if the @code{set-spacing-rods} procedure is called
2013 explicitly.  To do this, the @code{springs-and-rods} property should
2014 be set to @code{ly:spanner::set-spacing-rods}.   For example,
2015 the minimum length of a glissando has no effect unless the
2016 @code{springs-and-rods} property is set:
2017
2018 @lilypond[verbatim,quote,relative=1]
2019 % default
2020 e \glissando c'
2021
2022 % not effective alone
2023 \once \override Glissando #'minimum-length = #20
2024 e, \glissando c'
2025
2026 % effective only when both overrides are present
2027 \once \override Glissando #'minimum-length = #20
2028 \once \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
2029 e, \glissando c'
2030 @end lilypond
2031
2032 The same is true of the @code{Beam} object:
2033
2034 @lilypond[verbatim,quote,relative=1]
2035 % not effective alone
2036 \once \override Beam #'minimum-length = #20
2037 e8 e e e
2038
2039 % effective only when both overrides are present
2040 \once \override Beam #'minimum-length = #20
2041 \once \override Beam #'springs-and-rods = #ly:spanner::set-spacing-rods
2042 e8 e e e
2043 @end lilypond
2044
2045 @strong{@i{The @code{to-barline} property}}
2046
2047 The second useful property of the @code{spanner-interface} is
2048 @code{to-barline}.  By default this is true, causing hairpins and
2049 other spanners which are terminated on the first note of a measure to
2050 end instead on the immediately preceding bar line.  If set to false,
2051 the spanner will extend beyond the bar line and end on the note
2052 itself:
2053
2054 @lilypond[verbatim,quote,relative=2]
2055 a \< a a a a \! a a a \break
2056 \override Hairpin #'to-barline = ##f
2057 a \< a a a a \! a a a
2058 @end lilypond
2059
2060 This property is not effective for all spanners.  For example,
2061 seting it to @code{#t} has no effect on slurs or phrasing slurs
2062 or on other spanners for which terminating on the bar line would
2063 not be meaningful.
2064
2065 @unnumberedsubsubsec Using the @code{line-spanner-interface}
2066
2067 Objects which support the @code{line-spanner-interface} include
2068
2069 @itemize
2070 @item @code{DynamicTextSpanner}
2071 @item @code{Glissando}
2072 @item @code{TextSpanner}
2073 @item @code{TrillSpanner}
2074 @item @code{VoiceFollower}
2075 @end itemize
2076
2077 The routine responsible for drawing the stencils for these spanners is
2078 @code{ly:line-interface::print}.  This routine determines the
2079 exact location of the two end points and draws a line
2080 between them, in the style requested.  The locations of the two
2081 end points of the spanner are computed on-the-fly, but it is
2082 possible to override their Y-coordinates.  The
2083 properties which need to be specified are nested
2084 two levels down within the property hierarchy, but the syntax of
2085 the @code{\override} command is quite simple:
2086
2087 @lilypond[relative=2,quote,verbatim]
2088 e2 \glissando b
2089 \once \override Glissando #'bound-details #'left #'Y = #3
2090 \once \override Glissando #'bound-details #'right #'Y = #-2
2091 e2 \glissando b
2092 @end lilypond
2093
2094 The units for the @code{Y} property are @code{staff-space}s,
2095 with the center line of the staff being the zero point.
2096 For the glissando, this is the value for @code{Y} at the
2097 X-coordinate corresponding to the center point of each note head,
2098 if the line is imagined to be extended to there.
2099
2100 If @code{Y} is not set, the value is computed from the vertical
2101 position of the corresponding attachment point of the spanner.
2102
2103 In case of a line break, the values for the end points are
2104 specified by the @code{left-broken} and @code{right-broken}
2105 sub-lists of @code{bound-details}.  For example:
2106
2107 @lilypond[relative=2,ragged-right,verbatim,fragment]
2108 \override Glissando #'breakable = ##t
2109 \override Glissando #'bound-details #'right-broken #'Y = #-3
2110 c1 \glissando \break
2111 f1
2112 @end lilypond
2113
2114
2115 A number of further properties of the @code{left} and
2116 @code{right} sub-lists of the @code{bound-details} property
2117 may be modified in the same way as @code{Y}:
2118
2119 @table @code
2120 @item Y
2121 This sets the Y-coordinate of the end point, in @code{staff-space}s
2122 offset from the staff center line.  By default, it is the center of
2123 the bound object, so a glissando points to the vertical center of
2124 the note head.
2125
2126 For horizontal spanners, such as text spanners and trill spanners,
2127 it is hardcoded to 0.
2128
2129 @item attach-dir
2130 This determines where the line starts and ends in the X-direction,
2131 relative to the bound object.  So, a value of @code{-1} (or
2132 @code{LEFT}) makes the line start/end at the left side of the note
2133 head it is attached to.
2134
2135 @item X
2136 This is the absolute X-coordinate of the end point.  It is usually
2137 computed on the fly, and overriding it has little useful effect.
2138
2139 @item stencil
2140 Line spanners may have symbols at the beginning or end, which is
2141 contained in this sub-property.  This is for internal use; it is
2142 recommended that @code{text} be used instead.
2143
2144 @item text
2145 This is a markup that is evaluated to yield the stencil.  It is used
2146 to put @i{cresc.}, @i{tr} and other text on horizontal spanners.
2147
2148 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
2149 \override TextSpanner #'bound-details #'left #'text
2150    = \markup { \small \bold Slower }
2151 c2\startTextSpan b c a\stopTextSpan
2152 @end lilypond
2153
2154 @item stencil-align-dir-y
2155 @item stencil-offset
2156 Without setting one of these, the stencil is simply put at the
2157 end-point, centered on the line, as defined by the @code{X} and
2158 @code{Y} sub-properties.  Setting either @code{stencil-align-dir-y}
2159 or @code{stencil-offset} will move the symbol at the edge vertically
2160 relative to the end point of the line:
2161
2162 @lilypond[relative=1,fragment,verbatim]
2163 \override TextSpanner #'bound-details
2164   #'left #'stencil-align-dir-y = #-2
2165 \override TextSpanner #'bound-details
2166   #'right #'stencil-align-dir-y = #UP
2167
2168 \override TextSpanner #'bound-details
2169   #'left #'text = #"ggg"
2170 \override TextSpanner #'bound-details
2171   #'right #'text = #"hhh"
2172 c4^\startTextSpan c c c \stopTextSpan
2173 @end lilypond
2174
2175 Note that negative values move the text @emph{up}, contrary to the
2176 effect that might be expected, as a value of @code{-1} or
2177 @code{DOWN} means align the @emph{bottom} edge of the text with
2178 the spanner line.  A value of @code{1} or @code{UP} aligns
2179 the top edge of the text with the spanner line.
2180
2181 @item arrow
2182 Setting this sub-property to @code{#t} produces an arrowhead at the
2183 end of the line.
2184
2185 @item padding
2186 This sub-property controls the space between the specified
2187 end point of the line and the actual end.  Without padding, a
2188 glissando would start and end in the center of each note head.
2189
2190 @end table
2191
2192 The music function @code{\endSpanners} terminates the spanner
2193 which starts on the immediately following note prematurely.  It
2194 is terminated after exactly one note, or at the following bar line
2195 if @code{to-barline} is true and a bar line occurs before the next
2196 note.
2197
2198 @lilypond[verbatim,quote,ragged-right,relative=2,fragment]
2199 \endSpanners
2200 c2 \startTextSpan c2 c2
2201 \endSpanners
2202 c2 \< c2 c2
2203 @end lilypond
2204
2205 When using @code{\endSpanners} it is not necessary to close
2206 \startTextSpan with \stopTextSpan, nor is it necessary to close
2207 hairpins with @code{\!}.
2208
2209
2210
2211 @seealso
2212
2213 Internals Reference: @rinternals{TextSpanner},
2214 @rinternals{Glissando}, @rinternals{VoiceFollower},
2215 @rinternals{TrillSpanner},
2216 @rinternals{line-spanner-interface}.
2217
2218
2219 @node Visibility of objects
2220 @subsection Visibility of objects
2221
2222 @cindex objects, visibility of
2223 @cindex grobs, visibility of
2224 @cindex visibility of objects
2225
2226 There are four main ways in which the visibility of layout objects
2227 can be controlled: their stencil can be removed, they can be made
2228 transparent, they can be colored white, or their
2229 @code{break-visibility} property can be overridden.  The first
2230 three apply to all layout objects; the last to just a few -- the
2231 @emph{breakable} objects.  The Learning Manual introduces these
2232 four techniques, see @rlearning{Visibility and color of objects}.
2233
2234 There are also a few other techniques which are specific to
2235 certain layout objects.  These are covered under Special
2236 considerations.
2237
2238 @menu
2239 * Removing the stencil::        
2240 * Making objects transparent::  
2241 * Painting objects white::      
2242 * Using break-visibility::      
2243 * Special considerations::      
2244 @end menu
2245
2246
2247 @node Removing the stencil
2248 @unnumberedsubsubsec Removing the stencil
2249
2250 @cindex stencil, removing
2251
2252 Every layout object has a stencil property.  By default this is set
2253 to the specific function which draws that object.  If this property
2254 is overridden to @code{#f} no function will be called and the object
2255 will not be drawn.  The default action can be recovered with
2256 @code{\revert}.
2257
2258 @lilypond[quote,verbatim,relative=1]
2259 a1 a
2260 \override Score.BarLine #'stencil = ##f
2261 a a
2262 \revert Score.BarLine #'stencil
2263 a a a
2264 @end lilypond
2265
2266 @node Making objects transparent
2267 @unnumberedsubsubsec Making objects transparent
2268
2269 @cindex transparent, making objects
2270
2271 Every layout object has a transparent property which by default is
2272 set to @code{#f}.  If set to @code{#t} the object still occupies
2273 space but is made invisible.
2274
2275 @lilypond[quote,verbatim,relative=2]
2276 a4 a
2277 \once \override NoteHead #'transparent = ##t
2278 a a
2279 @end lilypond
2280
2281 @node Painting objects white
2282 @unnumberedsubsubsec Painting objects white
2283
2284 @cindex objects, coloring
2285 @cindex coloring objects
2286 @cindex layers
2287 @cindex printing order
2288 @cindex overwriting objects
2289 @cindex objects, overwriting
2290 @cindex grobs, overwriting
2291
2292 Every layout object has a color property which by default is set
2293 to @code{black}.  If this is overridden to @code{white} the object
2294 will be indistinguishable from the white background.  However,
2295 if the object crosses other objects the color of the crossing
2296 points will be determined by the order in which they are drawn,
2297 and this may leave a ghostly image of the white object, as shown
2298 here:
2299
2300 @lilypond[quote,verbatim,relative=2]
2301 \override Staff.Clef #'color = #white
2302 a1
2303 @end lilypond
2304
2305 This may be avoided by changing the order of printing the objects.
2306 All layout objects have a @code{layer} property which should be set
2307 to an integer.  Objects with the lowest value of @code{layer} are
2308 drawn first, then objects with progressively higher values are drawn,
2309 so objects with higher values overwrite objects with lower values.
2310 By default most objects are assigned a @code{layer} value of
2311 @code{1}, although a few objects, including @code{StaffSymbol} and
2312 @code{BarLine}, are assigned a value of @code{0}.  The order of
2313 printing objects with the same value of @code{layer} is indeterminate.
2314
2315 In the example above the white clef, with a default @code{layer}
2316 value of @code{1}, is drawn after the staff lines (default
2317 @code{layer} value @code{0}), so overwriting them.  To change this,
2318 the @code{Clef} object must be given in a lower value of
2319 @code{layer}, say @code{-1}, so that it is drawn earlier:
2320
2321 @lilypond[quote,verbatim,relative=2]
2322 \override Staff.Clef #'color = #white
2323 \override Staff.Clef #'layer = #-1
2324 a1
2325 @end lilypond
2326
2327 @node Using break-visibility
2328 @unnumberedsubsubsec Using break-visibility
2329
2330 @c TODO Add making other objects breakable
2331
2332 @cindex break-visibility
2333
2334 Most layout objects are printed only once, but some like
2335 bar lines, clefs, time signatures and key signatures, may need
2336 to be printed twice when a line break occurs -- once at the end
2337 of the line and again at the start of the next line.  Such
2338 objects are called @emph{breakable}, and have a property, the
2339 @code{break-visibility} property to control their visibility
2340 at the three positions in which they may appear -- at the
2341 start of a line, within a line if they are changed, and at the
2342 end of a line if a change takes place there.
2343
2344 For example, the time signature
2345 by default will be printed at the start of the first line, but
2346 nowhere else unless it changes, when it will be printed at the
2347 point at which the change occurs.  If this change occurs at the
2348 end of a line the new time signature will be printed at the start
2349 of the next line and a cautionary time signature will be printed
2350 at the end of the previous line as well.
2351
2352 This behaviour is controlled by the @code{break-visibility}
2353 property, which is explained in
2354 @c Leave this ref on a newline - formats incorrectly otherwise -td
2355 @rlearning{Visibility and color of objects}.  This property takes
2356 a vector of three booleans which, in order, determine whether the
2357 object is printed at the end of, within the body of, or at the
2358 beginning of a line.  Or to be more precise, before a line break,
2359 where there is no line break, or after a line break.
2360
2361 Alternatively, seven of the eight combinations may be specified
2362 by pre-defined functions, defined in @file{scm/output-lib.scm},
2363 where the last three columns indicate whether the layout objects
2364 will be visible in the positions shown at the head of the columns:
2365
2366 @multitable @columnfractions .40 .15 .1 .1 .1
2367 @c TODO check these more carefully
2368 @headitem Function                   @tab Vector                  @tab Before @tab At no    @tab After
2369 @headitem form                       @tab form                    @tab break  @tab break    @tab break
2370
2371 @item @code{all-invisible}           @tab @code{'#(#f #f #f)} @ @ @tab no     @tab no       @tab no
2372 @item @code{begin-of-line-visible}   @tab @code{'#(#f #f #t)}     @tab no     @tab no       @tab yes
2373 @item @code{end-of-line-visible}     @tab @code{'#(#t #f #f)}     @tab yes    @tab no       @tab no
2374 @item @code{all-visible}             @tab @code{'#(#t #t #t)}     @tab yes    @tab yes      @tab yes
2375 @c The center-visible function is not defined
2376 @c @item @code{center-visible}       @tab @code{'#(#f #t #f)}     @tab no     @tab yes      @tab no
2377 @item @code{begin-of-line-invisible} @tab @code{'#(#t #t #f)}     @tab yes    @tab yes      @tab no
2378 @item @code{end-of-line-invisible}   @tab @code{'#(#f #t #t)}     @tab no     @tab yes      @tab yes
2379 @item @code{center-invisible}        @tab @code{'#(#t #f #t)}     @tab yes    @tab no       @tab yes
2380 @end multitable
2381
2382 The @code{center-visible} function is not pre-defined.
2383
2384 The default settings of @code{break-visibility} depend on the
2385 layout object.  The following table shows all the layout objects
2386 of interest which are affected by @code{break-visibility} and the
2387 default setting of this property:
2388
2389 @multitable @columnfractions .3 .3 .4
2390
2391 @headitem Layout object   @tab Usual context  @tab Default setting
2392
2393 @c omit Ambitus as it appears not to be affected by break-visibility -td
2394 @c @item @code{Ambitus}          @tab as specified   @tab @code{begin-of-line-visible}
2395 @item @code{BarLine}             @tab @code{Score}          @tab calculated
2396 @item @code{BarNumber}           @tab @code{Score}          @tab @code{begin-of-line-visible}
2397 @c omit the following item until it can be explained -td
2398 @c @item @code{BreakAlignGroup}  @tab @code{Score}          @tab calculated
2399 @item @code{BreathingSign}       @tab @code{Voice}          @tab @code{begin-of-line-invisible}
2400 @item @code{Clef}                @tab @code{Staff}          @tab @code{begin-of-line-visible}
2401 @item @code{Custos}              @tab @code{Staff}          @tab @code{end-of-line-visible}
2402 @item @code{DoublePercentRepeat} @tab @code{Voice}          @tab @code{begin-of-line-invisible}
2403 @c omit KeyCancellation until it can be explained -td
2404 @c @item @code{KeyCancellation}  @tab ??             @tab @code{begin-of-line-invisible}
2405 @item @code{KeySignature}        @tab @code{Staff}          @tab @code{begin-of-line-visible}
2406 @c omit LeftEdge until it can be explained -td
2407 @c @item @code{LeftEdge}         @tab @code{Score}          @tab @code{center-invisible}
2408 @item @code{OctavateEight}       @tab @code{Staff}          @tab @code{begin-of-line-visible}
2409 @item @code{RehearsalMark}       @tab @code{Score}          @tab @code{end-of-line-invisible}
2410 @item @code{TimeSignature}       @tab @code{Staff}          @tab @code{all-visible}
2411
2412 @end multitable
2413
2414 The example below shows the use of the vector form to control the
2415 visibility of barlines:
2416
2417 @lilypond[quote,verbatim,relative=1,ragged-right]
2418 f4 g a b
2419 f4 g a b
2420 % Remove bar line at the end of the current line
2421 \once \override Score.BarLine #'break-visibility = #'#(#f #t #t)
2422 \break
2423 f4 g a b
2424 f4 g a b
2425 @end lilypond
2426
2427 Although all three components of the vector used to override
2428 @code{break-visibility} must be present, not all of them are
2429 effective with every layout object, and some combinations may
2430 even give errors.  The following limitations apply:
2431
2432 @itemize @bullet
2433 @item Bar lines cannot be printed at start of line.
2434 @item A bar number cannot be printed at the start of the first
2435 line unless it is set to be different from 1.
2436 @item Clef -- see below
2437 @item Double percent repeats are either all printed or all
2438 suppressed.  Use begin-of line-invisible to print and
2439 all-invisible to suppress.
2440 @item Key signature -- see below
2441 @item OctavateEight -- see below
2442 @end itemize
2443
2444 @node Special considerations
2445 @unnumberedsubsubsec Special considerations
2446
2447 @strong{@emph{Visibility following explicit changes}}
2448
2449 @cindex key signature, visibility following explicit change
2450 @cindex explicitKeySignatureVisibility
2451 @cindex clef, visibility following explicit change
2452 @cindex explicitClefVisibility
2453
2454 The @code{break-visibility} property controls the visibility of
2455 key signatures and changes of clef only at the start of lines,
2456 i.e. after a break.  It has no effect on the visibility of the
2457 key signature or clef following an explicit key change or an
2458 explicit clef change within or at the end of a line.  In the
2459 following example the key signature following the explicit change
2460 to B-flat major is still visible, even though @code{all-invisible}
2461 is set.
2462
2463 @lilypond[quote,verbatim,relative=1,ragged-right]
2464 \key g \major
2465 f4 g a b
2466 % Try to remove all key signatures
2467 \override Staff.KeySignature #'break-visibility = #all-invisible
2468 \key bes \major
2469 f4 g a b
2470 \break
2471 f4 g a b
2472 f4 g a b
2473 @end lilypond
2474
2475 The visibility of such explicit key signature and clef changes is
2476 controlled by the @code{explicitKeySignatureVisibility} and
2477 @code{explicitClefVisibility} properties.  These are the equivalent
2478 of the @code{break-visibility} property and both take a vector of
2479 three booleans or the predefined functions listed above, exactly like
2480 @code{break-visibility}.  Both are properties of the Staff context,
2481 not the layout objects themselves, and so they are set using the
2482 @code{\set} command.  Both are set by default to @code{all-visible}.
2483 These properties control only the visibility of key signatures and
2484 clefs resulting from explicit changes and do not affect key
2485 signatures and clefs at the beginning of lines;
2486 @code{break-visibility} must still be overridden in the appropriate
2487 object to remove these.
2488
2489 @lilypond[quote,verbatim,relative=1,ragged-right]
2490 \key g \major
2491 f4 g a b
2492 \set Staff.explicitKeySignatureVisibility = #all-invisible
2493 \override Staff.KeySignature #'break-visibility = #all-invisible
2494 \key bes \major
2495 f4 g a b \break
2496 f4 g a b
2497 f4 g a b
2498 @end lilypond
2499
2500 @strong{@emph{Visibility of cautionary accidentals}}
2501
2502 To remove the cautionary accidentals printed at an explicit key
2503 change, set the Staff context property @code{printKeyCancellation}
2504 to @code{#f}:
2505
2506 @lilypond[quote,verbatim,relative=1,ragged-right]
2507 \key g \major
2508 f4 g a b
2509 \set Staff.explicitKeySignatureVisibility = #all-invisible
2510 \set Staff.printKeyCancellation = ##f
2511 \override Staff.KeySignature #'break-visibility = #all-invisible
2512 \key bes \major
2513 f4 g a b \break
2514 f4 g a b
2515 f4 g a b
2516 @end lilypond
2517
2518 With these overrides only the accidentals before the notes remain
2519 to indicate the change of key.
2520
2521 @c TODO Add visibility of cautionary accidentals before notes
2522
2523 @strong{@emph{Automatic bars}}
2524
2525 @cindex automaticBars
2526 @cindex bar lines, suppressing
2527
2528 As a special case, the printing of bar lines can also be turned off
2529 by setting the @code{automaticBars} property in the Score context.
2530 If set to @code{#f}, bar lines will not be printed automatically;
2531 they must be explicitly created with a @code{\bar} command.  Unlike
2532 the @code{\cadenzaOn} predefined command, measures are still counted.
2533 Bar generation will resume according to that count if this property
2534 is later set to @code{#t}.  When set to @code{#f}, line breaks can
2535 occur only at explicit @code{\bar} commands.
2536
2537 @c TODO Add example
2538
2539 @strong{@emph{Octavated clefs}}
2540
2541 @cindex octavated clefs, visibility of
2542 @cindex visibility of octavated clefs
2543 @cindex clefs, visibility of octavation
2544
2545 The small octavation symbol on octavated clefs is produced by the
2546 @code{OctavateEight} layout object.  Its visibility is controlled
2547 independently from that of the @code{Clef} object, so it is
2548 necessary to apply any required @code{break-visibility} overrides
2549 to both the @code{Clef} and the @code{OctavateEight} layout objects
2550 to fully suppress such clef symbols at the start of each line.
2551
2552 For explicit clef changes, the @code{explicitClefVisibility}
2553 property controls both the clef symbol and any octavation symbol
2554 associated with it.
2555
2556
2557 @seealso
2558 Learning Manual:
2559 @rlearning{Visibility and color of objects}
2560
2561
2562 @node Line styles
2563 @subsection Line styles
2564
2565 Some performance indications, e.g., @i{rallentando} and
2566 @i{accelerando} and @i{trills} are written as text and are
2567 extended over many measures with lines, sometimes dotted or wavy.
2568
2569 These all use the same routines as the glissando for drawing the
2570 texts and the lines, and tuning their behavior is therefore also
2571 done in the same way.  It is done with a spanner, and the routine
2572 responsible for drawing the spanners is
2573 @code{ly:line-interface::print}.  This routine determines the
2574 exact location of the two @i{span points} and draws a line
2575 between them, in the style requested.
2576
2577 Here is an example showing the different line styles available,
2578 and how to tune them.
2579
2580 @lilypond[relative=2,ragged-right,verbatim,fragment]
2581 d2 \glissando d'2
2582 \once \override Glissando #'style = #'dashed-line
2583 d,2 \glissando d'2
2584 \override Glissando #'style = #'dotted-line
2585 d,2 \glissando d'2
2586 \override Glissando #'style = #'zigzag
2587 d,2 \glissando d'2
2588 \override Glissando #'style = #'trill
2589 d,2 \glissando d'2
2590 @end lilypond
2591
2592 The locations of the end-points of the spanner are computed
2593 on-the-fly for every graphic object, but it is possible to
2594 override these:
2595
2596 @c FIXME Complete
2597 @lilypond[relative=2,ragged-right,verbatim,fragment]
2598 e2 \glissando f
2599 \once \override Glissando #'bound-details #'right #'Y = #-2
2600 e2 \glissando f
2601 @end lilypond
2602
2603 The value for @code{Y} is set to @code{-2} for the right end
2604 point.  The left side may be similarly adjusted by specifying
2605 @code{left} instead of @code{right}.
2606
2607 If @code{Y} is not set, the value is computed from the vertical
2608 position of the left and right attachment points of the spanner.
2609
2610 Other adjustments of spanners are possible, for details, see
2611 @ref{Spanners}.
2612
2613 @node Rotating objects
2614 @subsection Rotating objects
2615
2616 Both layout objects and elements of markup text can be rotated by
2617 any angle about any point, but the method of doing so differs.
2618
2619 @menu
2620 * Rotating layout objects::
2621 * Rotating markup::
2622 @end menu
2623
2624 @node Rotating layout objects
2625 @unnumberedsubsubsec Rotating layout objects
2626
2627 @cindex rotating objects
2628 @cindex objects, rotating
2629
2630 All layout objects which support the @code{grob-interface} can be
2631 rotated by setting their @code{rotation} property.  This takes a
2632 list of three items: the angle of rotation counter-clockwise,
2633 and the x and y coordinates of the point relative to the object's
2634 reference point about which the rotation is to be performed.  The
2635 angle of rotation is specified in degrees and the coordinates in
2636 staff-spaces.
2637
2638 The angle of rotation and the coordinates of the rotation point must
2639 be determined by trial and error.
2640
2641 @cindex hairpins, angled
2642 @cindex angled hairpins
2643
2644 There are only a few situations where the rotation of layout
2645 objects is useful; the following example shows one situation where
2646 they may be:
2647
2648 @lilypond[quote,verbatim,relative=1]
2649 g4\< e' d' f\!
2650 \override Hairpin #'rotation = #'(20 -1 0)
2651 g,,4\< e' d' f\!
2652 @end lilypond
2653
2654 @node Rotating markup
2655 @unnumberedsubsubsec Rotating markup
2656
2657 All markup text can be rotated to lie at any angle by prefixing it
2658 with the @code{\rotate} command.  The command takes two arguments:
2659 the angle of rotation in degrees counter-clockwise and the text to
2660 be rotated.  The extents of the text are not rotated: they take
2661 their values from the extremes of the x and y coordinates of the
2662 rotated text.  In the following example the
2663 @code{outside-staff-priority} property for text is set to @code{#f}
2664 to disable the automatic collision avoidance, which would push some
2665 of the text too high.
2666
2667 @lilypond[quote,verbatim,relative=1]
2668 \override TextScript #'outside-staff-priority = ##f
2669 g4^\markup { \rotate #30 "a G" }
2670 b^\markup { \rotate #30 "a B" }
2671 des^\markup { \rotate #30 "a D-Flat" }
2672 fis^\markup { \rotate #30 "an F-Sharp" }
2673 @end lilypond
2674
2675 @node Advanced tweaks
2676 @section Advanced tweaks
2677
2678 This section discusses various approaches to fine tuning the
2679 appearance of the printed score.
2680
2681 @menu
2682 * Aligning objects::
2683 * Vertical grouping of grobs::
2684 * Modifying stencils::
2685 * Modifying shapes::
2686 @end menu
2687
2688 @seealso
2689
2690 Learning Manual:
2691 @rlearning{Tweaking output},
2692 @rlearning{Other sources of information}.
2693
2694 Notation Reference:
2695 @ref{Explaining the Internals Reference},
2696 @ref{Modifying properties},
2697 @ref{Interfaces for programmers}.
2698
2699 Installed Files:
2700 @file{scm/@/define@/-grobs@/.scm}.
2701
2702 Snippets:
2703 @rlsr{Tweaks and overrides}.
2704
2705 Internals Reference:
2706 @rinternals{All layout objects}.
2707
2708 @node Aligning objects
2709 @subsection Aligning objects
2710
2711 Graphical objects which support the @code{self-alignment-interface} and/or
2712 the @code{side-position-interface} can be
2713 aligned to a previously placed object in a variety of ways.  For a list of these objects, see
2714 @rinternals{self-alignment-interface} and @rinternals{side-position-interface}.
2715
2716 All graphical objects have a reference point, a horizontal extent and a
2717 vertical extent.  The horizontal extent is a pair of numbers
2718 giving the displacements from the reference point of the left and
2719 right edges, displacements to the left being negative.  The
2720 vertical extent is a pair of numbers giving the displacement from
2721 the reference point to the bottom and top edges, displacements down
2722 being negative.
2723
2724 An object's position on a staff is given by the values of the
2725 @code{X-offset} and @code{Y-offset} properties.  The value of
2726 @code{X-offset} gives the displacement from the x coordinate of
2727 the reference point of the parent object, and the value of
2728 @code{Y-offset} gives the displacement from the center line of the
2729 staff.   The values of @code{X-offset} and
2730 @code{Y-offset} may be set directly or may be set to be calculated
2731 by procedures in order to achieve alignment with the parent object
2732 in several ways.
2733
2734 @warning{Many objects have special positioning considerations which
2735 cause any setting of @code{X-offset} or @code{Y-offset} to be
2736 ignored or modified, even though the object supports the
2737 @code{self-alignment-interface}.}
2738
2739 For example, an accidental can be repositioned
2740 vertically by setting @code{Y-offset} but any changes to
2741 @code{X-offset} have no effect.
2742
2743 Rehearsal marks may be aligned with
2744 breakable objects such as bar lines, clef symbols, time signature
2745 symbols and key signatures.  There are special properties to be
2746 found in the @code{break-aligned-interface} for positioning rehearsal
2747 marks on such objects.
2748
2749 @menu
2750 * Setting @code{X-offset} and @code{Y-offset} directly::
2751 * Using the @code{side-position-interface}::
2752 * Using the @code{self-alignment-interface}::
2753 * Using the @code{break-aligned-interface}::
2754 @end menu
2755
2756 @node Setting @code{X-offset} and @code{Y-offset} directly
2757 @unnumberedsubsubsec Setting @code{X-offset} and @code{Y-offset} directly
2758
2759 Numerical values may be given to the @code{X-offset} and @code{Y-offset}
2760 properties of many objects.  The following example shows three
2761 notes with the default fingering position and the positions with @code{X-offset}
2762 and @code{Y-offset} modified.
2763
2764 @lilypond[verbatim,quote,relative=2]
2765 a-3
2766 a
2767 -\tweak #'X-offset #0
2768 -\tweak #'Y-offset #0
2769 -3
2770 a
2771 -\tweak #'X-offset #-1
2772 -\tweak #'Y-offset #1
2773 -3
2774 @end lilypond
2775
2776 @c TODO write more
2777
2778 @node Using the @code{side-position-interface}
2779 @unnumberedsubsubsec Using the @code{side-position-interface}
2780
2781 An object which supports the @code{side-position-interface} can be
2782 placed next to its parent object so that
2783 the specified edges of the two objects touch.  The object may be
2784 placed above, below, to the right or to the left of the parent.
2785 The parent cannot be specified; it is determined by the order of
2786 elements in the input stream.  Most objects have the associated
2787 note head as their parent.
2788
2789 The values of the @code{side-axis} and @code{direction} properties
2790 determine where the object is to be placed, as follows:
2791
2792 @c TODO add an example of each to the table
2793
2794 @multitable @columnfractions .3 .3 .3
2795 @headitem @code{side-axis}  @tab @code{direction}  @tab
2796 @headitem property          @tab property          @tab Placement
2797
2798 @item     @code{0}          @tab @code{-1}         @tab left
2799 @item     @code{0}          @tab @code{1}          @tab right
2800 @item     @code{1}          @tab @code{-1}         @tab below
2801 @item     @code{1}          @tab @code{1}          @tab above
2802
2803 @end multitable
2804
2805 When @code{side-axis} is @code{0}, @code{X-offset} should be set to
2806 the procedure @code{ly:side-position-interface::x-aligned-side}.
2807 This procedure will return the correct value of @code{X-offset} to
2808 place the object to the left or right side of the parent according
2809 to value of @code{direction}.
2810
2811 When @code{side-axis} is @code{1}, @code{Y-offset} should be set to
2812 the procedure @code{ly:side-position-interface::y-aligned-side}.
2813 This procedure will return the correct value of @code{Y-offset} to
2814 place the object to the top or bottom of the parent according
2815 to value of @code{direction}.
2816
2817 @c TODO Add examples
2818
2819 @node Using the @code{self-alignment-interface}
2820 @unnumberedsubsubsec Using the @code{self-alignment-interface}
2821
2822 @emph{Self-aligning objects horizontally}
2823
2824 The horizontal alignment of an object which supports the
2825 @code{self-alignment-interface} is controlled by the value of
2826 the @code{self-alignment-X} property, provided the object's
2827 @code{X-offset} property is set to
2828 @code{ly:self-alignment-interface::x-aligned-on-self}.
2829 @code{self-alignment-X}  may be given any
2830 real value, in units of half the total X extent of the
2831 object.  Negative values move the object to the right, positive
2832 to the left.  A value of @code{0} centers the object on the
2833 reference point of its parent, a value of @code{-1} aligns the
2834 left edge of the object on the reference point of its parent,
2835 and a value of @code{1} aligns the right edge of the object on the
2836 reference point of its parent.  The symbols @code{LEFT},
2837 @code{CENTER} and @code{RIGHT} may be used instead of the values
2838 @code{-1, 0, 1} respectively.
2839
2840 Normally the @code{\override} command would be used to modify the
2841 value of @code{self-alignment-X}, but the @code{\tweak} command
2842 can be used to separately align several annotations on a single
2843 note:
2844
2845 @lilypond[quote,verbatim,relative=1]
2846 a'
2847 -\tweak #'self-alignment-X #-1
2848 ^"left-aligned"
2849 -\tweak #'self-alignment-X #0
2850 ^"center-aligned"
2851 -\tweak #'self-alignment-X #RIGHT
2852 ^"right-aligned"
2853 -\tweak #'self-alignment-X #-2.5
2854 ^"aligned further to the right"
2855 @end lilypond
2856
2857 @emph{Self-aligning objects vertically}
2858
2859 Objects may be aligned vertically in an analogous way to aligning
2860 them horizontally if the @code{Y-offset} property is set to
2861 @code{ly:self-alignment-interface::y-aligned-on-self}.  However,
2862 other mechanisms are often involved in vertical alignment: the
2863 value of @code{Y-offset} is just one variable taken into account.
2864 This may make adjusting the value of some objects tricky.
2865 The units are just half the vertical extent of the object, which
2866 is usually quite small, so quite large numbers may be required.
2867 A value of @code{-1} aligns the lower edge of the object with
2868 the reference point of the parent object, a value of @code{0}
2869 aligns the center of the object with the reference point of the
2870 parent, and a value of @code{1} aligns the top edge of the object
2871 with the reference point of the parent.  The symbols @code{DOWN},
2872 @code{CENTER}, @code{UP} may be substituted for @code{-1, 0, 1}
2873 respectively.
2874
2875 @emph{Self-aligning objects in both directions}
2876
2877 By setting both @code{X-offset} and @code{Y-offset}, an object may
2878 be aligned in both directions simultaneously.
2879
2880 The following example shows how to adjust a fingering mark so
2881 that it nestles close to the note head.
2882
2883 @lilypond[quote,verbatim,relative=2]
2884 a
2885 -\tweak #'self-alignment-X #0.5  % move horizontally left
2886 -\tweak #'Y-offset #ly:self-alignment-interface::y-aligned-on-self
2887 -\tweak #'self-alignment-Y #-1  % move vertically up
2888 -3  % third finger
2889 @end lilypond
2890
2891 @ignore
2892 @unnumberedsubsubsec Using the @code{aligned-on-parent} procedures
2893
2894 @c Cannot document as they do not seem to operate consistently on all objects -td
2895 @c TODO investigate further
2896
2897 The @code{aligned-on-parent} procedures are used in the same way
2898 as the @code{aligned-on-self} procedures, they difference being
2899 that they permit an object to be aligned with the @emph{edges} of
2900 the parent rather than the parent's reference point.  The following
2901 example shows the difference:
2902
2903 @c TODO Add example
2904
2905 @lilypond[verbatim,quote]
2906 @end lilypond
2907
2908 @end ignore
2909
2910 @ignore
2911 @unnumberedsubsubsec Using the @code{centered-on-parent} procedures
2912
2913 @c Cannot document as they do not seem to operate consistently on all objects -td
2914 @c TODO investigate further
2915
2916 @end ignore
2917
2918 @c TODO The align-interface, BassFigureAlignment and VerticalAlignment
2919
2920 @node Using the @code{break-aligned-interface}
2921 @unnumberedsubsubsec Using the @code{break-aligned-interface}
2922
2923 Rehearsal marks may be aligned with notation objects other
2924 than bar lines.  These objects include @code{ambitus},
2925 @code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar},
2926 @code{left-edge}, @code{key-cancellation}, @code{key-signature}, and
2927 @code{time-signature}.
2928
2929 By default, rehearsal marks will be horizontally centered above the
2930 object:
2931
2932 @lilypond[verbatim,quote,relative=1]
2933 e1
2934 % the RehearsalMark will be centered above the Clef
2935 \override Score.RehearsalMark #'break-align-symbols = #'(clef)
2936 \key a \major
2937 \clef treble
2938 \mark "↓"
2939 e
2940 % the RehearsalMark will be centered above the TimeSignature
2941 \override Score.RehearsalMark #'break-align-symbols = #'(time-signature)
2942 \key a \major
2943 \clef treble
2944 \time 3/4
2945 \mark "↓"
2946 e2.
2947 @end lilypond
2948
2949 The alignment of the rehearsal mark relative to the notation object
2950 can be changed, as shown in the following example.  In a score with
2951 multiple staves, this setting should be done for all the staves.
2952
2953 @lilypond[verbatim,quote,relative=1]
2954 % The RehearsalMark will be centered above the KeySignature
2955 \override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
2956 \key a \major
2957 \clef treble
2958 \time 4/4
2959 \mark "↓"
2960 e1
2961 % The RehearsalMark will be aligned with the left edge of the KeySignature
2962 \once \override Score.KeySignature #'break-align-anchor-alignment = #LEFT
2963 \mark "↓"
2964 \key a \major
2965 e
2966 % The RehearsalMark will be aligned with the right edge of the KeySignature
2967 \once \override Score.KeySignature #'break-align-anchor-alignment = #RIGHT
2968 \key a \major
2969 \mark "↓"
2970 e
2971 @end lilypond
2972
2973 The rehearsal mark can also be offset to the right or left of the left edge
2974 by an arbitrary amount.  The units are staff-spaces:
2975
2976 @lilypond[verbatim,quote,relative=1]
2977 % The RehearsalMark will be aligned with the left edge of the KeySignature
2978 % and then shifted right by 3.5 staff-spaces
2979 \override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
2980 \once \override Score.KeySignature #'break-align-anchor = #3.5
2981 \key a \major
2982 \mark "↓"
2983 e
2984 % The RehearsalMark will be aligned with the left edge of the KeySignature
2985 % and then shifted left by 2 staff-spaces
2986 \once \override Score.KeySignature #'break-align-anchor = #-2
2987 \key a \major
2988 \mark "↓"
2989 e
2990 @end lilypond
2991
2992
2993
2994 @node Vertical grouping of grobs
2995 @subsection Vertical grouping of grobs
2996
2997 @c FIXME Expand this section
2998
2999 The VerticalAlignment and VerticalAxisGroup grobs work together.
3000 VerticalAxisGroup groups together different grobs like Staff, Lyrics,
3001 etc.  VerticalAlignment then vertically aligns the different grobs
3002 grouped together by VerticalAxisGroup.  There is usually only one
3003 VerticalAlignment per score but every Staff, Lyrics, etc. has its own
3004 VerticalAxisGroup.
3005
3006
3007 @node Modifying stencils
3008 @subsection Modifying stencils
3009
3010 All layout objects have a @code{stencil} property which is part of
3011 the @code{grob-interface}.  By default, this property is usually
3012 set to a function specific to the object that is tailor-made to
3013 render the symbol which represents it in the output.  For example,
3014 the standard setting for the @code{stencil} property of the
3015 @code{MultiMeasureRest} object is @code{ly:multi-measure-rest::print}.
3016
3017 The standard symbol for any object can be replaced by modifying the
3018 @code{stencil} property to reference a different, specially-written,
3019 procedure.  This requires a high level of knowledge of the internal
3020 workings of LilyPond, but there is an easier way which can often
3021 produce adequate results.
3022
3023 This is to set the @code{stencil} property to the procedure which
3024 prints text -- @code{ly:text-interface::print} -- and to add a
3025 @code{text} property to the object which is set to contain the
3026 markup text which produces the required symbol.  Due to the
3027 flexibility of markup, much can be achieved -- see in particular
3028 @ref{Graphic notation inside markup}.
3029
3030 The following example demonstrates this by changing the note head
3031 symbol to a cross within a circle.
3032
3033 @lilypond[verbatim,quote]
3034 XinO = {
3035   \once \override NoteHead  #'stencil = #ly:text-interface::print
3036   \once \override NoteHead #'text = \markup {
3037     \combine
3038       \halign #-0.7 \draw-circle #0.85 #0.2 ##f
3039       \musicglyph #"noteheads.s2cross"
3040   }
3041 }
3042 \relative c'' {
3043   a a \XinO a a
3044 }
3045 @end lilypond
3046
3047 Any of the glyphs in the feta Font can be supplied to the
3048 @code{\musicglyph} markup command -- see @ref{The Feta font}.
3049
3050 @c TODO Add inserting eps files or ref to later
3051
3052 @c TODO Add inserting Postscript or ref to later
3053
3054 @seealso
3055
3056 Notation Reference:
3057 @ref{Graphic notation inside markup},
3058 @ref{Formatting text},
3059 @ref{Text markup commands},
3060 @ref{The Feta font}.
3061
3062
3063 @node Modifying shapes
3064 @subsection Modifying shapes
3065
3066 @menu
3067 * Modifying ties and slurs::
3068 @end menu
3069
3070 @node Modifying ties and slurs
3071 @unnumberedsubsubsec Modifying ties and slurs
3072
3073 Ties, slurs and phrasing slurs are drawn as third-order Bézier
3074 curves.  If the shape of the tie or slur which is calculated
3075 automatically is not optimum, the shape may be modified manually by
3076 explicitly specifying the four control points required to define
3077 a third-order Bézier curve.
3078
3079 Third-order or cubic Bézier curves are defined by four control
3080 points.  The first and fourth control points are precisely the
3081 starting and ending points of the curve.  The intermediate two
3082 control points define the shape.  Animations showing how the curve
3083 is drawn can be found on the web, but the following description
3084 may be helpful.  The curve starts from the first control point
3085 heading directly towards the second, gradually bending over to
3086 head towards the third and continuing to bend over to head towards
3087 the fourth, arriving there travelling directly from the third
3088 control point.  The curve is entirely contained in the
3089 quadrilateral defined by the four control points.
3090
3091 Here is an example of a case where the tie is not optimum, and
3092 where @code{\tieDown} would not help.
3093
3094 @lilypond[verbatim,quote,relative=1]
3095 <<
3096   { e1 ~ e }
3097 \\
3098   { r4 <g c,> <g c,> <g c,> }
3099 >>
3100 @end lilypond
3101
3102 One way of improving this tie is to manually modify its control
3103 points, as follows.
3104
3105 The coordinates of the Bézier control points are specified in units
3106 of staff-spaces.  The X@tie{}coordinate is relative to the reference
3107 point of the note to which the tie or slur is attached, and the
3108 Y@tie{}coordinate is relative to the staff center line.  The
3109 coordinates are entered as a list of four pairs of decimal numbers
3110 (reals).  One approach is to estimate the coordinates of the two
3111 end points, and then guess the two intermediate points.  The optimum
3112 values are then found by trial and error.
3113
3114 It is useful to remember that a symmetric curve requires symmetric
3115 control points, and that Bézier curves have the useful property that
3116 transformations of the curve such as translation, rotation and
3117 scaling can be achieved by applying the same transformation to the
3118 curve's control points.
3119
3120 For the example above the following override gives a satisfactory
3121 tie:
3122
3123 @lilypond[verbatim,quote,relative=1]
3124 <<
3125   \once \override Tie
3126     #'control-points = #'((1 . -1) (3 . 0.6) (12.5 . 0.6) (14.5 . -1))
3127   { e1 ~ e1 }
3128 \\
3129   { r4 <g c,> <g c,> <g c,>4  }
3130 >>
3131 @end lilypond
3132
3133 @knownissues
3134
3135 It is not possible to modify shapes of ties or slurs by changing
3136 the @code{control-points} property if there are more than one at
3137 the same musical moment, not even by using the @code{\tweak}
3138 command.
3139
3140
3141
3142