From: Han-Wen Nienhuys Date: Thu, 2 Feb 2006 01:35:59 +0000 (+0000) Subject: (Top): use ly: prefix for members. X-Git-Tag: release/2.7.31~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=815de1cbb3d40883b42217a7fd6b0819364a1bba;p=lilypond.git (Top): use ly: prefix for members. --- diff --git a/ChangeLog b/ChangeLog index 4b2e373421..560d7cd2ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-02 Han-Wen Nienhuys + * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members. + * python/convertrules.py (FatalConversionError.sub_cxx_id): anticipate on identifier substitutions. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 0e5ad978e7..31b4e97dc9 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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