]> git.donarmstrong.com Git - lilypond.git/commitdiff
''
authorhanwen <hanwen>
Mon, 1 Apr 2002 16:57:41 +0000 (16:57 +0000)
committerhanwen <hanwen>
Mon, 1 Apr 2002 16:57:41 +0000 (16:57 +0000)
input/regression/spacing-grace-duration.ly [new file with mode: 0644]

diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly
new file mode 100644 (file)
index 0000000..358124e
--- /dev/null
@@ -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. }
+}