On Thu, Feb 18, 2010 at 9:50 PM,  <lilyp...@googlecode.com> 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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to