Hi Christian,


-------- Original-Nachricht --------
> Datum: Tue, 8 Sep 2009 23:10:51 -0400
> Von: Christian Henning <chhenn...@gmail.com>
> An: lilypond-user@gnu.org
> Betreff: Pitch_squash_engraver

> Hi there, quick question since I cannot find anything in the
> documentation. Is there a way to have a note head struck out? Meaning
> the the chord is strum but only with muted strings.

I think you want to alter note heads in chords to "x". You can do the following 
(It won't work in tablature):

\version "2.13.3"

  x = #(define-music-function (parser location note) (ly:music?)
(set!
(ly:music-property note 'tweaks)
(acons 'style 'cross
(ly:music-property note 'tweaks)))
note) 

\relative c' {
   <\x c \x e \x g>
}


Cheers,
patrick
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser


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

Reply via email to