lilypond-user
[Top][All Lists]
Advanced

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

\remove Note_heads_engraver => no notes at all


From: alexandros
Subject: \remove Note_heads_engraver => no notes at all
Date: Tue, 24 Aug 2010 15:21:45 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

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"
    }
      c4 d e8 f g a
  }  
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Best Regards

Alexandros



reply via email to

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