]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/spacing/proportional-strict-grace-notes.ly
3e757d62340327de65b01d9008cb0fa6a4601059
[lilypond.git] / input / lsr / spacing / proportional-strict-grace-notes.ly
1 \version "2.10.12"
2
3 \header { texidoc = "
4 With @{strict-note-spacing@} spacing for grace notes (even multiple
5 ones), is floating as well.
6 " }
7
8 \paper {
9   ragged-right = ##t
10   indent = 0
11 }
12
13 \relative c''
14 {
15   \override Score.SpacingSpanner #'strict-note-spacing = ##t 
16   \set Score.proportionalNotationDuration = #(ly:make-moment 1 12)
17   c8[ \grace { c16[ c] } c8 c8 c8] 
18   c2 
19 }