]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/title.ly
release commit
[lilypond.git] / input / test / title.ly
index dd7e3cd7346fbbb61da3745733d17c48b31b4061..bc337852972a14e860dc053a6b87d70dbd109b6a 100644 (file)
@@ -1,40 +1,48 @@
-\header{
-filename =     "title.ly";
-title =                "Title";
-subtitle =     "Subtitle";
-composer=      "Composer (xxxx-yyyy)";
-arranger =     "Arranger";
-copyright =    "public domain";
-enteredby =    "jcn";
-source =       "urtext";
-instrument=    "Instrument";
-}
-
-\version "1.2.0";
+\version "2.1.30"
+% MERGE with lilypond-
+\header {
+  filename = "title.ly"
+  dedication = "dedication"
+  title = "Title"
+  subtitle = "Subtitle"
+  subsubtitle = "Subsubtitle"
+  composer = "Composer (xxxx-yyyy)"
+  instrument = "Instrument"
+  arranger = "Arranger"
+  poet = "Poet"
+  % ugr: warning: Identifier name is a keyword: `translator'
+  % translator = "Translator"
+  texttranslator = "Translator"
+  copyright = "public domain"
+  enteredby = "jcn"
+  source = "urtext"
 
-\score{
-       \notes
-         \relative c'{
-               c' d e f f e d c \break
-               c d e f f e d c
-       }
-       \header{
-       opus =          "Opus 0";
-       piece =         "Piece I";
-       override="Overdriven";
-       }
+  texidoc ="This example tests titling. By processing with @code{lilypond} 
+  (not @code{lilypond-book}), you will see all the titles." 
 }
 
+\score {
+  \context Staff \notes \relative c' {
+     \repeat unfold 10 {
+       c d e f f e d c \break
+       c d e f f e d c
+     }
+  }
+  \header {
+    opus = "Opus 0"
+    piece = "Piece I"
+  }
+}
 
-\score{
-       \notes
-       \relative c' {
-           f' e d c c d e f \break
-           f e d c c d e f
-       }
-       \header{ 
-       piece = "Piece II"; 
-       opus =          "Opus 1";
-       }
+\score {
+  \notes \relative c' {
+     f e d c c d e f \break
+     f e d c c d e f
+  }
+  \header { 
+    opus = "Opus 1"
+    piece = "Piece II" 
+  }
 }
 
+