]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Sep 2004 20:09:53 +0000 (20:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Sep 2004 20:09:53 +0000 (20:09 +0000)
ChangeLog
input/mutopia/W.A.Mozart/mozart-hrn-3.ly
input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily
lily/context.cc
ly/center-init.ly [deleted file]
ly/part-paper-init.ly [deleted file]
scm/page-layout.scm
scm/paper.scm

index ab2a6091e252bff18959d8c5f78a79ee67b679be..93726f7927d2cc541a592861f80e746167712f2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * ly/part-paper-init.ly: remove file.
+
        * lily/includable-lexer.cc (new_input): elucidate message.
 
 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
index 59f5d18d2b13d0400427444c9abdf0baf8f22453..9a450e980e9e84c665ab8d785eb78d35aea79fdb 100644 (file)
@@ -48,35 +48,39 @@ virtuoso that taught in Geneva.
 \include "mozart-hrn3-romanze.ily"
 \include "mozart-hrn3-rondo.ily"
 
-
+    \bookpaper {
+       betweensystempadding = 0.0
+       betweensystemspace = 20 \mm
+%      raggedbottom = ##t 
+       }
 
 
 \book {
-\score
-{
-        { \transpose c' bes \allegro }
+    \score
+    {
+       { \transpose c' bes \allegro }
        \paper{ }
        \header { piece = "allegro" opus = "" } 
        \midi{ \tempo 4=90 }
-}
+    }
 
 
-\score
-{
-     { \transpose c' bes \romanze }
+    \score
+    {
+       { \transpose c' bes \romanze }
        \header { piece = "romanze" opus = "" } 
        \midi{ \tempo 4 = 70  }
        \paper{}
-}
+    }
 
 
-\score
-{
-     { \transpose c' bes       \rondo }
+    \score
+    {
+       { \transpose c' bes     \rondo }
        \header { piece = "rondo" opus = "" }
        \midi{ \tempo 4 = 100 }
        \paper { }
-}
+    }
 
 
 }
index 4cd80c4bf4a65dcbbb839e3ec3175b5fc4a4bd94..aa1f07606b76e9a107a2f9780db907878962cecf 100644 (file)
@@ -29,7 +29,7 @@ stopGraceMusic= \sequential {
     \stopGraceMusic
 }
 
-\paper{
+\paper {
     \context {
         \Score
         skipBars = ##t
@@ -47,10 +47,13 @@ stopGraceMusic= \sequential {
     }
     \context {
         \Staff
-        minimumVerticalExtent = #'(-4.5 . 4.5)
+        minimumVerticalExtent = #'(-2.5 . 3.5)
     }
+}
+
+\bookpaper{
+
     % #(define fonts my-sheet)
-    #(define page-breaking ly:optimal-page-breaks)
 
     % stress page breaking on a6 paper:
     % linewidth = 80 \mm
index 14abd62adf1c16cbc936c7f52b234cafaf33e7d6..cb3029d44a10044f9716f3527bed9d50c3bedb86 100644 (file)
@@ -21,8 +21,7 @@ bool
 Context::is_removable () const
 {
   return context_list_ == SCM_EOL && ! iterator_count_ &&
-         !dynamic_cast<Score_context const*> (this)
-    ;
+         !dynamic_cast<Score_context const*> (this);
 }
 
 void
diff --git a/ly/center-init.ly b/ly/center-init.ly
deleted file mode 100644 (file)
index 0d9a088..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-% Toplevel initialisation file. 
-       
-\version "2.3.16"
-
-
-\include "declarations-init.ly"
-#(set-global-staff-size 16)
-
- \paper { 
-  \paperSixteen
-%  linewidth = 7.\cm
-  linewidth = 11.\cm
-}
-
-\maininput
diff --git a/ly/part-paper-init.ly b/ly/part-paper-init.ly
deleted file mode 100644 (file)
index 2723c5d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-\version "2.3.16"
-
-% JUNKME
-%part-paper-init.ly
-
-\paper {
-       \context { \OrchestralPartStaff }
-       \context { \Score skipBars = ##t }
-}
-
index 590c4d8cda2905015eb4225ea917530c840d427d..77329656580604cf1b666657ab6bae7482212ae5 100644 (file)
                       lmargin
                       (/ (- hsize
                             (ly:output-def-lookup paper 'linewidth)) 2)))
+
       (rightmargin (ly:output-def-lookup paper 'rightmargin))
       (bottom-edge (- vsize
                      (ly:output-def-lookup paper 'bottommargin)))
                           page-stencil))))
       )
 
-
+    (if #t
+       (display (list
+                 "leftmargin" leftmargin "rightmargin" rightmargin
+                 )))
+    
     (set! page-stencil (ly:stencil-combine-at-edge
          page-stencil Y DOWN head 0. 0.))
 
@@ -344,9 +348,9 @@ is what have collected so far, and has ascending page numbers."
                       (+ y topskip)) 
               (cdr  result)))
         )
-
-     (if #f ;; debug.
-        (begin
+      
+      (if #f ;; debug.
+         (begin
           (display (list "\n# systems: " no-systems
                          "\nreal-ext" real-extents "\nstaff-ext" staff-extents
                          "\ninterscore" inter-system-space
@@ -377,8 +381,8 @@ CURRENT-BEST is the best result sofar, or #f."
 
           
           (ragged? (or (eq? #t (ly:output-def-lookup bookpaper 'raggedbottom))
-                      (and (eq? #t (ly:output-def-lookup bookpaper 'raggedlastbottom))
-                           last?)))
+                       (and (eq? #t (ly:output-def-lookup bookpaper 'raggedlastbottom))
+                            last?)))
            (page-height (page-height this-page-num last?))
           (vertical-spacing (space-systems page-height current-lines ragged?))
           (satisfied-constraints (car vertical-spacing))
index 13fadc5bdd4bb9412586691cbbf15a7ec50e0a93..a2b359f15431b529c0d05cc2253262c774e42a0d 100644 (file)
                   module))
      ((pair? entry)
 
-           
-
       (set! entry (eval (cdr entry) module))
       (if landscape?
          (set! entry (swap entry)))