Sustain pedal problems with voices/staffs

2014-01-04 Thread Helge Hafting
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

Bug in 2.17.97, acciaccatura causes blank staff lines.

2013-12-25 Thread Helge Hafting
> 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!

Re: Issue 1626 in lilypond: Articulate produces faulty barcheck warnings

2011-05-02 Thread Helge Hafting
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

RE: Wrong ties when moving Tie_engraver from Voice to Staff

2011-05-01 Thread Helge Hafting
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

Wrong ties when moving Tie_engraver from Voice to Staff

2011-04-29 Thread Helge Hafting
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" } } } _

tags in parallel music gives "Bars in parallel music don't have the same length"

2011-04-28 Thread Helge Hafting
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 >> }

articulate.ly and \mark causes barcheck failures

2011-04-19 Thread Helge Hafting
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