bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug with (banjo) tablature rendering (workaround possible)


From: Carl Sorensen
Subject: Re: Bug with (banjo) tablature rendering (workaround possible)
Date: Thu, 29 Dec 2011 21:40:11 +0000
User-agent: Microsoft-MacOutlook/14.13.0.110805

On 12/29/11 11:42 AM, "Dirk De Wachter" <address@hidden> 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




reply via email to

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