X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-manual-beaming.ly;h=dfb0175d93d6cd65dfbc874aef9994dc6961847e;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=15898c58d050ac3c1c89f0e9e0aa71b529f5022e;hpb=32a34dcef0c0041c6d62677487a380b5c8b85712;p=lilypond.git diff --git a/input/regression/beam-manual-beaming.ly b/input/regression/beam-manual-beaming.ly index 15898c58d0..dfb0175d93 100644 --- a/input/regression/beam-manual-beaming.ly +++ b/input/regression/beam-manual-beaming.ly @@ -1,5 +1,5 @@ -\version "2.16.0" +\version "2.19.21" \header { @@ -10,19 +10,17 @@ 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] }