]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky-beamlet.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / beam-funky-beamlet.ly
index e136100222eb555222f28bde4dd8be7ba053b2b2..31bfcb9e543a5087df02ed589fd2e3697ccea616 100644 (file)
@@ -1,21 +1,31 @@
 
-\version "2.3.16"
+\version "2.17.6"
 \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}
 
-\score {
-  \relative c' {
-     c16 c''8 c,,16
-     c16 c''8 c16
-     c16 c,,8 c16          
-     
-  }
-  \paper { raggedright = ##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
+
+  c16          
 }