Partial measure repeat alternatives

View: New views
3 Messages — Rating Filter:   Alert me  

Partial measure repeat alternatives

by Hans Aberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

   Hans








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

PartialRepeat.ly (868 bytes) Download Attachment

Re: Partial measure repeat alternatives

by Jay Anderson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Nov 8, 2009 at 8:47 AM, Hans Aberg <haberg@...> 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


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

Re: Partial measure repeat alternatives

by Hans Aberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 8 Nov 2009, at 21:09, Jay Anderson 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} | }
>    }
> ...

That did it. Thanks!

The latest notation.pdf has a comment on p. 50/61, "Known issues and  
warnings", saying that \partial is intended to only be used at the  
beginning of a piece. So this use in \alternative seems contradicting  
that.

   Hans




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