]> 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 3b9f4c5f29ea324a01ab078bc423b79103af5680..2721a7c589c841c99cc84f62c72ae897284f9e51 100644 (file)
@@ -1,58 +1,56 @@
 %% 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, piano-music, template"
- texidoc = "
+  lsrtags = "vocal-music, keyboards, template"
+
+  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
-         }
-         
-         text = \lyricmode {
-            Aaa Bee Cee Dee
-         }
-         
-         upper = \relative c'' {
-            \clef treble
-            \key c \major
-            \time 4/4
-         
-            a b c d
-         }
-         
-         lower = \relative c {
-            \clef bass
-            \key c \major
-            \time 4/4
-         
-            a2 c
-         }
-         
-         \score {
-            <<
-               \new Voice = "mel" {
-                   \autoBeamOff
-                   \melody
-               }
-               \new Lyrics \lyricsto mel \text
-         
-               \new PianoStaff <<
-                  \new Staff = "upper" \upper
-                  \new Staff = "lower" \lower
-               >>
-            >>
-            \layout {
-               \context { \RemoveEmptyStaffContext }
-            }
-            \midi { }
-         }
+  \clef treble
+  \key c \major
+  \time 4/4
+  
+  a b c d  
+}
+
+text = \lyricmode {
+  Aaa Bee Cee Dee
+}
+
+upper = \relative c'' {
+  \clef treble
+  \key c \major
+  \time 4/4
+  
+  a4 b c d  
+}
+
+lower = \relative c {
+  \clef bass
+  \key c \major
+  \time 4/4
+  
+  a2 c  
+}
 
+\score {
+  <<
+    \new Voice = "mel" { \autoBeamOff \melody }
+    \new Lyrics \lyricsto mel \text    
+    \new PianoStaff <<
+      \new Staff = "upper" \upper
+      \new Staff = "lower" \lower
+    >>
+  >>
+  \layout {
+    \context { \RemoveEmptyStaffContext }
+  }
+  \midi { }
+}