1\header {
2
3  texidoc = "FretBoards should be aligned in the Y direction
4at the fret-zero, string 1 intersection."
5
6}
7
8\version "2.16.0"
9
10\include "predefined-guitar-fretboards.ly"
11
12mychords = \chordmode{
13  c1 f g
14}
15
16<<
17  \context ChordNames {
18    \mychords
19  }
20  \context FretBoards {
21    \mychords
22  }
23>>
24