lilypond-user
[Top][All Lists]
Advanced

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

Re: \remove Note_heads_engraver => no notes at all


From: Dmytro O. Redchuk
Subject: Re: \remove Note_heads_engraver => no notes at all
Date: Tue, 24 Aug 2010 16:45:52 +0300
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue 24 Aug 2010, 15:21 alexandros wrote:
> Hello!
> 
> Either I do not understand Note_heads_engraver correctly or I do
> something wrong. In the following code I removed the Note_heads_engraver
> and I expected to see only the stems and the beams. Instead of this,
> stems and beams disappeared. Could you point the problem to me please?
> Thank you for any answer or tip.
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> \version "2.12.2"
> 
> 
> \score {
>   \new Staff\relative c'{
>     \new Voice \with{
>       \remove "Note_heads_engraver"
Try to to create Voice with
  \override NoteHead #'transparent = ##t
if you need your score with transparent note heads.

Mmm... Sorry, i can not explain why stems and beams disappear when you
fire Note_heads_engraver out.

Hope this helps..

-- 
  Dmytro O. Redchuk
  Bug Squad



reply via email to

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