]> git.donarmstrong.com Git - lilypond.git/commitdiff
(bassdux): text formatting
authorhanwen <hanwen>
Mon, 15 Aug 2005 21:11:12 +0000 (21:11 +0000)
committerhanwen <hanwen>
Mon, 15 Aug 2005 21:11:12 +0000 (21:11 +0000)
fixes. Remove tweaks.

ChangeLog
input/mutopia/J.S.Bach/wtk1-fugue2.ly
lily/percent-repeat-engraver.cc

index 9ad3924d2afef3da383d1d53883eda373248b523..4a94357ba2b3f8c1e52fee005c5c38bb40ecb8b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
+       fixes. Remove tweaks.
+
        * input/regression/tuplet-slope.ly: add a test case.
 
        * lily/tuplet-bracket.cc (calc_position_and_height): revert
index 41f5c36ddfec3532ec668b0b66fa1498def70d5d..3fa773fae01aafb1a859812ac6aa65fdaec33d0c 100644 (file)
     %% TODO: handle \footer, \head[er] properly
     footer = "Mutopia-2002/08/19-6"
 
-    tagline = \markup { \smaller
-                       \column {
-                           \fill-line { \footer "" }
-                           \fill-line { { "This music is part of the Mutopia project, "
-                                          \typewriter { "http://sca.uwaterloo.ca/Mutopia/" }
-                                          "." } }
-                           \fill-line { { "It has been typeset and placed in the public "
-                                          "domain by "  \maintainer  "." } }
-                           \fill-line { { "Unrestricted modification and redistribution "
-                                          "is permitted and encouraged---copy this music "
-                                          "and share it!" } }
-                       }
-                   }
+    tagline = \markup {
+      \smaller
+      \column {
+       \line { \footer }
+       \line {
+         "This music is part of the Mutopia project, "
+         \typewriter { "http://sca.uwaterloo.ca/Mutopia/" }
+       }
+       \line {
+         #(ly:export (string-append
+                      "It has been typeset and placed in the public "
+                      "domain by " maintainer  "." ))
+       }
+       \justify {
+         Unrestricted modification and redistribution 
+         is permitted and encouraged. Copy this music 
+         and share it!
+       }
+      }
+    }
     lastupdated = "2002/August/19"
-}
-
-
-%{
-We really want this piece on 2 pages.
-
-tweaks:  we use 19 iso. 20 pt staff space, and squeeze up the spacing a bit.
-
-the few forced linebreaks were an earlier attempt to get the spacing
-to match up.
+  }
 
-%}
 
 
 \version "2.6.0"
@@ -55,11 +52,11 @@ dux = \context Voice = "two"  \relative c''{
 
     r8 c16 b c8 g as c16 b c8 d |
     g, c16 b c8 d f,16 g as4 g16 f |
-    es c' b a g f! es d c8 es' d c | \break 
+    es c' b a g f! es d c8 es' d c | 
     bes a bes c fis, g a fis |
     %%5
     g4 r16 c, d es f g as8~ as16 d, es f |
-    g a bes8 ~ bes16 es, f g as g f es d8 c'16 b! |  \break
+    g a bes8 ~ bes16 es, f g as g f es d8 c'16 b! |  
                                % forced accident!
     c4 r4 r8 f es d |
     r8 as g f g f16 es f8 d | 
@@ -84,7 +81,6 @@ dux = \context Voice = "two"  \relative c''{
     d, g16 fis g8 a! c,16 d es4 d16 c |  % forced accident!
     bes8 r8 r16 d e fis g a bes8 ~ bes16 e, f g |
     a bes c8 ~ c16 fis,16 g a bes8 es,!16 d es8 g, |
-    \break 
     as f'16 es f8 a,8 bes g'16 f g8 b, |
     %%20
     c16 f es d
@@ -179,7 +175,6 @@ bassdux = \context Voice = "three"  \relative c' {
     f d'16 c d8 fis, g4 r16 g, a b |
     c16 d es8~ es16 a, bes c d es f8~ f16 b, c d |
     %%20 
-                               % es8 r r e f f, es! d |     % -> \classic_accidentals
     es8 r r e \stemNeutral \stemDown f f, es! d \stemNeutral |
     r as' g f g f16 es f8 g |
     c16 d es d c bes as g f bes' as g f es d c |
@@ -229,5 +224,6 @@ bassdux = \context Voice = "three"  \relative c' {
     }
     \paper {
        linewidth = 18.0 \cm
+       raggedlastbottom = ##f
     }
 }
index 521972ec315be8464af520c65dbfe8e3790062a2..ba9a627537bdf0a0d6b8b843a86f52fdeddfcda0 100644 (file)
@@ -57,6 +57,7 @@ protected:
 protected:
   virtual void finalize ();
   virtual bool try_music (Music *);
+
   void stop_translation_timestep ();
   void start_translation_timestep ();
   void process_music ();