]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-feather-knee-stem-length.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / beam-feather-knee-stem-length.ly
index 09649c7d01e532cd864b106c9c55f0503ba1545d..e0b1c4caf05dc48cdfb247e941307674373b6079 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.28"
+\version "2.19.21"
 \header {
 
   texidoc="In feathered beams, stems in knees reach up to the feathered part correctly.
@@ -8,25 +8,25 @@
 
 \layout { ragged-right = ##t}
 
-\relative c' {
-  \override Beam #'grow-direction = #-1
-%  \override Beam #'transparent = ##t
-  \override Stem #'direction = #UP
-  c32[
-  \override Stem #'direction = #DOWN
+\relative {
+  \override Beam.grow-direction = #-1
+%  \hide Beam
+  \override Stem.direction = #UP
+  c'32[
+  \override Stem.direction = #DOWN
 
   c''32 c32
-  \override Stem #'direction = #UP
+  \override Stem.direction = #UP
   c,,32]
 
-  \override Beam #'grow-direction = #1
-%  \override Beam #'transparent = ##t
-  \override Stem #'direction = #DOWN
+  \override Beam.grow-direction = #1
+%  \hide Beam
+  \override Stem.direction = #DOWN
   c''32[
-  \override Stem #'direction = #UP
+  \override Stem.direction = #UP
 
   c,,32 c32
-  \override Stem #'direction = #DOWN
+  \override Stem.direction = #DOWN
   c''32]
 
 }