The example I refered to showed two things, 1. How to add repeat brackets above the chord names. 2. How to remove the repeat brackets from the top stave.
It seems that you only tried the former, not the latter. You need a voltaOnThisStaff = ##f somewhere in your .ly file as well (I leave it as an exercise to find out exactly where).
/Mats
Lyle Raymond wrote:
I recently posted a question involving repeat brackets colliding with chord names. Thanks to Matts Bengtsson for the solution. However, after implementing the solution, I now have a new problem.
On the topmost of three staves, the repeat brackets are duplicated. The old brackets remain, and new ones have appeared where I want them. How do I eliminate the old brackets?
The relevant code segment follows:
\score { \notes << \context ChordNames \with { voltaOnThisStaff = ##t } { \transpose c a \changes } \context Staff = one \relative d' { \set Staff.instrument = #"Alto Sax" \key c \major \time 4/4 \clef treble \repeat volta 2 { %NOTES GO HERE } \alternative { { %MORE NOTES \bar "||"} } %NOTES AGAIN \bar "|."
}
%OTHER STAVES FOLLOW
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user