From 4eb151885de3bf053ff5fb36c259f8f8eb2e39dc Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:12:37 +0000 Subject: [PATCH] lilypond-1.0.1 --- input/bugs/slur-symmetry.ly | 16 ++++++++++++++++ input/test/beam-pos.ly | 4 ++-- input/test/slur-swap.ly | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 input/bugs/slur-symmetry.ly create mode 100644 input/test/slur-swap.ly diff --git a/input/bugs/slur-symmetry.ly b/input/bugs/slur-symmetry.ly new file mode 100644 index 0000000000..60e1ad8dc6 --- /dev/null +++ b/input/bugs/slur-symmetry.ly @@ -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; + } +} diff --git a/input/test/beam-pos.ly b/input/test/beam-pos.ly index 76030ec43e..6d32b96ef3 100644 --- a/input/test/beam-pos.ly +++ b/input/test/beam-pos.ly @@ -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 index 0000000000..6c09f424d3 --- /dev/null +++ b/input/test/slur-swap.ly @@ -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 + } +} -- 2.39.5