On Tue, 1 Nov 2011 15:46:47 -0000
"Phil Holmes" <m...@philholmes.net> 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

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to