Re: Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread Robert Schmaus
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

Re: Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread Torsten Hämmerle
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

Re: Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread David Kastrup
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

Re: Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread Simon Albrecht
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

Re: Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread Simon Albrecht
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

Re: Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread Robert Schmaus
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

Re: Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread David Kastrup
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/

Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread Robert Schmaus
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

Custom drumStyleTable and improvisationOn/Off

2018-07-10 Thread Robert Schmaus
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