SCORE survival guide: Difference between revisions
Line 137: | Line 137: | ||
== Lineup and Justify == | == Lineup and Justify == | ||
<table> | |||
<tr><td> | |||
One of the more important commands is the **LJ** command. When you enter music in input mode, the music is spaced linearly: quarter notes take up half the space of half notes, half notes take up half the spaces of whole notes, etc. Music spacing does not display music in this 2:1 ratio. In score it is about 1.51:1, such as two half notes take up the space of 1.51 whole notes instead of 2. To apply this geometric spacing to the music, type **LJ**, and then type two numbers (the bottom staff and how many staves to align while justifying). In this case "**1 1**" for a single staff. | One of the more important commands is the **LJ** command. When you enter music in input mode, the music is spaced linearly: quarter notes take up half the space of half notes, half notes take up half the spaces of whole notes, etc. Music spacing does not display music in this 2:1 ratio. In score it is about 1.51:1, such as two half notes take up the space of 1.51 whole notes instead of 2. To apply this geometric spacing to the music, type **LJ**, and then type two numbers (the bottom staff and how many staves to align while justifying). In this case "**1 1**" for a single staff. | ||
</td><td> | |||
[[File:score-lj-command.png|400px|thumb|center|LJ command in progress.]] | [[File:score-lj-command.png|400px|thumb|center|LJ command in progress.]] | ||
</td></tr> | |||
<tr><td> | |||
Notice that SCORE will box the music that is going to be aligned and justified. Press {{keypress|esc}} or {{keypress|B}} to cancel, or any other key to finish the LJ command. | Notice that SCORE will box the music that is going to be aligned and justified. Press {{keypress|esc}} or {{keypress|B}} to cancel, or any other key to finish the LJ command. | ||
</td><td> | |||
[[File:score-lj2-command.png|400px|thumb|center|LJ command in progress.]] | [[File:score-lj2-command.png|400px|thumb|center|LJ command in progress.]] | ||
</td></tr> | |||
<tr><td> | |||
After the LJ command runs, the spacing of the music looks better (but not much difference for this example since the notes are almost all quarter notes): | After the LJ command runs, the spacing of the music looks better (but not much difference for this example since the notes are almost all quarter notes): | ||
</td><td> | |||
[[File:score-lj3-command.png|400px|thumb|center|LJ command finished.]] | [[File:score-lj3-command.png|400px|thumb|center|LJ command finished.]] | ||
</td></tr> | |||
</table> | |||
== Printing == | == Printing == |
Revision as of 04:45, 7 February 2015
This page is a detailed step-by-step tutorial for inputing music in the SCORE editor (MS-DOS version). This guide is useful for the first-time user to get used to how to do basic navigation in the SCORE editor. This tutorial is useful for practice entering the exercises on the SCORE user input page.
Inputting Music
Saving Music
Clearing Music
Try typing "RS ↵ Enter" to clear the contents of the editor: |
![]() |
This will put the editor in the initial state: |
![]() |
Load Music
Lineup and Justify
Printing
Press F6 or type **PRINT** on the command line to go to the print menu:

Type "**1 exam1** ↵ Enter" to change the output from the laser printer (probably not connected to computer) to a file instead. The default extension is .eps (for Encapsulated PostScript):

Then type "G" or press F6 to start printing the page of music to the file exam1.eps:

After the music is printed, you will be taken back to the command mode. You can also try changing the margins (menu item 4), the scaling (menu item 2), Mirroring the music of photooffset reproduction (menu item 10). etc. Type "4 .5 6" to change the left margin to 0.5 inches and the bottom margin to 6 inches.
The generated EPS file can be loaded directly into Micrsoft Word for example. To generate a PDF file from the EPS file, you can do this with GhostScript in linux, OS X terminal or Windows (if Ghost Script is installed on your computer)
ps2pdf -sPAPERSIZE=letter file.eps file.pdf
Here is an example of the EPS file opened in OS X with Preview.app:

MIDI playback
The music can be played back by typing "PLAY" in from command mode.

At the top of the play screen, a list of number will be shown. For simple cases these values aren't interesting, but for multi-staff systems and multiple systems on a page, this list is used to specify which staves should played together if the program doesn't figure it out correctly. Press the space bar to listen to the music.

Boxer.app tips
Boxer.app is an MS-DOS emulator for OS X. Here are some tips related to using SCORE in boxer.app:
- Type Fn+M to toggle the insert/overwrite key, since Apples do not have such a key thanks to Jeff Raskin.
- To get the mouse out of Boxer, do Command+click.
- Command+F toggles full-screen view
The the list of shortcuts for Boxer.app for more tips (also see the built-in help system for a list of the shortcuts, since these will be more up-to-date).