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