]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fretboard-chordchanges.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / fretboard-chordchanges.ly
diff --git a/input/regression/fretboard-chordchanges.ly b/input/regression/fretboard-chordchanges.ly
new file mode 100644 (file)
index 0000000..7ce738c
--- /dev/null
@@ -0,0 +1,21 @@
+\header{
+  
+  texidoc = "FretBoards can be set to display only when the chord changes
+or at the beginning of a new line."
+
+}
+  
+  \version "2.14.0"
+
+myChords = \chordmode {
+  c1 c1 \break
+  c1 c1 \break
+  \set chordChanges = ##t
+  c1 c1 \break
+}
+
+<<
+  \new ChordNames { \myChords }
+  \new FretBoards { \myChords }
+  \new Staff { \myChords }
+>>