]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-grace-duration.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-grace-duration.ly
1
2 \version "2.16.0"
3 \header {
4
5   texidoc = "Spacing uses the duration of the notes, but disregards
6     grace notes for this. In this example, the 8ths around the grace
7     are spaced exactly as the other 8th notes.
8
9 "
10 }
11
12 \layout { ragged-right = ##t}
13
14 \relative c''
15 \context Voice 
16 {
17   c8[  c8]
18   \grace {  b16 }
19   c8[ c8]  c8[ c8] 
20
21 }
22
23
24
25