lilypond-user
[Top][All Lists]
Advanced

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

counter for voltas with no alternative endings?


From: Stig Brautaset
Subject: counter for voltas with no alternative endings?
Date: Sat, 16 Feb 2019 21:52:13 +0000

Hi,

I'm trying to engrave some music that has 4 bars repeated 8 times. I can
use a volta, but since there is no alternative ending it doesn't print
the number of repeats. Is there any way to force that to print?

Here's a minimal example. The first volta doesn't print the number of
repeats, the second does. Should I perhaps be using percent repeats
instead...?

----8<----[ q2.ly ]----8<--------8<----
\version "2.19.80"
\relative c' {
  \repeat volta 8 {
    c
    d
  }
  \repeat volta 8 {
    c
  }
  \alternative {
    d
    e
  }
}
----8<--------8<--------8<--------8<----

The generated PDF is here:

Attachment: q2.pdf
Description: Adobe PDF document


Regards,

Stig

reply via email to

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