]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 24 Mar 2002 20:12:37 +0000 (20:12 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:12:37 +0000 (20:12 +0000)
input/bugs/slur-symmetry.ly [new file with mode: 0644]
input/test/beam-pos.ly
input/test/slur-swap.ly [new file with mode: 0644]

diff --git a/input/bugs/slur-symmetry.ly b/input/bugs/slur-symmetry.ly
new file mode 100644 (file)
index 0000000..60e1ad8
--- /dev/null
@@ -0,0 +1,16 @@
+\header{
+% should look the same
+title="symmetry";
+}
+\score{
+       \melodic\relative c'{
+               [g'8( e )c' g,]
+               [d'( f' )a, a]
+               [d( f )a, d']
+               [g,( e, )c' c]
+       }
+       \paper{
+               castingalgorithm = \Wordwrap;
+               linewidth = 50.0\mm;
+       }
+}
index 76030ec43e5c944f932f96c0858471aacb1dd28f..6d32b96ef3e905e2579c807bd7e58dc07eafa77b 100644 (file)
@@ -1,7 +1,7 @@
 \score{
-       \melodic{
+       \melodic\transpose c''{
                \property Score.beamquantisation = 3 % TEST
-               \octave c';
+
                [c8 c] [c c] [c c] [c c]
                [a' a'] [a' a'] [a' a'] [a' a']
                [c16 c] [c c] [c c] [c c]
diff --git a/input/test/slur-swap.ly b/input/test/slur-swap.ly
new file mode 100644 (file)
index 0000000..6c09f42
--- /dev/null
@@ -0,0 +1,18 @@
+% urg, the direction of the slur gets swapped!
+\score{
+       \melodic\relative c{
+       \slurup
+       \stemup
+               [e'8( c' a b]
+       \stemdown
+               [e c a )e] \break 
+       \stemup
+               [e8( c' a b]
+       \stemdown
+               [e c a )e] e1
+       }
+       \paper{
+               indent = 0.\mm
+               linewidth=80.\mm
+       }
+}