]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / beam-french.ly
index 8b10c283fcf4c2af4137b6bf2078479cbcd93de6..1f3c60c9c4b4dfd322a0d72c38728362ad4639c6 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.5.68"
+\version "2.11.51"
 
 \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
+\layout { ragged-right= ##t }
+
 \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 e16 f16 g16 g8]
+}
+
 
-    }}
-%% new-chords-done %%
\ No newline at end of file