Skip to content

lyp-packages/chtab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chtab: Alternative TabStaff algorithm for Lilypond

This package provides an alternative, better tab fingering algorithm, developed by Chuanjun He, and implemented in Lilypond/Scheme by Christopher Heckman. This algorithm was discussed on lilypond-dev.

Installation

lyp install chtab

Usage

\require "chtab"

music = { ... }

<<
  \music
  \chTab {
    \new TabStaff \with { 
      stringTunings = #guitar-tuning
    } \music } 
>>
...

For more information see the included example.