]> 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 b6348d54e4e59f25c4088e75190da426e24c1a1d..f2ac4a48a98fdda499b737c896fcae831c3c4a8d 100644 (file)
@@ -1,27 +1,26 @@
-\version "1.7.18"
+
+\version "2.1.22"
 \header{
        texidoc="@cindex Beam Count
+
 You can alter the number of stems in a beam.  Here we see
 two sets of four 32nds joined as if they were 8th notes.
+
 " }
 
 fragment = \notes {
-  f'32 g a b b a g f
-
-  \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
-  \property Voice.stemRightBeamCount = #1 b
-  \property Voice.stemLeftBeamCount = #1 b
-  a g f
+  f32 g a b 
+  \set stemRightBeamCount = #1  b
+  \set stemLeftBeamCount = #1 a
+   g f
 }
 
-\paper { raggedright = ##t} 
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper { raggedright = ##t}  
 }
-%% new-chords-done %%
+