bug-lilypond
[Top][All Lists]
Advanced

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

Re: MIDI volume goes beyond maximum after staff change


From: Pavel Roskin
Subject: Re: MIDI volume goes beyond maximum after staff change
Date: Wed, 2 Nov 2011 11:46:09 -0400

On Tue, 1 Nov 2011 15:46:47 -0000
"Phil Holmes" <address@hidden> wrote:

> Please don't open a bug report yourself - that's the job of the bug
> squad. Please could you create a lilypond source file that
> demonstrates the problem in the form of a "tiny" example: 
> http://lilypond.org/website/tiny-examples.html

OK, I didn't know that.  Thanks for helping me!

Here's an example of wrong volume after staff change:

\version "2.14.2"
\score {
  \new PianoStaff \with {
    midiMaximumVolume = #0.1
  } <<
    \new Staff = "rh" { b8 \p \change Staff="lh" b8 }
    \new Staff = "lh" { s4 }
  >>
  \midi { }
}

And following is an example of wrong volume in temporary voices:

\version "2.14.2"
\score {
  \new Staff \with {
    midiMaximumVolume = #0.1
  } { g8 \p << g8 \\ c8 >> }
  \midi { }
}

Both the first and the second voice are wrongly loud, as it's easy to
hear the perfect fifth.

-- 
Regards,
Pavel Roskin



reply via email to

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