]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
* lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
[lilypond.git] / input / regression / alignment-order.ly
index 56df3f169495ebc4477317cb4ab486d1867e6b33..718187b862f9ac6899e4fae2b590d3238f584fd5 100644 (file)
@@ -3,7 +3,7 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.6.0"
+\version "2.7.13"
 
 \paper {
   raggedright = ##t
@@ -21,7 +21,10 @@ anywhere in the vertical alignment. "
       }
       \new Staff {
        \set Staff.alignAboveContext = #"3"
-       c8^"this" d_"staff" e^"above" d_"last" e^"staff" f
+       \times 4/6 {
+         \override TextScript #'padding = #3
+         c8^"this" d_"staff" e^"above" d_"last" e^"staff" f
+       }
       }
     >> }
 >>