]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-with-melody-and-lyrics.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / piano-template-with-melody-and-lyrics.ly
index 76c7ee89555d813ad2a0a559cb3c719fd1b5371e..d49f14ce1e87f0f6d05f6622f4b2db6ebdce4a05 100644 (file)
@@ -1,21 +1,35 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.62"
 
 \header {
-  lsrtags = "vocal-music, piano-music, template"
- texidoc = "
+  lsrtags = "vocal-music, keyboards, template"
+
+  texidoces = "
+He aquí el típico formato dde una canción: un pentagrama con la
+melodía y la letra, y el acompañamiento de piano por debajo.
+
+"
+  doctitlees = "Plantilla de piano con melodía y letra"
+  
+  texidocde = "
+as nächste Beispiel ist typisch für ein Lied: Im oberen System die 
+Melodie mit Text, darunter Klavierbegleitung.
+"
+
+  texidoc = "
 Here is a typical song format: one staff with the melody and lyrics,
 with piano accompaniment underneath. 
-" }
-% begin verbatim
+
+"
+  doctitle = "Piano template with melody and lyrics"
+} % begin verbatim
 melody = \relative c'' {
   \clef treble
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a b c d  
 }
 
 text = \lyricmode {
@@ -27,8 +41,7 @@ upper = \relative c'' {
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -36,15 +49,13 @@ lower = \relative c {
   \key c \major
   \time 4/4
   
-  a2 c
-  
+  a2 c  
 }
 
 \score {
   <<
     \new Voice = "mel" { \autoBeamOff \melody }
-    \new Lyrics \lyricsto mel \text
-    
+    \new Lyrics \lyricsto mel \text    
     \new PianoStaff <<
       \new Staff = "upper" \upper
       \new Staff = "lower" \lower