bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 641 in lilypond: error: "script direction not yet known" when


From: lilypond
Subject: Re: Issue 641 in lilypond: error: "script direction not yet known" when using implicit Voice contexts
Date: Fri, 19 Feb 2010 04:50:47 +0000


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




reply via email to

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