]> git.donarmstrong.com Git - lilypond.git/blob - input/new/chordchanges-for-fretboards.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / new / chordchanges-for-fretboards.ly
1 \version "2.13.0"
2
3 \header {
4   lsrtags = "fretted-strings"
5   texidoc = "FretBoards can be set to display only when the chord changes
6 or at the beginning of a new line."
7   doctitle = "chordChanges for FretBoards"
8 }
9
10 \include "predefined-guitar-fretboards.ly"
11
12 myChords = \chordmode {
13   c1 c1 \break
14   \set chordChanges = ##t
15   c1 c1 \break
16   c1 c1 \break
17 }
18
19 <<
20   \new ChordNames { \myChords }
21   \new FretBoards { \myChords }
22   \new Staff { \myChords }
23 >>