]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-and-markup.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-and-markup.ly
index 9c8e49f09d24bacaa6cef8183f8e2c7b215b8136..c0b32e8af0b7185a4525332f36675359bd7c6b96 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.4"
+\version "2.19.2"
 
 \header {
   texidoc = "Having markup after a non-staff line doesn't confuse
@@ -13,9 +13,15 @@ the page layout engine."
      \new Staff <<
        \new Voice = "asdf" { c' d' e' f' }
      >>
-     \new Lyrics \lyricsto "asdf" \lyricmode { a b c d }
+     \new Lyrics \lyricsto "asdf" { a b c d }
+  >>
+  }
+  \markup "next song"
+  \score {
+    <<
+      \new Lyrics \lyricmode {la1 la }
+      \new Staff \new Voice { a'1 a'1 }
   >>
   }
-  \markup "blah blah blah"
 }