]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano-4-voices.ly
Imported sources
[lilypond.git] / input / template / piano-4-voices.ly
index c5d1336c91d71858ecbb9c259f40666f8fc34878..a9abdb1791b039d655e6fcd8085e8ae129807c06 100644 (file)
@@ -1,20 +1,7 @@
-\version "1.5.68"
+\version "2.1.7"
 
 \header {
-  dedication = "dedication"
-  title = "Title"
-  subtitle = "Subtitle"
-  subsubtitle = "Subsubtitle"
-  composer = "Composer (xxxx-yyyy)"
-  opus = "Opus 0"
-  piece = "Piece I"
-  instrument = "Instrument"
-  arranger = "Arranger"
-  poet = "Poet"
-  texttranslator = "Translator"
-  copyright = "public domain"
-  enteredby = "jcn"
-  source =  "urtext"
+  texidoc ="Polyphonic piano music"
 }
 
 upperOne = \notes\relative c'' {
@@ -38,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 { }  
-}
\ No newline at end of file
+}