1\header {
2
3  texidoc = "With @code{strict-note-spacing} spacing for grace notes
4(even multiple ones), is floating as well."
5
6}
7
8\version "2.17.6"
9
10<<
11 \override Score.SpacingSpanner.strict-grace-spacing = ##t
12 \new Staff {
13    c'4
14    \afterGrace
15    c'4
16    { c'16[ c' c' c'] c'[ c' c' c'] }
17    c'4
18 }
19 \new Staff {
20    c'16[ c'16 c'16 c'16]
21    c'16[ c'16 c'16 c'16]
22    c'4
23 }
24>>
25