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