bug-lilypond
[Top][All Lists]
Advanced

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

MIDI dynamic bug


From: Gilberto Agostinho
Subject: MIDI dynamic bug
Date: Thu, 3 Dec 2015 16:13:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Dear bug squad,

Today I found a bug related to MIDI playback. If I use set the TimeSignature's stencil to false in the following way below, the first dynamic is ignored. Commenting out that override produces the correct result. This affects only the very first note of the playback, all others are played normally.

\version "2.19.28"

A = {
  \override Score.TimeSignature.stencil = ##f
  c'4  d' e' f'
}

B = {
  s4\ppppp s\f s\ppppp s\f
}

\score {
  \new Staff << \A \B>>
  \midi{}
  \layout{}
}

Let me know if I can be of any help to further investigate this bug.

Cheers,
Gilberto



reply via email to

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