]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-with-centered-lyrics.ly
LSR: update.
[lilypond.git] / input / lsr / piano-template-with-centered-lyrics.ly
index 00387dcd0dc122818cd5843c7f4ff775e4d9a90a..6043f6247e72d4fe74f4eedca94783ad8e047b22 100644 (file)
@@ -1,47 +1,55 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: text, piano-music, template
-\version "2.11.35"
+\version "2.11.46"
 
-\header { texidoc = "
+\header {
+  lsrtags = "text, keyboards, 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
+
+"
+  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
+  
+  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 { \lower }
+  >>
+  \layout {
+    \context {
+      \GrandStaff
+      \accepts "Lyrics"
+    }
+    \context {
+      \Lyrics
+      \consists "Bar_engraver"
+    }
+  }
+  \midi { }
+}