]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Issue 4402: Part combiner: ignore skips coinciding with rests within a part
[lilypond.git] / input / regression / beam-french.ly
index a9539253230c431cbdea2b99b4981b5ff32eda7b..d0f44becdcc1aaed29e214a5fc3c33b532d7a18c 100644 (file)
@@ -1,14 +1,16 @@
+\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]
+}
+
 
-    }}