From 888a99c579889ac4819fc62572221f12e85ed6d0 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Fri, 12 Nov 2010 17:18:13 -0800 Subject: [PATCH] vert. spacing: Revise/rename affected regtests. --- ...-markup.ly => page-spacing-nonstaff-lines-and-markup.ly} | 4 ++-- ...ms.ly => page-spacing-nonstaff-lines-between-systems.ly} | 6 +++--- ...es-between.ly => page-spacing-nonstaff-lines-between.ly} | 2 +- ...lines-after.ly => page-spacing-nonstaff-lines-bottom.ly} | 4 ++-- ...ing.ly => page-spacing-nonstaff-lines-header-padding.ly} | 4 ++-- ...e-lines-before.ly => page-spacing-nonstaff-lines-top.ly} | 4 ++-- ...affinity.ly => page-spacing-nonstaff-lines-unrelated.ly} | 5 +++-- 7 files changed, 15 insertions(+), 14 deletions(-) rename input/regression/{page-spacing-loose-lines-and-markup.ly => page-spacing-nonstaff-lines-and-markup.ly} (73%) rename input/regression/{page-spacing-loose-lines-between-systems.ly => page-spacing-nonstaff-lines-between-systems.ly} (59%) rename input/regression/{page-spacing-loose-lines-between.ly => page-spacing-nonstaff-lines-between.ly} (91%) rename input/regression/{page-spacing-loose-lines-after.ly => page-spacing-nonstaff-lines-bottom.ly} (75%) rename input/regression/{page-spacing-loose-lines-header-padding.ly => page-spacing-nonstaff-lines-header-padding.ly} (94%) rename input/regression/{page-spacing-loose-lines-before.ly => page-spacing-nonstaff-lines-top.ly} (80%) rename input/regression/{page-spacing-loose-lines-non-affinity.ly => page-spacing-nonstaff-lines-unrelated.ly} (56%) diff --git a/input/regression/page-spacing-loose-lines-and-markup.ly b/input/regression/page-spacing-nonstaff-lines-and-markup.ly similarity index 73% rename from input/regression/page-spacing-loose-lines-and-markup.ly rename to input/regression/page-spacing-nonstaff-lines-and-markup.ly index 9191d580bc..9c8e49f09d 100644 --- a/input/regression/page-spacing-loose-lines-and-markup.ly +++ b/input/regression/page-spacing-nonstaff-lines-and-markup.ly @@ -1,8 +1,8 @@ \version "2.13.4" \header { - texidoc = "Having markup after a loose line doesn't confuse the page layout -engine." + texidoc = "Having markup after a non-staff line doesn't confuse +the page layout engine." } #(set-default-paper-size "a6") diff --git a/input/regression/page-spacing-loose-lines-between-systems.ly b/input/regression/page-spacing-nonstaff-lines-between-systems.ly similarity index 59% rename from input/regression/page-spacing-loose-lines-between-systems.ly rename to input/regression/page-spacing-nonstaff-lines-between-systems.ly index 84142c116a..da6600e9c8 100644 --- a/input/regression/page-spacing-loose-lines-between-systems.ly +++ b/input/regression/page-spacing-nonstaff-lines-between-systems.ly @@ -1,9 +1,9 @@ \version "2.13.7" \header { - texidoc = "The vertical spacing engine is not confused by -a loose line below a system followed by a loose line above -the next system." + texidoc = "The vertical spacing engine is not confused by a +non-staff line below a system followed by a loose line above the +next system." } \paper { diff --git a/input/regression/page-spacing-loose-lines-between.ly b/input/regression/page-spacing-nonstaff-lines-between.ly similarity index 91% rename from input/regression/page-spacing-loose-lines-between.ly rename to input/regression/page-spacing-nonstaff-lines-between.ly index acc55b9cab..a8de135cd7 100644 --- a/input/regression/page-spacing-loose-lines-between.ly +++ b/input/regression/page-spacing-nonstaff-lines-between.ly @@ -1,7 +1,7 @@ \version "2.13.36" \header { - texidoc = "Loose lines between two systems don't confuse the + texidoc = "Non-staff lines between two systems don't confuse the layout engine. In particular, they don't interfere with @code{system-system-spacing}, which controls the flexible spacing between the two closest staves of consecutive systems." diff --git a/input/regression/page-spacing-loose-lines-after.ly b/input/regression/page-spacing-nonstaff-lines-bottom.ly similarity index 75% rename from input/regression/page-spacing-loose-lines-after.ly rename to input/regression/page-spacing-nonstaff-lines-bottom.ly index 4bb87cd7ff..ec15e48940 100644 --- a/input/regression/page-spacing-loose-lines-after.ly +++ b/input/regression/page-spacing-nonstaff-lines-bottom.ly @@ -1,8 +1,8 @@ \version "2.13.39" \header { - texidoc = "A loose line (eg. a lyric line) at the bottom of a system -gets spaced appropriately." + texidoc = "A non-staff line (such as @code{Lyrics}) at the +bottom of a system gets spaced appropriately." } \layout { diff --git a/input/regression/page-spacing-loose-lines-header-padding.ly b/input/regression/page-spacing-nonstaff-lines-header-padding.ly similarity index 94% rename from input/regression/page-spacing-loose-lines-header-padding.ly rename to input/regression/page-spacing-nonstaff-lines-header-padding.ly index 7b7285c298..e83b24605c 100644 --- a/input/regression/page-spacing-loose-lines-header-padding.ly +++ b/input/regression/page-spacing-nonstaff-lines-header-padding.ly @@ -1,8 +1,8 @@ \version "2.13.36" \header { - texidoc = "Padding from the header and footer is measured to the first -line, whether or not it is spaceable." + texidoc = "Padding from the header and footer is measured to the +first non-staff line, whether or not it is spaceable." } #(set-default-paper-size "a6") diff --git a/input/regression/page-spacing-loose-lines-before.ly b/input/regression/page-spacing-nonstaff-lines-top.ly similarity index 80% rename from input/regression/page-spacing-loose-lines-before.ly rename to input/regression/page-spacing-nonstaff-lines-top.ly index 7f30ac4529..9ab9b8f666 100644 --- a/input/regression/page-spacing-loose-lines-before.ly +++ b/input/regression/page-spacing-nonstaff-lines-top.ly @@ -1,8 +1,8 @@ \version "2.13.39" \header { - texidoc = "A loose line (eg. a lyric line) at the top of a system -is spaced appropriately." + texidoc = "A non-staff line (such as @code{Lyrics}) at the top +of a system is spaced appropriately." } \layout { diff --git a/input/regression/page-spacing-loose-lines-non-affinity.ly b/input/regression/page-spacing-nonstaff-lines-unrelated.ly similarity index 56% rename from input/regression/page-spacing-loose-lines-non-affinity.ly rename to input/regression/page-spacing-nonstaff-lines-unrelated.ly index 2087cab7ca..c1c6c12dd1 100644 --- a/input/regression/page-spacing-loose-lines-non-affinity.ly +++ b/input/regression/page-spacing-nonstaff-lines-unrelated.ly @@ -1,8 +1,9 @@ \version "2.13.39" \header { - texidoc = "Loose lines can specify their padding or min-distance to the -staff for which they don't have affinity." + texidoc = "Non-staff lines (such as @code{Lyrics}) can specify +their @code{padding} or @code{minimum-distance} to the staff for +which they don't have affinity." } << -- 2.39.2