]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/single-staff-template-with-only-notes.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / single-staff-template-with-only-notes.ly
index 19a9f6d79fa8f4663cf723b306bb07861973144d..f885d79bfc34aeb44675ee49e02160d7f272477c 100644 (file)
@@ -1,6 +1,6 @@
 %% 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 = "template"
@@ -14,16 +14,15 @@ add notes, and you're finished!
   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 { }
+}