]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fretboard-chordchanges.ly
Imported Upstream version 2.16.0
[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   \set chordChanges = ##t
14   c1 c1 \break
15 }
16
17 <<
18   \new ChordNames { \myChords }
19   \new FretBoards { \myChords }
20   \new Staff { \myChords }
21 >>