lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3520 in lilypond: Repeat bar lines omitted if Defa


From: lilypond
Subject: [Lilypond-auto] Issue 3520 in lilypond: Repeat bar lines omitted if Default_bar_line_engraver moved to Staff context
Date: Mon, 26 Aug 2013 05:12:42 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3520 by address@hidden: Repeat bar lines omitted if Default_bar_line_engraver moved to Staff context
http://code.google.com/p/lilypond/issues/detail?id=3520

In the following code snippet, the repeat bar lines are omitted, due to the moviong of the Default_bar_line_engraver from the Score to the Staff context.
***************


\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"
    }
 }
}

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

Commenting the \layout block restores the repeats.
Reported by Gilberto Agostinho in http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/38086


This may be related to Issue 2376 Volta Improvements, particularly the third patch.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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