]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/chordchanges-for-fretboards.ly
Docs: reorganize documentation directory structure
[lilypond.git] / input / new / chordchanges-for-fretboards.ly
diff --git a/input/new/chordchanges-for-fretboards.ly b/input/new/chordchanges-for-fretboards.ly
deleted file mode 100644 (file)
index 062f76c..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-\version "2.13.0"
-
-\header {
-  lsrtags = "fretted-strings"
-  texidoc = "FretBoards can be set to display only when the chord changes
-or at the beginning of a new line."
-  doctitle = "chordChanges for FretBoards"
-}
-
-\include "predefined-guitar-fretboards.ly"
-
-myChords = \chordmode {
-  c1 c1 \break
-  \set chordChanges = ##t
-  c1 c1 \break
-  c1 c1 \break
-}
-
-<<
-  \new ChordNames { \myChords }
-  \new FretBoards { \myChords }
-  \new Staff { \myChords }
->>