]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 2 Aug 2002 00:06:34 +0000 (00:06 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 2 Aug 2002 00:06:34 +0000 (00:06 +0000)
input/regression/beam-funky-beamlet.ly [new file with mode: 0644]

diff --git a/input/regression/beam-funky-beamlet.ly b/input/regression/beam-funky-beamlet.ly
new file mode 100644 (file)
index 0000000..1118333
--- /dev/null
@@ -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 }
+}
+