lilypond-user
[Top][All Lists]
Advanced

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

Re: tablature bug?


From: Grammostola Rosea
Subject: Re: tablature bug?
Date: Wed, 18 Feb 2009 21:09:24 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Grammostola Rosea wrote:
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.
I've noticed that some people who uses 12.2 does have an error (segfault) here, and some don't :/


\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)
  }
}
}


Anyone who can confirm this segfault or has suggestions?

Thanks in advance,

\r




reply via email to

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