]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / beam-french.ly
index 0b1facac3711893cb981b1ed9e8f2def67274177..14d33b001dbbee8d91b255975dcc1c5ac65eba1b 100644 (file)
@@ -1,24 +1,16 @@
-
-\version "1.9.4"
+\version "2.12.0"
 
 \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]
+}