]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.42
authorfred <fred>
Thu, 29 Apr 1999 11:14:12 +0000 (11:14 +0000)
committerfred <fred>
Thu, 29 Apr 1999 11:14:12 +0000 (11:14 +0000)
input/bugs/sv.ly [new file with mode: 0644]

diff --git a/input/bugs/sv.ly b/input/bugs/sv.ly
new file mode 100644 (file)
index 0000000..a25db83
--- /dev/null
@@ -0,0 +1,18 @@
+
+
+
+\score{
+  \notes{ \time 13/8;
+ %    \property Voice.beamAutoBegin = "1/8"
+ %         \property Voice.beamAutoEnd = "3/8"
+    \property Voice.beamAutoEnd = "10/8"
+    \property Voice."beamAutoEnd_16" = "1/8"
+    \property Voice.beamAutoBegin = "1/4"
+
+     a8 a a a16 a16 a16 a16 a16 a16 a8 a a a a a
+     a a a a a a a a a a a a a
+     a8 a8 a8 a8 a8 a a a a a a a a
+   }
+   \paper{ linewidth = -1.;}
+}
+