lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2694 in lilypond: Bar engraver bug or wrong descri


From: lilypond
Subject: [Lilypond-auto] Issue 2694 in lilypond: Bar engraver bug or wrong description
Date: Mon, 23 Jul 2012 22:43:30 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 2694 by address@hidden: Bar engraver bug or wrong description
http://code.google.com/p/lilypond/issues/detail?id=2694

Thomas Morley reported here:

http://lists.gnu.org/archive/html/bug-lilypond/2012-07/msg00129.html
http://old.nabble.com/%22Bar_engraver%22---bug-or-wrong-description-to34202574.html

Quote of original post:

Hi,

removing the "Bar_engraver", also removes all system-start-clefs,
apart from the initial clef of line one.
Manually setted clef are not removed.

Example (slightly altered lily-b6fa31d7.ly)

\score {
  \new StaffGroup <<
    \new Staff {
      \relative c'' {
        a4 b c2 |
        a4 b c2 |\break
        \clef alto a4 b c2 |
      }
    }
    \new Staff {
      \relative c'' {
        a4 b c2 |
        a4 b c2 |
        a4 b c2 |
      }
    }
  >>
  \layout {
    \context {
      \Staff
      \remove Bar_engraver
    }
  }
}

If it's intended behaviour, IR 2.2.7 Bar_engraver gives a misleading
description:
"Create barlines. (...)"

I found no reference about removing clefs in LM, NR or IR.

Same behaviour in "2.12.3", "2.14.2" and "2.15.42"



Cheers,
  Harm

End of original post.





reply via email to

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