]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/spacing.itely
fix tuplet example
[lilypond.git] / Documentation / user / spacing.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c A menu is needed before every deeper *section nesting of @node's; run
11 @c     M-x texinfo-all-menus-update
12 @c to automatically fill in these menus before saving changes
13
14 @node Spacing issues
15 @chapter Spacing issues
16
17 The global paper layout is determined by three factors: the page layout, the
18 line breaks, and the spacing.  These all influence each other.  The
19 choice of spacing determines how densely each system of music is set.
20 This influences where line breaks are chosen, and thus ultimately, how
21 many pages a piece of music takes.
22
23 Globally speaking, this procedure happens in four steps: first,
24 flexible distances (@q{springs}) are chosen, based on durations.  All
25 possible line breaking combinations are tried, and a @q{badness} score
26 is calculated for each. Then the height of each possible system is
27 estimated. Finally, a page breaking and line breaking combination is chosen
28 so that neither the horizontal nor the vertical spacing is too cramped
29 or stretched.
30
31 @menu
32 * Paper and pages::             
33 * Music layout::                
34 * Vertical spacing::            
35 * Horizontal spacing::          
36 * Breaks::                      
37 * Displaying spacing::          
38 * Vertical collision avoidance::  
39 @end menu
40
41
42 @node Paper and pages
43 @section Paper and pages
44
45 This section deals with the boundaries that define the area
46 that music can be printed inside.
47
48 @menu
49 * Paper size::                  
50 * Page formatting::             
51 @end menu
52
53
54 @node Paper size
55 @subsection Paper size
56
57 @cindex paper size
58 @cindex page size
59 @funindex papersize
60
61 To change the paper size, there are two commands,
62 @example
63 #(set-default-paper-size "a4")
64 \paper @{
65   #(set-paper-size "a4")
66 @}
67 @end example
68
69 The first command sets the size of all pages.  The second command sets the
70 size
71 of the pages that the @code{\paper} block applies to -- if the @code{\paper}
72 block is at the top of the file, then it will apply to all pages.  If the
73 @code{\paper} block is inside a @code{\book}, then the paper size will only
74 apply to that book.
75
76 Support for the following paper sizes are included by default,
77 @code{a6}, @code{a5}, @code{a4}, @code{a3}, @code{legal}, @code{letter},
78 @code{11x17} (also known as tabloid).
79
80 Extra sizes may be added by editing the definition for
81 @code{paper-alist} in the initialization file @file{scm/paper.scm}.
82
83 @cindex orientation
84 @cindex landscape
85
86 If the symbol @code{landscape} is supplied as an argument to
87 @code{set-default-paper-size}, the pages will be rotated by 90 degrees,
88 and wider line widths will be set correspondingly.
89
90 @example
91 #(set-default-paper-size "a6" 'landscape)
92 @end example
93
94 Setting the paper size will adjust a number of @code{\paper} variables
95 (such as margins).  To use a particular paper size with altered
96 @code{\paper} variables, set the paper size before setting the variables.
97
98
99 @node Page formatting
100 @subsection Page formatting
101
102 @cindex page formatting
103 @cindex margins
104 @cindex header, page
105 @cindex footer, page
106
107 LilyPond will do page layout, set margins, and add headers and
108 footers to each page.
109
110 The default layout responds to the following settings in the
111 @code{\paper} block.
112
113 @funindex \paper
114
115 @quotation
116 @table @code
117 @funindex first-page-number
118 @item first-page-number
119 The value of the page number of the first page.  Default is@tie{}1.
120
121 @funindex printfirst-page-number
122 @item print-first-page-number
123 If set to true, will print the page number in the first page.  Default is
124 false.
125
126 @funindex print-page-number
127 @item print-page-number
128 If set to false, page numbers will not be printed. Default is true.
129
130 @funindex paper-width
131 @item paper-width
132 The width of the page. The default is taken from the current paper size,
133 see @ref{Paper size}. 
134
135 @funindex paper-height
136 @item paper-height
137 The height of the page. The default is taken from the current paper size,
138 see @ref{Paper size}. 
139
140 @funindex top-margin
141 @item top-margin
142 Margin between header and top of the page. Default is@tie{}5mm.
143
144 @funindex bottom-margin
145 @item bottom-margin
146 Margin between footer and bottom of the page. Default is@tie{}6mm.
147
148 @funindex left-margin
149 @item left-margin
150 Margin between the left side of the page and the beginning of the
151 music. Unset by default, which means that the margins is determined
152 based on the @code{paper-width} and @code{line-width} to center the
153 score on the paper. 
154
155 @funindex line-width
156 @item line-width
157 The length of the systems. Default is @code{paper-width} minus @tie{}20mm.
158
159 @funindex head-separation
160 @item head-separation
161 Distance between the top-most music system and the page header. Default
162 is@tie{}4mm. 
163
164 @funindex foot-separation
165 @item foot-separation
166 Distance between the bottom-most music system and the page
167 footer. Default is@tie{}4mm.
168
169 @funindex page-top-space
170 @item page-top-space
171 Distance from the top of the printable area to the center of the first
172 staff. This only works for staves which are vertically small. Big staves
173 are set with the top of their bounding box aligned to the top of the
174 printable area. Default is@tie{}12mm.
175
176 @funindex ragged-bottom
177 @item ragged-bottom
178 If set to true, systems will not be spread vertically across the page.  This
179 does not affect the last page. Default is false.
180
181 This should be set to true for pieces that have only two or three
182 systems per page, for example orchestral scores.
183
184 @funindex ragged-last-bottom
185 @item ragged-last-bottom
186 If set to false, systems will be spread vertically to fill the last
187 page. Default is true.
188
189 Pieces that amply fill two pages or more should have this set to
190 true.
191
192 @funindex system-count
193 @item system-count
194 This variable, if set, specifies into how many lines a score should be
195 broken. Unset by default.
196
197 @funindex between-system-space
198 @item between-system-space
199 This dimensions determines the distance between systems.  It is the
200 ideal distance between the center of the bottom staff of one system
201 and the center of the top staff of the next system. Default is@tie{}20mm.
202
203 Increasing this will provide a more even appearance of the page at the
204 cost of using more vertical space.
205
206 @funindex between-system-padding
207 @item between-system-padding
208 This dimension is the minimum amount of white space that will always
209 be present between the bottom-most symbol of one system, and the
210 top-most of the next system. Default is@tie{}4mm.
211
212 Increasing this will put systems whose bounding boxes almost touch
213 farther apart.
214
215
216 @funindex horizontal-shift
217 @item horizontal-shift
218 All systems (including titles and system separators) are shifted by
219 this amount to the right. Page markup, such as headers and footers are
220 not affected by this. The purpose of this variable is to make space
221 for instrument names at the left. Default is@tie{}0.
222
223 @funindex after-title-space
224 @item after-title-space
225 Amount of space between the title and the first system. Default is@tie{}5mm.
226
227 @funindex before-title-space
228 @item before-title-space
229 Amount of space between the last system of the previous piece and the
230 title of the next. Default is@tie{}10mm.
231
232 @funindex between-title-space
233 @item between-title-space
234 Amount of space between consecutive titles (e.g., the title of the
235 book and the title of a piece). Default is@tie{}2mm.
236
237 @funindex printallheaders
238 @item printallheaders
239 Setting this to #t will print all headers for each \score in the
240 output.  Normally only the piece and opus \headers are printed.
241
242 @funindex systemSeparatorMarkup
243 @item systemSeparatorMarkup
244 This contains a markup object, which will be inserted between
245 systems.  This is often used for orchestral scores. Unset by default.
246
247 The markup command @code{\slashSeparator} is provided as a sensible
248 default,  for example
249
250 @lilypond[ragged-right]
251 #(set-default-paper-size "a6" 'landscape)
252 \book {
253   \score {
254     \relative { c1 \break c1 }
255   }
256   \paper {
257     systemSeparatorMarkup = \slashSeparator
258   }
259 }
260 @end lilypond
261
262 @funindex blank-page-force
263 @item blank-page-force
264 The penalty for having a blank page in the middle of a
265 score. This is not used by @code{ly:optimal-breaking} since it will
266 never consider blank pages in the middle of a score. Default value
267 is 10.
268
269 @funindex blank-last-page-force
270 @item blank-last-page-force
271 The penalty for ending the score on an odd-numbered page.
272 Default value is 0.
273
274 @funindex page-spacing-weight
275 @item page-spacing-weight
276 The relative importance of page (vertical) spacing and line (horizontal)
277 spacing. High values will make page spacing more important. Default
278 value is 10.
279
280 @funindex auto-first-page-number
281 @item auto-first-page-number
282 The page breaking algorithm is affected by the first page number being
283 odd or even.  If this variable is set to #t, the page breaking algorithm
284 will decide whether to start with an odd or even number.  This will 
285 result in the first page number remaining as is or being increased by one.
286
287 @end table
288 @end quotation
289
290 Example:
291
292 @example
293 \paper@{
294   paper-width = 2\cm
295   top-margin = 3\cm
296   bottom-margin = 3\cm
297   ragged-last-bottom = ##t
298 @}
299 @end example
300
301 You can also define these values in Scheme.  In that case @code{mm},
302 @code{in}, @code{pt}, and @code{cm} are variables defined in
303 @file{paper-defaults.ly} with values in millimeters.  That is why the
304 value must be multiplied in the example
305
306 @example
307 \paper @{
308   #(define bottom-margin (* 2 cm))
309 @}
310 @end example
311
312 The header and footer are created by the functions @code{make-footer}
313 and @code{make-header}, defined in @code{\paper}.  The default
314 implementations are in @file{ly/@/paper@/-defaults@/.ly} and
315 @file{ly/@/titling@/-init@/.ly}.
316
317 The page layout itself is done by two functions in the
318 @code{\paper} block, @code{page-music-height} and
319 @code{page-make-stencil}.  The former tells the line-breaking algorithm
320 how much space can be spent on a page, the latter creates the actual
321 page given the system to put on it.
322
323
324 @refbugs
325
326 The option right-margin is defined but doesn't set the right margin
327 yet.  The value for the right margin has to be defined adjusting the
328 values of @code{left-margin} and @code{line-width}.
329
330 The default page header puts the page number and the @code{instrument}
331 field from the @code{\header} block on a line.
332
333 The titles (from the @code{\header@{@}} section) are treated as a
334 system, so @code{ragged-bottom} and @code{ragged-last-bottom} will
335 add space between the titles and the first system of the score.
336
337
338 @node Music layout
339 @section Music layout
340
341 @menu
342 * Setting the staff size::   
343 * Score layout::                
344 @end menu
345
346
347 @node Setting the staff size
348 @subsection Setting the staff size
349
350 @cindex font size, setting
351 @cindex staff size, setting
352 @funindex layout file
353
354 To set the staff size globally for all scores in a file (or
355 in a @code{book} block, to be precise), use @code{set-global-staff-size}.
356
357 @example
358 #(set-global-staff-size 14)
359 @end example
360
361 @noindent
362 This sets the global default size to 14pt staff height and scales all
363 fonts accordingly.
364
365 To set the staff size individually for each score, use 
366 @example
367 \score@{
368   ...
369   \layout@{
370   #(layout-set-staff-size 15)
371   @}
372 @}
373 @end example
374
375 The Feta font provides musical symbols at eight different
376 sizes.  Each font is tuned for a different staff size: at a smaller size
377 the font becomes heavier, to match the relatively heavier staff lines.
378 The recommended font sizes are listed in the following table:
379
380 @quotation
381 @multitable @columnfractions .15 .2 .22 .2
382
383 @item @b{font name}
384 @tab @b{staff height (pt)}
385 @tab @b{staff height (mm)}
386 @tab @b{use}
387
388 @item feta11
389 @tab 11.22
390 @tab 3.9
391 @tab pocket scores
392
393 @item feta13
394 @tab 12.60
395 @tab 4.4
396 @tab
397
398 @item feta14
399 @tab 14.14
400 @tab 5.0
401 @tab
402
403 @item feta16
404 @tab 15.87
405 @tab 5.6
406 @tab
407
408 @item feta18
409 @tab 17.82
410 @tab 6.3
411 @tab song books
412
413 @item feta20
414 @tab 20
415 @tab 7.0
416 @tab standard parts
417
418 @item feta23
419 @tab 22.45
420 @tab 7.9
421 @tab
422
423 @item feta26
424 @tab 25.2
425 @tab 8.9
426 @tab
427 @c modern rental material?
428
429 @end multitable
430 @end quotation
431
432 These fonts are available in any sizes.  The context property
433 @code{fontSize} and the layout property @code{staff-space} (in
434 @internalsref{StaffSymbol}) can be used to tune the size for individual
435 staves.  The sizes of individual staves are relative to the global size.
436
437 @example
438
439 @end example
440
441 @seealso
442
443 This manual: @ref{Selecting notation font size}.
444
445
446 @node Score layout
447 @subsection Score layout
448
449 @funindex \layout
450
451 While @code{\paper} contains settings that relate to the page formatting
452 of the whole document, @code{\layout} contains settings for score-specific
453 layout.
454
455 @example
456 \layout @{
457   indent = 2.0\cm
458   \context @{ \Staff
459     \override VerticalAxisGroup #'minimum-Y-extent = #'(-6 . 6)
460   @}
461   \context @{ \Voice
462     \override TextScript #'padding = #1.0
463     \override Glissando #'thickness = #3
464   @}
465 @}
466 @end example
467
468
469 @seealso
470
471 This manual: @ref{Changing context default settings}
472
473
474 @node Vertical spacing
475 @section Vertical spacing
476
477 @cindex vertical spacing
478 @cindex spacing, vertical
479
480 Vertical spacing is controlled by three things: the amount of
481 space available (i.e., paper size and margins), the amount of
482 space between systems, and the amount of space between
483 staves inside a system.
484
485 @menu
486 * Vertical spacing inside a system::  
487 * Vertical spacing of piano staves::  
488 * Vertical spacing between systems::  
489 * Controlling spacing of individual systems::  
490 * Two-pass vertical spacing::
491 @end menu
492
493
494 @node Vertical spacing inside a system
495 @subsection Vertical spacing inside a system
496
497 @cindex distance between staves
498 @cindex staff distance
499 @cindex space between staves
500 @cindex space inside systems
501
502 The height of each system is determined automatically.  To prevent
503 staves from bumping into each other, some minimum distances are set.
504 By changing these, you can put staves closer together.  This
505 reduces the amount of space each system requires, and may result
506 in having more systems per page.
507
508 Normally staves are stacked vertically.  To make staves maintain a
509 distance, their vertical size is padded.  This is done with the
510 property @code{minimum-Y-extent}.  When applied to a
511 @internalsref{VerticalAxisGroup}, it controls the size of a horizontal
512 line, such as a staff or a line of lyrics.  @code{minimum-Y-extent}
513 takes a pair of numbers, so
514 if you want to make it smaller than its default @code{#'(-4 . 4)}
515 then you could set
516
517 @example
518 \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
519 @end example
520
521 @noindent
522 This sets the vertical size of the current staff to 3 staff spaces on
523 either side of the center staff line.  The value @code{(-3 . 3)} is
524 interpreted as an interval, where the center line is the 0, so the
525 first number is generally negative.  The numbers need not match;
526 for example, the staff can be made larger at the bottom by setting
527 it to @code{(-6 . 4)}.
528
529
530 @seealso
531
532 Internals: Vertical alignment of staves is handled by the
533 @internalsref{VerticalAlignment} object. The context parameters
534 specifying the vertical extent are described in connection with
535 the @internalsref{Axis_group_engraver}.
536
537 Example files: @inputfileref{input/regression/,page-spacing.ly},
538 @inputfileref{input/regression/,alignment-vertical-spacing.ly}.
539
540
541 @node Vertical spacing of piano staves
542 @subsection Vertical spacing of piano staves
543
544 The distance between staves of a @internalsref{PianoStaff} cannot be
545 computed during formatting.  Rather, to make cross-staff beaming work
546 correctly, that distance has to be fixed beforehand.
547
548 The distance of staves in a @code{PianoStaff} is set with the
549 @code{forced-distance} property of the
550 @internalsref{VerticalAlignment} object, created in
551 @internalsref{PianoStaff}.
552
553 It can be adjusted as follows
554 @example
555 \new PianoStaff \with @{
556   \override VerticalAlignment #'forced-distance = #7
557 @} @{
558   ...
559 @}
560 @end example
561
562 @noindent
563 This would bring the staves together at a distance of 7 staff spaces,
564 measured from the center line of each staff.
565
566 The difference is demonstrated in the following example,
567 @lilypond[quote,verbatim]
568 \relative c'' <<
569   \new PianoStaff \with {
570     \override VerticalAlignment #'forced-distance = #7
571   } <<
572     \new Staff { c1 }
573     \new Staff { c }
574   >>
575   \new PianoStaff <<
576     \new Staff { c }
577     \new Staff { c }
578   >>
579 >>
580 @end lilypond
581
582
583 @seealso
584
585 Example files: @inputfileref{input/regression/,alignment-vertical-spacing.ly}.
586
587
588 @node Vertical spacing between systems
589 @subsection Vertical spacing between systems
590
591 Space between systems are controlled by four @code{\paper} variables,
592
593 @example
594 \paper @{
595   between-system-space = 1.5\cm
596   between-system-padding = #1
597   ragged-bottom=##f
598   ragged-last-bottom=##f
599 @}
600 @end example
601
602
603 @node Controlling spacing of individual systems
604 @subsection Controlling spacing of individual systems
605
606 It is also possible to change the distance between for each system
607 individually.  This is done by including the command
608
609 @example
610 \overrideProperty
611 #"Score.NonMusicalPaperColumn"
612 #'line-break-system-details
613 #'((fixed-alignment-extra-space . 15))
614 @end example
615
616 @noindent
617 at the line break before the system to be changed. The distance
618 @code{15} is distributed over all staves that have a fixed distance
619 alignment.  For example,
620
621 @lilypond[ragged-right, fragment, relative=2, staffsize=13]
622 \new PianoStaff <<
623   \new Staff {
624     c1\break
625   
626     \overrideProperty
627     #"Score.NonMusicalPaperColumn"
628     #'line-break-system-details
629     #'((fixed-alignment-extra-space . 15))
630
631     c\break
632   }
633   \new Staff { c c }
634 >>
635 @end lilypond
636
637 The distance for @code{fixed-alignment-extra-space} may also be
638 negative.
639
640
641 @node Two-pass vertical spacing
642 @subsection Two-pass vertical spacing
643
644 In order to automatically stretch systems so that they should fill the
645 space left on a page, a two-pass technique can be used:
646
647 @enumerate
648 @item In the first pass, the amount of vertical space used to increase
649 the height of each system is computed and dumped to a file.
650 @item In the second pass, spacing inside the systems are
651 stretched according to the data in the page layout file.
652 @end enumerate
653
654 The @code{ragged-bottom} property adds space between systems, while
655 the two-pass technique adds space between staffs inside a system.
656
657 To allow this behaviour, a @code{tweak-key} variable has to be set in
658 each score @code{\layout} block, and the tweaks included in each score
659 music, using the @code{\scoreTweak} music function.
660
661 @quotation
662 @verbatim
663 %% include the generated page layout file:
664 \includePageLayoutFile
665
666 \score {
667   \new StaffGroup <<
668     \new Staff <<
669       %% Include this score tweaks:
670       \scoreTweak "scoreA"
671       { \clef french c''1 \break c''1 } 
672     >>
673     \new Staff { \clef soprano g'1 g'1 }
674     \new Staff { \clef mezzosoprano e'1 e'1 }
675     \new Staff { \clef alto g1 g1 }
676     \new Staff { \clef bass c1 c1 }
677   >>
678   \header {
679     piece = "Score with tweaks"
680   }
681   %% Define how to name the tweaks for this score:
682   \layout { #(define tweak-key "scoreA") }
683 }
684 @end verbatim
685 @end quotation
686
687 For the first pass, the @code{dump-tweaks} option should be set to
688 generate the page layout file.
689
690 @example
691 lilypond -b null -d dump-tweaks <file>.ly
692 lilypond <file>.ly
693 @end example
694
695 @node Horizontal spacing
696 @section Horizontal Spacing
697
698 @cindex horizontal spacing
699 @cindex spacing, horizontal
700
701 @menu
702 * Horizontal spacing overview::
703 * New spacing area::
704 * Changing horizontal spacing::
705 * Line length::
706 @end menu
707
708
709 @node Horizontal spacing overview
710 @subsection Horizontal spacing overview
711
712 The spacing engine translates differences in durations into stretchable
713 distances (@q{springs}) of differring lengths.  Longer durations get
714 more space, shorter durations get less.  The shortest durations get a
715 fixed amount of space (which is controlled by
716 @code{shortest-duration-space} in the @internalsref{SpacingSpanner}
717 object).  The longer the duration, the more space it gets: doubling a
718 duration adds a fixed amount (this amount is controlled by
719 @code{spacing-increment}) of space to the note.
720
721 For example, the following piece contains lots of half, quarter, and
722 8th notes; the eighth note is followed by 1 note head width (NHW).
723 The quarter note is followed by 2 NHW, the half by 3 NHW, etc.
724
725 @lilypond[quote,fragment,verbatim,relative=1]
726 c2 c4. c8 c4. c8 c4. c8 c8
727 c8 c4 c4 c4
728 @end lilypond
729
730 Normally, @code{spacing-increment} is set to 1.2 staff space, which is
731 approximately the width of a note head, and
732 @code{shortest-duration-space} is set to 2.0, meaning that the
733 shortest note gets 2.4 staff space (2.0 times the
734 @code{spacing-increment}) of horizontal space.  This space is counted
735 from the left edge of the symbol, so the shortest notes are generally
736 followed by one NHW of space.
737
738 If one would follow the above procedure exactly, then adding a single
739 32nd note to a score that uses 8th and 16th notes, would widen up the
740 entire score a lot.  The shortest note is no longer a 16th, but a 32nd,
741 thus adding 1 NHW to every note.  To prevent this, the shortest
742 duration for spacing is not the shortest note in the score, but rather
743 the one which occurs most frequently.
744
745
746 The most common shortest duration is determined as follows: in every
747 measure, the shortest duration is determined.  The most common shortest
748 duration is taken as the basis for the spacing, with the stipulation
749 that this shortest duration should always be equal to or shorter than
750 an 8th note.  The shortest duration is printed when you run
751 @code{lilypond} with the @code{--verbose} option.
752
753 These durations may also be customized.  If you set the
754 @code{common-shortest-duration} in @internalsref{SpacingSpanner}, then
755 this sets the base duration for spacing.  The maximum duration for this
756 base (normally an 8th), is set through @code{base-shortest-duration}.
757
758 @funindex common-shortest-duration
759 @funindex base-shortest-duration
760 @funindex stem-spacing-correction
761 @funindex spacing
762
763 Notes that are even shorter than the common shortest note are
764 followed by a space that is proportional to their duration relative to
765 the common shortest note.  So if we were to add only a few 16th notes
766 to the example above, they would be followed by half a NHW:
767
768 @lilypond[quote,fragment,verbatim,relative=2]
769 c2 c4. c8 c4. c16[ c] c4. c8 c8 c8 c4 c4 c4
770 @end lilypond
771
772
773 In the introduction (see @ref{Engraving}), it was explained that stem
774 directions influence spacing.  This is controlled with the
775 @code{stem-spacing-correction} property in the
776 @internalsref{NoteSpacing}, object.  These are generated for every
777 @internalsref{Voice} context.  The @code{StaffSpacing} object
778 (generated in @internalsref{Staff} context) contains the same property
779 for controlling the stem/bar line spacing.  The following example shows
780 these corrections, once with default settings, and once with
781 exaggerated corrections:
782
783 @lilypond[quote,ragged-right]
784 {
785   c'4 e''4 e'4 b'4 |
786   b'4 e''4 b'4 e''4|
787   \override Staff.NoteSpacing #'stem-spacing-correction = #1.5
788   \override Staff.StaffSpacing #'stem-spacing-correction = #1.5
789   c'4 e''4 e'4 b'4 |
790   b'4 e''4 b'4 e''4|
791 }
792 @end lilypond
793
794 Proportional notation is supported; see @ref{Proportional notation}.
795
796
797 @seealso
798
799 Internals: @internalsref{SpacingSpanner}, @internalsref{NoteSpacing},
800 @internalsref{StaffSpacing}, @internalsref{SeparationItem}, and
801 @internalsref{SeparatingGroupSpanner}.
802
803
804 @refbugs
805
806 There is no convenient mechanism to manually override spacing.  The
807 following work-around may be used to insert extra space into a score.
808 @example
809  \once \override Score.SeparationItem #'padding = #1
810 @end example
811
812 No work-around exists for decreasing the amount of space.
813
814
815 @node New spacing area
816 @subsection New spacing area
817
818 New sections with different spacing parameters can be started with
819 @code{newSpacingSection}.  This is useful when there are  
820 sections with a different notions of long and short notes.
821
822 In the following example, the time signature change introduces a new
823 section, and hence the 16ths notes are spaced wider.
824
825 @lilypond[relative,fragment,verbatim,quote]
826 \time 2/4
827 c4 c8 c 
828 c8 c c4 c16[ c c8] c4
829 \newSpacingSection
830 \time 4/16
831 c16[ c c8]
832 @end lilypond
833
834
835 The @code{\newSpacingSection} command creates a new
836 @internalsref{SpacingSpanner} object, and hence new @code{\override}s
837 may be used in that location.
838
839
840 @node Changing horizontal spacing
841 @subsection Changing horizontal spacing
842
843 Horizontal spacing may be altered with the
844 @code{base-shortest-duration} property.  Here
845 we compare the same music; once without altering
846 the property, and then altered.  Larger values
847 of @code{ly:make-moment} will produce smaller
848 music.  Note that @code{ly:make-moment} constructs
849 a duration, so @code{1 4} is a longer duration
850 than @code{1 16}.
851
852 @lilypond[relative,verbatim,line-width=12\cm]
853 \score {
854   \relative c'' {
855     g4 e e2 | f4 d d2 | c4 d e f | g4 g g2 |
856     g4 e e2 | f4 d d2 | c4 e g g | c,1 |
857     d4 d d d | d4 e f2 | e4 e e e | e4 f g2 |
858     g4 e e2 | f4 d d2 | c4 e g g | c,1 |
859   }
860 }
861 @end lilypond
862
863 @lilypond[relative,verbatim,line-width=12\cm]
864 \score {
865   \relative c'' {
866     g4 e e2 | f4 d d2 | c4 d e f | g4 g g2 |
867     g4 e e2 | f4 d d2 | c4 e g g | c,1 |
868     d4 d d d | d4 e f2 | e4 e e e | e4 f g2 |
869     g4 e e2 | f4 d d2 | c4 e g g | c,1 |
870   }
871   \layout {
872     \context {
873       \Score
874       \override SpacingSpanner
875                 #'base-shortest-duration = #(ly:make-moment 1 16)
876     }
877   }
878 }
879 @end lilypond
880
881
882 @commonprop
883
884 By default, spacing in tuplets depends on various non-duration
885 factors (such as accidentals, clef changes, etc).  To disregard
886 such symbols and force uniform equal-duration spacing, use
887 @code{Score.SpacingSpanner #'uniform-stretching}.  This
888 property can only be changed at the beginning of a score,
889
890 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
891 \new Score \with {
892   \override SpacingSpanner #'uniform-stretching = ##t
893 } <<
894   \new Staff{
895     \times 4/5 {
896       c8 c8 c8 c8 c8
897     }
898     c8 c8 c8 c8
899   }
900   \new Staff{
901     c8 c8 c8 c8
902     \times 4/5 {
903       c8 c8 c8 c8 c8
904     }
905   }
906 >>
907 @end lilypond
908
909
910 When @code{strict-note-spacing} is set, notes are spaced without
911 regard for clefs, bar lines, and grace notes,
912
913 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
914 \override Score.SpacingSpanner #'strict-note-spacing = ##t
915 \new Staff { c8[ c \clef alto c \grace { c16[ c] } c8 c c]  c32[ c32] }
916 @end lilypond
917
918
919 @node Line length
920 @subsection Line length
921
922 @cindex page breaks
923 @cindex breaking pages
924
925 @funindex indent
926 @funindex line-width
927 @funindex ragged-right
928 @funindex ragged-last
929
930 @c Although line-width can be set in \layout, it should be set in paper
931 @c block, to get page layout right.
932 @c Setting indent in \paper block makes not much sense, but it works.
933
934 @c Bit verbose and vague, use examples?
935 The most basic settings influencing the spacing are @code{indent} and
936 @code{line-width}.  They are set in the @code{\layout} block.  They
937 control the indentation of the first line of music, and the lengths of
938 the lines.
939
940 If @code{ragged-right} is set to true in the @code{\layout} block, then
941 systems ends at their natural horizontal length, instead of being spread
942 horizontally to fill the whole line.  This is useful for
943 short fragments, and for checking how tight the natural spacing is.
944
945 @cindex page layout
946 @cindex vertical spacing
947
948 The option @code{ragged-last} is similar to @code{ragged-right}, but
949 only affects the last line of the piece.  No restrictions are put on
950 that line.  The result is similar to formatting text paragraphs.  In a
951 paragraph, the last line simply takes its natural horizontal length.
952 @c Note that for text there are several options for the last line.
953 @c While Knuth TeX uses natural length, lead typesetters use the same
954 @c stretch as the previous line.  eTeX uses \lastlinefit to
955 @c interpolate between both these solutions.
956
957 @example
958 \layout @{
959   indent = #0
960   line-width = #150
961   ragged-last = ##t
962 @}
963 @end example
964
965
966 @node Breaks
967 @section Breaks
968
969 @menu
970 * Line breaking::               
971 * Page breaking::               
972 * Optimal page breaking::       
973 * Optimal page turning::        
974 @end menu
975
976 @node Line breaking
977 @subsection Line breaking
978
979 @cindex line breaks
980 @cindex breaking lines
981
982 Line breaks are normally computed automatically.  They are chosen so
983 that lines look neither cramped nor loose, and that consecutive lines
984 have similar density.
985
986 Occasionally you might want to override the automatic breaks; you can
987 do this by specifying @code{\break}.  This will force a line break at
988 this point.  Line breaks can only occur at places where there are bar
989 lines.  If you want to have a line break where there is no bar line,
990 you can force an invisible bar line by entering @code{\bar
991 ""}.  Similarly, @code{\noBreak} forbids a line break at a
992 point.
993
994
995 @cindex regular line breaks
996 @cindex four bar music.
997
998 For line breaks at regular intervals use @code{\break} separated by
999 skips and repeated with @code{\repeat}:
1000 @example
1001 << \repeat unfold 7 @{
1002          s1 \noBreak s1 \noBreak
1003          s1 \noBreak s1 \break @}
1004    @emph{the real music}
1005 >>
1006 @end example
1007
1008 @noindent
1009 This makes the following 28 measures (assuming 4/4 time) be broken every
1010 4 measures, and only there.
1011
1012 @refcommands
1013
1014 @code{\break}, and @code{\noBreak}.
1015 @funindex \break
1016 @funindex \noBreak
1017
1018 @seealso
1019
1020 Internals: @internalsref{LineBreakEvent}.
1021
1022 A linebreaking configuration can now be saved as a @code{.ly} file
1023 automatically.  This allows vertical alignments to be stretched to
1024 fit pages in a second formatting run.  This is fairly new and
1025 complicated; see @inputfileref{input/regression/,page-layout-twopass.ly}
1026 for details.
1027
1028 @refbugs
1029
1030 Line breaks can only occur if there is a @q{proper} bar line.  A note
1031 which is hanging over a bar line is not proper, such as
1032
1033 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1034 c4 c2 c2 \break   % this does nothing
1035 c2 c4 |           % a break here would work
1036 c4 c2 c4 ~ \break % as does this break
1037 c4 c2 c4
1038 @end lilypond
1039
1040 To allow line breaks on such bar lines, the
1041 @code{Forbid_line_break_engraver} can be removed from @code{Voice}
1042 context, like so
1043
1044
1045 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1046 \new Voice \with {
1047   \remove "Forbid_line_break_engraver"
1048 } {
1049   c4 c2 c2 \break   % now the break is allowed
1050   c2 c4
1051 }
1052 @end lilypond
1053
1054
1055
1056 @node Page breaking
1057 @subsection Page breaking
1058
1059 The default page breaking may be overriden by inserting
1060 @code{\pageBreak} or @code{\noPageBreak} commands.  These commands are
1061 analogous to @code{\break} and @code{\noBreak}.  They should be
1062 inserted at a bar line.  These commands force and forbid a page-break
1063 from happening.  Of course, the @code{\pageBreak} command also forces
1064 a line break.
1065
1066 Page breaks are computed by the @code{page-breaking} function.
1067 LilyPond provides two algorithms for computing page
1068 breaks, @code{ly:optimal-breaking} and @code{ly:page-turn-breaking}. The
1069 default is @code{ly:optimal-breaking}, but the value can be changed in
1070 the @code{\paper} block:
1071
1072 @example
1073 \paper@{
1074   #(define page-breaking ly:page-turn-breaking)
1075 @}
1076 @end example
1077
1078 The old page breaking algorithm is called
1079 @code{optimal-page-breaks}. If you are having trouble with the new page
1080 breakers, you can enable the old one as a workaround.
1081
1082 @refcommands
1083
1084 @funindex \pageBreak
1085 @code{\pageBreak}
1086 @funindex \noPageBreak
1087 @code{\noPageBreak}
1088
1089
1090 @node Optimal page breaking
1091 @subsection Optimal page breaking
1092
1093 @funindex ly:optimal-breaking
1094
1095 The @code{ly:optimal-breaking} function is LilyPond's default method of
1096 determining page breaks. It attempts to find a page breaking that minimizes
1097 cramping and stretching, both horizontally and vertically. Unlike
1098 @code{ly:page-turn-breaking}, it has no concept of page turns.
1099
1100
1101 @node Optimal page turning
1102 @subsection Optimal page turning
1103
1104 @funindex ly:page-turn-breaking
1105
1106 Often it is necessary to find a page breaking configuration so that there is
1107 a rest at the end of every second page. This way, the musician can turn the
1108 page without having to miss notes. The @code{ly:page-turn-breaking} function
1109 attempts to find a page breaking minimizing cramping and stretching, but with
1110 the additional restriction that it is only allowed to introduce page turns
1111 in specified places.
1112
1113 There are two steps to using this page breaking function. First, you must
1114 enable it in the @code{\paper} block. Then, you must tell the function
1115 where you would like to allow page breaks.
1116
1117 There are two ways to achieve the second step. First, you can specify each
1118 potential page turn manually, by inserting @code{\allowPageTurn} into your
1119 input file at the appropriate places.
1120
1121 If this is too tedious, you can add a @code{Page_turn_engraver} to a Staff or
1122 Voice context. The @code{Page_turn_engraver} will scan the context for
1123 sections without notes (note that it does not scan for rests; it scans for
1124 the absence of notes. This is so that single-staff polyphony with rests in one
1125 of the parts does not throw off the @code{Page_turn_engraver}). When it finds
1126 a sufficiently long section without notes, the @code{Page_turn_engraver} will
1127 insert an @code{\allowPageTurn} at the final barline in that section, unless
1128 there is a @q{special} barline (such as a double bar), in which case the
1129 @code{\allowPageTurn} will be inserted at the final @q{special} barline in
1130 the section.
1131
1132 @funindex minimumPageTurnLength
1133 The @code{Page_turn_engraver} reads the context property
1134 @code{minimumPageTurnLength} to determine how long a note-free section must
1135 be before a page turn is considered. The default value for
1136 @code{minimumPageTurnLength} is @code{#(ly:make-moment 1 1)}. If you want
1137 to disable page turns, you can set it to something very large.
1138
1139 @example
1140 \new Staff \with @{ \consists "Page_turn_engraver" @}
1141 @{
1142   a4 b c d |
1143   R1 | % a page turn will be allowed here
1144   a4 b c d |
1145   \set Staff.minimumPageTurnLength = #(ly:make-moment 5 2)
1146   R1 | % a page turn will not be allowed here
1147   a4 b r2 |
1148   R1*2 | % a page turn will be allowed here
1149   a1
1150 @}
1151 @end example
1152
1153 @funindex minimumRepeatLengthForPageTurn
1154 The @code{Page_turn_engraver} detects volta repeats. It will only allow a page
1155 turn during the repeat if there is enough time at the beginning and end of the
1156 repeat to turn the page back. The @code{Page_turn_engraver} can also disable
1157 page turns if the repeat is very short. If you set the context property
1158 @code{minimumRepeatLengthForPageTurn} then the @code{Page_turn_engraver} will
1159 only allow turns in repeats whose duration is longer than this value.
1160
1161 @refbugs
1162
1163 There should only be one @code{Page_turn_engraver} in a score. If there is more
1164 than one, they will interfere with each other.
1165
1166
1167 @node Displaying spacing
1168 @section Displaying spacing
1169
1170 @funindex annotate-spacing
1171 @cindex Spacing, display of properties
1172
1173 To graphically display the dimensions of vertical properties that may
1174 be altered for page formatting, set @code{annotate-spacing} in the
1175 @code{\paper} block, like this
1176
1177
1178 @lilypond[verbatim]
1179 #(set-default-paper-size "a6" 'landscape)
1180
1181 \book {
1182   \score { { c4 } }
1183   \paper { annotate-spacing = ##t }
1184 }
1185 @end lilypond
1186
1187 @c need to have \book{} otherwise we get  the separate systems. -hwn
1188
1189 @noindent
1190 @c  FIXME: really bad vagueness due to bug in annotate-spacing.  -gp
1191 Some unit dimensions are measured in staff spaces, while others
1192 are measured in millimeters.
1193 The pairs
1194 (@var{a},@var{b}) are intervals, where @var{a} is the lower edge and
1195 @var{b} the upper edge of the interval.
1196
1197
1198 @node Vertical collision avoidance
1199 @section Vertical collision avoidance
1200
1201 @funindex outside-staff-priority
1202 @funindex outside-staff-padding
1203 @funindex outside-staff-horizontal-padding
1204
1205 Intuitively, there are some objects in musical notation that belong
1206 to the staff and there are other objects that should be placed outside
1207 the staff.  Objects belonging outside the staff include things such as
1208 rehearsal marks, text and dynamic markings (from now on, these will
1209 be called outside-staff objects).  LilyPond's rule for the
1210 vertical placement of outside-staff objects is to place them as close
1211 to the staff as possible but not so close that they collide with
1212 another object.
1213
1214 LilyPond uses the @code{outside-staff-priority} property to determine
1215 whether a grob is an outside-staff object: if @code{outside-staff-priority}
1216 is a number, the grob is an outside-staff object.  In addition,
1217 @code{outside-staff-priority} tells LilyPond in which order the objects
1218 should be placed.
1219
1220 First, LilyPond places all the objects that do not belong outside
1221 the staff.  Then it sorts the outside-staff objects according to their
1222 @code{outside-staff-priority} (in increasing order).  One by one, LilyPond
1223 takes the outside-staff objects and places them so that they do
1224 not collide with any objects that have already been placed.  That
1225 is, if two outside-staff grobs are competing for the same space, the one
1226 with the lower @code{outside-staff-priority} will be placed closer to
1227 the staff.
1228
1229 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1230 c4_"Text"\pp
1231 r2.
1232 \once \override TextScript #'outside-staff-priority = #1
1233 c4_"Text"\pp % this time the text will be closer to the staff
1234 r2.
1235 % by setting outside-staff-priority to a non-number, we
1236 % disable the automatic collision avoidance
1237 \once \override TextScript #'outside-staff-priority = ##f
1238 \once \override DynamicLineSpanner #'outside-staff-priority = ##f
1239 c4_"Text"\pp % now they will collide
1240 @end lilypond
1241
1242 The vertical padding between an outside-staff object and the
1243 previously-positioned grobs can be controlled with
1244 @code{outside-staff-padding}.
1245
1246 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1247 \once \override TextScript #'outside-staff-padding = #0
1248 a'^"This text is placed very close to the note"
1249 \once \override TextScript #'outside-staff-padding = #3
1250 c^"This text is padded away from the previous text"
1251 c^"This text is placed close to the previous text"
1252 @end lilypond
1253
1254 By default, outside-staff objects are placed without regard to
1255 their horizontal distance from the previously-posititioned grobs.  This
1256 can lead to situations in which objects are placed very close to each
1257 other horizontally.  Setting @code{outside-staff-horizontal-padding}
1258 causes an object to be offset vertically so that such a situation
1259 doesn't occur.
1260
1261 @lilypond[quote,ragged-right,relative=2,fragment,verbatim]
1262 % the markup is too close to the following note
1263 c2^"Text"
1264 c''2
1265 % setting outside-staff-horizontal-padding fixes this
1266 R1
1267 \once \override TextScript #'outside-staff-horizontal-padding = #1
1268 c,,2^"Text"
1269 c''2
1270 @end lilypond