lilypond-user
[Top][All Lists]
Advanced

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

Re: InnerStaffGroup problems


From: Mats Bengtsson
Subject: Re: InnerStaffGroup problems
Date: Sun, 10 Sep 2006 18:54:49 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

As far as I know, the InnerStaffGroup is not meant to be used
explicitly, it's just there for some technical (or maybe only for
historical) reasons.

If you want to typeset nested brackets, please take a look at the NEWS link in the 2.8.x documentation. Unfortunately, this
feature is still not in the documentation.

  /Mats

Quoting Christopher Culver <address@hidden>:

I'm using 2.8.0. With the following code:

\new StaffGroup = "strings" <<
 \new InnerStaffGroup = "cellos" <<
      \set InnerStaffGroup.systemStartDelimiter = #'SystemStartSquare
      \new Staff = "cellosI" \cellosINotes
      \new Staff = "cellosII" \cellosINotes >> >>

The InnerStaffGroup does indeed display properly in the PDF, but while
compiling I get:

         warning: can't find or create new `InnerStaffGroup'
         warning: can't find or create `InnerStaffGroup' called `'

What am I doing here there?

Also, I want to set a label for the InnerStaffGroup. I've tried:

     \set InnerStaffGroup.instr = "Vc. div."

but it has no effect.


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








reply via email to

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