bug-lilypond
[Top][All Lists]
Advanced

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

removing Stem_engraver blows up polyphony


From: Trevor Bača
Subject: removing Stem_engraver blows up polyphony
Date: Wed, 26 Jul 2006 23:20:37 -0500

Hi,

This snippet with the Stem_engraver removed works fine.

%%% OK %%%

\version "2.9.13"

\new Staff {
  <<
     \new Voice \with {
        \remove Stem_engraver
     } {
        b'4
        f'4
        g'4
        c''4
     }
  >>
}

%%% END OK %%%


But this polyphonic snippet (also with the Stem_engraver removed) blows up.

%%% BUG %%%

\version "2.9.13"

\new Staff {
  <<
     \new Voice {
        c'''4
        c'''4
        c'''4
        c'''4
     }
     \new Voice \with {
        \remove Stem_engraver
     } {
        b'4
        f'4
        g'4
        c''4
     }
  >>
}

%%% END BUG %%%


Here's the output.

Wed Jul 26 23:19:28 CDT 2006
convert-ly (GNU LilyPond) 2.9.13
Processing `264.ly'...
Applying conversion:
GNU LilyPond 2.9.13
Processing `264.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects... Error: /undefinedfilename in (264.ps)
Operand stack:

Execution stack:
  %interp_exit   .runexec2   --nostringval--   --nostringval--
--nostringval--   2   %stopped_push   --nostringval--
--nostringval--   --nostringval--   false   1   %stopped_push
Dictionary stack:
  --dict:1122/1686(ro)(G)--   --dict:0/20(G)--   --dict:70/200(L)--
Current allocation mode is local
Last OS error: 2
GPL Ghostscript 8.50: Unrecoverable error, exit code 1

FWIW, this is *not* an urgent bug for me since I'm comfortable setting
Stem #'transparent = ##t to achieve pretty much the same thing.


--
Trevor Bača
address@hidden
... like the dew, or like lightning ...

reply via email to

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