>>>>> "Tim" == Tim Slattery <slatter...@bls.gov> writes:

    Tim> Mats Bengtsson <mats.bengts...@ee.kth.se> wrote:
    >> I guess you have several voices or even several staves involved in your 
    >> piece. Note that the \repeat volta command should be inserted
    >> in all voices of music and also have to appear at exactly the same
    >> place in all the voices. If you don't manage to figure out what the 
    >> problem is, please send a complete (but small) example.

    Tim> There are four voice parts, the \repeat volta 2 is in each one at the
    Tim> same place. I cannot figure out where the extra begin-repeat comes
    Tim> from.

I have this problem quite frequently with the way I transcribe things,
and my solution is to insert the following in my scores:

        \layout {
           \context{
              \Staff
                \consists "Timing_translator" 
                \consists "Default_bar_line_engraver"
                \consists "Repeat_acknowledge_engraver"
            }
            \context{
              \Score
                 \remove "Timing_translator" 
                 \remove "Default_bar_line_engraver"
                 \remove "Repeat_acknowledge_engraver"
            }
        }


This removes the bar line and repeat engraving from the score context
to the staff context, so that I can see which staff has the wrong
barlines.

-- 
Laura   (mailto:lcon...@laymusic.org http://www.laymusic.org/ )
(617) 661-8097  233 Broadway, Cambridge, MA 02139   

The opposite of "funny" isn't "serious"; the opposite of both "funny"
and "serious" is "sordid".

R. A. Lafferty



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

Reply via email to