]> 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 dcddbc6acc196d8ec3a42d541feb9c255e2fbc36..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,26 +6,21 @@ Here's an example of staff brackets. "
 
 \score
 {
-  \context StaffGroup = a < 
-    % this is broken until further notice -- see refman
-    % \property Staff.StaffSymbol \override #'line-count = #4
-    \context Staff \outputproperty #(make-type-checker 'staff-symbol-interface)
-      #'line-count = #4
-    \context PianoStaff = b <
-      \context Staff = "c" \notes\relative c'' { b1 }
-      \context Staff = "d" \notes\relative c'' { b1 }
-    >
-  >
+  \new StaffGroup \notes \relative c'' <<
+      \new Staff {  b1 }
+    \new PianoStaff <<
+      \new Staff \notes { b1 }
+      \new Staff \notes { b1 }
+    >> 
+  >>
 
   \paper {
-       indent=100.0\mm
-       linewidth=150.0\mm
     \translator
     {
       \StaffContext
       \consists Instrument_name_engraver
     }
-       raggedright=##t
+    raggedright=##t
   }
 }
-%% new-chords-done %%
+