]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 12 Jun 2002 19:30:53 +0000 (19:30 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 12 Jun 2002 19:30:53 +0000 (19:30 +0000)
ChangeLog
make/lilypond.redhat.spec.in
scm/context-description.scm
scm/grob-description.scm
scm/grob-property-description.scm

index a8e222e833410a5823b17a19b310d354649505ab..c3df0498356d5be8ff9f00ecd20c57a830b79f21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-12  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * scm/grob-description.scm: Add side-position-interface to TextSpanner
+
+       * scm/grob-property-description.scm: Document the trill line type.
+
 2002-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * stepmake/stepmake/generic-vars.make: 
index c6aa8b349da768344a0cf8b9e8b7a30bc3dbb16f..10858db7a51bdd146802bf7d35f523a571b5515c 100644 (file)
@@ -12,11 +12,8 @@ Summary: Create and print music notation
 URL: http://www.lilypond.org/
 BuildRoot: /tmp/lilypond-install
 
-# add lots of Buildreq: flex, bison, tetex, tetex-devel, tetex-latex, texinfo
-Prereq: tetex  tetex-latex gcc-c++ python 
-
-#
-Buildreq:  t1utils bison flex pktrace texinfo
+Buildrequires: t1utils bison flex pktrace texinfo
+Requires: tetex  tetex-latex gcc-c++ python 
 
 %description
 LilyPond lets you create music notation.  It produces
index d77ffc39c15bc1870813efb71268fa1ea3ae33c9..f0ff06f2701376b51056510ff3fca1ab763c4fb9 100644 (file)
@@ -4,13 +4,7 @@
 (define context-description-alist
   '(
     (Grace . "
-    The context for handling grace notes.  It used to be instantiated
-    automatically when you use @code{\grace}.  Basically, it is an
-    `embedded' miniature of the Score context.  Since this context
-    needs special interaction with the rest of LilyPond, you should
-    not explicitly instantiate it.
-
-   DEPRECATED.
+   DEPRECATED; this is a 1.4 construct.
 ")
     (LyricsVoice . "
     Corresponds to a voice with lyrics.  Handles the printing of a
@@ -86,7 +80,7 @@
     @code{\paper} block) is processed.
 ")
 
-    (TabStaff . "Context for generating tablature.")
+    (TabStaff . "Context for generating tablature. [DOCME]")
     )
   )
 
index b67dc070214536b44c49a563eb6829cae9c148fa..3c1d87a7f49cf077ad6210ea49f6648b907d5ba1 100644 (file)
        (width-correct . -1)
 
        (direction . 1)
-       (meta . ((interfaces . (text-spanner-interface  font-interface))))              
+       (meta . ((interfaces . (text-spanner-interface side-position-interface font-interface))))               
        ))
 
     (Tie
index 069c9dd1ff2b9d0c6ad2c13551513731eb80e59a..c873757540d839ab00f1d5ff4fa4eef5531df3cb 100644 (file)
@@ -404,7 +404,12 @@ print only if there is no beam associated with this tuplet bracket.")
 (grob-property-description 'number-visibility boolean-or-symbol? "
 Like @code{bracket-visibility}, but for the number.")
 (grob-property-description 'tie ly-grob? "") 
-(grob-property-description 'type symbol? "one of: line, dashed-line or dotted-line.")
+(grob-property-description 'type symbol? " 
+
+one of: line, dashed-line, trill or dotted-line.
+
+[FIXME: type is too generic for this doc, move doco to intefrace] 
+")
 (grob-property-description 'visibility-lambda procedure? "a function that takes the break direction and returns a  cons of booleans containing (TRANSPARENT . EMPTY).")
 (grob-property-description 'when moment? "when does this column happen?.")
 (grob-property-description 'word-space number? "elongate left by this much (FIXME: cumbersome semantics).")