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: Jay Anderson
Subject: Re: Issue 641 in lilypond: error: "script direction not yet known" when using implicit Voice contexts
Date: Thu, 18 Feb 2010 22:10:31 -0700

On Thu, Feb 18, 2010 at 9:50 PM,  <address@hidden> wrote:
> % 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.

I spoke too soon. I can't figure out how to work around the issue in
piano centered dynamics:

\version "2.13.13"

left = {\repeat unfold 16 c''16}
dyn = {s4\< s2.\!^\markup{"Hello Hello Hello!"}}
right = {\clef bass \repeat unfold 16 c16}

\score
{
  \new PianoStaff
  <<
    \new Staff \left
    \new Dynamics \dyn
    \new Staff \right
  >>
}

Adding either the key or the new voice don't seem to do the trick.
Thanks for the help.

-----Jay




reply via email to

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