This looks like a bug. An attempt to add the
Instrument_name_engraver to a StaffGroup context *and* produce MIDI
output causes a Crash under Vista. Doing either separately is fine.
Here's a minimal example:
\version "2.12.2"
\score {
\new StaffGroup \with { \consists Instrument_name_engraver }
a'
\midi { }
}
Trevor
----- Original Message -----
From: "Grammostola Rosea" <rosea.grammost...@gmail.com>
To: <lilypond-user@gnu.org>
Cc: "Wilbert Berendsen" <i...@wilbertberendsen.nl>
Sent: Tuesday, February 17, 2009 10:07 PM
Subject: Re: TAB question -- frescobaldi tab support
Daniel Hulme wrote:
On Tue, Feb 17, 2009 at 10:25:19PM +0100, Grammostola Rosea
wrote:
My default Debian lenny version, works ok. But how do I install
the newest lilypond on Debian testing?
When I install the sh script, it doesn't work properly.
In what way? Please give any error messages.
I think there is a bug here!? Or a fault in the template?
When I comment out this:
%\consists "Instrument_name_engraver"
%instrumentName = "Electrische bas"
It runs ok.
\r
\version "2.12.2"
\include "nederlands.ly"
global = {
\key g \minor
\time 4/4
}
electricBass = \relative c {
\global
% Muziek volgt hier.
e,4\4 g\4 a\3 d8\3 c\3 e2\4
}
\score {
\new StaffGroup \with
{
%\consists "Instrument_name_engraver"
%instrumentName = "Electrische bas"
}
<<
\new Staff \with {
midiInstrument = "electric bass (finger)"
} { \clef bass \electricBass }
\new TabStaff \electricBass
>>
\layout { }
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 100 4)
}
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user