lilypond-user
[Top][All Lists]
Advanced

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

Re: tablature fingering (again)


From: Patrick Schmidt
Subject: Re: tablature fingering (again)
Date: Fri, 04 Dec 2009 19:28:13 +0100

You can also use

upper = {
\set TabStaff.minimumFret = #9
  < b e gis e' >4 s2
}

instead of

upper = {
  < b\4 e\3 gis\2 e' >4 s2
}

to avoid the string number indications.

By the way: There is a LilyPond mailing list for tablature users:

http://lists.lilynet.net/tablatures/

hth
patrick
-------- Original-Nachricht --------
> Datum: Fri, 4 Dec 2009 11:17:18 -0700
> Von: Hugh Myers <address@hidden>
> An: Federico Bruni <address@hidden>
> CC: lilypond-user <address@hidden>
> Betreff: Re: tablature fingering (again)

> Thanks Federico,
> 
> Not so much wrong, but 'doesn't match the original' ;-)
> 
> --hsm
> 
> On Fri, Dec 4, 2009 at 11:10 AM, Federico Bruni <address@hidden> wrote:
> > 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
> >
> >
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser




reply via email to

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