]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-manual-beaming.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / beam-manual-beaming.ly
index ed73fd86355d64bcefaf088d620c651f530495ff..dfb0175d93d6cd65dfbc874aef9994dc6961847e 100644 (file)
@@ -1,28 +1,26 @@
 
-\version "1.9.1"
+\version "2.19.21"
 
 
 \header {
-texidoc =  
-"Beaming can be overidden for individual stems."
+  texidoc = 
+  "Beaming can be overidden for individual stems."
+}
+\layout{ 
+  ragged-right = ##t 
 }
-\score {
-\notes \relative c'' {
-  c32[ c
-
 
-%% WARNING: #'beaming is written, so this
-%% property can not be shared between objects. Always use
-%%  \once.
-%%
+\relative {
+  c''32[ c
 
+       %% WARNING: #'beaming is written, so this
+       %% property can not be shared between objects. Always use
+       %%  \once.
+       %%
 
-  \once \property Voice.Stem \override
-   #'beaming = #(cons (list   1 2) (list 0 2 4))
-c
-  \once \property Voice.Stem \override
-   #'beaming = #(cons (list 0 2 4) (list 0 1 4))
-c c c]
-}
-\paper{ linewidth = -1.0 }
+       \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))
+       c c c]
 }
+