On 19/03/13 18:59, David Kastrup wrote:
Robert Schmaus <robert.schm...@web.de> 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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to