2017-09-12 21:58 GMT+02:00 Kieren MacMillan <[email protected]>:
> Hi Harm,
>
> Is
>
> \dynamicH "text only"
>
> (or something like that) supposed to work?
Well, it did work in a previous version. So it's a regression.
Thanks spotting it.
For a quick fix, change here:
#(define (get-list-parts lst dyn-indices idx)
;; Relying on @var{idx}, which selects from @var{dyn-indices} return a new
;; list containing sublists with stuff before the selected dynamic, the
;; dynamic itself and stuff after the dynamic.
(if (null? dyn-indices)
- (list '() '() '())
+ (list lst '() '())
Not sure whether it's the best fix, though.
Will need to test.
Cheers,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user