MING TSANG <[email protected]> wrote: > > > I enter code one measure at a time (compile at each measure). It works > fine until I enter bar 60 for choir-bass-clef. Bar 59 is ok. I code > bar 60 and I got the following error. Sorry for the long attachments. > > Starting lilypond-windows.exe 2.19.6 [you-are-mine.ly]... > Processing > `C:/Users/Tsang/Dropbox/Lyndon/choir/you-are-mine/you-are-mine.ly' > Parsing... > Interpreting music... > MIDI output to `you-are-mine-soprano.mid'... > Interpreting music... > MIDI output to `you-are-mine-alto.mid'... > Interpreting music... > MIDI output to `you-are-mine-tenor.mid'... > Interpreting music... > MIDI output to `you-are-mine-bass.mid'... > Interpreting music...[8][16][24][32][40][48][56][64][72][80] > Exited with return code -1073741819.
For those who don't have all of the Windows error codes memorized, -1073741819 is hex C0000005, which is STATUS_ACCESS_VIOLATION That's usually a bad pointer dereference. -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc.
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
