]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-nonstaff-lines-and-markup.ly
Release: update news.
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-and-markup.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Having markup after a non-staff line doesn't confuse
5 the page layout engine."
6 }
7
8 #(set-default-paper-size "a6")
9
10 \book {
11   \score {
12   <<
13      \new Staff <<
14        \new Voice = "asdf" { c' d' e' f' }
15      >>
16      \new Lyrics \lyricsto "asdf" \lyricmode { a b c d }
17   >>
18   }
19   \markup "blah blah blah"
20 }
21