]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: Update fretboard-chordchanges.ly snippet
authorCarl Sorensen <c_sorensen@byu.edu>
Mon, 16 Mar 2009 23:57:40 +0000 (17:57 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Mon, 16 Mar 2009 23:59:55 +0000 (17:59 -0600)
input/new/fretboard-chordchanges.ly

index 9d86f116bc8783592f24dc1dd1850f72307d3d5d..062f76cae8903ae4b2fc8f19f507578d73dd323d 100644 (file)
@@ -4,14 +4,16 @@
   lsrtags = "fretted-strings"
   texidoc = "FretBoards can be set to display only when the chord changes
 or at the beginning of a new line."
-  doctitle = "Fretboard chordchanges"
+  doctitle = "chordChanges for FretBoards"
 }
 
+\include "predefined-guitar-fretboards.ly"
+
 myChords = \chordmode {
-  c1 c1 \break
   c1 c1 \break
   \set chordChanges = ##t
   c1 c1 \break
+  c1 c1 \break
 }
 
 <<