Thanks, this has been added as http://code.google.com/p/lilypond/issues/detail?id=15
- Graham Trevor Bača wrote:
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. ------------------------------------------------------------------------ _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond