Il 28/08/2012 17:03, fabio gabbianelli ha scritto:
i have this problem
(De)crescendo with unspecified starting volume in MIDI.
   r1 s8 r1 s8 r1 s8 r1 s8 g4.
                              \>_\markup {\line
i think it's refer to " \>  " how i can specified the starting volume in midi? 
i try to find in the documentation but i don't.....!

Ok, I can reproduce the error (see attached minimal example).

In the doc it's explained only how to set minimum and maximum Midi volume:
http://lilypond.org/doc/v2.16/Documentation/notation/controlling-midi-dynamics

I have no clue about how to set the starting volume of a decrescendo.
\version "2.16.0"

music =  \relative c' {
  c2\> c\!
}

\score {
  \new Staff \music
  \layout{}
  \midi{
    %{\context {
      \Score
      midiMinimumVolume = #0.2
      midiMaximumVolume = #0.5
    %}
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to