| [ << Horizontal spacing ] | [Top][Contents][Index] | [ Fitting music onto fewer pages >> ] |
| [ < New spacing section ] | [ Up: Horizontal spacing ] | [ Uniform stretching of tuplets > ] |
30.3 Changing horizontal spacing globally
Horizontal spacing may be altered with the
base-shortest-duration property. Here we compare the same
music; once without altering the property, and then altered.
Larger values yield tighter spacing.
\score { \relative { g'4 e e2 | f4 d d2 | c4 d e f | g4 g g2 | g4 e e2 | f4 d d2 | c4 e g g | c,1 | d4 d d d | d4 e f2 | e4 e e e | e4 f g2 | g4 e e2 | f4 d d2 | c4 e g g | c,1 | } }
\score { \relative { g'4 e e2 | f4 d d2 | c4 d e f | g4 g g2 | g4 e e2 | f4 d d2 | c4 e g g | c,1 | d4 d d d | d4 e f2 | e4 e e e | e4 f g2 | g4 e e2 | f4 d d2 | c4 e g g | c,1 | } \layout { \context { \Score \override SpacingSpanner.base-shortest-duration = \musicLength 16 } } }
| 30.3.1 Uniform stretching of tuplets | ||
| 30.3.2 Strict note spacing |
| [ << Horizontal spacing ] | [Top][Contents][Index] | [ Fitting music onto fewer pages >> ] |
| [ < Changing horizontal spacing globally ] | [ Up: Changing horizontal spacing globally ] | [ Strict note spacing > ] |
30.3.1 Uniform stretching of tuplets
By default, spacing in tuplets depends on various non-duration
factors (such as accidentals, clef changes, etc). To disregard
such symbols and force uniform equal-duration spacing, use
Score.SpacingSpanner.uniform-stretching. This
property can only be changed at the beginning of a score,
\score { << \new Staff \relative c' { \tuplet 5/4 { c8 c c c c } c8 c c c } \new Staff \relative c' { c8 c c c \tuplet 5/4 { c8 c c c c } } >> \layout { \context { \Score \override SpacingSpanner.uniform-stretching = ##t } } }![]()
30.3.2 Strict note spacing
When strict-note-spacing is set, notes are spaced without
regard for clefs, bar lines, and grace notes,
\override Score.SpacingSpanner.strict-note-spacing = ##t \new Staff \relative { c''8[ c \clef alto c \grace { c16 c } c8 c c] c32[ c] }![]()
See also
Snippets: Spacing.
| [Top][Contents][Index] |
![[image of music]](../ec/lily-caadc79f.png)
![[image of music]](../0b/lily-d4a9ada7.png)