]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-with-melody-and-lyrics.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / piano-template-with-melody-and-lyrics.ly
index 32d1b69646b97481d7240da8b923a244c5978202..2721a7c589c841c99cc84f62c72ae897284f9e51 100644 (file)
@@ -1,9 +1,9 @@
 %% 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.49"
 
 \header {
-  lsrtags = "vocal-music, template"
+  lsrtags = "vocal-music, keyboards, template"
 
   texidoc = "
 Here is a typical song format: one staff with the melody and lyrics,
@@ -17,8 +17,7 @@ melody = \relative c'' {
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a b c d  
 }
 
 text = \lyricmode {
@@ -30,8 +29,7 @@ upper = \relative c'' {
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -39,15 +37,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