bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Crash with simultaneous-duplicating music function and \once\offset


From: Simon Albrecht
Subject: Crash with simultaneous-duplicating music function and \once\offset
Date: Mon, 16 Jul 2018 03:21:58 +0200

Hello everybody,

this combination of a custom music function that combines the music simultaneously with itself and a \once\offset command causes LilyPond to crash (exit with return code 11):

%%%%%%%%%%%%
\version "2.19.82"
test =
#(define-music-function (parser location mus) (ly:music?)
  #{ << $mus $mus >> #})

\test { \once\offset length 1 Stem 4 }
%%%%%%%%%%%%

Best, Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]