bug-lilypond
[Top][All Lists]
Advanced

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

Re: "Completion_heads_engraver" forgets ties


From: Graham Percival
Subject: Re: "Completion_heads_engraver" forgets ties
Date: Tue, 23 Oct 2007 23:01:30 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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