lilypond-user
[Top][All Lists]
Advanced

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

Re: Problems defining a BraceStaff


From: Mats Bengtsson
Subject: Re: Problems defining a BraceStaff
Date: Fri, 29 Feb 2008 11:10:15 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



John Zaitseff wrote:

In the end, I came up with the following, which seems to work for me:

  \layout {
      \context {
          \GrandStaff
          \name "BraceStaff"
          \type "Engraver_group"
The previous line can be remove since it's already included in the definition
of GrandStaff.
          \alias "ChoirStaff"

          \remove "Span_bar_engraver"
          \remove "Span_arpeggio_engraver"

          \accepts "Staff"
          \accepts "FiguredBass"
The previous two lines can also be removed, for the same reason.

          \accepts "TabStaff"
          \accepts "Lyrics"
          \accepts "ChordNames"

          \description
            "Just like @code{ChoirStaff} but with a brace
             (@code{SystemStartBrace}) instead of a bracket
             (@code{SystemStartBracket}) at the start of each system."
      }

      \context {
          \Score
          \accepts "BraceStaff"
      }
  }

  \midi {
      \context {
          \GrandStaff
          \name "BraceStaff"
          \type "Performer_group"
Similarly here!


  /Mats




reply via email to

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