Andrew Wilson wrote:
2009/2/19 Grammostola Rosea <rosea.grammost...@gmail.com>:
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)
}
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user