]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / regression / beam-french.ly
index 62dbcd75959a98b93f4d40f0ac092ae5b9e4e1b9..77dd0b413f63c2874fee2acd4709ba960420bbe1 100644 (file)
@@ -1,19 +1,19 @@
-\version "1.7.18"
+
+\version "2.1.36"
 
 \header {
 
-    texidoc = "French style beaming. In french beaming, the
-    stems do not go to the outer beams."
+    texidoc = "In french style beaming, the stems do not go between beams."
 
 }
 
 \score { \notes
         \relative c'
         {
-            \property Voice.Stem \override #'french-beaming = ##t
-            c16-[ c c c]
-            c8-[ c16 c16 c8]
-            c8-[ c16 e16 g8]
+            \override Stem  #'french-beaming = ##t
+            c16[ c c c]
+            c8[ c16 c16 c8]
+            c8[ c16 e16 g8]
         }
 
     \paper { raggedright= ##t }