lilypond-user
[Top][All Lists]
Advanced

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

Re: Time signature before end of volta repeat


From: Federico Bruni
Subject: Re: Time signature before end of volta repeat
Date: Sun, 26 Jun 2016 19:26:42 +0200

Hello Immanuel

Please reply to all, including the mailing list.
I've understand your problem now, but I don't have a solution for you. Probably someone here is able to help you.


Il giorno dom 26 giu 2016 alle 18:13, Imanuel Habekotte <address@hidden> ha scritto:
Hello Federico,

I meant like inside the 1st alternative ending of the repeat. There is a 3/4 at the beginning and a 4/4 at the end. Do you see it?

When I try to do this in LilyPond:

\alternative {
      { \time 3/4 f8 f( aes16 bes des8~des) des \time 4/4 }
{ \time 3/4 f,8 f( aes16 bes des8~des) \mark \markup { \musicglyph #"scripts.coda" } }
}

... then I don't see the 4/4 time signature at all, but if I delete the marked signature (the second \time 3/4), it does show up, though in the wrong place (it appears after the bar instead of before it).

Kind regards,
Imanuel

Op 26-6-2016 om 10:14 schreef Federico Bruni:
Il giorno dom 26 giu 2016 alle 9:56, Imanuel Habekotté <address@hidden> ha scritto:
I would like to have a time signature printed before the end bar of a volta repeat. Here is an example of what I would like to have: https://html1-f.scribdassets.com/60ssbtzf5s2k8f21/images/2-88fc29efc8.jpg

Instead I get a time signature printed after the repeat.

Hi Imanuel

Welcome to LilyPond.
LilyPond should print the new time signature before and after a line break, just like in the example you linked.
Here's a minimal example:

\version "2.19.43"
{
 \time 2/4
 \repeat volta 2 {
   c2 c c c \break
 }
 \alternative {
   { \time 3/4 d2. }
   { e2. }
 }
}

Can you provide a minimal example showing what's the problem?
http://lilypond.org/tiny-examples.html






reply via email to

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