]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky-beamlet.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-funky-beamlet.ly
index 111833309e1054bc72cee13b78b2e699e809769e..f38061157dd2a4cc52d4e4bbccfbb169166bdff7 100644 (file)
@@ -1,19 +1,31 @@
+
+\version "2.14.0"
 \header {
 
-texidoc=" Funky kneed beams with beamlets also work. The beamlets
+  texidoc=" Funky kneed beams with beamlets also work. The beamlets
 should be pointing to the note head.
 "
 
 }
 
+\layout { ragged-right = ##t}
+
+\relative c' {
+  \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
 
-\score {
-  \notes\relative c' {
-     c16 c''8 c,,16
-     c16 c''8 c16
-     c16 c,,8 c16          
-     
-  }
-  \paper { linewidth = -1 }
+  c16          
 }