]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/single-staff-template-with-notes,-lyrics,-and-chords.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / single-staff-template-with-notes,-lyrics,-and-chords.ly
index 8f05237b12e38ad748588a4a1ce5c1dd62216e69..27e824dfac7c6f3f4730cb5a56e7680df69564a1 100644 (file)
@@ -1,43 +1,42 @@
 %% 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.51"
 
 \header {
   lsrtags = "vocal-music, chords, template"
- texidoc = "
-This template allows you to prepare a song with melody, words, and
+
+  texidoc = "
+This template allows the preparation of a song with melody, words, and
 chords. 
-" }
-% begin verbatim
+
+"
+  doctitle = "Single staff template with notes, lyrics, and chords"
+} % begin verbatim
 melody = \relative c' {
-            \clef treble
-            \key c \major
-            \time 4/4
-         
-            a b c d
-         }
-         
-         text = \lyricmode {
-            Aaa Bee Cee Dee
-         }
-         
-         harmonies = \chordmode {
-            a2 c2
-         }
-         
-         \score {
-            <<
-               \new ChordNames {
-                  \set chordChanges = ##t
-                  \harmonies
-               }
-            \new Voice = "one" {
-               \autoBeamOff
-               \melody
-            }
-            \new Lyrics \lyricsto "one" \text
-            >>
-            \layout { }
-            \midi { }
-         }
+  \clef treble
+  \key c \major
+  \time 4/4
+  
+  a4 b c d
+}
+
+text = \lyricmode {
+  Aaa Bee Cee Dee
+}
+
+harmonies = \chordmode {
+  a2 c
+}
 
+\score {
+  <<
+    \new ChordNames {
+      \set chordChanges = ##t
+      \harmonies
+    }
+    \new Voice = "one" { \autoBeamOff \melody }
+    \new Lyrics \lyricsto "one" \text
+  >>
+  \layout { }
+  \midi { }
+}