bug-lilypond
[Top][All Lists]
Advanced

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

Issue 558 in lilypond: Spanner 'Hairpin' error when a MultiMeasureRest


From: codesite-noreply
Subject: Issue 558 in lilypond: Spanner 'Hairpin' error when a MultiMeasureRest occurs after a line break
Date: Sat, 19 Jan 2008 16:09:13 -0800

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




reply via email to

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