lilypond-user
[Top][All Lists]
Advanced

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

Re: Partial measure repeat alternatives


From: Jay Anderson
Subject: Re: Partial measure repeat alternatives
Date: Sun, 8 Nov 2009 13:09:44 -0700

On Sun, Nov 8, 2009 at 8:47 AM, Hans Aberg <address@hidden> wrote:
> I wonder how to fix partial measure repeat alternatives, as in the snippet
> below. The MIDI unfold part causes bar-check error, and experimenting with
> \skip and spacer rests "s..." introduces unwanted extra space. The first
> section does not have an upbeat; only the one following it.

Take out the skips and make the second ending a partial measure:

...
    \alternative {
      { \times 2/3 {c8-. r16} | }
      { \partial 16*2 \times 2/3 {c8-. f,16} | }
    }
...

-----Jay




reply via email to

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