lilypond-user
[Top][All Lists]
Advanced

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

Re: weird output: doubled full-measure rests


From: Erik Sandberg
Subject: Re: weird output: doubled full-measure rests
Date: Fri, 14 May 2004 00:36:52 +0200
User-agent: KMail/1.5.4

On Thursday 13 May 2004 23.51, Arvid Grøtting wrote:
> Version: 2.0.1, on MacOS X/Fink
>
> I'm totally confused now.
>
> The Lilpond file at [1] gives me some strange output: for some reason,
> the first full-measure rests in one of the voices get doubled and
> reappear in the next measure, superimposed on the actual music.  That
> is:
>
>
> [1] <http://regina.uio.no/~arvidg/4_Kvalings_halling.ly>
> [2] <http://regina.uio.no/~arvidg/4_Kvalings_halling.pdf>

I'm sorry, but these links are broken. (404 error)

If this is a bug, nothing helps & you're desperate, then you could always try 
to play around and do the rests in another equivalent way, e.g. like

   << \context Voice=foo { R2 s R s R s R s }
      { s2 |  g8->-. f-. d-. e-. |
        s2 |  g8->-. f-. d-. e-. |
        s2 |  g8->-. f-. d-. e-. |
        s2 |  g8->-. f-. d-. e-. | }
    r8 g r c

or
      { <<s2 \new Voice R2>> |  g8->-. f-. d-. e-. |
        <<s2 \new Voice R2>> |  g8->-. f-. d-. e-. |
        <<s2 \new Voice R2>> |  g8->-. f-. d-. e-. |
        <<s2 \new Voice R2>> |  g8->-. f-. d-. e-. | }
    r8 g r c

or whatever, and see if the problem disappears for some weird reason.

Erik




reply via email to

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