]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky-beamlet.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-funky-beamlet.ly
index 0a1e0e03966fb941e61e39e760983df7dc1e000f..303379b32670ece7365421c1517911627a5a4655 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.39"
+\version "2.16.0"
 \header {
 
   texidoc=" Funky kneed beams with beamlets also work. The beamlets
@@ -11,9 +11,21 @@ should be pointing to the note head.
 \layout { ragged-right = ##t}
 
 \relative c' {
-  c16 c''8 c,,16
-  c16 c''8 c16
-  c16 c,,8 c16          
+  \once \override Stem #'direction = #UP
+  c16
+  \once \override Stem #'direction = #DOWN
+
+  c''8 c,,16
+  \once \override Stem #'direction = #UP
+  c16
+  \once \override Stem #'direction = #DOWN
+
+  c''8 c16
+  \once \override Stem #'direction = #DOWN
   
+  c16 c,,8
+  \once \override Stem #'direction = #UP
+
+  c16          
 }