]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-grace-duration.ly
358124edaff903044959eb12099c27aa07638d78
[lilypond.git] / input / regression / spacing-grace-duration.ly
1 \header {
2
3     texidoc = "Spacing uses the duration of the notes, but disregards
4     grace notes for this. In this example, the 8ths around the grace
5     are spaced exactly as the other 8th notes.
6
7 "
8 }
9
10 \score { \notes \relative c''
11          \context Voice 
12 {
13     [c8  c8]
14     \grace {  b16 }
15     [c8 c8] [c8 c8] 
16
17 }
18
19          \paper { linewidth = -1. }
20 }