]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano-lyrics.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / template / piano-lyrics.ly
index 20f24f430058c6cdfe723f441aeec4371c57a15b..61767502f59e1a6b5d0e765d088e81db1c979cff 100644 (file)
@@ -1,20 +1,8 @@
-\version "1.5.68"
+#(ly:set-option 'old-relative)
+\version "1.9.4"
 
 \header {
-  dedication = "dedication"
-  title = "Title"
-  subtitle = "Subtitle"
-  subsubtitle = "Subsubtitle"
-  composer = "Composer (xxxx-yyyy)"
-  opus = "Opus 0"
-  piece = "Piece I"
-  instrument = "Instrument"
-  arranger = "Arranger"
-  poet = "Poet"
-  texttranslator = "Translator"
-  copyright = "public domain"
-  enteredby = "jcn"
-  source =  "urtext"
+  texidoc ="Lyrics between two staffs."
 }
 
 upper = \notes\relative c'' {
@@ -30,15 +18,15 @@ text = \lyrics {
 }
 
 \score {
-  \context GrandStaff <
+  \context GrandStaff <<
     \addlyrics
       \context Staff = upper \upper
       \context Lyrics \text
-    \context Staff = lower <
+    \context Staff = lower <<
       \clef bass
       \lower
-    >  
-  >
+    >>  
+  >>
   \paper {
     \translator {
       \GrandStaffContext
@@ -51,4 +39,4 @@ text = \lyrics {
     }
   }  
   \midi { }  
-}
\ No newline at end of file
+}