]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano-melody-lyrics.ly
release commit
[lilypond.git] / input / template / piano-melody-lyrics.ly
index a1c2c3ecc9815f9da47068915928b8ce313a2c58..88af92d181adeec016ce0031675e09eddc4503de 100644 (file)
@@ -1,20 +1,8 @@
-\version "1.5.1"
+\version "1.5.68"
 
 \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 ="Classical song format: one staff with melody and lyrics, and piano accompaniment."
+  
 }
 
 melody = \notes \relative c'' {
@@ -37,7 +25,7 @@ lower = \notes\relative c {
   <
     \addlyrics
       \context Staff = mel {
-        \property Staff.noAutoBeaming = ##t
+        \property Staff.autoBeaming = ##f
         \property Staff.automaticMelismata = ##t
         \melody
       }
@@ -55,4 +43,4 @@ lower = \notes\relative c {
     \translator { \HaraKiriStaffContext }
   }  
   \midi { }  
-}
\ No newline at end of file
+}