]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fretboard-chordchanges.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / fretboard-chordchanges.ly
1 \header{
2   
3   texidoc = "FretBoards can be set to display only when the chord changes
4 or at the beginning of a new line."
5
6 }
7   
8   \version "2.16.0"
9
10 myChords = \chordmode {
11   c1 c1 \break
12   c1 c1 \break
13   c2 c4 c4 \break
14   \set chordChanges = ##t
15   c1 c1 \break
16   c2 c4 c4 \break
17 }
18
19 <<
20   \new ChordNames { \myChords }
21   \new FretBoards { \myChords }
22   \new Staff { \myChords }
23 >>