]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-accidental.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-accidental.ly
index 609437b95dad435dd70c6df9ea5c31d297140c9c..aea5616fce4d6ff84a938c0b1b825fbd92410917 100644 (file)
@@ -4,7 +4,7 @@
 " }
 
 
-\version "2.12.0"
+\version "2.17.6"
 
 \paper {
   debug-tie-scoring = ##t
@@ -12,7 +12,7 @@
 }
 
 \relative c'' {
-  \override Tie #'layer = #2
+  \override Tie.layer = #2
   a ~ <fis a>
 }