home *** CD-ROM | disk | FTP | other *** search
/ PC Musician 2000 / PC_Musician_2000.iso / PCMUSIC / NOTATION / SCMID11E / SCOREMID.TXT < prev   
Encoding:
Text File  |  1996-03-09  |  2.3 KB  |  69 lines

  1. SCOREMID
  2. V1.1
  3.  
  4. This is only a brief description of the SCOREMID userinterface.
  5. The final english manual will be added to this package in the next weeks.
  6.  
  7. For simple conversions just start SCOREMID without a commandline and you will
  8. be prompted for the required information.
  9.  
  10. The syntax of the SCOREMID commandline is:
  11.  
  12.        SCOREMID [commandfile] [/T] [/Rh] [/Rm] [/Rs] [> logfile]
  13.  
  14.         /T                      supress measure information in the MIDI-file
  15.         /Rh  (default)          high Resolution    (192 Tics / Beat)
  16.         /Rm                     medium Resolution  (144 Tics / Beat)
  17.         /Rs                     low Resolution     ( 96 Tics / Beat)
  18.         > logfile               Output to logfile and not to screen
  19.  
  20.  
  21. The advantage of a commandfile is, that you dont have to enter the same input
  22. if you start the conversion several times with the same piece.
  23.  
  24. To convert the Rachmaninov example included in this package you can use the
  25. following commandfile rachman.sm. The 4 examplefiles rac_28.pag to rac_31.pag
  26. contain 3 systems with 4 staves for each system per page.
  27.  
  28. -----start of commandfile---------
  29. rhapsody.mid
  30. rac_28.pag 4 3 4
  31. -----end of commandfile-----------
  32.  
  33. description:
  34. rhapsody.mid is the Name of the generated MIDI-file.
  35. rac_28.pag   is the Name of the first SCORE-file which has to be processed
  36. 4            is the number of files to be processed
  37. 3            is the maximum number of systems per SCORE-file
  38. 4            is the number of saves per system.
  39.  
  40. You will get the same result with this commandfile:
  41.  
  42. -----start of commandfile---------
  43. rhapsody.mid
  44. rac_28.pag 1 3 4
  45. rac_29.pag 1 3 4
  46. rac_30.pag 1 3 4
  47. rac_31.pag 1 3 4
  48. -----end of commandfile-----------
  49.  
  50. note the 1 instad of 4 as number of files to be processed. This can be used
  51. if your files have no alphabetical order.
  52.  
  53. The next example will also produce the same result:
  54.  
  55. -----start of commandfile---------
  56. rhapsody.mid
  57. rac_28.pag 1 109 4
  58. rac_28.pag 1 105 4
  59. rac_28.pag 1 101 4
  60. rac_29.pag 3 3 4
  61. -----end of commandfile-----------
  62.  
  63.  
  64. in this example 3 lines are used to describe the content of the first page
  65. if you add 100 to the 2. parameter it describes the startstaff instead the
  66. nuber of staves per page. You can use this feature if you have more than one
  67. system per page with a different number of staves per system.
  68.  
  69.