]> 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 356b0d0db55a0a19105c6d8b32096f41062cc97c..31bfcb9e543a5087df02ed589fd2e3697ccea616 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.12.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          
 }