]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-simple.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / piano-template-simple.ly
index 22cae45775d5c3e325f14ee9c90a699dabb2f366..2ffcf6feded1bfe4c76705b0cb8572e03e6f414a 100644 (file)
@@ -1,36 +1,38 @@
 %% 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.57"
 
 \header {
-  lsrtags = "piano-music, template"
- texidoc = "
+  lsrtags = "keyboards, template"
+
+  texidoc = "
 Here is a simple piano staff with some notes.
-" }
-% begin verbatim
+
+"
+  doctitle = "Piano template (simple)"
+} % 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
-         }
-         
-         \score {
-            \new PianoStaff <<
-               \set PianoStaff.instrumentName = "Piano  "
-               \new Staff = "upper" \upper
-               \new Staff = "lower" \lower
-            >>
-            \layout { }
-            \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  
+}
 
+\score {
+  \new PianoStaff <<
+    \set PianoStaff.instrumentName = #"Piano  "
+    \new Staff = "upper" \upper
+    \new Staff = "lower" \lower
+  >>
+  \layout { }
+  \midi { }
+}