On 12/29/11 11:42 AM, "Dirk De Wachter" <que...@belgacom.net> wrote:

>> I'm not top posting.
>The script should explain it all.
>It is written for the latest stable lilypond.

This another manifestation of issue 34.

This can be avoided by using \with when defining the TabStaff:

context TabStaff \with {
  tablatureFormat = #fret-number-tablature-format-banjo
  stringTunings = #banjo-open-g-tuning
} <<
  \relative c' {
    \normalmusic
  }
>>

This insures that the context properties for the TabStaff are set at the
time the TabStaff is created (which, if there are grace notes in the
regular staff, happens before the first music in the TabStaff).

HTH,

Carl


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to