From: fred Date: Thu, 29 Apr 1999 11:14:12 +0000 (+0000) Subject: lilypond-1.1.42 X-Git-Tag: release/1.5.59~5795 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ee0d06dcff51d0bf85eca12434e98ad4d0e3dda8;p=lilypond.git lilypond-1.1.42 --- 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.;} +} +