2014-12-29 23:20 GMT+01:00 Federico Bruni <fedel...@gmail.com>:

> But I get the same output on 2.18.2 and 2.16.2.
> I've reworked your example to make it more clear and backward compatible
> with 2.16:
>
>
> \version "2.16.0"
>
> mus = {
>   \override Voice.NoteHead #'color = #red
>   \override TabVoice.TabNoteHead #'color = #red
>   <c e g>4\arpeggio
> }
>
> \new TabStaff \new TabVoice \mus
>
> \new Staff \new Voice { \clef "G_8" \mus }
>

The problem does not occur if Staff and TabStaff are joined with <<>>.
Now I understand why I never hit this error...

\version "2.16.0"

mus = {
  \override Voice.NoteHead #'color = #red
  \override TabVoice.TabNoteHead #'color = #red
  <c e g>4
}

<<
\new Staff \new Voice { \clef "G_8" \mus }
\new TabStaff \new TabVoice \mus
>>

%\new Staff \new Voice { \clef "G_8" \mus }
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to