From b7bbf8d116ea8c805f436f4843472d52381f1c47 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 30 Apr 1998 01:50:16 +0000 Subject: [PATCH] lilypond-0.1.61 --- input/bugs/stem-length.ly | 7 +++++++ input/test/beam-chord.ly | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 input/bugs/stem-length.ly create mode 100644 input/test/beam-chord.ly diff --git a/input/bugs/stem-length.ly b/input/bugs/stem-length.ly new file mode 100644 index 0000000000..e4cb9443c8 --- /dev/null +++ b/input/bugs/stem-length.ly @@ -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 index 0000000000..0f6a295ebd --- /dev/null +++ b/input/test/beam-chord.ly @@ -0,0 +1,17 @@ +\score{ + \melodic{ + \property Score.beamquantisation = \none + + \octave c'; + [a'8 + [c + [a'16 + [c + [a'32 + [c + } + \paper{ + castingalgorithm = \Wordwrap; + linewidth = 60.0\mm; + } +} -- 2.39.5