Simon, David and Thorsten,
Thanks for your replies!
I just finished my score with the workaround, but of course Thorsten's
would have been the easier way. However, if I understand this correctly,
this will only work if one doesn't customise the notehead itself, right?
So, maybe this could be i
Robert Schmaus wrote
> The improvisation switch works well if one comments out the \set ... line.
Hi Robert,
You won't believe it, but everything works "as expected":
\improvisationOn actually does set the NoteHead.style to #'slash, but in
your custom case, this #'slash will be overwritten again
Robert Schmaus writes:
> Hi David,
>
> you are right, of course - here it is:
>
> \version "2.19.35"
>
> #(define mydrums '(
> (bassdrumdefault #f -3)
> (snare default #f 1)
> (hihat cross #f
On 10.07.2018 23:33, Robert Schmaus wrote:
\set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
It makes lots of sense to set this variable in a \with or layout block,
since it’s supposed to affect the context right from the beginning; I
seem to recall that it sometimes makes a di
On 10.07.2018 21:02, Robert Schmaus wrote:
I'm setting up a custom drumStyleTable as described in the
documentation here:
http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-percussion#custom-percussion-staves
So far, so good, but I've noticed that \improvisationOn/Off
Hi David,
you are right, of course - here it is:
\version "2.19.35"
#(define mydrums '(
(bassdrum default #f -3)
(snare default #f 1)
(hihat cross #f 1)
))
\score {
\new DrumStaff
Robert Schmaus writes:
> Dear Ponderers,
>
> I'm setting up a custom drumStyleTable as described in the
> documentation here:
> http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-percussion#custom-percussion-staves
>
> So far, so good, but I've noticed that \improvisationOn/
Dear Ponderers,
I'm setting up a custom drumStyleTable as described in the documentation
here:
http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-percussion#custom-percussion-staves
So far, so good, but I've noticed that \improvisationOn/Off seems to
stop working with th
Dear Ponderers,
I'm setting up a custom drumStyleTable as described in the documentation
here:
http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-percussion#custom-percussion-staves
So far, so good, but I've noticed that \improvisationOn/Off seems to
stop working with th