]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano-4-voices.ly
*** empty log message ***
[lilypond.git] / input / template / piano-4-voices.ly
index a5db5e37e085d322d17e80c59131fa7949e5d3f9..12b1a55459d1251ec2a99bc0d9cfdbc3b8b6a865 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.5.68"
+\version "2.2.0"
 
 \header {
-  texidoc ="Polyphonic piano music"
+  texidoc ="Polyphonic piano music."
 }
 
 upperOne = \notes\relative c'' {
@@ -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 { }  
 }