Home » Archimedes archive » Zipped Apps » ScoreDraw » !ScoreDraw/Messages

!ScoreDraw/Messages

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Zipped Apps » ScoreDraw
Filename: !ScoreDraw/Messages
Read OK:
File size: 0AAD bytes
Load address: 0000
Exec address: 0000
File contents
# Messages for ScoreDraw
# ----------------------

# Menus
# Syntax as per C library function 'menu_new'

mainmenu:>Score info,Save,>Reformat,Options,>Selection,>Zoom|Remove bar,Add bar,Start again|>Print
optmenu:>Time signatures,>Titles,Bar numbers,>Page numbers|Title font,Text font,Dynamics font
barmenu:>Info,Open score,Discard score,Save defaults,Quit
savemenu:>Page,>Score,>Selection
optname:Options
savename:Save
progname:ScoreDraw
fontname:Fonts

# text for print dialogue box

notpres:Driver not installed


# Error Messages
# Syntax as per 'werr' and 'printf'

toolong:     File name is too long.
loaderr1:    You cannot save from ScoreDraw into itself.
loaderr2:    You can only load Rhapsody files.
memory1:     Insufficient memory to load score.
memory2:     Insufficient memory - operation cancelled.
notfound:    File not found.
directory:   You cannot load a directory.
cantload:    File cannot be loaded.
select0:     At least one stave must be selected.
print1:      Failed to start print job.
noscore:     No score loaded.
fonterr:     A fatal error has occurred while installing new fonts.
divzero:     Internal error code DIV0.
beamfail:    Beaming failure at bar %d.
config1:     Error saving defaults.
config2:     Failed to open 'config' file.  Using internal defaults.
library1:    Error in verifying library file %s.
library2:    Error appending library object.
library3:    Object '%s' not found in library.
library4:    Error loading library file.
drawobj:     Error creating draw file object.
verify:      Error in verifying Draw file.
group1:      Nesting limit for grouped objects exceeded.
group2:      Error creating group object.
group3:      Error processing grouped objects - no groups left.
corrupt:     Corrupt score at offset %d.
manylines:   Too many lines in the score.  The maximum is %d.
toonarr:     Page width is too narrow.
toolong:     Bars are too long to fit.  Use a smaller scale.
version:     ScoreDraw can only operate with file format versions up to 1.
tootall1:    Score system is too tall for page even at minimum scale.  Increase page height or make a selection.
tootall2:    Score system was too tall for page.  Scale reduced to %d%%.
overnotes:   FATAL: Note_index limit exceeded.
noprinter:   No printer driver loaded.
print1:      Cannot open 'Printer:' file (print cancelled).
print2:      Printer busy (print cancelled).
print3:      Error closing printer file.
ptrcancl:    Error (print cancelled).
select1:     Corrupt slot found during selection process.
select2:     Fatal error while making selection.
fonts1:      Warning: font(s) required by ScoreDraw are not available on your system. Using 'system' font.
fonts2:      Warning: Missing Font '%s'.  Using default.
00000000  23 20 4d 65 73 73 61 67  65 73 20 66 6f 72 20 53  |# Messages for S|
00000010  63 6f 72 65 44 72 61 77  0a 23 20 2d 2d 2d 2d 2d  |coreDraw.# -----|
00000020  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000030  2d 0a 0a 23 20 4d 65 6e  75 73 0a 23 20 53 79 6e  |-..# Menus.# Syn|
00000040  74 61 78 20 61 73 20 70  65 72 20 43 20 6c 69 62  |tax as per C lib|
00000050  72 61 72 79 20 66 75 6e  63 74 69 6f 6e 20 27 6d  |rary function 'm|
00000060  65 6e 75 5f 6e 65 77 27  0a 0a 6d 61 69 6e 6d 65  |enu_new'..mainme|
00000070  6e 75 3a 3e 53 63 6f 72  65 20 69 6e 66 6f 2c 53  |nu:>Score info,S|
00000080  61 76 65 2c 3e 52 65 66  6f 72 6d 61 74 2c 4f 70  |ave,>Reformat,Op|
00000090  74 69 6f 6e 73 2c 3e 53  65 6c 65 63 74 69 6f 6e  |tions,>Selection|
000000a0  2c 3e 5a 6f 6f 6d 7c 52  65 6d 6f 76 65 20 62 61  |,>Zoom|Remove ba|
000000b0  72 2c 41 64 64 20 62 61  72 2c 53 74 61 72 74 20  |r,Add bar,Start |
000000c0  61 67 61 69 6e 7c 3e 50  72 69 6e 74 0a 6f 70 74  |again|>Print.opt|
000000d0  6d 65 6e 75 3a 3e 54 69  6d 65 20 73 69 67 6e 61  |menu:>Time signa|
000000e0  74 75 72 65 73 2c 3e 54  69 74 6c 65 73 2c 42 61  |tures,>Titles,Ba|
000000f0  72 20 6e 75 6d 62 65 72  73 2c 3e 50 61 67 65 20  |r numbers,>Page |
00000100  6e 75 6d 62 65 72 73 7c  54 69 74 6c 65 20 66 6f  |numbers|Title fo|
00000110  6e 74 2c 54 65 78 74 20  66 6f 6e 74 2c 44 79 6e  |nt,Text font,Dyn|
00000120  61 6d 69 63 73 20 66 6f  6e 74 0a 62 61 72 6d 65  |amics font.barme|
00000130  6e 75 3a 3e 49 6e 66 6f  2c 4f 70 65 6e 20 73 63  |nu:>Info,Open sc|
00000140  6f 72 65 2c 44 69 73 63  61 72 64 20 73 63 6f 72  |ore,Discard scor|
00000150  65 2c 53 61 76 65 20 64  65 66 61 75 6c 74 73 2c  |e,Save defaults,|
00000160  51 75 69 74 0a 73 61 76  65 6d 65 6e 75 3a 3e 50  |Quit.savemenu:>P|
00000170  61 67 65 2c 3e 53 63 6f  72 65 2c 3e 53 65 6c 65  |age,>Score,>Sele|
00000180  63 74 69 6f 6e 0a 6f 70  74 6e 61 6d 65 3a 4f 70  |ction.optname:Op|
00000190  74 69 6f 6e 73 0a 73 61  76 65 6e 61 6d 65 3a 53  |tions.savename:S|
000001a0  61 76 65 0a 70 72 6f 67  6e 61 6d 65 3a 53 63 6f  |ave.progname:Sco|
000001b0  72 65 44 72 61 77 0a 66  6f 6e 74 6e 61 6d 65 3a  |reDraw.fontname:|
000001c0  46 6f 6e 74 73 0a 0a 23  20 74 65 78 74 20 66 6f  |Fonts..# text fo|
000001d0  72 20 70 72 69 6e 74 20  64 69 61 6c 6f 67 75 65  |r print dialogue|
000001e0  20 62 6f 78 0a 0a 6e 6f  74 70 72 65 73 3a 44 72  | box..notpres:Dr|
000001f0  69 76 65 72 20 6e 6f 74  20 69 6e 73 74 61 6c 6c  |iver not install|
00000200  65 64 0a 0a 0a 23 20 45  72 72 6f 72 20 4d 65 73  |ed...# Error Mes|
00000210  73 61 67 65 73 0a 23 20  53 79 6e 74 61 78 20 61  |sages.# Syntax a|
00000220  73 20 70 65 72 20 27 77  65 72 72 27 20 61 6e 64  |s per 'werr' and|
00000230  20 27 70 72 69 6e 74 66  27 0a 0a 74 6f 6f 6c 6f  | 'printf'..toolo|
00000240  6e 67 3a 20 20 20 20 20  46 69 6c 65 20 6e 61 6d  |ng:     File nam|
00000250  65 20 69 73 20 74 6f 6f  20 6c 6f 6e 67 2e 0a 6c  |e is too long..l|
00000260  6f 61 64 65 72 72 31 3a  20 20 20 20 59 6f 75 20  |oaderr1:    You |
00000270  63 61 6e 6e 6f 74 20 73  61 76 65 20 66 72 6f 6d  |cannot save from|
00000280  20 53 63 6f 72 65 44 72  61 77 20 69 6e 74 6f 20  | ScoreDraw into |
00000290  69 74 73 65 6c 66 2e 0a  6c 6f 61 64 65 72 72 32  |itself..loaderr2|
000002a0  3a 20 20 20 20 59 6f 75  20 63 61 6e 20 6f 6e 6c  |:    You can onl|
000002b0  79 20 6c 6f 61 64 20 52  68 61 70 73 6f 64 79 20  |y load Rhapsody |
000002c0  66 69 6c 65 73 2e 0a 6d  65 6d 6f 72 79 31 3a 20  |files..memory1: |
000002d0  20 20 20 20 49 6e 73 75  66 66 69 63 69 65 6e 74  |    Insufficient|
000002e0  20 6d 65 6d 6f 72 79 20  74 6f 20 6c 6f 61 64 20  | memory to load |
000002f0  73 63 6f 72 65 2e 0a 6d  65 6d 6f 72 79 32 3a 20  |score..memory2: |
00000300  20 20 20 20 49 6e 73 75  66 66 69 63 69 65 6e 74  |    Insufficient|
00000310  20 6d 65 6d 6f 72 79 20  2d 20 6f 70 65 72 61 74  | memory - operat|
00000320  69 6f 6e 20 63 61 6e 63  65 6c 6c 65 64 2e 0a 6e  |ion cancelled..n|
00000330  6f 74 66 6f 75 6e 64 3a  20 20 20 20 46 69 6c 65  |otfound:    File|
00000340  20 6e 6f 74 20 66 6f 75  6e 64 2e 0a 64 69 72 65  | not found..dire|
00000350  63 74 6f 72 79 3a 20 20  20 59 6f 75 20 63 61 6e  |ctory:   You can|
00000360  6e 6f 74 20 6c 6f 61 64  20 61 20 64 69 72 65 63  |not load a direc|
00000370  74 6f 72 79 2e 0a 63 61  6e 74 6c 6f 61 64 3a 20  |tory..cantload: |
00000380  20 20 20 46 69 6c 65 20  63 61 6e 6e 6f 74 20 62  |   File cannot b|
00000390  65 20 6c 6f 61 64 65 64  2e 0a 73 65 6c 65 63 74  |e loaded..select|
000003a0  30 3a 20 20 20 20 20 41  74 20 6c 65 61 73 74 20  |0:     At least |
000003b0  6f 6e 65 20 73 74 61 76  65 20 6d 75 73 74 20 62  |one stave must b|
000003c0  65 20 73 65 6c 65 63 74  65 64 2e 0a 70 72 69 6e  |e selected..prin|
000003d0  74 31 3a 20 20 20 20 20  20 46 61 69 6c 65 64 20  |t1:      Failed |
000003e0  74 6f 20 73 74 61 72 74  20 70 72 69 6e 74 20 6a  |to start print j|
000003f0  6f 62 2e 0a 6e 6f 73 63  6f 72 65 3a 20 20 20 20  |ob..noscore:    |
00000400  20 4e 6f 20 73 63 6f 72  65 20 6c 6f 61 64 65 64  | No score loaded|
00000410  2e 0a 66 6f 6e 74 65 72  72 3a 20 20 20 20 20 41  |..fonterr:     A|
00000420  20 66 61 74 61 6c 20 65  72 72 6f 72 20 68 61 73  | fatal error has|
00000430  20 6f 63 63 75 72 72 65  64 20 77 68 69 6c 65 20  | occurred while |
00000440  69 6e 73 74 61 6c 6c 69  6e 67 20 6e 65 77 20 66  |installing new f|
00000450  6f 6e 74 73 2e 0a 64 69  76 7a 65 72 6f 3a 20 20  |onts..divzero:  |
00000460  20 20 20 49 6e 74 65 72  6e 61 6c 20 65 72 72 6f  |   Internal erro|
00000470  72 20 63 6f 64 65 20 44  49 56 30 2e 0a 62 65 61  |r code DIV0..bea|
00000480  6d 66 61 69 6c 3a 20 20  20 20 42 65 61 6d 69 6e  |mfail:    Beamin|
00000490  67 20 66 61 69 6c 75 72  65 20 61 74 20 62 61 72  |g failure at bar|
000004a0  20 25 64 2e 0a 63 6f 6e  66 69 67 31 3a 20 20 20  | %d..config1:   |
000004b0  20 20 45 72 72 6f 72 20  73 61 76 69 6e 67 20 64  |  Error saving d|
000004c0  65 66 61 75 6c 74 73 2e  0a 63 6f 6e 66 69 67 32  |efaults..config2|
000004d0  3a 20 20 20 20 20 46 61  69 6c 65 64 20 74 6f 20  |:     Failed to |
000004e0  6f 70 65 6e 20 27 63 6f  6e 66 69 67 27 20 66 69  |open 'config' fi|
000004f0  6c 65 2e 20 20 55 73 69  6e 67 20 69 6e 74 65 72  |le.  Using inter|
00000500  6e 61 6c 20 64 65 66 61  75 6c 74 73 2e 0a 6c 69  |nal defaults..li|
00000510  62 72 61 72 79 31 3a 20  20 20 20 45 72 72 6f 72  |brary1:    Error|
00000520  20 69 6e 20 76 65 72 69  66 79 69 6e 67 20 6c 69  | in verifying li|
00000530  62 72 61 72 79 20 66 69  6c 65 20 25 73 2e 0a 6c  |brary file %s..l|
00000540  69 62 72 61 72 79 32 3a  20 20 20 20 45 72 72 6f  |ibrary2:    Erro|
00000550  72 20 61 70 70 65 6e 64  69 6e 67 20 6c 69 62 72  |r appending libr|
00000560  61 72 79 20 6f 62 6a 65  63 74 2e 0a 6c 69 62 72  |ary object..libr|
00000570  61 72 79 33 3a 20 20 20  20 4f 62 6a 65 63 74 20  |ary3:    Object |
00000580  27 25 73 27 20 6e 6f 74  20 66 6f 75 6e 64 20 69  |'%s' not found i|
00000590  6e 20 6c 69 62 72 61 72  79 2e 0a 6c 69 62 72 61  |n library..libra|
000005a0  72 79 34 3a 20 20 20 20  45 72 72 6f 72 20 6c 6f  |ry4:    Error lo|
000005b0  61 64 69 6e 67 20 6c 69  62 72 61 72 79 20 66 69  |ading library fi|
000005c0  6c 65 2e 0a 64 72 61 77  6f 62 6a 3a 20 20 20 20  |le..drawobj:    |
000005d0  20 45 72 72 6f 72 20 63  72 65 61 74 69 6e 67 20  | Error creating |
000005e0  64 72 61 77 20 66 69 6c  65 20 6f 62 6a 65 63 74  |draw file object|
000005f0  2e 0a 76 65 72 69 66 79  3a 20 20 20 20 20 20 45  |..verify:      E|
00000600  72 72 6f 72 20 69 6e 20  76 65 72 69 66 79 69 6e  |rror in verifyin|
00000610  67 20 44 72 61 77 20 66  69 6c 65 2e 0a 67 72 6f  |g Draw file..gro|
00000620  75 70 31 3a 20 20 20 20  20 20 4e 65 73 74 69 6e  |up1:      Nestin|
00000630  67 20 6c 69 6d 69 74 20  66 6f 72 20 67 72 6f 75  |g limit for grou|
00000640  70 65 64 20 6f 62 6a 65  63 74 73 20 65 78 63 65  |ped objects exce|
00000650  65 64 65 64 2e 0a 67 72  6f 75 70 32 3a 20 20 20  |eded..group2:   |
00000660  20 20 20 45 72 72 6f 72  20 63 72 65 61 74 69 6e  |   Error creatin|
00000670  67 20 67 72 6f 75 70 20  6f 62 6a 65 63 74 2e 0a  |g group object..|
00000680  67 72 6f 75 70 33 3a 20  20 20 20 20 20 45 72 72  |group3:      Err|
00000690  6f 72 20 70 72 6f 63 65  73 73 69 6e 67 20 67 72  |or processing gr|
000006a0  6f 75 70 65 64 20 6f 62  6a 65 63 74 73 20 2d 20  |ouped objects - |
000006b0  6e 6f 20 67 72 6f 75 70  73 20 6c 65 66 74 2e 0a  |no groups left..|
000006c0  63 6f 72 72 75 70 74 3a  20 20 20 20 20 43 6f 72  |corrupt:     Cor|
000006d0  72 75 70 74 20 73 63 6f  72 65 20 61 74 20 6f 66  |rupt score at of|
000006e0  66 73 65 74 20 25 64 2e  0a 6d 61 6e 79 6c 69 6e  |fset %d..manylin|
000006f0  65 73 3a 20 20 20 54 6f  6f 20 6d 61 6e 79 20 6c  |es:   Too many l|
00000700  69 6e 65 73 20 69 6e 20  74 68 65 20 73 63 6f 72  |ines in the scor|
00000710  65 2e 20 20 54 68 65 20  6d 61 78 69 6d 75 6d 20  |e.  The maximum |
00000720  69 73 20 25 64 2e 0a 74  6f 6f 6e 61 72 72 3a 20  |is %d..toonarr: |
00000730  20 20 20 20 50 61 67 65  20 77 69 64 74 68 20 69  |    Page width i|
00000740  73 20 74 6f 6f 20 6e 61  72 72 6f 77 2e 0a 74 6f  |s too narrow..to|
00000750  6f 6c 6f 6e 67 3a 20 20  20 20 20 42 61 72 73 20  |olong:     Bars |
00000760  61 72 65 20 74 6f 6f 20  6c 6f 6e 67 20 74 6f 20  |are too long to |
00000770  66 69 74 2e 20 20 55 73  65 20 61 20 73 6d 61 6c  |fit.  Use a smal|
00000780  6c 65 72 20 73 63 61 6c  65 2e 0a 76 65 72 73 69  |ler scale..versi|
00000790  6f 6e 3a 20 20 20 20 20  53 63 6f 72 65 44 72 61  |on:     ScoreDra|
000007a0  77 20 63 61 6e 20 6f 6e  6c 79 20 6f 70 65 72 61  |w can only opera|
000007b0  74 65 20 77 69 74 68 20  66 69 6c 65 20 66 6f 72  |te with file for|
000007c0  6d 61 74 20 76 65 72 73  69 6f 6e 73 20 75 70 20  |mat versions up |
000007d0  74 6f 20 31 2e 0a 74 6f  6f 74 61 6c 6c 31 3a 20  |to 1..tootall1: |
000007e0  20 20 20 53 63 6f 72 65  20 73 79 73 74 65 6d 20  |   Score system |
000007f0  69 73 20 74 6f 6f 20 74  61 6c 6c 20 66 6f 72 20  |is too tall for |
00000800  70 61 67 65 20 65 76 65  6e 20 61 74 20 6d 69 6e  |page even at min|
00000810  69 6d 75 6d 20 73 63 61  6c 65 2e 20 20 49 6e 63  |imum scale.  Inc|
00000820  72 65 61 73 65 20 70 61  67 65 20 68 65 69 67 68  |rease page heigh|
00000830  74 20 6f 72 20 6d 61 6b  65 20 61 20 73 65 6c 65  |t or make a sele|
00000840  63 74 69 6f 6e 2e 0a 74  6f 6f 74 61 6c 6c 32 3a  |ction..tootall2:|
00000850  20 20 20 20 53 63 6f 72  65 20 73 79 73 74 65 6d  |    Score system|
00000860  20 77 61 73 20 74 6f 6f  20 74 61 6c 6c 20 66 6f  | was too tall fo|
00000870  72 20 70 61 67 65 2e 20  20 53 63 61 6c 65 20 72  |r page.  Scale r|
00000880  65 64 75 63 65 64 20 74  6f 20 25 64 25 25 2e 0a  |educed to %d%%..|
00000890  6f 76 65 72 6e 6f 74 65  73 3a 20 20 20 46 41 54  |overnotes:   FAT|
000008a0  41 4c 3a 20 4e 6f 74 65  5f 69 6e 64 65 78 20 6c  |AL: Note_index l|
000008b0  69 6d 69 74 20 65 78 63  65 65 64 65 64 2e 0a 6e  |imit exceeded..n|
000008c0  6f 70 72 69 6e 74 65 72  3a 20 20 20 4e 6f 20 70  |oprinter:   No p|
000008d0  72 69 6e 74 65 72 20 64  72 69 76 65 72 20 6c 6f  |rinter driver lo|
000008e0  61 64 65 64 2e 0a 70 72  69 6e 74 31 3a 20 20 20  |aded..print1:   |
000008f0  20 20 20 43 61 6e 6e 6f  74 20 6f 70 65 6e 20 27  |   Cannot open '|
00000900  50 72 69 6e 74 65 72 3a  27 20 66 69 6c 65 20 28  |Printer:' file (|
00000910  70 72 69 6e 74 20 63 61  6e 63 65 6c 6c 65 64 29  |print cancelled)|
00000920  2e 0a 70 72 69 6e 74 32  3a 20 20 20 20 20 20 50  |..print2:      P|
00000930  72 69 6e 74 65 72 20 62  75 73 79 20 28 70 72 69  |rinter busy (pri|
00000940  6e 74 20 63 61 6e 63 65  6c 6c 65 64 29 2e 0a 70  |nt cancelled)..p|
00000950  72 69 6e 74 33 3a 20 20  20 20 20 20 45 72 72 6f  |rint3:      Erro|
00000960  72 20 63 6c 6f 73 69 6e  67 20 70 72 69 6e 74 65  |r closing printe|
00000970  72 20 66 69 6c 65 2e 0a  70 74 72 63 61 6e 63 6c  |r file..ptrcancl|
00000980  3a 20 20 20 20 45 72 72  6f 72 20 28 70 72 69 6e  |:    Error (prin|
00000990  74 20 63 61 6e 63 65 6c  6c 65 64 29 2e 0a 73 65  |t cancelled)..se|
000009a0  6c 65 63 74 31 3a 20 20  20 20 20 43 6f 72 72 75  |lect1:     Corru|
000009b0  70 74 20 73 6c 6f 74 20  66 6f 75 6e 64 20 64 75  |pt slot found du|
000009c0  72 69 6e 67 20 73 65 6c  65 63 74 69 6f 6e 20 70  |ring selection p|
000009d0  72 6f 63 65 73 73 2e 0a  73 65 6c 65 63 74 32 3a  |rocess..select2:|
000009e0  20 20 20 20 20 46 61 74  61 6c 20 65 72 72 6f 72  |     Fatal error|
000009f0  20 77 68 69 6c 65 20 6d  61 6b 69 6e 67 20 73 65  | while making se|
00000a00  6c 65 63 74 69 6f 6e 2e  0a 66 6f 6e 74 73 31 3a  |lection..fonts1:|
00000a10  20 20 20 20 20 20 57 61  72 6e 69 6e 67 3a 20 66  |      Warning: f|
00000a20  6f 6e 74 28 73 29 20 72  65 71 75 69 72 65 64 20  |ont(s) required |
00000a30  62 79 20 53 63 6f 72 65  44 72 61 77 20 61 72 65  |by ScoreDraw are|
00000a40  20 6e 6f 74 20 61 76 61  69 6c 61 62 6c 65 20 6f  | not available o|
00000a50  6e 20 79 6f 75 72 20 73  79 73 74 65 6d 2e 20 55  |n your system. U|
00000a60  73 69 6e 67 20 27 73 79  73 74 65 6d 27 20 66 6f  |sing 'system' fo|
00000a70  6e 74 2e 0a 66 6f 6e 74  73 32 3a 20 20 20 20 20  |nt..fonts2:     |
00000a80  20 57 61 72 6e 69 6e 67  3a 20 4d 69 73 73 69 6e  | Warning: Missin|
00000a90  67 20 46 6f 6e 74 20 27  25 73 27 2e 20 20 55 73  |g Font '%s'.  Us|
00000aa0  69 6e 67 20 64 65 66 61  75 6c 74 2e 0a           |ing default..|
00000aad