Valentin Villenave writes:
> On Thu, Apr 7, 2011 at 9:27 AM, David Kastrup wrote:
>> @@ -910,12 +908,10 @@ then revert skipTypesetting."
>> (let*
>> ((show-last (ly:parser-lookup parser 'showLastLength))
>> (show-first (ly:parser-lookup parser 'showFirstLength))
>> - (show-l
On Thu, Apr 7, 2011 at 9:27 AM, David Kastrup wrote:
> @@ -910,12 +908,10 @@ then revert skipTypesetting."
> (let*
> ((show-last (ly:parser-lookup parser 'showLastLength))
> (show-first (ly:parser-lookup parser 'showFirstLength))
> - (show-last-length (if (ly:music? show-last)
---
scm/music-functions.scm | 65 +--
1 files changed, 29 insertions(+), 36 deletions(-)
diff --git a/scm/music-functions.scm b/scm/music-functions.scm
index ed96cfd..9790cbf 100644
--- a/scm/music-functions.scm
+++ b/scm/music-functions.scm
@@ -655,8