lilypond-devel
[Top][All Lists]
Advanced

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

Re: Allows LilyPond to ignore certain note-heads in a stem. (issue454705


From: n . puttock
Subject: Re: Allows LilyPond to ignore certain note-heads in a stem. (issue4547058)
Date: Tue, 31 May 2011 16:33:22 +0000

Hi Mike,

Have you considered what might happen if a user tries to get rid of all
stems?

\relative c' {
  \once \override NoteHead #'stem-attachment = ##f
  c4
}

-> segfault

I think I'd prefer an event to control this (I realize this greatly
increases the complexity for little benefit though), mainly as it would
allow a hypothetical \noStem command to be postfix instead of a
variation on \tweak.

Cheers,
Neil

http://codereview.appspot.com/4547058/



reply via email to

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