lilypond-user
[Top][All Lists]
Advanced

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

Crosses in tablature


From: Marius Andersen
Subject: Crosses in tablature
Date: Fri, 12 Dec 2008 01:13:29 +0000 (GMT)

Hi and thanks to everyone who has helped me so far.

I'd like to display a few notes as crosses in the TabStaff context. For REGULAR 
staffs, the following indeed works:

    \new Staff {
      \override NoteHead  #'style = #'cross
      c c c c

      % To switch back:
      \override NoteHead  #'style = #'default

      % Or even shorter:
      \tweak #'style #'cross c
    }

These commands, when used in the Staff context, give me nice cross noteheads -- 
i.e., stopped/dampened notes as far as guitar is concerned. However, they have 
NO effect in the TabStaff context:

    \new TabStaff {
      % This doesn't work

      \override NoteHead  #'style = #'cross
      c c c c

      \override NoteHead  #'style = #'default

      \tweak #'style #'cross c
    }

In other words, I cannot get an "X" on one of the tablature lines, and so, 
cannot write dampened notes for guitar.

Any ideas?


      _________________________________________________________
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]