]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-simple.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / piano-template-simple.ly
index 45e792f4a7d33aa9a014186a097252c2a8a10e88..8386a4525b13c30e152f648615a8303f552c1370 100644 (file)
@@ -1,9 +1,9 @@
 %% 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 = "piano-music, template"
+  lsrtags = "keyboards, template"
 
   texidoc = "
 Here is a simple piano staff with some notes.
@@ -16,8 +16,7 @@ upper = \relative c'' {
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -25,13 +24,12 @@ lower = \relative c {
   \key c \major
   \time 4/4
   
-  a2 c
-  
+  a2 c  
 }
 
 \score {
   \new PianoStaff <<
-    \set PianoStaff.instrumentName = "Piano  "
+    \set PianoStaff.instrumentName = #"Piano  "
     \new Staff = "upper" \upper
     \new Staff = "lower" \lower
   >>