Chord changes for fretboards: Difference between revisions
Appearance
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
FretBoards can be set to display only when the chord changes or at the beginning of a new line. | FretBoards can be set to display only when the chord changes or at the beginning of a new line. | ||
<lilypond version="2.24 | <lilypond version="2.24" full> | ||
\include "predefined-guitar-fretboards.ly" | \include "predefined-guitar-fretboards.ly" | ||
Revision as of 18:48, 16 November 2025
FretBoards can be set to display only when the chord changes or at the beginning of a new line.
\version "2.24"
\include "predefined-guitar-fretboards.ly"
\paper { tagline = ##f }
myChords = \chordmode {
c1 c1 \break
\set chordChanges = ##t
c1 c1 \break
c1 c1
}
<<
\new ChordNames { \myChords }
\new FretBoards { \myChords }
\new Staff { \myChords }
>>