]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 25 Jul 2002 22:19:26 +0000 (22:19 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 25 Jul 2002 22:19:26 +0000 (22:19 +0000)
input/template/README
input/template/header.ly [new file with mode: 0644]
input/template/melody-lyrics-chords.ly
input/template/melody-lyrics.ly
input/template/melody.ly
input/template/piano-4-voices.ly
input/template/piano-dynamics.ly
input/template/piano-lyrics.ly
input/template/piano-melody-lyrics.ly
input/template/piano.ly
input/template/satb.ly

index 7964ec496db6a741a78c4060ebfd075808e8b32a..6f39e7f8af661f3bd2271d741634dd22c986cfd7 100644 (file)
@@ -1,9 +1,4 @@
 
-* Mention this somewhere in documentation (Tutorial)
-
-* Better comment-out most header entries, or
-  move to template/title.ly altogether?
-
 * Naming conventions for voices/staves
   (think: \autochange, \partcombine)?
 
@@ -46,7 +41,6 @@ TODO (Choral templates, anyone?)
   string quintet parts
   orchestral score
   orchestral parts
-  choral score
   choral score with piano reduction (i.e., the piano staves have the
           same notes as the choral parts)
   choral score with piano accompaniment
diff --git a/input/template/header.ly b/input/template/header.ly
new file mode 100644 (file)
index 0000000..aea4b0b
--- /dev/null
@@ -0,0 +1,26 @@
+\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"
+  source =  "urtext "
+  enteredby = "your name here"
+  maintainerEmail = "your email here"
+  texidoc = "The standard header that ought to be above a file."
+
+}
+
+% insert a score otherwise lilypond-book gets confused. 
+\score {
+  \notes {
+  c4
+  }
+} 
index 73ce6ba33be36cf0fd8976dd0caf9c6999e250bf..5326f8598a12c57bc43701f196e8fe3c5e526541 100644 (file)
@@ -1,20 +1,7 @@
 \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 = "popsong format: chords, melody and lyrics."
 }
 
 melody = \notes \relative c' {
@@ -26,7 +13,7 @@ text = \lyrics {
 }
 
 accompaniment = \chords {
-  a2: c2
+  a2 c2
 }
 
 \score {
index 6fd13892deb3aae305c7ec35b3180d344cc4e0b2..2ded1de5e40d7b533b0b1e26832d7778cc83c0d9 100644 (file)
@@ -1,20 +1,7 @@
 \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 = "Melody and lyrics."
 }
 
 melody = \notes \relative c'' {
@@ -30,7 +17,6 @@ text = \lyrics {
     \addlyrics
       \context Staff = one {
         \property Staff.autoBeaming = ##f
-        \property Staff.automaticMelismata = ##t
         \melody
       }
       \context Lyrics \text
index fecd79b6e646dc3d4f708d6afeb65e1316df1aea..688310969869e22f39e2efcfb81c40a4c94c68e0 100644 (file)
@@ -1,20 +1,7 @@
 \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 = "Only a melody."
 }
 
 melody = \notes \relative c' {
index c5d1336c91d71858ecbb9c259f40666f8fc34878..a5db5e37e085d322d17e80c59131fa7949e5d3f9 100644 (file)
@@ -1,20 +1,7 @@
 \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 ="Polyphonic piano music"
 }
 
 upperOne = \notes\relative c'' {
@@ -52,4 +39,4 @@ lowerTwo = \notes\relative c {
   >
   \paper { }  
   \midi { }  
-}
\ No newline at end of file
+}
index 99b4ad7e39a241e72f7e4b70c98bee2c67d9dca4..acf0512e40a597623302fb78532ba0b770ccb30f 100644 (file)
@@ -1,28 +1,9 @@
-%{
-  argh. DOCME
-
-
-  template that puts dynamics on a separate line, so it is neatly
-centered between staffs.
-%}
-
 \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 ="
+  template that puts dynamics on a separate line, so it is neatly
+centered between staffs.
+"
 }
 
 upper = \notes\relative c'' {
index 20f24f430058c6cdfe723f441aeec4371c57a15b..1f2af8030c9110b1f3ea1c11a2f0278ce57971de 100644 (file)
@@ -1,20 +1,7 @@
 \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 ="Lyrics between two staffs."
 }
 
 upper = \notes\relative c'' {
@@ -51,4 +38,4 @@ text = \lyrics {
     }
   }  
   \midi { }  
-}
\ No newline at end of file
+}
index d47ca5e7e88dec881c07c73ef0921be69e1a23f0..88af92d181adeec016ce0031675e09eddc4503de 100644 (file)
@@ -1,20 +1,8 @@
 \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'' {
@@ -55,4 +43,4 @@ lower = \notes\relative c {
     \translator { \HaraKiriStaffContext }
   }  
   \midi { }  
-}
\ No newline at end of file
+}
index f523ad5c16cbb30e1fc602ac56c759d9a29f7827..2d07a0fa1d10b6e83342d5047c661d6bf83b2242 100644 (file)
@@ -1,20 +1,7 @@
 \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 = "simple piano music" 
 }
 
 upper = \notes\relative c'' {
@@ -36,4 +23,4 @@ lower = \notes\relative c {
   >
   \paper { }  
   \midi { }  
-}
\ No newline at end of file
+}
index 3c2369616f8bb42319597e51eb44982ac8568fa9..49b1bad896803f8865927d595eb182e8de41d925 100644 (file)
@@ -1,9 +1,9 @@
+\header {
 
-%{
-
+    texidoc = "
  Example template for a SATB vocal  score.
-%}
+" 
+}
 
 sopMusic = \notes  \relative c'' { c4 c [c8( )b] c4 }
 sopWords = \lyrics { hi4 hi hi hi  }