From f18cdd193c9f3b4452f6d0ff40b2c4fae5e13f32 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:00:06 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/auto-beam.ly | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 input/bugs/auto-beam.ly diff --git a/input/bugs/auto-beam.ly b/input/bugs/auto-beam.ly new file mode 100644 index 0000000000..3a7687cdc4 --- /dev/null +++ b/input/bugs/auto-beam.ly @@ -0,0 +1,18 @@ +\version "1.3.148" + +\header { +texidoc="The Automatic beamer does not put @strong{unfinished} beams +on the last notes of a score." +} + +\score { + < + \context Staff=a\notes\relative c'' { + a8 a8 a2. a8 a8 + } + \notes\relative c'' { + a8 a a a a2 + a8 a a a + } + > +} -- 2.39.5