]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano.ly
*** empty log message ***
[lilypond.git] / input / template / piano.ly
index 16935ad15a1b2053854ec9e14cb1756bc375b55d..6af2917a232c3969436cc3e26c89fd727b63fcad 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "2.1.7"
 
 \header {
   texidoc = "Simple piano music." 
@@ -14,14 +13,14 @@ lower = \notes\relative c {
 }
 
 \score {
-  \context PianoStaff <
+  \context PianoStaff <<
     %\time 4/4
     \context Staff = upper \upper
-    \context Staff = lower <
+    \context Staff = lower <<
       \clef bass
       \lower
-    >  
-  >
+    >>  
+  >>
   \paper { }  
   \midi { }  
 }