]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / alignment-order.ly
index cbd9fa309877f59cfd814d829712ef4f2e1efa1d..907e3eae360628fd1c9aed4bf6c8abf7aa865280 100644 (file)
@@ -3,7 +3,7 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.16.0"
+\version "2.17.6"
 
 \paper {
   ragged-right = ##t
@@ -23,7 +23,7 @@ anywhere in the vertical alignment. "
       \new Staff {
         \set Staff.alignAboveContext = #"3"
         \times 4/6 {
-          \override TextScript #'padding = #3
+          \override TextScript.padding = #3
           c4^"this" d_"staff" e^"above" d_"last" e^"staff" f
         }
       }