On Sun 22 May 2011, 21:54 Federico Bruni wrote:
> As you can see in the following example, when using harmonicOn, fret
> numbers in TabStaff are not enclosed by angled brackets (while Staff is
> ok).
> 
> It looks like a bug.
> 
> \version "2.15.0"
> 
> music = \relative c'' {
>    % Ok, it works in Staff and TabStaff
>   <b\2\harmonic>2 <e\harmonic>
> 
>   % it works on Staff only: bug or what?
>   \harmonicsOn
>   b2\2 e
>   \harmonicsOff
> 
>   <g,\3\harmonic>1
> }
> 
> \new StaffGroup <<
>   \new Staff { \clef "G_8" \music }
>   \new TabStaff { \clef "moderntab" \music }
> >>
Thank you, added as 1660:
http://code.google.com/p/lilypond/issues/detail?id=1660

-- 
  Dmytro O. Redchuk
  Bug Squad

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

Reply via email to