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: Patrick Schmidt
Subject: Re: \remove Note_heads_engraver => no notes at all
Date: Tue, 24 Aug 2010 15:50:22 +0200

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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