]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-grace.ly
3d64bb03e8a9a4ed88f00ea9813064aad0633677
[lilypond.git] / input / regression / spacing-grace.ly
1 \header
2 {
3   texidoc = "Grace note runs have their own spacing variables in
4   @code{Score.GraceSpacing}. So differing grace note lengths inside a
5   run are spaced accordingly. "
6 }
7
8 \version "2.17.28"
9
10 \paper {  ragged-right = ##t }
11
12 \relative c''
13 {
14   c4
15   \grace { c16  }
16   c
17   \grace { c16  }
18   d
19   \grace { c16 d e f }
20   c
21   \grace { c8 c16 d c8  }
22   c
23   \override Score.GraceSpacing.spacing-increment = #2.0
24
25   \grace { c4 c16 d16  }
26   c
27