]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-grace-duration.ly
(texidoc): cleanup.
[lilypond.git] / input / regression / spacing-grace-duration.ly
1
2 \version "2.3.17"
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 \score {  \relative c''
13          \context Voice 
14 {
15      c8[  c8]
16     \grace {  b16 }
17      c8[ c8]  c8[ c8] 
18
19 }
20
21          \paper { raggedright = ##t}
22 }
23