lilypond-devel
[Top][All Lists]
Advanced

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

Re: Updating translators


From: Han-Wen Nienhuys
Subject: Re: Updating translators
Date: Mon, 10 Jul 2006 11:22:36 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060614)

Erik Sandberg schreef:

Use C++ names in C++, and scheme names in scheme, i.e.

   Foo_bar::bla_bla

for handling a bla-bla-event.

so do you also think that all stream-event classes should be named
like 'arpeggio-event' rather than 'ArpeggioEvent'?

Regarding bla_bla for classes, it makes me nervous about namespace
clashes. Why not use Foo_bar::bla_bla_event?

maybe

  Foo_bar::listen_bla_bla


Isn't there a way to introduce an intermediate list of event types,
just like music has (eg. ArpeggioEvent has a arpeggio-event, which is the one we're looking for?). It's conceivable that you want to handle multiple event types (CreateContextEvent, FinishContextEvent) with one routine.


--

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

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