]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.28
authorfred <fred>
Fri, 25 Feb 2000 15:49:23 +0000 (15:49 +0000)
committerfred <fred>
Fri, 25 Feb 2000 15:49:23 +0000 (15:49 +0000)
input/test/tuplet-rest.ly [new file with mode: 0644]

diff --git a/input/test/tuplet-rest.ly b/input/test/tuplet-rest.ly
new file mode 100644 (file)
index 0000000..d31e4f6
--- /dev/null
@@ -0,0 +1,16 @@
+
+
+\score {
+  \context Voice \notes \relative c'' {
+    \time 2/4;
+    \times 2/3 { r c,,, c''' }
+    \times 2/3 { r c c }
+    \times 2/3 { r c r}
+    \times 2/3 { r r r}
+    \times 2/3 { r c e}
+    \times 2/3 { c r e}
+    \times 2/3 { r c g}
+    \times 2/3 { c r g}
+  }
+}
+