home *** CD-ROM | disk | FTP | other *** search
/ PC Musician 2000 / PC_Musician_2000.iso / PCMUSIC / NOTATION / SCOREIO / SCOREIO.TXT < prev    next >
Encoding:
Text File  |  1996-03-26  |  2.3 KB  |  66 lines

  1. Deutsche Version dieses Textes weiter unten ...
  2.  
  3. SCORE-Interface
  4. Copyright (c) 1996 by Christoph Luebbe
  5. email:luebbe@karlsruhe.netsurf.de
  6.  
  7. This package contains software to read and write SCORE V3.x files.
  8. The package must contain the following files:
  9.  
  10.        sclib.c       Library with the SCORE I/O routines
  11.        sclib.h       Headerfile to use the funcs in other modules
  12.        sctool.c      Exampleprogram
  13.        sctypes.h     Typedefinitions
  14.        sctool.exe    A compiled version (Turbo C )
  15.  
  16. I wrote the interface in ANSI-C and tried them with several compilers
  17. with no problems.
  18.  
  19. The exampleprogram processes several SCORE-files and sorts the items like
  20. the SCORE-OS command. Then all noteheads of half and whole notes will be
  21. resized by the factor 1.1 and P8 is adjusted to keep the stemlength.
  22.  
  23. This example, which was a requirement by my publisher concerning the parts
  24. of a string-quartett, shows how to use the SCORE-interface.
  25.  
  26. These programs can be used for private purpose only. It is not allowed to
  27. include this software in a commercial product.
  28.  
  29. Christoph Lübbe in March 1996
  30.  
  31.  
  32.  
  33. German Version:
  34.  
  35. SCORE-Interface
  36. Copyright (c) 1996 by Christoph Luebbe
  37. email:luebbe@karlsruhe.netsurf.de
  38.  
  39. Diese Paket enthält Software zum Lesen und Schreiben von SCORE V3.x Dateien
  40. und besteht aus folgenden Teilen:
  41.  
  42.  
  43.        sclib.c       Bibliothek der SCORE I/O Routinen
  44.        sclib.h       Header-Datei zum Einbinden der Routinen
  45.        sctool.c      Beispielrahmenprogramm
  46.        sctypes.h     Allgemeine Typdefinitionen
  47.        sctool.exe    Mit Turbo C übersetzte Version von SCTOOL
  48.  
  49. Ich habe die Routinen in ANSI-C geschrieben und konnte sie bisher mit
  50. jedem C-Compiler übersetzen.
  51.  
  52. Das Beispielprogramm verarbeitet mehrere SCORE-Dateien und sortiert die
  53. SCORE-Objekte analog zum OS-Kommando.
  54. Danach wird die Notenkopfgröße von halben und ganzen Noten um den Faktor
  55. 1.1 vergroessert P8 aber so verändert, daß dich der Notenhals nicht verlängert.
  56.  
  57. An diesem Beispiel, das übrigens eine Anforderung meines Verlegers bei den
  58. Einzelstimmen eines Streichquartetts war, kann man sehr schoen die
  59. Funktionsweise des SCORE-Interface studieren.
  60.  
  61. Diese Programme dürfen zu privatem Gebrauch frei verwendet werden solange sie
  62. nicht Bestandteil eines kommerziellen Produkts werden.
  63.  
  64.  
  65. Christoph Lübbe im Maerz 1996
  66.