lilypond-user
[Top][All Lists]
Advanced

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

Re: DrumStaff with melodic ossia


From: Marc Hohl
Subject: Re: DrumStaff with melodic ossia
Date: Thu, 10 Mar 2016 12:41:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Am 10.03.2016 um 10:06 schrieb Pierre-Luc Gauthier:
Greetings

I have this drum part that needs an ossia for a Tubular bell.

But I cannot write music in it some how.
The problem can be seen and explained on line 25 and 26.

Currently I have a sn (snare) that should be a b flat.

You have to swith to \notemode:


       \new Staff = "ossia" \with {
         alignAboveContext = "drum"
         \remove "Time_signature_engraver"
         \override StaffSymbol #'staff-space = #(magstep -3)
       }
       % This bellow should be, say, a bf; i.e. not a snare.
       {\setTubularBells sn2\laissezVibrer }

change this to

{ \notemode { \setTubularBells a2 c'4 d' } }

see

http://lilybin.com/hwg9nm/3

HTH,

Marc




reply via email to

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