lilypond-user
[Top][All Lists]
Advanced

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

Re: TAB question


From: David Stocker
Subject: Re: TAB question
Date: Fri, 13 Feb 2009 07:10:57 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Thanks for the poke. I'll try to get nominal list together this weekend of about a half-dozen or so things tabbers are missing. Right now, I'm open to suggestions on where to start. Bends? Ligado techniques?

Also, since this will inevitably involve email attachments of image files, I'm proposing that we circulate this off list. I'll send a follow-up email and anyone on the list who wants to receive and contribute to the "guitar tab feature request" can email me and I'll make a distribution list of the respondents. At a later time, we can submit "guitar tab feature request v.1.0" to the developers and maybe start talking sponsorships.

Best,

Dave

Grammostola Rosea wrote:
David Stocker wrote:
I think I just need to take initiative with this. I've been thinking about it for a while and what I'll do is in my spare time (what's that?) I'll catalog some 'missing features' that would lead to better tablature support and include visual examples from published music. We can circulate it around on the list and everyone can add to it. Then, the 'fretted strings' crowd can build a consensus on prioritization. That way, there's a list of proposed features that contributers can consult if they wish.

Can you prod me every so often so I don't get absorbed in work/life and leave this on the shelf for too long? Just a simple 'how's the list coming?' if I don't post anything for a few weeks.

Any progress here? David?

When I use a template in Frescobaldi for electric bass it doesn't seems to work, I get a error message, see below. Besides that, the tablature is placed above the notation by default which is not how it should be imho. Also the tablature has beams, which is odd for tablature...

Regards,

\r





global = {
 \key c \major
 \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 TabStaff \electricBass
   \new Staff \with {
     midiInstrument = "electric bass (finger)"
   } { \clef bass \electricBass }
 >>
 \layout { }
 \midi {
   \context {
     \Score
     tempoWholesPerMinute = #(ly:make-moment 100 4)
   }
 }
}







reply via email to

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