]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/template/piano.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / template / piano.ly
index 43153a6bea43fbb3014692a4fc0a10ef44727d24..6af2917a232c3969436cc3e26c89fd727b63fcad 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.7.6"
+\version "2.1.7"
 
 \header {
-  texidoc = "simple piano music
+  texidoc = "Simple piano music.
 }
 
 upper = \notes\relative c'' {
@@ -13,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 { }  
 }