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)
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to