lilypond-user
[Top][All Lists]
Advanced

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

StaffGroup and GrandStaff: Barlines not connected in version 2.17.*


From: Thomas Scharkowski
Subject: StaffGroup and GrandStaff: Barlines not connected in version 2.17.*
Date: Thu, 28 Feb 2013 09:12:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3

Hi,

from the 2.17.13 doc:
"In the StaffGroup context, the group is started with a bracket and bar lines are drawn through all the staves."

The example below results in all staves not connected.
This is also the case in the pdf of the notation doc.
Looks like a bug to me.

Thomas


\version "2.17.13

music = { c''1 }

\score {
  \new ChoirStaff
  <<
    \set ChoirStaff.instrumentName = "Choir"
    \new Staff {\music}
    \new Staff {\music}
  >>
}

\score {
  \new StaffGroup
  <<
    \set StaffGroup.instrumentName = "Group"
    \new Staff {\music}
    \new Staff {\music}
  >>
}

\score {
  \new GrandStaff
  <<
    \set GrandStaff.instrumentName = "Grand"
    \new Staff {\music}
    \new Staff {\music}
  >>
}

Attachment: StaffGroup.pdf
Description: Adobe PDF document

Attachment: StaffGroup2.16.pdf
Description: Adobe PDF document


reply via email to

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