]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky-beamlet.ly
Doc-fr: NR-1.5.2 merging rests
[lilypond.git] / input / regression / beam-funky-beamlet.ly
index f38061157dd2a4cc52d4e4bbccfbb169166bdff7..f399193e62abb1d72405d17897dd1494ef475ee7 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.14.0"
+\version "2.19.21"
 \header {
 
   texidoc=" Funky kneed beams with beamlets also work. The beamlets
@@ -10,21 +10,21 @@ should be pointing to the note head.
 
 \layout { ragged-right = ##t}
 
-\relative c' {
-  \once \override Stem #'direction = #UP
-  c16
-  \once \override Stem #'direction = #DOWN
+\relative {
+  \once \override Stem.direction = #UP
+  c'16
+  \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          
 }