I was attempting to shorten the entry required for indicating
strokefingering:
\version "2.12.2"
i = #(define-music-function (parser location) () #{
\rightHandFinger #2
#})
\relative c' { <a-1-\i > }
This causes Lilypond to crash (2.12.2, Windows). The entry in the
application event log shows:
Faulting application name: lilypond.exe, version: 2.12.2.1, time stamp:
0x497bdfce
Faulting module name: libguile-17.dll, version: 0.0.0.0, time stamp:
0x497bdfcd
Exception code: 0xc0000005
Fault offset: 0x0002d4a7
Faulting process id: 0x15a0
Faulting application start time: 0x01c9ba2888d32f3b
Faulting application path: C:\Program Files\LilyPond\usr\bin\lilypond.exe
Faulting module path: C:\Program Files\LilyPond\usr\bin\libguile-17.dll