bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InnerChoirStaff nested in StaffGroup doesn't work


From: Sven Axelsson
Subject: InnerChoirStaff nested in StaffGroup doesn't work
Date: Sat, 8 Oct 2005 13:47:28 +0200

When nesting an InnerChoirStaff inside a StaffGroup the bar lines are *not*
disconnected. Example:

%%%%%%%%
\version "2.7.11"

music = \relative c'' { g c g c g c g c }

\new StaffGroup <<
\new Staff \music
\new Staff \music
\new InnerStaffGroup <<
\new Staff \music
\new Staff \music
>>
\new InnerChoirStaff <<
\new Staff \music
\new Staff \music
>>
\new Staff \music
>>
%%%%%%%%

The InnerStaffGroup and InnerChoirStaff produces exactly the same result.
--
Sven Axelsson


reply via email to

[Prev in Thread] Current Thread [Next in Thread]