]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-french.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-french.ly
index 1f3c60c9c4b4dfd322a0d72c38728362ad4639c6..618732c5ee4537f830b1319d94660ba6cc4f55c6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.51"
+\version "2.19.21"
 
 \header {
     texidoc = "In French style beaming, the stems do not go between beams."
@@ -6,10 +6,10 @@
 
 \layout { ragged-right= ##t }
 
-\relative c'
+\relative
 {
-    \override Stem  #'french-beaming = ##t
-    c16[ c c c]
+    \override Stem.french-beaming = ##t
+    c'16[ c c c]
     c8[ c16 e16 f16 g16 g8]
 }