Am 21.08.2015 um 12:55 schrieb Malte Meyn:
I think that it should be possible to redefine "(" to tweak every slur
with some randomness.

Here you go:

%%%%%%%%%%%%%%%
\version "2.19.25"

"(" =
#(define-event-function () ()
   #{
     \single \override Slur.eccentricity = #(* 0.5 (random:normal))
   #(make-span-event 'SlurEvent START)
   #})

\relative {
  c'2( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
  c( d)
}
%%%%%%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to