]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beam-french.ly
index 0d2d9ec8a180a56870b4904f1eb8e0075f9b5321..618732c5ee4537f830b1319d94660ba6cc4f55c6 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.7.6"
+\version "2.19.21"
 
 \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."
+}
+
+\layout { ragged-right= ##t }
+
+\relative
+{
+    \override Stem.french-beaming = ##t
+    c'16[ c c c]
+    c8[ c16 e16 f16 g16 g8]
 }
 
-\score { \notes
-\relative c'
-        {
-            \property Voice.Beam \override #'french-beaming = ##t
-            [c16 c c c]
-       [c8 c16 c16 c8]
-       [c8 c16 e16 g8]
 
-    }}
-%% new-chords-done %%
\ No newline at end of file