Hi,

I think that's what you want:

\score {
  \new Staff \relative c' {
    \override NoteHead #'stencil = #point-stencil
     c4 d e8 f g a
  }
}

see http://lilypond.org/doc/v2.13/Documentation/learning/visibility- and-color-of-objects

HTH,
patrick
Am 24.08.2010 um 15:21 schrieb alexandros:

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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to