From: Graham Percival Date: Tue, 19 Jan 2010 15:58:51 +0000 (+0000) Subject: Regtest: fix thinko. X-Git-Tag: release/2.13.12-1~100 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8a2669df6c35c51d577e73f81946be90352f4192;p=lilypond.git Regtest: fix thinko. --- diff --git a/input/regression/paper-margins-line-width.ly b/input/regression/paper-margins-line-width.ly index e38f57f48d..87a74a866a 100644 --- a/input/regression/paper-margins-line-width.ly +++ b/input/regression/paper-margins-line-width.ly @@ -1,7 +1,7 @@ \version "2.13.5" \header { - texidoc = "If only line-width is given, systems are vertically centered." + texidoc = "If only line-width is given, systems are horizontally centered." } someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }