]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fretboard-chordchanges.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / fretboard-chordchanges.ly
index 7ce738cea1d00caa45a842b2d3ab601678326c2f..d98479a4bb5f6fc75f429ac3f77d77bab414bf84 100644 (file)
@@ -5,13 +5,15 @@ or at the beginning of a new line."
 
 }
   
-  \version "2.14.0"
+  \version "2.16.0"
 
 myChords = \chordmode {
   c1 c1 \break
   c1 c1 \break
+  c2 c4 c4 \break
   \set chordChanges = ##t
   c1 c1 \break
+  c2 c4 c4 \break
 }
 
 <<