]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-bracket.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / test / staff-bracket.ly
index b8db965e8908a44f9fcb24f63238a82257720d91..021e7a3a62d0d026a42786af6404acb510c356bc 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.1.23"
 
 \header{texidoc = "@cindex Staff Bracket
 Here's an example of staff brackets. "
@@ -6,13 +6,13 @@ Here's an example of staff brackets. "
 
 \score
 {
-  \context StaffGroup = "a" \notes \relative c'' <
-      \context Staff = "a" {  b1 }
-    \context PianoStaff = "b" <
-      \context Staff = "c" \notes { b1 }
-      \context Staff = "d" \notes { b1 }
-    > 
-  >
+  \new StaffGroup \notes \relative c'' <<
+      \new Staff {  b1 }
+    \new PianoStaff <<
+      \new Staff \notes { b1 }
+      \new Staff \notes { b1 }
+    >> 
+  >>
 
   \paper {
     \translator