]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Break slurs between alternative endings in repeats; issue 1698.
[lilypond.git] / input / regression / beam-french.ly
index 120f7d1e3197a4804659ab987be6e4669e848a59..d0f44becdcc1aaed29e214a5fc3c33b532d7a18c 100644 (file)
@@ -1,24 +1,16 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\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
-        \relative c'
-        {
-            \property Voice.Stem \override #'french-beaming = ##t
-            c16[ c c c]
-            c8[ c16 c16 c8]
-            c8[ c16 e16 g8]
-        }
+\layout { ragged-right= ##t }
 
-    \paper { raggedright= ##t }
-
-     }
+\relative c'
+{
+    \override Stem.french-beaming = ##t
+    c16[ c c c]
+    c8[ c16 e16 f16 g16 g8]
+}