lilypond-devel
[Top][All Lists]
Advanced

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

feature request (concerning midi-output)


From: Werner
Subject: feature request (concerning midi-output)
Date: Tue, 21 Jul 2009 21:50:54 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I'd like a feature which allows the following 
(and I think, that should be the default): 

\score {
        \new StaffGroup
        <<
        
        \new ChordNames 
        \Harmonien
        
        \new Staff 
        {
        \clef F
        \relative c {
        \Zweite
        }
        }

        >>

\layout {
}

\midi {
        \context {
        \Score
        % harmonies = ##f
        % (output all voices but no harmonies from chordNames!)
        }
}

}

Werner





reply via email to

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