lilypond-devel
[Top][All Lists]
Advanced

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

Re: pitch to string conversion in c++


From: Marc Hohl
Subject: Re: pitch to string conversion in c++
Date: Tue, 20 Sep 2011 09:06:46 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

Am 16.09.2011 10:43, schrieb David Kastrup:
Marc Hohl<address@hidden>  writes:

[...]
Unnecessary copying.  Better do

Pitch *current_pitch = unsmob_pitch (event->get_property ("pitch"));
string pitchstring = current_pitch->to_string ();

Perfect. Thanks!

Marc



reply via email to

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