From 673c3b2cbe5df8bad585981ec51e6dbc56abb4ec Mon Sep 17 00:00:00 2001 From: hanwen Date: Mon, 1 Apr 2002 16:57:41 +0000 Subject: [PATCH] '' --- input/regression/spacing-grace-duration.ly | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 input/regression/spacing-grace-duration.ly 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. } +} -- 2.39.5