From: hanwen Date: Mon, 1 Apr 2002 16:57:41 +0000 (+0000) Subject: '' X-Git-Tag: release/1.5.59~177 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=673c3b2cbe5df8bad585981ec51e6dbc56abb4ec;p=lilypond.git '' --- diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly new file mode 100644 index 0000000000..358124edaf --- /dev/null +++ b/input/regression/spacing-grace-duration.ly @@ -0,0 +1,20 @@ +\header { + + texidoc = "Spacing uses the duration of the notes, but disregards + grace notes for this. In this example, the 8ths around the grace + are spaced exactly as the other 8th notes. + +" +} + +\score { \notes \relative c'' + \context Voice +{ + [c8 c8] + \grace { b16 } + [c8 c8] [c8 c8] + +} + + \paper { linewidth = -1. } +}