]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.76
authorfred <fred>
Wed, 26 Jul 2000 17:54:06 +0000 (17:54 +0000)
committerfred <fred>
Wed, 26 Jul 2000 17:54:06 +0000 (17:54 +0000)
input/test/two-slurs.ly [new file with mode: 0644]

diff --git a/input/test/two-slurs.ly b/input/test/two-slurs.ly
new file mode 100644 (file)
index 0000000..45b6025
--- /dev/null
@@ -0,0 +1,19 @@
+%
+% We'd want to combine the stems, but have two slurs too...
+% Looks like the a-due engraver
+%
+\score{
+       \context Staff <
+               \context Voice=v \notes\relative c''{
+                       \stemup
+                       a4 c4.()g8 a4
+               }
+               \context Voice=u \notes\relative c''{
+                       \stemdown
+                       g4 e4.()d8 c4
+               }
+       >
+       \paper{
+               linewidth=60.\mm;
+       }
+}