lilypond-user
[Top][All Lists]
Advanced

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

Re: Stemless notes - entire score?


From: Nick Payne
Subject: Re: Stemless notes - entire score?
Date: Tue, 19 Mar 2013 21:40:07 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

On 19/03/13 18:59, David Kastrup wrote:
Robert Schmaus <address@hidden> writes:

Hi Ben,

just add

      \context {
       \Staff
       \override Stem #'transparent = ##t
       \override Flag #'transparent = ##t
     }

to the layout block. If there's anything else you'd like to hide, just
set the respective property transparent as well ...
This will still reserve space for them.  I'd rather use

\context {
   \Staff
   \omit Stem
   \omit Flag
}

Note that \omit is only defined after 2.17.5 or so, with earlier
versions you'll need

\context {
   \Staff
   \override Stem #'stencil = ##f
...

If it cranks out programming errors (I seem to remember that this
was a problem at some point of time), you can use

   \override Stem #'stencil = \point-stencil

instead.

Probably need \omit Beam as well, or beams will still appear.



reply via email to

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