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

Reply via email to