X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Fcollision-whole.ly;h=fad84d06d78b0791827759fae3c2334dac187c6f;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=20f0d7194600d87627d6247857b52d30de5e156c;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/collision-whole.ly b/input/regression/collision-whole.ly index 20f0d71946..fad84d06d7 100644 --- a/input/regression/collision-whole.ly +++ b/input/regression/collision-whole.ly @@ -1,14 +1,16 @@ -\version "2.12.0" +\version "2.14.0" \header { - texidoc = "Mixed collisions with whole notes require asymmetric shifts." + texidoc = "Mixed collisions with whole and longer notes + require asymmetric shifts." } \layout{ragged-right=##t} \relative c'' { + \override Score.NoteHead #'style = #'altdefault << - { c1 c2 s2 c1 c4 s2. } + { c1 c2*2 c1 c4*4 c1 c\breve*1/2 c\breve*1/2 b\breve*1/2 } \\ - { c2 s2 c1 c4 s2. c1 } + { c2*2 c1 c4*4 c1 c\breve*1/2 c1 b\breve*1/2 c\breve*1/2 } >> }