]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tup.ly
release: 1.1.67
[lilypond.git] / input / test / tup.ly
index 010e77ffe8aef7c83eddd9725959c997bfb7ddba..e2b5865480bd03f6ab8cfbea914e2cd65b5dce92 100644 (file)
@@ -1,3 +1,11 @@
 \score{
-       \notes \type Staff \times 2/3 { a b c }
+       \notes \context Voice \relative c'' {
+                \times 2/3 { \times 2/3 { a8 b c}  c }
+                \times 3/4 { c4 c4 c4 c4 }
+                \time 6/8;
+                \times 6/9 { c8 c c c c c c c c }
+
+                }
 }
+
+\version "1.1.66";