]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Merge branch 'translation' of /home/jcharles/GIT/Lily/. into staging
[lilypond.git] / input / regression / beam-french.ly
index 0e978017cc30f4427cb4f42c59ea4de3a2765a43..d0f44becdcc1aaed29e214a5fc3c33b532d7a18c 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.7.18"
+\version "2.17.6"
 
 \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