]> git.donarmstrong.com Git - lilypond.git/commitdiff
vertical spacing: Revise/rename affected regtests.
authorMark Polesky <markpolesky@yahoo.com>
Sun, 17 Oct 2010 00:53:11 +0000 (17:53 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Sun, 17 Oct 2010 00:53:11 +0000 (17:53 -0700)
13 files changed:
input/regression/page-breaking-markup-padding.ly [new file with mode: 0644]
input/regression/page-breaking-markup-padding2.ly [new file with mode: 0644]
input/regression/page-breaking-markup-padding3.ly [new file with mode: 0644]
input/regression/page-breaking-title-padding.ly [deleted file]
input/regression/page-breaking-title-padding2.ly [deleted file]
input/regression/page-breaking-title-padding3.ly [deleted file]
input/regression/page-spacing-loose-lines-between.ly
input/regression/page-spacing-loose-lines-header-padding.ly
input/regression/page-spacing-top-markup-spacing.ly [new file with mode: 0644]
input/regression/page-spacing-top-system-spacing.ly
input/regression/page-spacing-top-title-spacing.ly [deleted file]
input/regression/stem-length-estimation.ly
input/regression/system-overstrike.ly

diff --git a/input/regression/page-breaking-markup-padding.ly b/input/regression/page-breaking-markup-padding.ly
new file mode 100644 (file)
index 0000000..5603ece
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.13.36"
+
+#(set-default-paper-size "a6")
+
+\book {
+  \header {
+    texidoc = "Padding between markups is honored by the page
+breaker.  This should take up two pages."
+  }
+
+  \paper {
+    markup-markup-spacing = #'((padding . 300))
+  }
+
+  \markup "00"
+  \markup "01"
+  { c' }
+}
diff --git a/input/regression/page-breaking-markup-padding2.ly b/input/regression/page-breaking-markup-padding2.ly
new file mode 100644 (file)
index 0000000..c0350fb
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.13.36"
+
+#(set-default-paper-size "a6")
+
+\book {
+  \header {
+    texidoc = "Padding between a markup and a system is honored by
+the page breaker.  This should take up two pages."
+  }
+
+  \paper {
+    markup-system-spacing = #'((padding . 300))
+  }
+
+  \markup "00"
+  \markup "01"
+  { c' }
+}
diff --git a/input/regression/page-breaking-markup-padding3.ly b/input/regression/page-breaking-markup-padding3.ly
new file mode 100644 (file)
index 0000000..ee98798
--- /dev/null
@@ -0,0 +1,21 @@
+\version "2.13.36"
+
+#(set-default-paper-size "a6")
+
+\book {
+  \header {
+    texidoc = "Padding between a score and a markup is honored by
+the page breaker.  This should take up two pages."
+  }
+
+  \paper {
+    score-markup-spacing = #'((padding . 300))
+  }
+
+  \markup "00"
+  \markup "01"
+  \score {
+    { c'1 \allowPageTurn }
+  }
+  \markup "02"
+}
diff --git a/input/regression/page-breaking-title-padding.ly b/input/regression/page-breaking-title-padding.ly
deleted file mode 100644 (file)
index df9179f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-\version "2.13.36"
-
-#(set-default-paper-size "a6")
-
-\book {
-  \header {
-    texidoc = "Padding between titles is honoured by the page breaker.
-This should take up two pages."
-  }
-
-  \paper {
-    markup-markup-spacing = #'((padding . 300))
-  }
-
-  \markup "00"
-  \markup "01"
-  { c' }
-}
diff --git a/input/regression/page-breaking-title-padding2.ly b/input/regression/page-breaking-title-padding2.ly
deleted file mode 100644 (file)
index ab7afb2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-\version "2.13.36"
-
-#(set-default-paper-size "a6")
-
-\book {
-  \header {
-    texidoc = "Padding after titles is honoured by the page breaker.
-This should take up two pages."
-  }
-
-  \paper {
-    markup-system-spacing = #'((padding . 300))
-  }
-
-  \markup "00"
-  \markup "01"
-  { c' }
-}
diff --git a/input/regression/page-breaking-title-padding3.ly b/input/regression/page-breaking-title-padding3.ly
deleted file mode 100644 (file)
index a79f9e6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-\version "2.13.36"
-
-#(set-default-paper-size "a6")
-
-\book {
-  \header {
-    texidoc = "Padding before titles is honoured by the page breaker.
-This should take up two pages."
-  }
-
-  \paper {
-    score-markup-spacing = #'((padding . 300))
-  }
-
-  \markup "00"
-  \markup "01"
-  \score {
-    { c'1 \allowPageTurn }
-  }
-  \markup "02"
-}
index 3161a8bc85c9c01c2e48f74f01e84faf4a4a5769..acc55b9cabb6f6bb6a4cf05e4d69a50ed23f4a68 100644 (file)
@@ -1,9 +1,10 @@
 \version "2.13.36"
 
 \header {
-  texidoc = "Loose lines between two systems don't confuse the layout engine.
-In particular, they don't interfere with @var{system-system-spacing},
-which measures distances between spaceable staves."
+  texidoc = "Loose 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."
 }
 
 \paper {
index 2bd8730af8b06fd3038099251eeb10bddfd2415a..7b7285c298b6639ee4e92d56326d8a6312261686 100644 (file)
@@ -29,4 +29,4 @@ line, whether or not it is spaceable."
       \new Lyrics \lyricmode { foo }
     >>
   }
-}
\ No newline at end of file
+}
diff --git a/input/regression/page-spacing-top-markup-spacing.ly b/input/regression/page-spacing-top-markup-spacing.ly
new file mode 100644 (file)
index 0000000..63fffba
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.13.36"
+
+#(set-default-paper-size "a6")
+
+\book {
+
+  \header {
+    texidoc = "@code{top-markup-spacing} controls the spacing from
+the top of the printable area (i.e. the bottom of the top margin)
+to a title or markup, when it is the first item on a page."
+    title = "Title"
+  }
+
+  \paper {
+    top-markup-spacing = #'((minimum-distance . 30))
+    ragged-bottom = ##t
+  }
+
+  { c'1 \pageBreak c'1 }
+}
index f489f7c09a9f2313060c1f1fbeb0d823d35fb73b..b93f29223b618765c421b66dded2966bfa68ebf9 100644 (file)
@@ -16,4 +16,4 @@ non-title staff on every page."
   }
 
   { c'1 \pageBreak c'1 }
-}
\ No newline at end of file
+}
diff --git a/input/regression/page-spacing-top-title-spacing.ly b/input/regression/page-spacing-top-title-spacing.ly
deleted file mode 100644 (file)
index 89502a7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "2.13.36"
-
-#(set-default-paper-size "a6")
-
-\book {
-
-  \header {
-    texidoc = "@var{top-markup-spacing} controls the spacing
-from the top margin to a title (or markup), provided that it is
-the first system on a page."
-    title = "Title" }
-
-  \paper {
-    top-markup-spacing = #'((minimum-distance . 30))
-    ragged-bottom = ##t
-  }
-
-  { c'1 \pageBreak c'1 }
-}
\ No newline at end of file
index d6cc841931e225384a3dd966c1e914d19678de2d..11d1bdd7b7f84bb945eb8c2177e98e04e59afa9f 100644 (file)
@@ -6,12 +6,11 @@ This example should fit snugly on one page.
 "
 }
 
-\paper { 
+\paper {
   #(set-paper-size "a6")
   tagline = ##f
   system-system-spacing #'padding = #1.20
-}   
-
+}
 
 \new Voice {
   \voiceTwo
index 1ef53125b06d78bfcb8a03dd25ac0b29c17c9af9..1a304b3156613f355404fb7756c17475fc7c39bc 100644 (file)
@@ -1,4 +1,5 @@
 \version "2.13.36"
+
 \header {
   texidoc = "By setting the padding between systems to a negative
 value, it is possible to eliminate the anti-collision constraints.
@@ -7,8 +8,8 @@ value, it is possible to eliminate the anti-collision constraints.
 
 \book {
   \paper {
-      ragged-bottom =##t
-      system-system-spacing = #'((space . 1) (padding . -10))
+    ragged-bottom = ##t
+    system-system-spacing = #'((space . 1) (padding . -10))
   }
 
   {