X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-knee-symmetry.ly;h=b633ebf225e5bb73459b1245976144c2e07f22a4;hb=b66903d12cbb860344e0aab0b7a318825cc1239b;hp=c8b8e82cf185c33101a078accf3244c0cd710ad0;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/beam-knee-symmetry.ly b/input/regression/beam-knee-symmetry.ly index c8b8e82cf1..b633ebf225 100644 --- a/input/regression/beam-knee-symmetry.ly +++ b/input/regression/beam-knee-symmetry.ly @@ -1,18 +1,16 @@ -\version "2.1.7" +\version "2.16.0" \header { texidoc = "Point-symmetric beams should receive the same - quanting. There is no up/down bias in the quanting code." +quanting. There is no up/@/down bias in the quanting code." } +\layout{ + ragged-right = ##t +} -\score{ - \notes\relative c'{ - a8[ b'' a,, b''] - b8[ a,, b'' a,,] - } - \paper{ - raggedright = ##t - } +\relative c'{ + a8[ b'' a,, b''] + b8[ a,, b'' a,,] }