]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/auto-staff-switch.ly
release: 1.1.52
[lilypond.git] / input / test / auto-staff-switch.ly
index 09f6393cd2b87688a2ea5a98215fb777239e082b..627447148ddf1d2cd852b94a8c81bb7377d4d83c 100644 (file)
@@ -2,7 +2,7 @@
 \score  {
 \notes {
        \context AutoSwitchGrandStaff \relative c' {
-       c8^8 d^8 b^8 a^8 [a,^8 f'^8 g,^8 ~ g]
+       c8 d b a' a, f' g,4 ~ g
 
        }
 }
 \accepts AutoSwitchGrandStaff;
 }
 \translator{
-       \context "Line_group_engraver_group";
+       \type "Engraver_group_engraver";
        \name AutoSwitchGrandStaff;
        \consists "Span_bar_engraver";
        \consists "Vertical_align_engraver";
        \consists "Piano_bar_engraver";
+       \consistsend "Axis_group_engraver";
        minVerticalAlign = 2.*\staffheight;
        maxVerticalAlign = 2.*\staffheight;     
+       switcherName = "Voice";
+       acceptorName = "Thread";
+       staffContextName = "Staff";
 
        \accepts "AutoSwitchContext";
        \accepts "Staff";
 }
 \translator {
-       \context "Engraver_group_engraver";
+       \type "Engraver_group_engraver";
        \name "AutoSwitchContext";
        \consists "Staff_switching_translator";
 }
 
 }}
 
-\version "1.0.16"; 
+\version "1.0.21";