bug-lilypond
[Top][All Lists]
Advanced

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

Issue 606 in lilypond: Completion_heads_engraver not working correctly


From: codesite-noreply
Subject: Issue 606 in lilypond: Completion_heads_engraver not working correctly
Date: Tue, 22 Apr 2008 22:20:06 -0700

Issue 606: Completion_heads_engraver not working correctly
http://code.google.com/p/lilypond/issues/detail?id=606

New issue report by jaime.oliver2:
What steps will reproduce the problem?
(Please attach or insert a small .ly fragment to duplicate):

%% the Completion_heads_engraver doesn't work correctly

\version "2.10.33"
\paper{ ragged-right=##t }

\new Voice \with {
        \remove "Note_heads_engraver"
        \consists "Completion_heads_engraver"
}

\relative c' {
\time 4/4
\clef treble

c16 cis8 d8. dis4 e4~ e16 f4. fis4~ fis8. g2 gis2~ gis16 a2~ a8 ais2~ ais8. b2. c2~ c4~ c16
}

What is the expected output? What do you see instead?
(Please attach a small output image in PNG or PDF file to show the problem)

I am attaching two files: error.pdf and correct.pdf

What version of LilyPond are you using? \version "2.10.33"
On what operating system? Mac OS X Version 10.4.11

Please provide any additional information below.

I am making a set of externals to notate algorithmic results generated in Pure Data, so this tool is crucial to display results correctly. below is the code that produces the correct output.

%% this produces the correct result

\version "2.10.33"
\paper{ ragged-right=##t }

\relative c' {
\time 4/4
\clef treble

c16 cis8 d8. dis4 e4~ e16 f16~ | f4~ f16 fis4~ fis8. g4~ | g4 gis2~ gis16 a8.~ | a4~ a8~ a16
ais16~ ais2~ | ais8 b2. c8~ | c2~ c8.
}


Attachments:
        correct.pdf  32.8 KB
        error.pdf  31.1 KB


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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