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.
,(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
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
@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