lilypond-user
[Top][All Lists]
Advanced

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

Re: Duplicate Alternate Repeat Brackets


From: Mats Bengtsson
Subject: Re: Duplicate Alternate Repeat Brackets
Date: Mon, 13 Sep 2004 11:26:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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