]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
* GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
[lilypond.git] / input / regression / beam-french.ly
index e12a30958a293c139498b5c7eee21ee19a4bb48f..62dbcd75959a98b93f4d40f0ac092ae5b9e4e1b9 100644 (file)
@@ -1,15 +1,23 @@
-\version "1.5.68"
+\version "1.7.18"
 
 \header {
-    texidoc = "French style beaming. In french beaming, the stems do not go to the outer beams."
+
+    texidoc = "French style beaming. In french beaming, the
+    stems do not go to the outer beams."
+
 }
 
 \score { \notes
-\relative c'
+        \relative c'
         {
-            \property Voice.Beam \override #'french-beaming = ##t
-            [c16 c c c]
-       [c8 c16 c16 c8]
-       [c8 c16 e16 g8]
+            \property Voice.Stem \override #'french-beaming = ##t
+            c16-[ c c c]
+            c8-[ c16 c16 c8]
+            c8-[ c16 e16 g8]
+        }
+
+    \paper { raggedright= ##t }
+
+     }
+
 
-    }}