bug-lilypond
[Top][All Lists]
Advanced

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

Re: Repeat bar line do not show in polymetric music


From: Colin Campbell
Subject: Re: Repeat bar line do not show in polymetric music
Date: Sun, 25 Aug 2013 23:16:09 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

On 13-08-25 06:45 PM, Gilberto Agostinho wrote:

No repeat-bar-lines were printed using the code above with versions 2.17.24, 2.16.2, 2.14.2 and 2.12.3.

Thanks for this report, Gilberto. I've simplified your code to the following, to isolate the moving of the Default_bar_line_engraver as the source of the problem:
**************


\version "2.17.24"

A = {

\time 2/4

c'4 e' \repeat volta 2 {g' c''} e'' g'' \bar "|."

}


\score {

\new Staff {

\A

}

\layout {

\context { \Score

\remove "Default_bar_line_engraver"

}

\context { \Staff

\consists "Default_bar_line_engraver"

}

}

}

****************************

Added to the tracker as http://code.google.com/p/lilypond/issues/detail?id=3520

Cheers,
Colin




--
We don't understand life any better at forty than at twenty, but we know it and admit it.
 -Jules Renard, writer (1864-1910)


reply via email to

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