lilypond-user
[Top][All Lists]
Advanced

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

Re: Divisi Staff with instrument name at the left


From: James
Subject: Re: Divisi Staff with instrument name at the left
Date: Sun, 18 Dec 2011 14:30:51 +0000

Hello,

On 18 December 2011 00:54, Caio Barros <address@hidden> 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

Attachment: screenshot.png
Description: PNG image


reply via email to

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