]> 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 79377cf26161ca2c6e752eae3d6e5a3b69ecd008..31bfcb9e543a5087df02ed589fd2e3697ccea616 100644 (file)
@@ -1,21 +1,31 @@
 
-\version "1.9.4"
+\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 {
-  \notes\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          
 }