]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-french.ly
index a7f9c6fd59a1fd2510a0cb0bfe898b2213d4e056..7bb865f849354000a29dbf38e8d132ed7c8d5f7b 100644 (file)
@@ -1,24 +1,16 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.16.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]
+}