From: hanwen Date: Fri, 2 Aug 2002 00:06:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.71~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1621fa3ef05839aad6e6c3914b6d076d98cb83fc;p=lilypond.git *** empty log message *** --- diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly new file mode 100644 index 0000000000..111833309e --- /dev/null +++ b/input/regression/beam-funky-beamlet.ly @@ -0,0 +1,19 @@ +\header { + +texidoc=" Funky kneed beams with beamlets also work. The beamlets +should be pointing to the note head. +" + +} + + +\score { + \notes\relative c' { + c16 c''8 c,,16 + c16 c''8 c16 + c16 c,,8 c16 + + } + \paper { linewidth = -1 } +} +