]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-count.ly
* input/: Convert ly files that still had \property. Fixes make
[lilypond.git] / input / test / beam-count.ly
index 1e5b7d01feded7ff4ba26d11ab52a8ef57166654..f2ac4a48a98fdda499b737c896fcae831c3c4a8d 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.1.22"
 \header{
        texidoc="@cindex Beam Count
 
@@ -9,13 +9,12 @@ two sets of four 32nds joined as if they were 8th notes.
 " }
 
 fragment = \notes {
-  \property Voice.autoBeamSettings
-    \set #'(end * * * *) = #(ly:make-moment 1 4)
+  \override autoBeamSettings  #'(end * * * *) = #(ly:make-moment 1 4)
   f32 g a b b a g f
 
   f32 g a b 
-  \property Voice.stemRightBeamCount = #1  b
-  \property Voice.stemLeftBeamCount = #1 a
+  \set stemRightBeamCount = #1  b
+  \set stemLeftBeamCount = #1 a
    g f
 }