]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fret-board-alignment.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / fret-board-alignment.ly
1 \header {
2
3   texidoc = "FretBoards should be aligned in the Y direction
4 at the fret-zero, string 1 intersection."
5
6 }
7
8 \version "2.14.0"
9
10 \include "predefined-guitar-fretboards.ly"
11
12 mychords = \chordmode{
13   c1 f g
14 }
15
16 <<
17   \context ChordNames {
18     \mychords
19   }
20   \context FretBoards {
21     \mychords
22   }
23 >>