> Fra: Simon Bailey <bina...@gmail.com>
> Emne: Re: Crosses in tablature
> Til: "lilypond-user" <lilypond-user@gnu.org>
> Dato: Søndag 14. desember 2008 22.32
> 
> hmm, is there any way to add 2.11.x compatible snippets to
> the LSR? atm, i can't add this snippet, as it
> doesn't seem to work with 2.10.x running on the lsr box.

I'm using the latest stable, 2.10.33. The following code works for me:

<<<<
#(define (x-tab-format str context event)
    (make-whiteout-markup
      (make-vcenter-markup
        (markup #:musicglyph "noteheads.s2cross"))))

crosshead = \set tablatureFormat = #x-tab-format
uncrosshead = \unset tablatureFormat

\new TabStaff {
    \crosshead
    c b, e f
    \uncrosshead
    c c
    \crosshead
    c
    \uncrosshead
    c
}
>>>>


      _________________________________________________________
Alt i ett. Få Yahoo! Mail med adressekartotek, kalender og
notisblokk. http://no.mail.yahoo.com


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

Reply via email to