Patrick, How Perl like--- more than one way to do things ;-)
--hsm p.s. likewise thanks for the tab list pointer... On Fri, Dec 4, 2009 at 11:28 AM, Patrick Schmidt <[email protected]> wrote: > 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 <[email protected]> >> An: Federico Bruni <[email protected]> >> CC: lilypond-user <[email protected]> >> 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 <[email protected]> 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 >> [email protected] >> 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 > _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
