lilypond-user
[Top][All Lists]
Advanced

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

Re: LSR updates: was: polychords: a working solution


From: David Nalesnik
Subject: Re: LSR updates: was: polychords: a working solution
Date: Sun, 26 Feb 2012 11:56:11 -0600

Hi Harm,

On Sun, Feb 26, 2012 at 10:59 AM, Thomas Morley <address@hidden> wrote:
Hi,

in repeat-with-upbeat-and-different-durations-in-the-alternatives.ly (
= http://lsr.dsi.unimi.it/LSR/Item?id=490 ) I want to avoid the
warning, but I can't find a proper fix. All I can think of is crude
and ugly:
 
[...]

Suggestions?

This seems to do the trick:

 {
 \repeat volta 2 {
   \partial 4
   e'4
   \set Timing.measureLength = #(ly:make-moment 5 4)
   c'2
 }
 \alternative {
   {
     f'4
   }
   {
     a'2 
   }
 }
 \unset Timing.measureLength
 c'1
}

-David

reply via email to

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