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 {}
}


      

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

Reply via email to