lilypond-user
[Top][All Lists]
Advanced

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

Re: Associating transparent note heads with a tie


From: Mats Bengtsson
Subject: Re: Associating transparent note heads with a tie
Date: Tue, 27 Sep 2005 10:11:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Why do you want it? To me it seems that what you are trying
to do is a poor mans version of the Laissez vibrer ties that
have just been introduced in the latest development version.
Take a look at the "NEWS" link at the documentation page for
version 2.7 at www.lilypond.org.

   /Mats

Kevin Nowaczyk wrote:
I'd like to have transparent note heads on my TabStaff
whenever the note is connected with a tie.  Something
like:

\once \override TabStaff.NoteHead #'transparent = ##t


How do I make that statement run every time I add a
tilde to my notes listing.  Otherwise, do I need to
make a macro type of thing like this

tilde =
  {
    ~
    \once \override TabStaff.NoteHead #'transparent =
##t
  }

and replace all the c'8~ c'4 in my code with c'8\tilde
8'4.

Thanks for any suggestions,

Kevin Nowaczyk

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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