From ee0d06dcff51d0bf85eca12434e98ad4d0e3dda8 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 29 Apr 1999 11:14:12 +0000 Subject: [PATCH] lilypond-1.1.42 --- input/bugs/sv.ly | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 input/bugs/sv.ly diff --git a/input/bugs/sv.ly b/input/bugs/sv.ly new file mode 100644 index 0000000000..a25db83a26 --- /dev/null +++ b/input/bugs/sv.ly @@ -0,0 +1,18 @@ + + + +\score{ + \notes{ \time 13/8; + % \property Voice.beamAutoBegin = "1/8" + % \property Voice.beamAutoEnd = "3/8" + \property Voice.beamAutoEnd = "10/8" + \property Voice."beamAutoEnd_16" = "1/8" + \property Voice.beamAutoBegin = "1/4" + + a8 a a a16 a16 a16 a16 a16 a16 a8 a a a a a + a a a a a a a a a a a a a + a8 a8 a8 a8 a8 a a a a a a a a + } + \paper{ linewidth = -1.;} +} + -- 2.39.5