]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-manual-beaming.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-manual-beaming.ly
index 2f3d413119dfea6767fd0ee287c2316da3c5e516..dfb0175d93d6cd65dfbc874aef9994dc6961847e 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.19.21"
 
 
 \header {
   ragged-right = ##t 
 }
 
-\relative c'' {
-  c32[ c
+\relative {
+  c''32[ c
 
        %% WARNING: #'beaming is written, so this
        %% property can not be shared between objects. Always use
        %%  \once.
        %%
 
-       \once \override Stem 
-       #'beaming = #(cons (list   1 2) (list 0 2 4))
+       \once \override Stem.beaming = #(cons (list   1 2) (list 0 2 4))
        c
-       \once \override Stem 
-       #'beaming = #(cons (list 0 2 4) (list 0 1 4))
+       \once \override Stem.beaming = #(cons (list 0 2 4) (list 0 1 4))
        c c c]
 }