]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / beam-french.ly
index 2b8822293f781382c999ce17d4a2f300e74a5e83..1f3c60c9c4b4dfd322a0d72c38728362ad4639c6 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.7.16"
+\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