]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): use ly: prefix for members.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 2 Feb 2006 01:35:59 +0000 (01:35 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 2 Feb 2006 01:35:59 +0000 (01:35 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely

index 4b2e373421683979108ed101bb8c8e6abcd2e9fe..560d7cd2ee6c7e92a981be6d9d4addb8083ddd08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
+
        * python/convertrules.py (FatalConversionError.sub_cxx_id):
        anticipate on identifier substitutions.
 
index 0e5ad978e76382a074978581cbeef83f01532201..31b4e97dc95b007886697d42454395271b7a428e 100644 (file)
@@ -334,9 +334,9 @@ a @code{InstrumentName} grob is defined to be
 ,(ly:make-simple-closure
   `(,+
     ,(ly:make-simple-closure
-      (,Self_alignment_interface::y_aligned_on_self))
+      (,ly:self-alignment-interface::y-aligned-on-self))
     ,(ly:make-simple-closure
-      (,Side_position_interface::y_aligned_on_support_refpoints)))
+      (,ly:side-position-interface::y-aligned-on-support-refpoints)))
 @end verbatim
 
 @noindent
@@ -344,8 +344,8 @@ During execution, the @code{Y-offset} of an @code{InstrumentName} is computed
 as
 
 @example
-(+ (Self_alignment_interface::y_aligned_on_self @var{grob})
-   (Self_alignment_interface::y_aligned_on_support_refpoints @var{grob}))
+(+ (ly:self-alignment-interface::y-aligned-on-self @var{grob})
+   (ly:self-alignment-interface::y-aligned-on-support-refpoints @var{grob}))
 @end example
 
 
@@ -506,7 +506,7 @@ if the appropriate @code{spring-and-rods} callback is set.
 
 @lilypond[relative=2,fragment,raggedright]
 \override MultiMeasureRestText #'springs-and-rods
-  = #Multi_measure_rest::set_text_rods
+  = #ly:multi-measure-rest::set-text-rods
 c1 R1 R1^"Very long long long text" 
 @end lilypond