lilypond-user
[Top][All Lists]
Advanced

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

Re: TAB question -- frescobaldi tab support


From: Grammostola Rosea
Subject: Re: TAB question -- frescobaldi tab support
Date: Tue, 17 Feb 2009 23:07:16 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

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




reply via email to

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