]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.5
authorfred <fred>
Wed, 8 Aug 2001 23:47:33 +0000 (23:47 +0000)
committerfred <fred>
Wed, 8 Aug 2001 23:47:33 +0000 (23:47 +0000)
input/regression/grace-nest2.ly [new file with mode: 0644]

diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly
new file mode 100644 (file)
index 0000000..5ab4e1e
--- /dev/null
@@ -0,0 +1,9 @@
+\header {
+texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
+
+}
+
+\score { \notes \context Voice {
+        { \grace b'4 c''2 }
+       \grace b'4 c''2 \bar "|."
+    }}