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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to