Thanks, added as

http://code.google.com/p/lilypond/issues/detail?id=498

Cheers,
- Graham

Alex Rolex wrote:
Hello everybody: The bug-example-file intends to show:

The "Completion_heads_engraver" ignores manually typed ties "~" between notes that are split by the "Completion_heads_engraver".

Both scores should show the same music, only in different notation, but they don't.

Please tell me, if I am mistaken.

Best regards and thanks for you great work!







__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

------------------------------------------------------------------------

\version "2.10.33"

\paper{ ragged-right=##t }

solo = {
 \relative c'' { d2 d1 ~ d1 d2 }
}


\score {
  \solo
}

\markup { "Result as expected." }


\score { << \new Staff \new Voice \with { \remove "Note_heads_engraver"
      \consists "Completion_heads_engraver"
      }  { \clef treble \solo }
  >>
}

\markup { "Almost as desired, except for the ligature (tie) being ignored." }


------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to