lilypond-user
[Top][All Lists]
Advanced

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

Re: space between nested staff groups


From: Klaus Blum
Subject: Re: space between nested staff groups
Date: Tue, 11 Aug 2015 09:59:29 -0700 (MST)

Hi Michael, 

there is another way to get that brace without the use of a GrandStaff:

% -----------------------------------------------------------------------
music = {c4 c c c | c c c c }

violinIMusic = {
  \relative c'' \music
}

violinIIMusic = {
  \relative c'' \music
}

violaMusic = {
  \relative c' \music
}

celloMusic = {
  \relative c {\clef bass \music}
}

bassMusic = {
  \relative c, {\clef bass \music}
}


\score {
  \new StaffGroup <<
    \set StaffGroup.systemStartDelimiterHierarchy = #'(SystemStartBracket
(SystemStartBrace a b) c d e)
    \new Staff
    \violinIMusic
    \new Staff
    \violinIIMusic
    \new Staff
    \violaMusic
    \new Staff
    \celloMusic
    \new Staff
    \transpose c c' \bassMusic
  >>
}
% -----------------------------------------------------------------------

But with the "real" voices of the different instruments, containing notes
with ledger lines, dynamics etc., the space between the staves will increase
anyway.

Cheers, 
Klaus




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/space-between-nested-staff-groups-tp179474p179488.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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