]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fretboard-chordchanges.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / fretboard-chordchanges.ly
index ec0f1a968d8dc723726ed08e006886b2c137d082..d98479a4bb5f6fc75f429ac3f77d77bab414bf84 100644 (file)
@@ -5,13 +5,15 @@ or at the beginning of a new line."
 
 }
   
-  \version "2.13.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
 }
 
 <<