X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-nonstaff-lines-top.ly;h=f1891e072b715ef45582e9f1367cac468a53ca13;hb=8daf5df7cb4ebb293518019c9d30550bad6fa493;hp=05566ca81309b458a33ff4c8b3a47ab85986c2bd;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/page-spacing-nonstaff-lines-top.ly b/input/regression/page-spacing-nonstaff-lines-top.ly index 05566ca813..f1891e072b 100644 --- a/input/regression/page-spacing-nonstaff-lines-top.ly +++ b/input/regression/page-spacing-nonstaff-lines-top.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.21" \header { texidoc = "A non-staff line (such as @code{Lyrics}) at the top @@ -9,9 +9,8 @@ of a system is spaced appropriately." ragged-right = ##t \context { \Lyrics - \override VerticalAxisGroup - #'nonstaff-nonstaff-spacing #'minimum-distance = #20 - \override VerticalAxisGroup #'staff-affinity = #DOWN + \override VerticalAxisGroup.nonstaff-nonstaff-spacing.minimum-distance = #20 + \override VerticalAxisGroup.staff-affinity = #DOWN } } << @@ -21,8 +20,8 @@ of a system is spaced appropriately." \new Lyrics \lyricmode { Not2 much can4 go wrong! } - \context Voice = "voice" \relative c'' { - d2 d c4 bes a2 + \context Voice = "voice" \relative { + d''2 d c4 bes a2 } >>