]> 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 fb00bbd8441d89fe036245415157c72ec36c810d..aea5616fce4d6ff84a938c0b1b825fbd92410917 100644 (file)
@@ -4,7 +4,7 @@
 " }
 
 
-\version "2.16.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>
 }