So for the truly picky, insert:

      \set Score.barNumberVisibility = #all-bar-numbers-visible
      \bar ""

just before you change and let the bar numbers fall where they may!

Much thanks Brett...

--hsm

On Tue, Dec 1, 2009 at 9:17 PM, Brett Duncan <bdd1...@bigpond.net.au> wrote:
> Hugh Myers wrote:
>>
>> Clearly this doesn't work:
>>
>> \version "2.13.7"
>> upper = {
>>  b c d
>> }
>>
>> lower = {
>>  < gis, d e, >2.
>> }
>>
>> {
>>  \time 3/4
>>  <<
>>  \new Staff \relative c'' {
>>    <<
>>      \set Score.barAlways = ##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 }
>>    >>
>>  }
>>  >>
>> }
>>
>> what does? That is, what numbers each bar, not each not?
>>
>
> Instead of
>
> \set Score.barAlways = ##t
>
> try
>
> \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
>
> HTH
>
> Brett
>


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to