X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-nonstaff-lines-top.ly;fp=input%2Fregression%2Fpage-spacing-nonstaff-lines-top.ly;h=1916cab1e783cd90f5a87cc7e0e691e946b8c93d;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/page-spacing-nonstaff-lines-top.ly b/input/regression/page-spacing-nonstaff-lines-top.ly new file mode 100644 index 0000000000..1916cab1e7 --- /dev/null +++ b/input/regression/page-spacing-nonstaff-lines-top.ly @@ -0,0 +1,28 @@ +\version "2.14.0" + +\header { + texidoc = "A non-staff line (such as @code{Lyrics}) at the top +of a system is spaced appropriately." +} + +\layout { + ragged-right = ##t + \context { + \Lyrics + \override VerticalAxisGroup + #'nonstaff-nonstaff-spacing #'minimum-distance = #20 + \override VerticalAxisGroup #'staff-affinity = #DOWN + } +} +<< + \new Lyrics \lyricmode { + My2 first Li4 -- ly song, + } + \new Lyrics \lyricmode { + Not2 much can4 go wrong! + } + \context Voice = "voice" \relative c'' { + d2 d c4 bes a2 + } +>> +