LSR: Update.
[lilypond.git] / input / lsr / fretboard-chordchanges.ly
blob9ee73db6f73bdbf9a12690c3437ca5864d938048
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.13.0"
5 \header {
6 lsrtags = "fretted-strings"
7 texidoc = "FretBoards can be set to display only when the chord changes
8 or at the beginning of a new line."
9 doctitle = "Fretboard chordchanges"
10 } % begin verbatim
13 myChords = \chordmode {
14 c1 c1 \break
15 c1 c1 \break
16 \set chordChanges = ##t
17 c1 c1 \break
21 \new ChordNames { \myChords }
22 \new FretBoards { \myChords }
23 \new Staff { \myChords }