lilypond-user
[Top][All Lists]
Advanced

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

Notes missing in MIDI output


From: Nick Prömper
Subject: Notes missing in MIDI output
Date: Mon, 1 May 2006 15:19:17 +0200
User-agent: KMail/1.8.2

Hi all!

I figured out a problem with the midi output. If you enter a crescendo without 
giving anabsolute dynamic, lilypond sets the volume down to zero.

Is that a known bug, or a feature ;-) ? Is there a work-around (without giving 
absolute dynamics?)

\version "2.8.1"

\header {
        title = "Notes missing"
}
Trompe = \new Staff \relative c' {
        
        c4 d\< e f g a b\! c
        %{ that works: c4 d\p\< e f g a b\f c %}
}
\score {
        \Trompe
        \layout {
                indent = 2\cm
        }
}
\score {
        \Trompe
        \midi {
        }
} 




reply via email to

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