Fix 524 pitched trill losing accidental.
[lilypond.git] / input / regression / spacing-strict-notespacing.ly
bloba67fe7a93c74c531ab826da931dd920b00ae9462
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.10.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 }