Thanks Xavier,
I didn't see it, but it works fine now!
2011/11/19 Xavier Scheuer
> On 19 November 2011 10:30, Stefan Thomas
> wrote:
> > Dear community,
> > in the following snippet, I wanted to white out the beam.
> > Unfortunately it doesn't work and I don't understand the reason for it.
> >
On 19 November 2011 10:30, Stefan Thomas
wrote:
> Dear community,
> in the following snippet, I wanted to white out the beam.
> Unfortunately it doesn't work and I don't understand the reason for it.
> Any idea?
\override Staff.TimeSignature #'layer = #3
(you forgot the "Staff." for this one).
Dear community,
in the following snippet, I wanted to white out the beam.
Unfortunately it doesn't work and I don't understand the reason for it.
Any idea?
\version "2.14.2"
Music = \relative c''' {
\override Staff.TimeSignature #'whiteout = ##t
\override TimeSignature #'layer = #3
\ove