]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/title-markup.ly
Do header and footer.
[lilypond.git] / input / test / title-markup.ly
index 98cf714064db7db1724381857dbfbf189e79d05a..2282f4612771cd672201e89d25b84e87d4f0e7a3 100644 (file)
@@ -36,6 +36,9 @@ sizeTest = \markup {
 spaceTest = \markup { "two space chars" }
 \header {
     texidoc = "Make titles using markup (WIP)."
+
+    tagline = "my tagline for v \version"
+    copyright = "copyright by me"
     
     %dedication = "För my dør Lily"
     % ugh: encoding char-size
@@ -103,7 +106,7 @@ spaceTest = \markup { "two space chars" }
 
 \score {
     \context Staff \notes \relative c' {
-       \repeat unfold 10 { a b c d \break }
+       \repeat unfold 1 { a b c d \break }
        c1
     }
 }