MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / fretboard-chordchanges.ly
blobec0f1a968d8dc723726ed08e006886b2c137d082
1 \header{
3 texidoc = "FretBoards can be set to display only when the chord changes
4 or at the beginning of a new line."
8 \version "2.13.0"
10 myChords = \chordmode {
11 c1 c1 \break
12 c1 c1 \break
13 \set chordChanges = ##t
14 c1 c1 \break
18 \new ChordNames { \myChords }
19 \new FretBoards { \myChords }
20 \new Staff { \myChords }