]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano-4-voices.ly
Imported sources
[lilypond.git] / input / template / piano-4-voices.ly
index 13931c9d75edda7573b2cc26ff756b27eb9155cd..a9abdb1791b039d655e6fcd8085e8ae129807c06 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.1.7"
 
 \header {
   texidoc ="Polyphonic piano music"
@@ -26,18 +25,18 @@ lowerTwo = \notes\relative c {
 }
 
 \score {
-  \context PianoStaff <
+  \context PianoStaff <<
     %\time 4/4
-    \context Staff = upper <
+    \context Staff = upper <<
       \context Voice = one \upperOne
       \context Voice = two \upperTwo
-    >  
-    \context Staff = lower <
+    >>  
+    \context Staff = lower <<
       \clef bass
       \context Voice = one \lowerOne
       \context Voice = two \lowerTwo
-    >  
-  >
+    >>  
+  >>
   \paper { }  
   \midi { }  
 }