]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Thu, 30 Apr 1998 01:50:16 +0000 (01:50 +0000)
committerfred <fred>
Thu, 30 Apr 1998 01:50:16 +0000 (01:50 +0000)
input/bugs/stem-length.ly [new file with mode: 0644]
input/test/beam-chord.ly [new file with mode: 0644]

diff --git a/input/bugs/stem-length.ly b/input/bugs/stem-length.ly
new file mode 100644 (file)
index 0000000..e4cb944
--- /dev/null
@@ -0,0 +1,7 @@
+\score{
+       \melodic{
+               \octave c';
+               [a'16 a']
+               [c16 c]
+       }
+}
diff --git a/input/test/beam-chord.ly b/input/test/beam-chord.ly
new file mode 100644 (file)
index 0000000..0f6a295
--- /dev/null
@@ -0,0 +1,17 @@
+\score{
+       \melodic{
+               \property Score.beamquantisation = \none
+
+               \octave c';
+               [a'8 <a' g'']>
+               [c <c 'e]>
+               [a'16 <a' g'']>
+               [c <c 'e]>
+               [a'32 <a' g'']>
+               [c <c 'e]>
+       }
+       \paper{
+               castingalgorithm = \Wordwrap;
+               linewidth = 60.0\mm;
+       }
+}