lilypond-user
[Top][All Lists]
Advanced

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

Fwd: Re: Time signature before end of volta repeat


From: Imanuel Habekotte
Subject: Fwd: Re: Time signature before end of volta repeat
Date: Sun, 26 Jun 2016 19:58:47 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

Thanks for trying to help Federico. Does anyone else know a solution to the problem below?



-------- Forwarded message --------
Subject: Re: Time signature before end of volta repeat
Date: Sun, 26 Jun 2016 18:13:24 +0200
From: Imanuel Habekotte <address@hidden>
To: Federico Bruni <address@hidden>


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]