From 4cb474214daecf455252bb37aeec29aa10c4709b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 2 Aug 2002 00:06:34 +0000 Subject: [PATCH] *** empty log message *** --- input/regression/beam-funky-beamlet.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/regression/beam-funky-beamlet.ly 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 } +} + -- 2.39.5