lilypond-user
[Top][All Lists]
Advanced

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

Re: tablature fingering (again)


From: Federico Bruni
Subject: Re: tablature fingering (again)
Date: Fri, 04 Dec 2009 19:10:23 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

Hugh Myers wrote:
> Since this:
> 
> \version "2.13.7"
> 
> upper = {
>   < b\4 e\3 gis\2 e' >4 s2
> }
> 
> lower = {
>   s2.
> }
> 
> {
>   \time 3/4
>   <<
>   \new Staff \relative c'' {
>     <<
>       \set Score.barNumberVisibility = #all-bar-numbers-visible
>       \bar ""
>       \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
>       \set Score.defaultBarType = "|"
>       \new Voice = "1" { \voiceOne \upper }
>       \new Voice = "2" { \voiceTwo \lower }
>     >>
>   }
>   \new TabStaff \relative c' {
>     <<
>       \new TabVoice = "t1" { \voiceOne \upper }
>       \new TabVoice = "t2" { \voiceTwo \lower }
>     >>
>   }
>   >>
> }
> 
> is wrong--- the circled numbers are not playable as given, and
> contradict the tablature which is correct, how do I remove the
> offenders? I'm missing something or misunderstanding something or
> both--- hints?
> 

I can't see what's wrong here.. The circled numbers refer to the
strings you have to pick to play that note: B is on the 4th string, E
on the 3rd and Gs on the 2nd. So it's ok.

Anyway, if you want to remove the circled numbers, you can use:

\layout {
  \context {
    \Staff
    \override StringNumber #'transparent = ##t
  }
}

HTH,
Federico

-- 
http://gnurag.net/blog/
http://fsfe.org/
http://groups.fsf.org/wiki/LibrePlanetItalia





reply via email to

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