lilypond-user
[Top][All Lists]
Advanced

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

Re: Crosses in tablature


From: Marius Andersen
Subject: Re: Crosses in tablature
Date: Sun, 14 Dec 2008 21:56:05 +0000 (GMT)

> Fra: Simon Bailey <address@hidden>
> Emne: Re: Crosses in tablature
> Til: "lilypond-user" <address@hidden>
> 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




reply via email to

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