From: fred Date: Wed, 27 Mar 2002 02:00:06 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~503 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f18cdd193c9f3b4452f6d0ff40b2c4fae5e13f32;p=lilypond.git lilypond-1.5.8 --- 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 + } + > +}