]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano-4-voices.ly
Imported sources
[lilypond.git] / input / template / piano-4-voices.ly
index 45d683257062b777ed9a622debdf66113f06c37f..a9abdb1791b039d655e6fcd8085e8ae129807c06 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.1.7"
 
 \header {
   texidoc ="Polyphonic piano music"
@@ -25,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 { }  
 }