]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-repetition-script-stack.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / chord-repetition-script-stack.ly
index ce7208ebd22d352487e39c85a86396788e31009f..191daf8a915586ae9167ac6d9f9aab08dead9c31 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.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
 }