Comment #2 on issue 641 by horndude77: error: "script direction not yet known" when using implicit Voice contexts
http://code.google.com/p/lilypond/issues/detail?id=641

% This example has the same fix/workaround as issue 641.
% There is no warning in this case. Instead the hairpins
% end at the end of the markup instead of at the correct
% location.

\version "2.13.13"

\score
{
  \new Staff
  %\new Voice
  {
    %\key c \major
    <<
      {\repeat unfold 16 c''16}
      {s4\< s2.\!^\markup{"Hello Hello Hello!"}}
    >>
    <<
      {\repeat unfold 16 c''16}
      {s4\< s2.\!^\markup{"Hi!"}}
    >>
  }
}

Attachments:
        dynamic_error.preview.png  4.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to