Issue 558: Spanner 'Hairpin' error when a MultiMeasureRest occurs after
a line break
http://code.google.com/p/lilypond/issues/detail?id=558
Comment #1 by horndude77:
%Here is an example of the same error (I believe) using a dynamic template.
\version "2.11.37"
musicAlone = \relative c'
{
c1 | c1 |
}
musicWithDynamics = \relative c'
{
c1\> | \break c1\! |
}
dynamics = \relative c'
{
s1\> | \break
s1\! |
}
\paper
{
ragged-right = ##t
}
\score
{
\new Staff
{
\musicWithDynamics %no problem
<< \musicAlone \dynamics >>
}
}
--
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