]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-loose-grace-error.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / spacing-loose-grace-error.ly
1 \header
2 {
3   
4 texidoc = "Even in case of incorrect contexts (eg. shortlived
5   contexts) that break linking of columns through spacing wishes,
6   @code{strict-note-spacing} defaults to a robust solution."
7
8 }
9
10 \version "2.12.0"
11
12
13 %% \new Staff cause shortlived, disconnected Voice contexts
14 %% breaking spacing-wishes links.
15 \new Staff {
16   \override Score.SpacingSpanner #'strict-note-spacing = ##t
17   \afterGrace c'4 {c'32 c'32 }
18   c'4
19 }