lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat in the middle of a measure


From: Laura Conrad
Subject: Re: Repeat in the middle of a measure
Date: Mon, 16 Feb 2009 09:28:12 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

>>>>> "Tim" == Tim Slattery <address@hidden> writes:

    Tim> Mats Bengtsson <address@hidden> 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:address@hidden 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





reply via email to

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