Hi,
I understand that for nested StaffGroups, one needs to use InnerStaffGroup for 
the inner groups, however, this seems to add only one more possible level to 
the hierarchy. Attached is an example where the innermost InnerStaffGroup is 
not shown in the correct hierarchy, but rather after the enclosing 
InnerStaffGroup. What am I doing wrong?

Cheers,
Reinhold

PS: Using \set StaffGroup.systemStartDelimiterHierarchy as described in 
section 6.4.7 of the v2.11 documentation is no solution, as each group might 
also have an instrumentName attached, so I need real staff group objects.

-- 
------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/

Attachment: nested_staff_groups.pdf
Description: Adobe PDF document

\version "2.11.34"

\score { 
<<
    \new StaffGroup << 
        \new Staff {c' d' e' f'}
        \new InnerStaffGroup <<
            \new Staff {c' d' e' f'}
            \new InnerStaffGroup <<
                \new Staff { e' f'}
                \new Staff { e' f'}
            >>
            \new Staff {c' d' e' f'}
        >>
    >>
>>

 \layout { raggedright = ##t}
}

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to