lilypond-user
[Top][All Lists]
Advanced

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

Re: glissando or something similar in drummmode


From: Torsten Hämmerle
Subject: Re: glissando or something similar in drummmode
Date: Thu, 28 Jun 2018 04:25:10 -0700 (MST)

Mason Hock-2 wrote
> (b) a hack to make the glissando engraver draw glissandi between noteheads
> that Lilypond does not think represent pitches?


Hi Mason,

Glissandos don't care for pitches, it's the notehead positions.
The simple reason your glissandos cannot be seen is that DrumVoice (as
opposed to Voice) does not use the Glissando_engraver at all.

This, however, can be changed:

    \layout {
      \context {
        \DrumVoice
        \consists "Glissando_engraver"
      }
    }

or

    \new DrumVoice \with { \consists "Glissando_engraver" }

will make glissandi work in a DrumStaff/DrumVoice context.

HTH,
Torsten




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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