]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/die-staff.ly
add vim.
[lilypond.git] / input / no-notation / die-staff.ly
index e567458dff0489b874a4a871f40ad652913135cc..fb5690febcfdcfd88037a3a7e7adb69ab822d1c0 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.6"
+\version "2.1.22"
 
 \header  {
 texidoc = "a staff should really die, if no one's referencing it."
@@ -11,13 +11,13 @@ texidoc = "a staff should really die, if no one's referencing it."
 
     \break
 
-    \context PianoStaff <
+    \context PianoStaff <<
       \context Staff = i {
         \notes { a' b' c' d' }
       }
       \context Staff = ii {
         \notes { \clef "bass" a b c d }
       }
-    >
+    >>
   }
 }