]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-simple.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / piano-template-simple.ly
index 4c84cd1b40e97dc81fcbcc71809967700e82b225..b4bccc8e8f8f4e8b120ae2d32f32464eef14eca7 100644 (file)
@@ -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
   >>