X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fremove-empty-staves-auto-knee.ly;h=ccd863865b3e3f89a58d162c2fc4dffaea8bbb69;hb=aafcc4147ae2fea2ba1d95c7a54963c61f21b963;hp=2b01d274340b3b035216475242737e410aeaaf15;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/input/regression/remove-empty-staves-auto-knee.ly b/input/regression/remove-empty-staves-auto-knee.ly index 2b01d27434..ccd863865b 100644 --- a/input/regression/remove-empty-staves-auto-knee.ly +++ b/input/regression/remove-empty-staves-auto-knee.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.19.21" \header { texidoc = " @@ -11,8 +11,8 @@ should be between the two staves. staffMusic = \new StaffGroup { << \new Staff = "rh" { - \relative c' { - c1 \break + \relative { + c'1 \break c1 \break c8[ c c c \change Staff = "lh" @@ -22,7 +22,7 @@ staffMusic = \new StaffGroup { } } \new Staff = "lh" { - \relative c { + \relative { \clef bass c1 R1 @@ -41,7 +41,7 @@ staffMusic = \new StaffGroup { ragged-right = ##t \context { \Staff - \override Beam #'auto-knee-gap = #4.5 + \override Beam.auto-knee-gap = #4.5 \RemoveEmptyStaves } }