MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / spacing-strict-notespacing.ly
blob63792bd589079b346ce1cb0d2d1a13c16412385d
1 \header {
4 texidoc = "If @code{strict-note-spacing} is set, then spacing of
5 notes is not influenced by bars and clefs half-way on the system.
6 Rather, they are put just before the note that occurs at the same
7 time. This may cause collisions. "
12 \version "2.12.0"
14 \paper {
15 ragged-right = ##t
16 indent = 0
18 \layout {
19 \context {
20 \Score
24 \relative c''
26 \override Score.SpacingSpanner #'strict-note-spacing = ##t
27 \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
28 \new Staff {
29 c8[ c \clef alto c c \grace { d16 } c8 c] c4 c2
30 \grace { c16[ c16] }
31 c2 }
32 \new Staff {
33 c2 \times 2/3 { c8 \clef bass cis,, c }