lilypond-user
[Top][All Lists]
Advanced

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

Re: strange phenomenon from guitar bends snippet


From: Federico Bruni
Subject: Re: strange phenomenon from guitar bends snippet
Date: Mon, 29 Dec 2014 23:37:06 +0100


2014-12-29 23:20 GMT+01:00 Federico Bruni <address@hidden>:
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 }




reply via email to

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