]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/single-staff-template-with-only-notes.ly
LSR: Update.
[lilypond.git] / input / lsr / single-staff-template-with-only-notes.ly
index 7873a28e525d99f9ee279e8cf82f30aea02a8cba..e1bc08805655ecd662559cb3dd7aa2ebf74d3166 100644 (file)
@@ -1,26 +1,28 @@
 %% 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.55"
 
 \header {
   lsrtags = "template"
- texidoc = "
+
+  texidoc = "
 This very simple template gives you a staff with notes, suitable for a
 solo instrument or a melodic fragment. Cut and paste this into a file,
 add notes, and you're finished! 
-" }
-% begin verbatim
+
+"
+  doctitle = "Single staff template with only notes"
+} % begin verbatim
 melody = \relative c' {
-            \clef treble
-            \key c \major
-            \time 4/4
-         
-            a4 b c d
-         }
-         
-         \score {
-            \new Staff \melody
-            \layout { }
-            \midi {}
-         }
+  \clef treble
+  \key c \major
+  \time 4/4
+  
+  a4 b c d
+}
 
+\score {
+  \new Staff \melody
+  \layout { }
+  \midi { }
+}