]> git.donarmstrong.com Git - lilypond.git/commitdiff
Tweak regtest so it'll always be displayed on web.
authorGraham Percival <graham@percival-music.ca>
Fri, 18 Apr 2008 23:05:00 +0000 (16:05 -0700)
committerGraham Percival <graham@percival-music.ca>
Fri, 18 Apr 2008 23:05:00 +0000 (16:05 -0700)
input/regression/whiteout.ly

index 52f518ee86f120f6c9e933a45b58fed4e2b84da7..10e7caa6354e325a201d6a405966a467a8d48f5e 100644 (file)
@@ -12,7 +12,7 @@ since staff lines are in a lower layer than most other grobs.  "
   ragged-right = ##t
 }
 
-{
+\relative c'' {
   \override TextScript #'extra-offset = #'(2 . 4)
-  c'4-\markup  { \whiteout \pad-markup #0.5 foo } c
+  c4-\markup  { \whiteout \pad-markup #0.5 foo } c
 }