lilypond-user
[Top][All Lists]
Advanced

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

Re: Wrong alternative numbering when some are empty


From: Pierre Perol-Schneider
Subject: Re: Wrong alternative numbering when some are empty
Date: Wed, 5 Oct 2016 13:17:43 +0200

Hi D'Arcy,
I'm not sure to understand what the empty measures stay for.
Could you provide us a handwritten pic showing the final result you're looking for.
Cheers,
Pierre

2016-10-04 5:45 GMT+02:00 D'Arcy J.M. Cain <address@hidden>:
On Mon, 3 Oct 2016 19:45:48 +0200
Pierre Perol-Schneider <address@hiddencom> wrote:
> Hi D'arcy,
> Maybe this could help: http://lsr.di.unimi.it/LSR/Item?id=915

I tried using this to explicitly number the alternatives but it messed
up the score.  I can't do it exactly as shown because I have created
includes that hide that part of the code.  In any case it seems really
complex. Am I wrong in thinking that it should display the current
alternative and not just the one after the last printed one?

  \mark \markup \italic "repeat 4 times"
  \repeat volta 4 {
    \BassVerseA
  }
  \alternative {
    { } % #1 empty so nothing prints
    { \BassBridge } % prints #1
    { } % this is #3 but it does not print
    { \BassVerseB } % prints #3
  }

The one that prints #3 should print #4.  It would almost make sense if
it printed #2 if it wasn't counting the empties but printing #3
suggests that it is counting them ultimately.

--
D'Arcy J.M. Cain
Big Smoke Music
http://BigSmokeMusic.com/ IM:address@hidden


reply via email to

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