help-gnu-music
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Jan Nieuwenhuizen
Subject: Re: (no subject)
Date: 02 Apr 2001 18:17:10 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

<address@hidden> writes:

> I'm trying to write some gregorian chant. Is it possible to eliminate the
> stems of quarter notes? (or anyway, how can we change their size?)

You can try:

\score{
  \notes\relative c'' {
    \property Voice.Stem \override #'molecule-callback = #(lambda (x) '())
    a b c
  }
}

or remove the Stem_engraver from Voice context.  Next time, would you
please use subject?

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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