]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Web-es: Spanish macros for Acknowledgements
[lilypond.git] / input / regression / beam-french.ly
index a9539253230c431cbdea2b99b4981b5ff32eda7b..618732c5ee4537f830b1319d94660ba6cc4f55c6 100644 (file)
@@ -1,14 +1,16 @@
+\version "2.19.21"
 
 \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."
+}
+
+\layout { ragged-right= ##t }
+
+\relative
+{
+    \override Stem.french-beaming = ##t
+    c'16[ c c c]
+    c8[ c16 e16 f16 g16 g8]
 }
 
-\score { \notes
-\relative c'
-        {
-            \property Voice.Beam \override #'french-beaming = ##t
-            [c16 c c c]
-       [c8 c16 c16 c8]
-       [c8 c16 e16 g8]
 
-    }}