Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(21)

Unified Diff: lily/simple-spacer.cc

Issue 4661061: Adds glissando stems to Lilypond.
Patch Set: Merge with new stem code. Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/script-interface.cc ('k') | lily/stem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/simple-spacer.cc
diff --git a/lily/simple-spacer.cc b/lily/simple-spacer.cc
index 4376b0133c2d47942884acb8cce9686311ff8db3..a37e37908ffd283e28d5833c6603ea38d36112fc 100644
--- a/lily/simple-spacer.cc
+++ b/lily/simple-spacer.cc
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
*/
-
+#include <valgrind/valgrind.h>
#include <cstdio>
#include "column-x-positions.hh"
@@ -162,7 +162,7 @@ Simple_spacer::configuration_length (Real force) const
void
Simple_spacer::solve (Real line_len, bool ragged)
-{
+{VALGRIND_PRINTF_BACKTRACE ("FOO");
Real conf = configuration_length (force_);
ragged_ = ragged;
« no previous file with comments | « lily/script-interface.cc ('k') | lily/stem.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b