ain on and off no matter
what staff the voice currently is on.
Helge Hafting
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
> I am not top-posting.
Using an acciaccatura blanks out the staff lines of another Staff.
My minimal example:
\version "2.17.97"
score {
\new PianoStaff
<<
\new Staff = "up" \relative a' {
a2 e2
\mark \default
%Remove the mark, and the error goes away!
On 01. mai 2011 19:24, lilyp...@googlecode.com wrote:
Comment #4 on issue 1626 by percival.music.ca: Articulate produces
faulty barcheck warnings
http://code.google.com/p/lilypond/issues/detail?id=1626
does anybody have an email address for Helge Hafting? I'd like to make
Both helge
Neil Puttock wrote:
>On 29 April 2011 12:49, Helge Hafting wrote:
>
>> The Tie_engraver is already capable of not tieing all notes in a chord, so I
>> hope this is fixable.
>
>The Tie_engraver isn't designed to work at the Staff level, so there's
>no guarante
t. But lilypond ties all.
Helge Hafting
\version "2.13.60"
music = \relative c'' { << {c2~ c2} \\ {g2 g2} >>}
\score {
\music
\layout {
\context { \Voice \remove "Tie_engraver" }
\context { \Staff \consists "Tie_engraver" }
}
}
_
ey
get ignored, and that could mask real problems in the same music.
Helge Hafting
\version "2.13.60"
\parallelMusic #'(A B) {
b2 a |
g2 f
\tag #'skipthis { d1 }
}
\score {
\removeWithTag #'skipthis
\relative c'' << \A \\ \B >>
}
music) less interesting, because
of the wrong warnings.
Helge Hafting
barcheckbug2.ly
Description: barcheckbug2.ly
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond