lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeats - Strange behavior??


From: Thomas Morley
Subject: Re: Repeats - Strange behavior??
Date: Wed, 28 Jan 2015 00:02:13 +0100

2015-01-27 23:35 GMT+01:00 Chris Trahan <address@hidden>:
> I have two examples in the following code.
>
> The fist one shows a repeated section starting at measure 4.
>
> The second shows the same code, except that a double bar ends measure 3.  In
> this case, the repeated section is not correct.
>
> Is this a bug or by design?

Hi,

it's hardcoded in repeat-acknowledge-engraver.cc not to set the
'which-bar-property (i.e. the opening repeat-sign, taken from the
relevant context-property), if the user sets an own 'which-bar, i.e.
in this case: \bar "||"

So it's by design prefering the users choice ;)

> \version "2.18.2"

>
> \score {
>   \relative c'' {
>     %% When a double bar is added, the repeat is not correct.
>     \repeat unfold 3 {c d e f} \bar "||" \break

use \bar ".|:-||" instead, see NR ;)

>     \repeat volta 2 {
>       s4^"Not correct"
>       \repeat unfold 3 {g a b c}
>     }
>   }
> }

HTH,
  Harm



reply via email to

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