]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-strict-spacing-grace.ly
Merge branch 'origin' into master-hanwen
[lilypond.git] / input / regression / spacing-strict-spacing-grace.ly
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.10.0"
9
10 \paper {
11   ragged-right = ##t
12   indent = 0
13 }
14
15 \relative c''
16 {
17   \override Score.SpacingSpanner #'strict-note-spacing = ##t 
18   \set Score.proportionalNotationDuration = #(ly:make-moment 1 12)
19   c8[ \grace { c16[ c] } c8 c8 c8] 
20   c2 
21 }