lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build issues...


From: Erlend Aasland
Subject: Build issues...
Date: Thu, 26 Oct 2006 15:56:42 +0200

Hi Han-Wen,

In order to build latest CVS I had to apply this change (see below). Commit?

Regards,
  Erlend

Index: scm/define-grob-interfaces.scm
===================================================================
RCS file: /sources/lilypond/lilypond/scm/define-grob-interfaces.scm,v
retrieving revision 1.42
diff -u -r1.42 define-grob-interfaces.scm
--- scm/define-grob-interfaces.scm      18 Oct 2006 10:14:18 -0000      1.42
+++ scm/define-grob-interfaces.scm      26 Oct 2006 13:52:51 -0000
@@ -49,7 +49,8 @@
  'fret-diagram-interface
  "A fret diagram"
  '(align-dir barre-type dot-color dot-radius finger-code fret-count
-  label-dir number-type size string-count thickness))
+  label-dir number-type size string-count
+  string-fret-finger-combinations thickness))

(ly:add-interface
  'grace-spacing-interface
Index: scm/define-grob-properties.scm
===================================================================
RCS file: /sources/lilypond/lilypond/scm/define-grob-properties.scm,v
retrieving revision 1.186
diff -u -r1.186 define-grob-properties.scm
--- scm/define-grob-properties.scm      25 Oct 2006 13:14:28 -0000      1.186
+++ scm/define-grob-properties.scm      26 Oct 2006 13:52:51 -0000
@@ -390,7 +390,6 @@
      (size ,number? "Size of object, relative to standard size.")
      (slope ,number? "The slope of this object.")
      (slur-padding ,number? "Extra distance between slur and script.")
-     (string-fret-finger-combinations ,list? "List consisting of (string-number fret-number finger-number) entries." )
      (space-alist ,list? "A table that specifies distances between
prefatory items, like clef and time-signature. The format is an alist
of spacing tuples: @code{(@var{break-align-symbol} @var{type}
@@ -426,6 +425,7 @@
      (strict-grace-spacing ,boolean? "If set, grace notes
are not spaced separately, but put before musical columns.")
      (string-count ,integer? "The number of strings in a fret diagram.")
+     (string-fret-finger-combinations ,list? "List consisting of (string-number fret-number finger-number) entries.")
      (stroke-style ,string? "set to \"grace\" to turn stroke through flag on.")
      
      (style ,symbol? "This setting determines in what style a grob is


reply via email to

[Prev in Thread] Current Thread [Next in Thread]