]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/title.ly
* lily/bar-line.cc (compound_barline): fix : for staff without
[lilypond.git] / input / test / title.ly
index 7928ca95b48e3994d1554feb0812b034e0534951..4478db44b1855c734cfff4a9fac05212a8a406ae 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.7.18"
-% MERGE with ly2dvi-
+\version "2.3.8"
+% MERGE with lilypond-
 \header {
-  filename =  "title.ly"
+  filename = "title.ly"
   dedication = "dedication"
   title = "Title"
   subtitle = "Subtitle"
   texttranslator = "Translator"
   copyright = "public domain"
   enteredby = "jcn"
-  source =  "urtext"
+  source = "urtext"
+
+  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' {
+  \context Staff  \relative c' {
      \repeat unfold 10 {
        c d e f f e d c \break
        c d e f f e d c
@@ -32,7 +35,7 @@
 }
 
 \score {
-  \notes \relative c' {
+   \relative c' {
      f e d c c d e f \break
      f e d c c d e f
   }