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

Issue 103550046: Issue 3968: Improve output of scheme-engraver.ly regtest. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by Mark Polesky
Modified:
9 years, 10 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Issue 3968: Improve output of scheme-engraver.ly regtest. I was reading the scheme-engraver.ly regtest, trying to understand scheme engravers, but I spent most of my time trying to understand the convoluted scheme code and terminal output. This just cleans it up a little bit so future users don't have to waste time like I did. By the way, is there a reason this is a regtest, and not in "Extending"? Thanks - Mark http://code.google.com/p/lilypond/issues/detail?id=3968 OLD OUTPUT: (initialize #<Mom -infinity> )(start-trans #<Mom 0> )(process-music #<Mom 0> )(process-acknowledged #<Mom 0> )(saw head: #<Grob NoteHead > coming from #<Translator Note_heads_engraver >)(process-acknowledged #<Mom 0> NEW OUTPUT: #<Mom -infinity>: (initialize) #<Mom 0> : (start-translation-timestep) #<Mom 0> : (process-music) #<Mom 0> : (process-acknowledged) #<Mom 0> : saw #<Grob NoteHead > coming from #<Translator Note_heads_engraver > #<Mom 0> : (process-acknowledged)

Patch Set 1 #

Patch Set 2 : Minor simplification. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -39 lines) Patch
M input/regression/scheme-engraver.ly View 1 1 chunk +36 lines, -39 lines 0 comments Download

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