On Tue, 30 Aug 2011 14:04:46 +0200
David Kastrup wrote:
> "D'Arcy J.M. Cain" writes:
> > themusic = {
> > <<
> > \tempo 4 = 160
> > \new Staff {
> > \set Staff.midiInstrument = "acoustic bass"
> > \Common
> > \clef "bass_8"
> > \relative c, { \time 3/4 a4. b8 c d
"D'Arcy J.M. Cain" writes:
> I upgraded Lilypond and found a weird change. The input is below this
> message. On 2.12.3 it displays a single bass staff as I would expect.
> On 2.14.2 it adds an extra, empty staff above with a treble clef and
> the time signature but no lines or key. This happe
Hi.
Your MetronomeMark is assigned outside the staff, so Lily creates a new
staff for that, between the << ...>> so it comes in parallel with your
music. Putting the tempo inside \new Staff{...} solves the pb.
best regards
JMarc
D'Arcy J.M. Cain a écrit :
I upgraded Lilypond and found a wei