lilypond-user
[Top][All Lists]
Advanced

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

Re: (de)crescendo on items with specified volume


From: Mark Polesky
Subject: Re: (de)crescendo on items with specified volume
Date: Mon, 6 Sep 2010 08:47:17 -0700 (PDT)

Dmytro O. Redchuk wrote:
> I am very sorry, i can not find original post; anyway.
>
> Original poster, please, provide a minimal example.
>
> I've tried[1] those lines by Mark[2] with "no success" --
> i could not reproduce error message mentioned.
>
> I am sorry, very probably this is my fault. Please,
> provide a minimal example.

Dmytro,

Since the error is with the midi engine, you need to add a
\midi block to the \score (see below).

- Mark

* * * * * * * * * *

\version "2.13.32"

music = \relative c'' {
  c4\f\< c c\f c |
  c4\f\< c c\p c |
  c4\p\> c c\p c |
  c4\p\> c c\f c |

  c4\p\< c\! c\< c\f |
  c4\f\> c\! c\> c\p |
}

\score {
  \music
  \layout {}
  \midi {}
}


      



reply via email to

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