lilypond-user
[Top][All Lists]
Advanced

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

Re: [Frescobaldi] Bass and Electric Bass template, tab tunings support


From: Grammostola Rosea
Subject: Re: [Frescobaldi] Bass and Electric Bass template, tab tunings support
Date: Tue, 24 Feb 2009 00:08:58 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Andrew Wilson wrote:
2009/2/19 Grammostola Rosea <address@hidden>:
About the bass-tuning. When I do

c,4\3

The fret position and the high of the C wasn't what I suspected and which
should be the default imho.

when I do

c4\3

The note is ok, but the fret position not...

Do you realise that Bass guitar is a transposing instrument that is written one
octave above where it sounds?  Are you taking this into acount when you
say the note is in the wrong octave?

I think this is better, right?


<<
   \new Staff \with {
     midiInstrument = "acoustic bass"
   } {  *\clef "bass_8"* \bass }
   \new TabStaff \with {
     stringTunings = #bass-tuning
   } \bass


Looking forward for feedback.

\r



global = {

 \key c \major
 \time 4/4
}

bass = \relative c, {
 \global

 % Muziek volgt hier.
 c\3
}

\score {
 \new StaffGroup \with {
  % \consists "Instrument_name_engraver"
  % instrumentName = "Bass"
 } <<
   \new Staff \with {
     midiInstrument = "acoustic bass"
   } {  \clef "bass_8" \bass }
   \new TabStaff \with {
     stringTunings = #bass-tuning
   } \bass
 >>
 \layout { }
 \midi {
   \context {
     \Score
     tempoWholesPerMinute = #(ly:make-moment 100 4)
   }
 }
}




reply via email to

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