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: Éditions IN NOMINE
Subject: Re: \remove Note_heads_engraver => no notes at all
Date: Tue, 24 Aug 2010 15:50:50 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100411)

Hi.

This is a quite good question : there's a Stem_engraver, and it seems that Note_heads_engraver includes noteheads + all other engraver dealing withi the note... any engraver big boos around to explain ?

While wainting for an accurate explanation, I give you a trick to do what you want : \override NoteHead #'transparent = ##t ... the NoteHead context deals with the note head...

Bye

JMarc
alexandros a écrit :
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

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

  

reply via email to

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