[tablatures] guitar/bass tablature templates in frescobaldi

[ Thread Index | Date Index | More lilynet.net/tablatures Archives ]


Hi,


Would be nice if the tablature templates in Frescobaldi could be improved, and implement the new tablature functionality. Also it would be nice to be able to implement bends and hammerons etc. easily.

Is there an expert who can make some templates? Maybe it's good to download frescobaldi and try it yourself (score wizard).

See attachment for some examples I get now, for guitar and bass, only tablature and both tablature and notation, guitar tuning and default tuning, one voice and more voices.



Regards,
\r
\version "2.13.9"

global = {
  \key c \major
  \time 4/4
}

electricBass = \relative c, {
  \global
  % Music follows here.
  
}

\score {
  \new TabStaff \with {
    stringTunings = #bass-tuning
    midiInstrument = "electric bass (finger)"
    \consists "Instrument_name_engraver"
    instrumentName = "Electric bass"
  } \electricBass
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}
\version "2.13.9"

global = {
  \key c \major
  \time 4/4
}

electricBass = \relative c, {
  \global
  % Music follows here.
  
}

\score {
  \new TabStaff \with {
    midiInstrument = "electric bass (finger)"
    \consists "Instrument_name_engraver"
    instrumentName = "Electric bass"
  } \electricBass
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}
\version "2.13.9"

global = {
  \key c \major
  \time 4/4
}

jazzGuitar = \relative c' {
  \global
  % Music follows here.
  
}

\score {
  \new StaffGroup \with {
    \consists "Instrument_name_engraver"
    instrumentName = "Jazz guitar"
  } <<
    \new Staff \with {
      midiInstrument = "electric guitar (jazz)"
    } { \clef "treble_8" \jazzGuitar }
    \new TabStaff \with {
      stringTunings = #guitar-tuning
    } \jazzGuitar
  >>
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}
\version "2.13.9"

global = {
  \key c \major
  \time 4/4
}

jazzGuitar = \relative c' {
  \global
  % Music follows here.
  
}

\score {
  \new TabStaff \with {
    midiInstrument = "electric guitar (jazz)"
    \consists "Instrument_name_engraver"
    instrumentName = "Jazz guitar"
  } \jazzGuitar
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}
\version "2.13.9"

global = {
  \key c \major
  \time 4/4
}

jazzGuitar = \relative c' {
  \global
  % Music follows here.
  
}

\score {
  \new TabStaff \with {
    stringTunings = #guitar-tuning
    midiInstrument = "electric guitar (jazz)"
    \consists "Instrument_name_engraver"
    instrumentName = "Jazz guitar"
  } \jazzGuitar
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}
\version "2.13.9"

global = {
  \key c \major
  \time 4/4
}

upper = \relative c' {
  \global
  % Music follows here.
  
}

lower = \relative c' {
  \global
  % Music follows here.
  
}

\score {
  \new TabStaff \with {
    stringTunings = #guitar-tuning
    midiInstrument = "electric guitar (jazz)"
    \consists "Instrument_name_engraver"
    instrumentName = "Jazz guitar"
  } <<
    \new TabVoice { \voiceOne \upper }
    \new TabVoice { \voiceTwo \lower }
  >>
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/