Dear Peter,
Il 24/02/15 06.48, Peter Chubb ha scritto:
> I had a brainstorm -- the problem is SkipMusic which isn't handled
> anywhere. But we can use a SkipEvent instead, and it all works!!!
Alas it does not: I get the same barcheck failures both in the minimal example
I posted and in the real use case and the trill spanner still does not end.
Instead I tried to mimick in articulate.ly the workaround suggested by Joram
(<>) and it seems to work: I get correct trills and no barcheck warnings.
Do you think that this could be added to the LilyPond version of articulate.ly?
diff --git a/ly/articulate.ly b/ly/articulate.ly
index bbfea19..68999e4 100644
--- a/ly/articulate.ly
+++ b/ly/articulate.ly
@@ -486,6 +486,8 @@
(make-sequential-music
(list
(make-music 'BarCheck)
+ (make-music 'EventChord
+ 'elements (ly:music-property m 'articulations))
(make-music 'SkipMusic 'duration (ly:music-property m 'duration))
(make-music 'BarCheck))))
(else
Anyway, thanks for the pointer and for trying.
Best wishes.
Davide
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user