]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-repetition-script-stack.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-repetition-script-stack.ly
index 5da80dd954acf6e5fcede7fdbc92d7bfee613ba0..191daf8a915586ae9167ac6d9f9aab08dead9c31 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Post events such as fingerings and scripts added to a
@@ -6,6 +6,6 @@ chord repetition follow the same basic stacking order as chords.
 "
 }
 
-\relative c' {
-  <c e g>2-1-2-3 q_"q"-1-2-3
+\relative {
+  <c' e g>2-1-2-3 q_"q"-1-2-3
 }