2011/3/23 Francisco Vila <paconet....@gmail.com>:
> Maybe what you need is a
> generous left margin together with a big padding for the brace, enoguh
> for staff names to fit at its right side, all bracketed by the brace,

Here is a possibility of this.  Note that it is #'X-offset , with Capital X

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
\version "2.13.52"

\paper {
  ragged-right = ##t
  left-margin=2.5\cm
}

\header {
  tagline = ##f
}

  one = \relative c' {
    \clef treble \time 4/4
    c8 d e f g f e d | c d e f g f e d | \break c1 \bar "||"
  }

  two = \relative c' {
    \clef percussion \time 4/4
    c4 c c c | c c c c | c1 \bar "||"
  }

  \score {
      \new StaffGroup <<
      \new Staff {
      \set Staff.instrumentName = "one"
      \set Staff.shortInstrumentName = "1"
      \one
      }
      \new GrandStaff<<
      \override GrandStaff.SystemStartBrace #'padding = #-1
      \override GrandStaff.SystemStartBrace #'X-offset = #-7
      \set GrandStaff.instrumentName = "Two-five"
      
      \set GrandStaff.shortInstrumentName = "2-5"
        \new Staff {
        \set Staff.instrumentName = "two"
        \set Staff.shortInstrumentName = "2"
	\override Staff.InstrumentName #'X-offset = #-7
        \two
        }
        \new Staff {
        \set Staff.instrumentName = "three"
        \set Staff.shortInstrumentName = "3"
    	\override Staff.InstrumentName #'X-offset = #-7
        \two
        }
        \new Staff {
        \set Staff.instrumentName = "four"
        \set Staff.shortInstrumentName = "4"
    	\override Staff.InstrumentName #'X-offset = #-7
        \two
        }
      >>
      \new Staff {
      \set Staff.instrumentName = "six"
        \set Staff.shortInstrumentName = "6"
      \one
      }
    >>
    \layout { }
  }

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to