X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-nonstaff-lines-and-markup.ly;fp=input%2Fregression%2Fpage-spacing-nonstaff-lines-and-markup.ly;h=c86dd501711e0bab0b4231cb4ca3f2a5ba19a649;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/page-spacing-nonstaff-lines-and-markup.ly b/input/regression/page-spacing-nonstaff-lines-and-markup.ly new file mode 100644 index 0000000000..c86dd50171 --- /dev/null +++ b/input/regression/page-spacing-nonstaff-lines-and-markup.ly @@ -0,0 +1,21 @@ +\version "2.14.0" + +\header { + texidoc = "Having markup after a non-staff line doesn't confuse +the page layout engine." +} + +#(set-default-paper-size "a6") + +\book { + \score { + << + \new Staff << + \new Voice = "asdf" { c' d' e' f' } + >> + \new Lyrics \lyricsto "asdf" \lyricmode { a b c d } + >> + } + \markup "blah blah blah" +} +