]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/title-markup.ly
* lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
[lilypond.git] / input / test / title-markup.ly
index 3739e2349e0a4b23533911ad50b4c1cf5c0ff93b..862eab29ede2fed21418138f2cedcaa1652d795c 100644 (file)
@@ -103,7 +103,6 @@ spaceTest = \markup { "two space chars" }
 \score {
     \context Staff \notes \relative c' {
        c2-\sizeTest c2-\spaceTest
-       \break c2-\latinTest c2
     }
 }
 
@@ -114,5 +113,6 @@ spaceTest = \markup { "two space chars" }
 \score {
     \context Staff \notes \relative c' {
        \repeat unfold 10 { a b c d \break }
+       c1
     }
 }