lilypond-user
[Top][All Lists]
Advanced

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

Re: programming error: (de)crescendo on items with specified volume.


From: Martial
Subject: Re: programming error: (de)crescendo on items with specified volume.
Date: Wed, 29 Aug 2007 23:21:22 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)


I started getting this message:
  programming error: (de)crescendo on items with specified volume.
  b8 a4. \> ^"rit." r8 f8 \! \mp e f |

try this

with \f before \>  \p

\score {
{ b8 a4.\f \> ^"rit." r8 f8 \! \mp e f  }
\midi { }
}


and without dynamics


\score {
{ b8 a4.\> ^"rit." r8 f8 \!  e f  }
\midi { }
}

return not programming error :-)

You must specified a volume (dynamics) with  logique (de)crescendo





reply via email to

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