]> git.donarmstrong.com Git - lilypond.git/commitdiff
* buildscripts/lilypond.words.py, input/puer-fragment.ly,
authorWerner Lemberg <wl@gnu.org>
Sun, 25 Jan 2004 23:24:07 +0000 (23:24 +0000)
committerWerner Lemberg <wl@gnu.org>
Sun, 25 Jan 2004 23:24:07 +0000 (23:24 +0000)
input/test/vaticana.ly, input/test/ancient-font.ly,
input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
lily/include/staff-symbol.hh, lily/breathing-sign.cc,
ly/params-as-init.ly, scm/define-grobs.scm,
scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.

* ly/params-as-init.ly: Removed.  Obsolete.
* buildscripts/lilypond.words.py: Updated.

ChangeLog
buildscripts/lilypond.words.py
input/puer-fragment.ly
input/test/ancient-font.ly
input/test/gregorian-scripts.ly
input/test/mensural-ligatures.ly
input/test/vaticana.ly
lily/breathing-sign.cc
lily/include/staff-symbol.hh
scm/define-grob-properties.scm
scm/define-grobs.scm

index 2d8354fba699ef8b87decdf094d3b3c05a60575b..6fb3b6f56152cee86dfed9e18e05696251b9cc39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-01-25  Werner Lemberg  <wl@gnu.org>
+
+       * buildscripts/lilypond.words.py, input/puer-fragment.ly,
+       input/test/vaticana.ly, input/test/ancient-font.ly,
+       input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
+       lily/include/staff-symbol.hh, lily/breathing-sign.cc,
+       ly/params-as-init.ly, scm/define-grobs.scm,
+       scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
+
+       * ly/params-as-init.ly: Removed.  Obsolete.
+       * buildscripts/lilypond.words.py: Updated.
+
 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * mf/parmesan-clefs.mf: switch off mensural G clefs.
