]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-with-centered-lyrics.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / piano-template-with-centered-lyrics.ly
index 96968b7dc6343973c0291de45986213bf64207db..3c2b86c3dbfaf441aa36c9c77a2c327e140d879a 100644 (file)
@@ -1,48 +1,65 @@
 %% 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.35"
+\version "2.11.62"
 
 \header {
-  lsrtags = "text, piano-music, template"
- texidoc = "
-Instead of having a full staff for the melody and lyrics, you can place
-the lyrics between the piano staff (and omit the separate melody
-staff).
-" }
-% begin verbatim
+  lsrtags = "text, keyboards, template"
+
+  texidoces = "
+En lugar de tener un pentagrama dedicado a la melodía y la letra, ésta
+se puede centrar entre los pentagramas de un sistema de piano.
+
+"
+  doctitlees = "Plantilla de piano con letra centrada"
+  
+  texidocde = "
+Anstatt ein eigenes System für Melodie und Text zu schreiben, können 
+Sie den Text auch zwischen die beiden Klaviersysteme schreiben
+(und damit das zusätzliche System für die Gesangstimme auslassen).
+"
+
+  texidoc = "
+Instead of having a full staff for the melody and lyrics, lyrics can be
+centered between the staves of a piano staff.
+
+"
+  doctitle = "Piano template with centered lyrics"
+} % begin verbatim
 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
-         }
-         
-         text = \lyricmode {
-            Aaa Bee Cee Dee
-         }
-         
-         \score {
-           \new GrandStaff <<
-             \new Staff = upper { \new Voice = "singer" \upper }
-             \new Lyrics \lyricsto "singer" \text
-             \new Staff = lower {
-               \clef bass
-               \lower
-             }
-           >>
-           \layout {
-             \context { \GrandStaff \accepts "Lyrics" }
-             \context { \Lyrics \consists "Bar_engraver" }
-           }
-           \midi { }
-         }
+  \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  
+}
+
+text = \lyricmode {
+  Aaa Bee Cee Dee
+}
 
+\score {
+  \new GrandStaff <<
+    \new Staff = upper { \new Voice = "singer" \upper }
+    \new Lyrics \lyricsto "singer" \text
+    \new Staff = lower { \lower }
+  >>
+  \layout {
+    \context {
+      \GrandStaff
+      \accepts "Lyrics"
+    }
+    \context {
+      \Lyrics
+      \consists "Bar_engraver"
+    }
+  }
+  \midi { }
+}