]> 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 e479332bca5882fac5a3c861ed2892db40027da6..303379b32670ece7365421c1517911627a5a4655 100644 (file)
@@ -1,21 +1,31 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.16.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 { raggedright = ##t}
+  c16          
 }