lilypond-user
[Top][All Lists]
Advanced

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

Re: Crosses in tablature


From: Simon Bailey
Subject: Re: Crosses in tablature
Date: Fri, 12 Dec 2008 14:53:58 +0100

hi,

i knew there was something bugging me about my solution, and just realised what it was. it's too verbose... ;)

try this one instead:

<<<<
#(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
}
>>>>

and see the output attached.

regards,
sb

--
Simon Bailey
Oompa Loompa of Science
+43 699 190 631 25

Attachment: tab.pdf
Description: Adobe PDF document


reply via email to

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