Thank you. Good idea. =)

2011/12/18 James <pkx1...@gmail.com>

> Hello,
>
> On 18 December 2011 00:54, Caio Barros <caio.bar...@gmail.com> wrote:
> > I want to insist in this subject.
> > I would like also to add a StaffGroup aligned to a staff and make the
> > brackets appear right before the begining of the staff group instead of
> the
> > left of the page. And naturally include the instrument names at the left
> of
> > the new staves.
>
> Well I came up with this:
>
> \version "2.14.1"
>
> \relative c'' {
>  \new StaffGroup <<
>    \new Staff {
>      \set Staff.instrumentName = #"Vla. "
>       a b c d | a b c d | a b c d | a b c d }
>    <<
>      \new StaffGroup <<
>        \new Staff {
>        \override Staff.TimeSignature #'transparent = ##t
>        \once \override Staff.Clef #'transparent = ##t
>        \once \override TextScript #'extra-offset = #'(0 . -1)
>        \stopStaff s1^"Solo Vc."| \startStaff \clef bass a,,4 b c d | a
> b c d | a b c d }
>
>      \new Staff {
>        \override Staff.TimeSignature #'transparent = ##t
>        \once \override Staff.Clef #'transparent = ##t
>        \once \override TextScript #'extra-offset = #'(0 . -1)
>        \stopStaff s1^"Solo Vc." | \startStaff \clef bass a4 b c d | a
> b c d | a b c d | }
>      >>
>    >>
>    \new Staff {
>      \set Staff.instrumentName = #"Vc. "
>        a'' b c d | a b c d | a b c d | a b c d }
>  >>
> }
>
> I cannot work out how to get the staff group brackets inside, anyway
> hope this helps a bit.
>
> --
> --
>
> James
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to