2.4.3 Banjo


Intavolature per banjo

LilyPond ha un supporto basilare per il banjo a cinque corde. Quando si scrivono intavolature per banjo a cinque corde, usare la funzione di formattazione dell’intavolatura per banjo per ottenere i numeri di tasto corretti per la quinta corda:

music = {
  g8 d' g'\5 a b g e d' |
  g4 d''8\5 b' a'\2 g'\5 e'\2 d' |
  g4
}

<<
  \new Staff \with { \omit StringNumber }
  { \clef "treble_8"  \music }
  \new TabStaff \with {
    tablatureFormat = #fret-number-tablature-format-banjo
    stringTunings = #banjo-open-g-tuning
  }
  { \music }
>>

[image of music]

Sono disponibili varie accordature comuni per banjo a cinque corde: banjo-open-g-tuning (gDGBD), banjo-c-tuning (gCGBD), banjo-modal-tuning (gDGCD), banjo-open-d-tuning (aDF#AD), banjo-open-dm-tuning (aDFAD), banjo-double-c-tuning (gCGCD) e banjo-double-d-tuning (aDGDE).

Queste possono essere convertite in accordature a quattro corde usando la funzione four-string-banjo:

\set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning)

Vedi anche

File installati: ‘ly/string-tunings-init.ly’.

Frammenti: Fretted strings.


LilyPond — Guida alla Notazione v2.23.82 (ramo di sviluppo).