]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / beam-french.ly
index 0064144053f87c107675ee70e3ecbf9f1a33a9f6..545547d9c8bcc7f590f455f7a94095630861e274 100644 (file)
@@ -1,16 +1,23 @@
-\version "1.7.16"
+
+\version "2.3.16"
 
 \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'
+\score { 
+        \relative c'
         {
-            \property Voice.Beam \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 }
+
+     }
+
 
-    }}
-%% new-chords-done %%
\ No newline at end of file