]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/header.ly
(print): always start from right edge of
[lilypond.git] / input / template / header.ly
index 178b2c36c94631b9d6bb727b72a59562c766373c..5910072e3a2e8b0430600c98c239fe58060f45f1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.3.8"
 \header {
   dedication = "dedication"
   title = "Title"
@@ -12,7 +12,7 @@
   poet = "Poet"
   texttranslator = "Translator"
   copyright = "public domain"
-  source =  "urtext "
+  source = "urtext "
   enteredby = "your name here"
   maintainerEmail = "your email here"
   texidoc = "The standard header that ought to be in top of a file."
@@ -21,7 +21,7 @@
 
 % insert a score otherwise lilypond-book gets confused. 
 \score {
-  \notes {
+   {
   c'4
   }
 }