index 64045a1445ad433908c06a32c6bbbf6c21aa2022..21b936dfb10520724c5952fd842a7078e1037600 100755 (executable)
@@ -56,7 +56,6 @@ for name in [
 for name in [
 'ly/declarations-init.ly',
 'ly/params-init.ly',
-'ly/params-as-init.ly',
 ]:
     F = open(name, 'r')
     for line in F.readlines():
index b2a356a0eaf787b06c8cab563d36413c8cb33a7c..4dbb109c80e4d16e72ca4d865b34e0e75bda7a20 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.13"
+\version "2.1.14"
 \header {
     title      = "Puer natus est nobis (excerptum)"
     subtitle   = "Antiphona ad introitum VII"
@@ -97,7 +97,7 @@ verba = \context Lyrics = verba \lyrics {
     \verba
   >>
   \paper {
-    stafflinethickness = \staffspace / 7.0
+    linethickness = \staffspace / 7.0
     linewidth = 137.0\mm
     width = 137.0\mm
     indent = 0.0
index faa151109df3901797a523393fe847c0ef5ea5bf..295cf63f1370f1c020500380476ee7c20c5d65d4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.1.14"
 % TODO: split ancient-font into seperate files; possibly in
 % different locations.
 \header {
@@ -219,7 +219,7 @@ lowerStaff =  \context MensuralStaff = lowerStaff <<
 % do we want to keep these settings? -gp
        linewidth = 17.25\cm
        textheight = 26.0\cm
-       stafflinethickness = #(/ staffspace 5.0)
+       linethickness = #(/ staffspace 5.0)
        indent = 0.0
        \translator {
            \ScoreContext
index 94ea6065d414a09094ac70b53d39f558b4bbf797..5a52dc3c62133b0d5018731c6eddeead17d568de 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.1.14"
 \header {
     title      = "Gregorian Scripts"
     texidoc     = "@cindex Gregorian Scripts
@@ -40,7 +40,7 @@ FIXME: padding/minimum-distance is fragile.
   }
   \paper {
     linewidth = 70.0
-    stafflinethickness = \staffspace / 5.0
+    linethickness = \staffspace / 5.0
     width = 60.0
     indent = 0.0
     raggedright = ##t
index 87e43876417460b295206050ecac845116a78249..9b662110955472f594c300f25d4a083f385f1364 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.1.14"
 % TODO:
 % check with ancient- stuff.  rename, merge, something.  -gp
 
@@ -45,7 +45,7 @@ voice = \notes \transpose c c' {
        >>
     >>
     \paper {
-       stafflinethickness = \staffspace / 5.0
+       linethickness = \staffspace / 5.0
        \translator {
            \VoiceContext
            \name MensuralVoice
index e1f82afdc9a4e9bf848d2b543790c21511ee24da..f6cbb808a5122e226e2a86def20cffacddacb201 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.1.14"
 % possible rename to ancient-something.
 
 \header { texidoc      = "Ancient Vaticana
@@ -27,7 +27,7 @@ verba = \context Lyrics = verba \lyrics {
     \verba
   >>
   \paper {
-    stafflinethickness = \staffspace / 7.0
+    linethickness = \staffspace / 7.0
     linewidth = 137.0 \mm
     width = 137.0 \mm
     indent = 0.0
index 0935effb824856dbb249680f384af54bb845f7a9..7aef7b1e68f288bde05e1604aee2014f5eb7fda7 100644 (file)
@@ -24,7 +24,7 @@
 #include "font-interface.hh"
 
 /*
-  TODO: thickness should be a grob property (unit: stafflinethickness)
+  TODO: thickness should be a grob property (unit: linethickness)
  rather than hardwired to (staff_space / 6).
  */
 
index c27f633540ccfe974ebaff384dd3aef8fddb4605..d9816b1ecfec72ad752e8c92aff07ede9997cb6f 100644 (file)
@@ -14,7 +14,7 @@
 #include "lily-proto.hh"
 
 /**
-  TODO: add stafflinethickness as parameter.
+  TODO: add linethickness as parameter.
   */
 class Staff_symbol 
 {
index e34e06328514c590072af372df5290424ff806c5..0d8892e53b44193d50fd80a8b2efa0a3b2fb1411 100644 (file)
@@ -255,7 +255,7 @@ name of character within font.")
 (grob-property-description 'gap-count integer? "Number of gapped beams for tremolo.")
 
 (grob-property-description 'grow-direction ly:dir? "crescendo or decrescendo?.")
-(grob-property-description 'hair-thickness number? "thickness, measured in stafflinethickness.")
+(grob-property-description 'hair-thickness number? "thickness, measured in linethickness.")
 (grob-property-description 'head-pair pair? "Pair of grob pointers, pointing to the two heads of the tie.")
 (grob-property-description 'heads grob-list? "List of note heads.")
 (grob-property-description 'height ly:dimension? "in staffspace.")
@@ -460,8 +460,8 @@ the Nth element of the list gives the amount stem shortening of a note with N fl
                           "Repeat text on broken text-spanner?")
 (grob-property-description 'text markup? "Text markup.  See the
 notation manual for more information.")
-(grob-property-description 'thick-thickness number? "thickness, measured in stafflinethickness.")
-(grob-property-description 'thickness number? "thickness, measured in stafflinethickness.")
+(grob-property-description 'thick-thickness number? "thickness, measured in linethickness.")
+(grob-property-description 'thickness number? "thickness, measured in linethickness.")
 (grob-property-description 'thin-kern number? "space after a hair-line.")
 (grob-property-description 'forced-distance ly:dimension? "forced distance for an alignment.")
 
index bb73bcef853ad4902fd55372f86cdc4a54fde2ed..ec4977d958d6f03a158110d79c86aea0067aee9b 100644 (file)
@@ -5,7 +5,7 @@
 ;;;; (c)  1998--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 
-;;;; distances are given in stafflinethickness (thicknesses) and
+;;;; distances are given in linethickness (thicknesses) and
 ;;;; staffspace (distances)
 
 ;;;; WARNING: the meta field should be the last one.
     (LyricExtender
      . (
        (molecule-callback . ,Lyric_extender::brew_molecule)
-       (thickness . 0.8) ; stafflinethickness;
+       (thickness . 0.8) ; linethickness
        (minimum-length . 1.5)
        (Y-extent-callback . ,Grob::point_dimension_callback)
        (meta . ((interfaces . (lyric-extender-interface spanner-interface))))
        (padding . 1)
        (font-family . number)
        (Y-offset-callbacks . (,Side_position_interface::aligned_side))
-       (thickness . 1.6)  ;  stafflinethickness
+       (thickness . 1.6)  ;  linethickness
        (height . 2.0) ; staffspace;
        (minimum-space . 5)
        (font-family . number)