Jazz-Style Font Creation: An Art and a Science

Size: px
Start display at page:

Download "Jazz-Style Font Creation: An Art and a Science"

Transcription

1 CARLETON UNIVERSITY SCHOOL OF COMPUTER SCIENCE HONOURS PROJECT (COMP 4905) Jazz-Style Font Creation: An Art and a Science Nicol Lum Supervised by Dr. Louis D. Nel of the School of Computer Science APRIL 12, 2011

2 ABSTRACT Stylisation of font is subtle yet plays an important role in communication a stiff font may emit professionalism while a rounded font suggests creativity and relaxation. The objective of this project was to create a jazz-style music font to be utilized in a music score editor called Arborsong. The two main stages of this project were design and creation. The design phrase involved analysis and design of the font, followed by notation selection of symbols to include in the font, and selection of software used to create the font. Font creation entailed creating individual symbols or glyphs for the font and mapping them to characters, and glyph modification as necessary. This report discusses the design process behind font creation and describes the methodology and logistics of creating a font in its entirety. 1

3 ACKNOWLEDGEMENTS I would like to thank Dr. Louis D. Nel for his guidance throughout this project. His genuine interest in the project and his helpful suggestions were valuable and much appreciated. 2

4 TABLE OF CONTENTS Abstract...1 Acknowledgements...2 List of Figures...4 List of Tables Introduction Design Phase Font Analysis and Design Selection of Notation Software Selection Font Creation How to create a font How to add glyphs to an existing font How to re-map glyphs How to copy glyphs between different fonts Difficulties and Learning Experiences Actual Font vs. Design Conclusions and Further Development References...17 Appendix A: JazzIt Mapping...18 Appendix B: Jazzish Mapping...24 Appendix C: Jazzish Box Mapping...31 Appendix D: JazzyG Mapping

5 LIST OF FIGURES Figure 1: A7 in alphanumeric font...8 Figure 2: A7 in guitar font...8 Figure 3: Type 2.2 Light main window with toolbox and mapping window...10 Figure 4: Arial uppercase A no transformation...11 Figure 5: Transformation to round ends...12 Figure 6: Transformation to look more hand-written...12 Figure 7: Proper contour direction...13 Figure 8: Improper contour direction

6 LIST OF TABLES Table 1: Comparison of example symbols between classical, jazz, and project fonts...7 Table 2: Comparison of overlapping and spaced-out characters

7 1 Introduction The purpose of this project was to create a jazz-style font to be used for the prototype score editor Arborsong. Existing jazz fonts are copyrighted and cannot be used in other software, especially if the borrowing software is proprietary. As such, it was desirable to create a new jazzstyle font to use. The scope of this project was to solely create the font. Practical use of the font and incorporation into Arborsong could serve as a future honours project. 2 Design Phase 2.1 Font Analysis and Design Many people do not realize the importance of font style and how it affects the reader. Font styles need to be recognizable and distinct but also chosen so that they communicate the appropriate message to others [Harris, 2009a]. How does this relate to jazz-style music fonts? Typically, jazz music fonts have more curves and rounded edges, and have a distinct hand-written look. Rounded edges are said to give a relaxing and calm feeling as well as show creativity [Harris, 2009b]. In comparison to classical music fonts, which are stiff and where the music played needs to be precise, a jazz music font is congruent to what jazz music represents it is creative and relaxing, leaves room for improvisation, and invokes a carefree emotion. Initially, the approach taken in designing the font was to look at classical notation, and then hand-draw a jazzier version, which eventually was still somewhat stiff-looking. The results, however, were that the hand-written version did not exude a desirable jazz impression. Having various jazz sheet music as resources then served as good examples of what a standard jazz music font should look like. Since the intention of the project was to create a unique font, and the added difficulty and near impossibility of trying to copy a font exactly, this lead to the design of a few unique jazz fonts. The fundamental conventions followed from other jazz fonts was to keep most of the edges and corners rounded, to extend and cross lines to look more handwritten, and to have thicker and more readable lines. Table 1 shows and compares various examples from the four different fonts created in this project. 6

8 Example Classical Notation Example Jazz Notation My Fonts (JazzIt, Jazzish, Jazzish Box, JazzyG) Treble clef Eighth note Sharp Repeat sign Uppercase A A (Times New Roman bold) Uppercase A boxed N/A G major 7 Gmaj 7 (Times New Roman bold) Trumpet Trumpet (Times New Roman bold) Table 1 Comparison of example symbols between classical, jazz, and project fonts 2.2 Selection of Notation In designing a font, one has to consider which glyphs to include. In creating a jazz-style font, this not only includes standard music symbols, but also an alphanumeric font to be used for titles and other forms of labelling. Many of the music symbols seen in standard classical sheet music were 7

9 included in the fonts, and not exclusively jazz notation. Although a jazz-style font will be generally used for jazz music, there may be the occasion where there is a need to generate sheet music for a modern classical piece, for example, a music soundtrack score, which often has a handwritten impression, in which case classical notation will be required. However, more obscure symbols less frequently seen in either classical or jazz sheet music were excluded, though they may be added to the fonts later as necessary. As the project progressed and more jazz sheet music was analyzed, there became a need to create a font for the standard computer keyboard with alphanumeric symbols to be able to give notation for music titles, author names, instrument names, etc. A box version of the alphanumeric font was also necessary for labelling different sections of a jazz piece. There also became a requirement to create a font specifically for guitar chords. The reasoning for creating a separate font for guitar chords instead of typing out chord names with the alphanumeric font was due to positioning of letters within a chord. Figure 1 A7 chord in alphanumeric font (Jazzish) Figure 2 A7 chord in guitar font (JazzyG) Figures 1 and 2 show different representations of an A7 chord. Figure 1 is written in the alphanumeric font while Figure 2 is written in the guitar font. In Figure 2, the 7 is slightly smaller and elevated so that the top of the 7 is still aligned with the top of the A. It is often seen in guitar chords that anything following the base note is smaller. Our purposes of having the base note larger is so that it is the most prominent element of the chord, and having smaller symbols which follow the base note makes the different elements easy to distinguish and read. As a whole, the guitar chord is easier to recognize this way than if all the letters and numbers were of equal size. 2.3 Software Selection Choosing software for font creation was the primary concern at the beginning of the project. The main criteria for the software was that it be relatively low cost or free, be easy to learn and use, and have the basic functions necessary for font creation. 8

10 At first, an attempt to find open-source software was made, but there was very limited selection. One open-source software was called FontForge. It seemed promising at first as it had many functions, but was too complicated to install because it was built to only run in a Linux environment, and the setup process to integrate it into a Windows environment was unstable and not fully functional. Efforts were then directed at employing the use of proprietary software. One such suggestion was a piece of software called Font Creator. Font Creator is quite well-known and popular. However, since there exist free software that can carry out most of the same functions, the route of locating freeware was taken instead. Type 2.2 Light (the free version of the Type 2.2) made by CR8 Sofware Solutions seemed to fulfill the basic necessary requirements for font creation. The light version is a fully functional freeware allowing for font editing and design for OpenType font; it has limited commercial use in that the fonts created by Type Light can only be sold if font-creation is not the creator s profession. It also has a simple toolbox with basic drawing tools, and can open fonts equipped with a maximum of glyphs. Type 2.2 Light is fairly simple to use but has limited functionality compared to Type 2.2 or even the current Type 3.0. Type 3.0 would be preferable since it has very useful functions such as glyph list functions (copy, duplicate, rename), which are not available in the light version. These functions can be mimicked in the light version but is tedious. 3 Font Creation 3.1 How to create a font After downloading and installing Type 2.2 Light, open it and go to File > New. A New font dialog box will open. Select TrueType metrics and fill in the other necessary information. The main screen will be shown where a toolbox is available for creating glyphs and a mapping window for mapping the glyphs to characters. 9

11 Figure 3 Type 2.2 Light main window with toolbox and mapping window A font consists of a collection of glyphs. To add glyphs to the font, there are two ways to do this: 1) Click on the New glyph button 2) Double click on the character in the mapping window that the glyph will be mapped to. If there is no existing glyph there, you will be asked if you want to map the new glyph to this character click Yes. Please note that certain characters should not be mapped to as they will not be accessible such as the space button, the delete button, etc. To re-map glyphs to different characters, please see section 3.3. The toolbox has eight tools to help create glyphs a pointer, a pen, four control node points, a straight light, a rectangle, an oval, and a ruler. If the glyph being created is more structured and has definite rectangular or oval shapes, then it is fine to use those elements of the toolbox. However, since jazz-style fonts need to look more free-flowing and wavy, it is best to manually 10

12 plot out the nodes with the pen tool and then add control points to add curves or corners to the glyph. For example, suppose we are creating the letter A. Initially, it would look like a standard Arial A, but would then undergo a series of transformations. Figure 4 Arial uppercase A no transformation Glyph size needs to be maintained within the red and green boundary lines otherwise there will be spacing problems. The boundary lines can be moved manually to fit the size of the glyph. The metrics (i.e., the values for ascent, caps height, x height, descent) can be defined under the Font > Metrics menu, but these will remain the same for each glyph, while the red and green boundary lines can be unique to each glyph within the font. The first transformation is to round the bottom and top ends by adding a curve node and pulling it up, and then shorten the glyph to fit within the height boundaries. 11

13 Figure 5 Transformation to round ends To give it a more hand-written impression, add a few corner nodes to the sides so that the cross of the A extends further than the side lines. Figure 6 Transformation to look more hand-written Please also note that the direction of the filled in section must be clockwise, and the unfilled section should be counter-clockwise. If the inner contour of the A is clockwise, the inner triangle will be filled in and the hole will not be displayed. 12

14 Figure 7 Proper contour direction Figure 8 Improper contour direction When finished editing the glyph, press the Map button in the mapping window to make sure it is mapped. To edit the glyph, simply double click on it in the mapping window, edit the glyph, and click the Map button when finished. 13

15 Special glyphs include: GLYPH #0 Used for undefined characters - normally a box shape GLYPH #1 Special glyph with no contours, and zero width GLYPH #2 The CR character - no contours, but with a defined width GLYPH #3 The space character - no contours, but with a defined width To save the font, go to File > Save as (.tff.otf), and save as a.tff file. There is no regular save option, to override an existing file, give it the same name as the file to replace. However, it is recommended to save new copies in case there is a need to revert. The font should be able to install properly at this point. 3.2 How to add glyphs to an existing font To edit a font file, simply open True Light and go to File > Open (.tff.otf) and select the font you want to edit. To add new glyphs or edit glyphs, please see section How to re-map glyphs The safest way to re-map a glyph is to open the glyph to re-map, select all the points and copy them, and then select the character to map it to as if a new glyph were being created, and then paste the points in that glyph. Clicking the Unmap button for a glyph and then trying to map it to another character is unsafe as it is likely that the glyph will be lost. 3.4 How to copy glyphs between different fonts In Type 2.2 Light, there is no built-in function to copy glyphs between fonts. The only way is to open the font in Type 2.2 Light, copy the points of the glyph you want to copy, close the font and open the target font in the same window session of Type 2.2 Light, and then paste the glyph points to a glyph. 14

16 4 Difficulties and Learning Experiences 4.1 Actual Font vs. Design After installing the fonts, the metrics for each glyph needed to be adjusted to ensure that the width of each glyph was appropriate as there was overlapping of characters and too much extra space between adjacent characters. Before After Too spaced out (e.g., Jazzish) Design (e.g., lowercase T) Visual Not enough space (e.g., Jazzish Box) Design (e.g., lowercase T) Visual Table 2 Comparison of overlapping and spaced-out characters Line thickness for many of the glyphs was also increased because when viewed at a smaller font size, the lines were too faint. Since re-mapping glyphs is also quite frustrating, purchasing inexpensive proprietary font software is recommended as it likely to increase the quality of the font as well. Suggestions include Font Creator Home Edition, or Type

17 5 Conclusions and Further Development Font creation is not a particularly arduous task, but it is tedious and requires a lot of attention to detail. There is a lot of review done, and perhaps done multiple times, as we continuously look for ways to improve the font to suit certain needs. The four different fonts created for this project were (1) JazzIt standard music notation, (2) Jazzish alphanumeric font, (3) Jazzish Box Jazzish font with rounded boxes around each glyph, and (4) JazzyG font for representing guitar chords. The next steps for this project would be to install the fonts and test them in Arborsong. From there, the fonts would need to be modified as necessary add glyphs, modify glyphs, fix spacing, create new fonts, etc. 16

18 6 REFERENCES (2009) Font Creator the most popular font editor. < (2009) FontForge. < (2009) Type light - a freeware OpenType font editor. < Harris, B. (2009) The Importance of Font-Style. < Harris, B. (2009) The Importance of Individuality. < Murray, A. (2009) Type Light User Manual. 17

19 APPENDIX A: JazzIt Mapping Jazz Symbol Symbol Name Decimal Hex /Unicode Character Character Name Whole note 33 21! exclam Half note " quotedbl Half note # numbersign Quarter note $ dollar Quarter note % percent Eighth note & ampersand Eighth note ' quotesingle Sixteenth note Sixteenth note Thirty-second note Thirty-second note Sixty-fourth note Sixty-fourth note Dot (dotted note) ( parenleft ) parenright 42 2A * asterisk 43 2B + plus 44 2C, comma 45 2D - hyphen 46 2E. period 18

20 Whole rest 47 2F / slash Half rest zero Quarter rest one Eighth rest two Sixteenth rest Thirty-second rest Sixty-fourth rest three four five Breath mark six Caesura seven Flat eight Sharp nine Natural 58 3A : colon Double flat 59 3B ; semicolon Double sharp 60 3C < less Common time 61 3D = equal Cut time 62 3E > greater Treble clef 63 3F? question 19

21 Bass clef 64 at Alto/tenor clef A A Crescendo B B Diminuendo C C Piano D D Pianissimo E E Pianississimo F F Forte G G Fortissimo H H Fortississimo I I Mezzo piano 74 4A J J Mezzo forte 75 4B K K Forte piano 76 4C L L Sforzando 77 4D M M Staccato 78 4E N N Staccatissimo 79 4F O O 20

22 Marcato P P Tenuto Q Q Martellato R R Up bow S S Down bow T T Stopped note U U Snap pizzicato V V Open note W W Fermata X X Trill Y Y Mordent 90 5A Z Z Mordent (lower) 91 5B [ bracketleft Turn 92 5C \ backslash Inverted turn 93 5D ] bracketright Appoggiatura 94 5E ^ asciicircum Acciaccatura 95 5F _ underscore 21

23 Tremelo ` grave Bold double bar line a a Repeat sign b b Simile mark (repeat previous bar) Similar mark (repeat previous 2 bars) Multi-measure rest Volta bracket (1st ending) Volta bracket (2nd ending) c c d d e e f f g g Da capo h h Dal segno i i Coda 106 6A j j Segno 107 6B k k Engage pedal 108 6C l l Release pedal 109 6D m m 22

24 Variable pedal mark 110 6E n n Coda (boxed) 111 6F o o Segno (boxed) p p Tuplet q q Tie r r Slur, phrase mark s s Glissando t t Arpeggiated chord u u 23

25 APPENDIX B: Jazzish Mapping Jazz Symbol Symbol Name Decimal Hex /Unicode Character Character Name exclam 33 21! exclam quotedbl " quotedbl numbersign # numbersign dollar $ dollar percent % percent ampersand & ampersand quotesingle ' quotesingle parenleft ( parenleft parenright ) parenright asterisk 42 2A * asterisk plus 43 2B + plus comma 44 2C, comma hyphen 45 2D - hyphen period 46 2E. period 24

26 slash 47 2F / slash zero zero one one two two three three four four five five six six seven seven eight eight nine nine colon 58 3A : colon semicolon 59 3B ; semicolon less 60 3C < less 25

27 equal 61 3D = equal greater 62 3E > greater question 63 3F? question at 64 at A A A B B B C C C D D D E E E F F F G G G H H H I I I J 74 4A J J 26

28 K 75 4B K K L 76 4C L L M 77 4D M M N 78 4E N N O 79 4F O O P P P Q Q Q R R R S S S T T T U U U V V V W W W X X X 27

29 Y Y Y Z 90 5A Z Z bracketleft 91 5B [ bracketleft backslash 92 5C \ backslash bracketright 93 5D ] bracketright asciicircum 94 5E ^ asciicircum underscore 95 5F _ underscore grave ` grave a a a b b b c c c d d d e e e f f f g g g 28

30 h h h i i i j 106 6A j j k 107 6B k k l 108 6C l l m 109 6D m m n 110 6E n n o 111 6F o o p p p q q q r r r s s s t t t u u u v v v w w w x x x 29

31 y y y z 122 7A z z braceleft 123 7B { braceleft bar 124 7C bar braceright 125 7D } braceright asciitilde 126 7E ~ asciitilde 30

32 APPENDIX C: Jazzish Box Mapping Jazz Symbol Symbol Name Decimal Hex /Unicode Character Character Name exclam 33 21! exclam quotedbl " quotedbl numbersign # numbersign dollar $ dollar percent % percent ampersand & ampersand quotesingle ' quotesingle parenleft ( parenleft parenright ) parenright asterisk 42 2A * asterisk plus 43 2B + plus 31

33 comma 44 2C, comma hyphen 45 2D - hyphen period 46 2E. period slash 47 2F / slash zero zero one one two two three three four four five five six six seven seven 32

34 eight eight nine nine colon 58 3A : colon semicolon 59 3B ; semicolon less 60 3C < less equal 61 3D = equal greater 62 3E > greater question 63 3F? question at 64 at A A A B B B C C C 33

35 D D D E E E F F F G G G H H H I I I J 74 4A J J K 75 4B K K L 76 4C L L M 77 4D M M N 78 4E N N O 79 4F O O 34

36 P P P Q Q Q R R R S S S T T T U U U V V V W W W X X X Y Y Y Z 90 5A Z Z bracketleft 91 5B [ bracketleft 35

37 backslash 92 5C \ backslash bracketright 93 5D ] bracketright asciicircum 94 5E ^ asciicircum underscore 95 5F _ underscore grave ` grave a a a b b b c c c d d d e e e f f f g g g h h h 36

38 i i i j 106 6A j j k 107 6B k k l 108 6C l l m 109 6D m m n 110 6E n n o 111 6F o o p p p q q q r r r s s s t t t u u u 37

39 v v v w w w x x x y y y z 122 7A z z braceleft 123 7B { braceleft bar 124 7C bar braceright 125 7D } braceright asciitilde 126 7E ~ asciitilde 38

40 APPENDIX D: JazzyG Mapping Jazz Symbol Symbol Name Decimal Hex /Unicode Character Character Name A 33 21! exclam A flat " quotedbl A sharp # numbersign B $ dollar B flat % percent C & ampersand C sharp ' quotesingle D ( parenleft D flat ) parenright D sharp 42 2A * asterisk E 43 2B + plus 39

41 E flat 44 2C, comma F 45 2D - hyphen F sharp 46 2E. period G 47 2F / slash G flat zero G sharp one two three four five Left parentheses six Right parentheses Plus, augmented seven eight Hyphen nine Slash 58 3A : colon Zero 59 3B ; semicolon 40

42 One 60 3C < less Two 61 3D = equal Three 62 3E > greater Four 63 3F? question Five 64 at Six A A Seven B B Eight C C Nine D D Eleven E E Thirteen F F Flat G G Sharp H H Natural I I 41

43 A J J B K K C L L D M M E N N F O O P P Q Q R R S S T T U U V V W W X X Y Y A Z Z B [ bracketleft C \ backslash D ] bracketright E ^ asciicircum F _ underscore ` grave a a a b b c c d d d e e f f g g h h i i i j 106 6A j j B k k C l l m 109 6D m m E n n F o o 42

44 p p q q r r s s s t t u u u v v w w x x y y A z z suspended 123 7B { braceleft Suspended second Suspended fourth 124 7C bar 125 7D } braceright Fifth 126 7E ~ asciitilde F controldel? AC Euro Major A quotesinglbase Major seventh ƒ florin Major ninth E quotedblbase Major thirteenth Minor major seventh ellipsis dagger Minor daggerdbl 43

45 Minor sixth C6 ˆ circumflex Minor seventh perthousand Minor ninth Š scaron Minor eleventh guilsinglleft Minor thirteenth Œ OE Minor seventh with flat fifth D Ž Zcaron Diminished seventh quoteleft Seventh quoteright Seventh with suspended fourth Major seventh with flat fifth Major seventh with sharp fifth C quotedlbleft D quotedblright bullet Ninth endash Ninth with suspended fourth emdash 44

46 Ninth with flat fifth Ninth with sharp fifth DC ilde trademark Thirteenth š scaron Add A guilsinglright Add two add œ oe four Major add nine E ž zcaron Minor add Ÿ Ydieresis nine A0 nbspace Sixth A1 exclamdown Diminished A2 cent 45

The Use of Reserved (= Undefined) 1252 Code Page Slots in TrueType Fonts

The Use of Reserved (= Undefined) 1252 Code Page Slots in TrueType Fonts The Use of Reserved (= Undefined) 1252 Code Page Slots in TrueType Fonts Problem: How do you create a 1252 TrueType text font (= non-symbol font) with slots 128, 129, 141-144, 157-158, 173, 175, 181, 183,

More information

Title: The Cyrillic TimeScore family of fonts Author: Jan de Kloe Date: July 4 th, 2003 Version: 1.02 updated January 11, 2004

Title: The Cyrillic TimeScore family of fonts Author: Jan de Kloe Date: July 4 th, 2003 Version: 1.02 updated January 11, 2004 Title: The Cyrillic TimeScore family of fonts Author: Jan de Kloe Date: July 4 th, 2003 Version: 1.02 updated January 11, 2004 Introduction When Score users need Cyrillic characters for modern Russian,

More information

SPEECH RECOGNITION COMMON COMMANDS

SPEECH RECOGNITION COMMON COMMANDS SPEECH RECOGNITION COMMON COMMANDS FREQUENTLY USED COMMANDS The table below shows some of the most commonly used commands in Windows Speech Recognition. The words in italics indicate that many different

More information

ASCII Code - The extended ASCII table

ASCII Code - The extended ASCII table ASCII Code - The extended ASCII table ASCII, stands for American Standard Code for Information Interchange. It's a 7-bit character code where every single bit represents a unique character. On this webpage

More information

Overview of General Dragon Commands

Overview of General Dragon Commands Overview of General Dragon Commands Control the microphone Go to Sleep Stop Listening Wake Up Listen to me Make the microphone stop listening temporarily. Reactivate the microphone when it is asleep. Next

More information

Bardax. Process GD350 ADVANCED TYPOGRAPHY REFLECTION ON PRACTICE ERSAN ÇELİKTAŞ

Bardax. Process GD350 ADVANCED TYPOGRAPHY REFLECTION ON PRACTICE ERSAN ÇELİKTAŞ 1 1. Turkish tea glass is called ince belli bardak in Turkish, which means thin waisted glass. 2. Adobe Illustrator is a computer software that enables users to design, modify and edit vector graphics

More information

Approach to Archive Programs in PDF and Retrieve Programs from PDF Files

Approach to Archive Programs in PDF and Retrieve Programs from PDF Files Paper PO18 Approach to Archive Programs in PDF and Retrieve Programs from PDF Files Eric Zhang, Centocor Research & Development, Inc., Malvern, PA Leah Bednarek, Centocor Research & Development, Inc.,

More information

OOstaExcel.ir. J. Abbasi Syooki. HTML Number. Device Control 1 (oft. XON) Device Control 3 (oft. Negative Acknowledgement

OOstaExcel.ir. J. Abbasi Syooki. HTML Number. Device Control 1 (oft. XON) Device Control 3 (oft. Negative Acknowledgement OOstaExcel.ir J. Abbasi Syooki HTML Name HTML Number دهدهی ا کتال هگزاد سیمال باینری نشانه )کاراکتر( توضیح Null char Start of Heading Start of Text End of Text End of Transmission Enquiry Acknowledgment

More information

NoteWorthy Composer Version 2.75a

NoteWorthy Composer Version 2.75a NoteWorthy Composer Version 2.75a Tutorial Table of Contents Creating a New File... 3 Adding, Naming and Connecting Staves... 4 Saving the File... 5 Clef, Time Signature, and Key Signature Entry... 6 Note

More information

Appendix C. Numeric and Character Entity Reference

Appendix C. Numeric and Character Entity Reference Appendix C Numeric and Character Entity Reference 2 How to Do Everything with HTML & XHTML As you design Web pages, there may be occasions when you want to insert characters that are not available on your

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE SpeakToText 2.5 Speech Recognition (Version 2.51) Copyright 2002-2006 CoolSoft, LLC All rights reserved. When you first start using SpeakToText, we recommend that you print a copy

More information

q H W Y Z x X y O P Q R S r s t b c d e f l m g B C D E F L # $ % ^ & + - \ A j a w V ] / i (. ) v = _ > [

q H W Y Z x X y O P Q R S r s t b c d e f l m g B C D E F L # $ % ^ & + - \ A j a w V ] / i (. ) v = _ > [ neueweise fonts for new music notation SET 1 THE BASICS Notes 1 2 3 4 5 6 7 8 q H W Y Z x X y O P Q R S r s t b c d e f l m g B C D E F L M! @ # $ % ^ & + - \ A j a w V ] / i (. ) v = _ > [ Pitches 1 2

More information

set in Options). Returns the cursor to its position prior to the Correct command.

set in Options). Returns the cursor to its position prior to the Correct command. Dragon Commands Summary Dragon Productivity Commands Relative to Dragon for Windows v14 or higher Dictation success with Dragon depends on just a few commands that provide about 95% of the functionality

More information

Score Printing and Layout

Score Printing and Layout M A N U A L Score Printing and Layout Operation Manual by Ernst Nathorst-Böös, Ludvig Carlson, Anders Nordmark Additional Assistance: Cecilia Lilja The information in this document is subject to change

More information

Password Management Guidelines for Cisco UCS Passwords

Password Management Guidelines for Cisco UCS Passwords Guidelines for Cisco UCS Passwords, page 1 Guidelines for Cisco UCS Usernames, page 3 Configuring the Maximum Number of Password Changes for a Change Interval, page 4 Configuring a No Change Interval for

More information

Open Score Format PVG Digital Score Application Profile Specification. Version 1.0

Open Score Format PVG Digital Score Application Profile Specification. Version 1.0 Open Score Format PVG Digital Score Application Profile Specification Version 1.0 Date: 15/9/2009 Copyright 2008 Yamaha Corporation, All rights reserved Page 2 of 16 Revision History Date Version Description

More information

Guidelines for the Read Aloud Accommodation

Guidelines for the Read Aloud Accommodation 1 Guidelines for the Read Aloud Accommodation The purpose of this document is to outline the guidelines for a test administrator who is providing the read aloud accommodation to a student during statewide

More information

Useful FrameMaker Keyboard Commands

Useful FrameMaker Keyboard Commands Compiled by David Creamer of www.ideas Training.com Useful FrameMaker Keyboard Commands This is not a complete list of shortcuts in FrameMaker. Consult the on-line help file for other shortcuts. Legend

More information

HANDOUT: COMPUTER PARTS

HANDOUT: COMPUTER PARTS HANDOUT: COMPUTER PARTS Because computers are so important to our lives, there is a constant need to design and develop new hardware, software, and systems. Have you used a computer before? I m sure you

More information

Sigler Music Fonts Jazz Font Set

Sigler Music Fonts Jazz Font Set Sigler Music Fonts Jazz Font Set Thank you for your interest in the Jazz Font Set by Sigler Music Fonts. I hope it s everything you want in a jazz music font. Following is an explanation of the 5 fonts

More information

anatomy cap height x-height baseline descender ligature finial terminal ascender spine small capital uppercase counter cross bar lowercase

anatomy cap height x-height baseline descender ligature finial terminal ascender spine small capital uppercase counter cross bar lowercase Type Anatomy anatomy cap height x-height baseline stem bowl serif descender ligature ascender finial terminal ascender spine uppercase small capital cross bar counter lowercase 36 thinking with type cap

More information

MODULE III: NAVIGATING AND FORMULAS

MODULE III: NAVIGATING AND FORMULAS MODULE III: NAVIGATING AND FORMULAS Copyright 2012, National Seminars Training Navigating and Formulas Using Grouped Worksheets When multiple worksheets are selected, the worksheets are grouped. If you

More information

mf2pt1 Produce PostScript Type 1 fonts from Metafont source Scott Pakin,

mf2pt1 Produce PostScript Type 1 fonts from Metafont source Scott Pakin, mf2pt1 Produce PostScript Type 1 fonts from Metafont source Scott Pakin, scott+mf@pakin.org This file documents mf2pt1 version 2.5a, dated 30 April 2014. Copyright c 2014 Scott Pakin This program may be

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Layer Styles. Learning Objectives. Introduction

Layer Styles. Learning Objectives. Introduction 5 Text, Shapes, and Layer Styles Learning Objectives After completing this chapter, you will be able to: Explain the differences between vector and bitmap graphics. Enter and edit text using the type tools.

More information

Finale 2006 Update: (Second An Addendum Edition) to Finale: An Easy Guide to Music Notation. (Second Edition)

Finale 2006 Update: (Second An Addendum Edition) to Finale: An Easy Guide to Music Notation. (Second Edition) Finale 2006 Update: An Building Addendum and Customizing Finale, the Perfect An Easy Template: Guide to Music Notation (Second An Addendum Edition) to Finale: An Easy Guide to Music Notation (Second Edition)

More information

Using Custom Number Formats

Using Custom Number Formats APPENDIX B Using Custom Number Formats Although Excel provides a good variety of built-in number formats, you may find that none of these suits your needs. This appendix describes how to create custom

More information

A Step-by-step guide to creating a Professional PowerPoint Presentation

A Step-by-step guide to creating a Professional PowerPoint Presentation Quick introduction to Microsoft PowerPoint A Step-by-step guide to creating a Professional PowerPoint Presentation Created by Cruse Control creative services Tel +44 (0) 1923 842 295 training@crusecontrol.com

More information

Text. Text metrics. There are some important metrics that we must consider when working with text. Figure 4-1 shows the basics.

Text. Text metrics. There are some important metrics that we must consider when working with text. Figure 4-1 shows the basics. Text Drawing text has some special properties and thus is treated in a separate chapter. We first need to talk about the sizing of text. Then we discuss fonts and how text is actually drawn. There is then

More information

2014 PreSonus Audio Electronics, Inc. All Rights Reserved. PreSonus, Notion, and Progression are trademarks or registered trademarks of PreSonus

2014 PreSonus Audio Electronics, Inc. All Rights Reserved. PreSonus, Notion, and Progression are trademarks or registered trademarks of PreSonus 2014 PreSonus Audio Electronics, Inc. All Rights Reserved. PreSonus, Notion, and Progression are trademarks or registered trademarks of PreSonus Audio Electronics, Inc. Native Effects and Studio One are

More information

Editing and Formatting Worksheets

Editing and Formatting Worksheets LESSON 2 Editing and Formatting Worksheets 2.1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell contents. Create and apply conditional

More information

Place Value to Thousands

Place Value to Thousands Place Value to Thousands You can show,0 in a place-value chart. The value of each digit in a number depends on its place in the number. In,0 the value of: is hundred thousand or 00,000. is ten thousands

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

ENGR 1204 Engineering Graphics

ENGR 1204 Engineering Graphics ENGR 1204 Engineering Graphics Lecture 09 Text Styles and Multiline Text Edmund Morris HCCS Department of Engineering Email: edmund.morris@hccs.edu 1 Objectives Describe and use proper text standards.

More information

Learning to use the drawing tools

Learning to use the drawing tools Create a blank slide This module was developed for Office 2000 and 2001, but although there are cosmetic changes in the appearance of some of the tools, the basic functionality is the same in Powerpoint

More information

What s New in Finale 2011b for Windows

What s New in Finale 2011b for Windows What s New in Finale 2011b for Windows Finale 2011b is a free maintenance update available to Finale 2011 registered users who are using Finale on Windows. (Macintosh customers should download the Finale

More information

Handbook. Sony CLIÉ handheld basic operations. Entering data on your Sony CLIÉ. handheld. Exchanging and updating data using a HotSync operation

Handbook. Sony CLIÉ handheld basic operations. Entering data on your Sony CLIÉ. handheld. Exchanging and updating data using a HotSync operation A-BG5-100-11 (1) Sony CLIÉ handheld basic operations Entering data on your Sony CLIÉ handheld Exchanging and updating data using a HotSync operation Customizing your Sony CLIÉ handheld (Preferences) Exchanging

More information

Part II: Creating Visio Drawings

Part II: Creating Visio Drawings 128 Part II: Creating Visio Drawings Figure 5-3: Use any of five alignment styles where appropriate. Figure 5-4: Vertical alignment places your text at the top, bottom, or middle of a text block. You could

More information

Impro-Visor. Jazz Improvisation Advisor. Tutorial. Last Revised: 5 June 2006 Currently 62 Steps. Bob Keller. Harvey Mudd College

Impro-Visor. Jazz Improvisation Advisor. Tutorial. Last Revised: 5 June 2006 Currently 62 Steps. Bob Keller. Harvey Mudd College Impro-Visor Jazz Improvisation Advisor Tutorial Last Revised: 5 June 2006 Currently 62 Steps Bob Keller Harvey Mudd College Computer Science Department This brief tutorial will take you through some of

More information

Computer Applications I Vocabulary (Frameworks)

Computer Applications I Vocabulary (Frameworks) Computer Applications I Vocabulary (Frameworks) Unit 1: Introduction to the Operating System, Computer Systems, and Networks 1. Access keys shortcut keys; keys used in combination to create actions or

More information

Microsoft Word 2007 Essential Skills

Microsoft Word 2007 Essential Skills The "Anatomy" of the Word Window The typical program window will look similar to that shown below. It is possible to customize your own display, but that is a topic for discussion later on. OFFICE BUTTON

More information

HOUR 12. Adding a Chart

HOUR 12. Adding a Chart HOUR 12 Adding a Chart The highlights of this hour are as follows: Reasons for using a chart The chart elements The chart types How to create charts with the Chart Wizard How to work with charts How to

More information

Formal Figure Formatting Checklist

Formal Figure Formatting Checklist Formal Figure Formatting Checklist Presentation of Data Independent values are plotted on the x-axis, dependent values on the y-axis In general, no more than five curves to a figure (may be more or less

More information

UNIT 4. Research Methods in Business

UNIT 4. Research Methods in Business UNIT 4 Preparing Data for Analysis:- After data are obtained through questionnaires, interviews, observation or through secondary sources, they need to be edited. The blank responses, if any have to be

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

Data Representation From 0s and 1s to images CPSC 101

Data Representation From 0s and 1s to images CPSC 101 Data Representation From 0s and 1s to images CPSC 101 Learning Goals After the Data Representation: Images unit, you will be able to: Recognize and translate between binary and decimal numbers Define bit,

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Platform: Windows PC Ref no: ins100 Date: May 2007 Version: 1 Author: C.P.Houghton Introduction to Microsoft Excel Microsoft Excel is a piece of software which allows you to create professional spreadsheets

More information

Sibelius Techniques for Aleatoric music Neil Radisch

Sibelius Techniques for Aleatoric music Neil Radisch Sibelius Techniques for Aleatoric music Neil Radisch Below are a collection of techniques useful for creating aleatoric music in Sibelius. Some are less commonly used Sibelius features, while others are

More information

Chapter One Modifying Your Fonts

Chapter One Modifying Your Fonts Chapter One Modifying Your Fonts Steps to Modifying Fonts Opening Fonts Changing Character Weight About Font Piracy Creating Oblique Fonts Creating Fractions Creating Ligatures Creating Condensed Characters

More information

Copyist. Microsoft Windows. for Sion Software Ltd. All rights reserved

Copyist. Microsoft Windows. for Sion Software Ltd. All rights reserved Copyist for Microsoft Windows 2010 Sion Software Ltd. All rights reserved Programming and Design by Cris Sion and James Tsuruta Manual by Cris Sion and Harold Steiman Table of Contents TABLE OF CONTENTS...I

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

EEN118 LAB TWO. 1. A Five-Pointed Star.

EEN118 LAB TWO. 1. A Five-Pointed Star. EEN118 LAB TWO The purpose of this lab is to get practice with defining and using your own functions. The essence of good structured programming is to split large problems into smaller and smaller sub-problems.

More information

The. finale. Projects. The New Approach to Learning. finale. Tom Carruth

The. finale. Projects. The New Approach to Learning. finale. Tom Carruth The finale Projects The New Approach to Learning finale Tom Carruth Addendum for Finale 2009 1 The Finale Projects Addendum for Finale 2009 There are four basic differences between Finale 2009 and Finale

More information

Formatting APA Tables

Formatting APA Tables Formatting APA Tables Upon completion of this lesson, you will be able to appropriately format tables using APA guidelines. Using tables to present tabular or numerical data can help make the information

More information

Everyday Math and the Indiana Academic Standards for Grade 4 Mathematics

Everyday Math and the Indiana Academic Standards for Grade 4 Mathematics Unit One 1.2-1.3 Identify, describe, and draw rays, right angles, acute angles, 4.4.1 Geometry Right Time Geometry obtuse angles and straight angles using appropriate mathematical tools and technology.

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

Sibelius Advanced Session 3

Sibelius Advanced Session 3 Online 2012 Sibelius Advanced Session 3 Katie Wardrobe Midnight Music Basic drum kit parts in Sibelius 4 Introduction 4 3 ways to enter drum parts from scratch 4 Manual input using the computer keyboard

More information

Publisher 2007 Creating Flyers and Brochures

Publisher 2007 Creating Flyers and Brochures MS Publisher 2007 User Guide Publisher 2007 Creating Flyers and Brochures THE NATURE OF DESKTOP PUBLISHING - INTRODUCTION Publisher is a desktop publishing program. You can create publications that

More information

Publisher 2007 Creating Flyers and Brochures

Publisher 2007 Creating Flyers and Brochures MS Publisher 2007 User Guide Publisher 2007 Creating Flyers and Brochures THE NATURE OF DESKTOP PUBLISHING - INTRODUCTION Publisher is a desktop publishing program. You can create publications that use

More information

G47 Text Engraving (Group 00) - Mill. Troubleshooting. How it Works. Haas Technical Documentation. Setting 85 is Too High for Shallow Text Engraving

G47 Text Engraving (Group 00) - Mill. Troubleshooting. How it Works. Haas Technical Documentation. Setting 85 is Too High for Shallow Text Engraving Haas Technical Documentation G47 Text Engraving (Group 00) - Mill Scan code to get the latest version of this document Translation Available Troubleshooting Setting 85 is Too High for Shallow Text Engraving

More information

Anadarko Public Schools MATH Power Standards

Anadarko Public Schools MATH Power Standards Anadarko Public Schools MATH Power Standards Kindergarten 1. Say the number name sequence forward and backward beginning from a given number within the known sequence (counting on, spiral) 2. Write numbers

More information

Fabricator Font File Spec. David Rutten (Robert McNeel & Associates) February 26, 2015

Fabricator Font File Spec. David Rutten (Robert McNeel & Associates) February 26, 2015 Fabricator Font File Spec David Rutten (Robert McNeel & Associates) February 26, 2015 1 About This document contains the specifications for the *.fabfont and *.symbol file formats. These formats were created

More information

VISI ON CALC QuickStart Course

VISI ON CALC QuickStart Course VISI ON CALC QuickStart Course VISICORP Copyright 1983 VisiCorp All Rights Reserved. Printed in U.S.A. Visi On Calc Program Copyright 1983 VisiCorp All Rights Reserved. Visi OnTM, Visi On CalcTM, Visi

More information

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Email: somycmfri@gmail.com 29 Word, Excel and Power Point Microsoft Office is a productivity suite which integrates office tools

More information

Topic C. Communicating the Precision of Measured Numbers

Topic C. Communicating the Precision of Measured Numbers Topic C. Communicating the Precision of Measured Numbers C. page 1 of 14 Topic C. Communicating the Precision of Measured Numbers This topic includes Section 1. Reporting measurements Section 2. Rounding

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED GETTING STARTED WITH EXCEL CHAPTER 1 GETTING STARTED Microsoft Excel is an all-purpose spreadsheet application with many functions. We will be using Excel 97. This guide is not a general Excel manual,

More information

What s New in Finale 2005b for Macintosh OS X & Windows

What s New in Finale 2005b for Macintosh OS X & Windows What s New in Finale 2005b for Macintosh OS X & Windows Full Read Me documentation with more information on fixes in the initial release of Finale 2005 is included in the updater download. The following

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

BDM s Annotation User Guide

BDM s Annotation User Guide ETS :Foothill De Anza CC District April 17, 2014 1 BDM s Annotation User Guide Users with Read/Write access can annotate (markup) documents if they retrieve the document using Microsoft s Internet Explorer

More information

Passport Designs Encore Music Notation Software

Passport Designs Encore Music Notation Software Passport Designs Encore Music Notation Software Introduction There are quite a number of programs on the market now which are intended to allow either music composition, or music notation on screen with

More information

Chapter 2 The Design Window

Chapter 2 The Design Window Chapter 2 Objectives Chapter 2 The Design Window Learn about Crystal sections Move objects Use Toolbars, Icons, and Menus Format fields Add Special Fields Change a Group Use the Crystal Field Explorer

More information

by Paul Richard and Jim Fitzgerald

by Paul Richard and Jim Fitzgerald Chapter 11 Adding Text by Paul Richard and Jim Fitzgerald Richard / Fitzgerald :INTRODUCTION TO AutoCAD 2012 Copyright 2012 Pearson Education, Upper Saddle River, NJ 07458. All Rights Reserved Control

More information

SETTING UP A. chapter

SETTING UP A. chapter 1-4283-1960-3_03_Rev2.qxd 5/18/07 8:24 PM Page 1 chapter 3 SETTING UP A DOCUMENT 1. Create a new document. 2. Create master pages. 3. Apply master pages to document pages. 4. Place text and thread text.

More information

Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines

Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines Interdisciplinary Journal of Best Practices in Global Development Final Manuscript Preparation Guidelines This document provides details on typesetting and layout requirements pertaining to final manuscript

More information

Stylistic alternates. _swashes_. swashes_. swashes_. swashes_. swashes_. swashes_. Using Ciao Bella Regular s OpenType Features

Stylistic alternates. _swashes_. swashes_. swashes_. swashes_. swashes_. swashes_. Using Ciao Bella Regular s OpenType Features Using Ciao Bella Regular s OpenType Features Ciao Bella is packed with goodies that help it look and feel like real hand lettering. Alternate forms for every letter. Swash characters. Lining and old-style

More information

Using Basic Formulas 4

Using Basic Formulas 4 Using Basic Formulas 4 LESSON SKILL MATRIX Skills Exam Objective Objective Number Understanding and Displaying Formulas Display formulas. 1.4.8 Using Cell References in Formulas Insert references. 4.1.1

More information

Drawing shapes and lines

Drawing shapes and lines Fine F Fi i Handmade H d d Ch Chocolates l Hours Mon Sat 10am 6pm In this demonstration of Adobe Illustrator CS6, you will be introduced to new and exciting application features, like gradients on a stroke

More information

Information System Services

Information System Services Information System Services Diocese of London, 1070 Waterloo Street, London, Ontario, N6A 3Y2 Phone:(519)433-0658, Fax:(519)433-0011, E-mail: iss@rcec.london.on.ca Excel Formatting Online Demonstration

More information

Office Wo Office W r o d r 2007 Revi i ng and R d Refifini ng a D Document

Office Wo Office W r o d r 2007 Revi i ng and R d Refifini ng a D Document Office Word 2007 Lab 2 Revising i and Refining i a Document In this lab, the student will learn more about editing documents They will learn to use many more of the formatting features included in Office

More information

Microsoft Word 2003 for Windows, Part 2

Microsoft Word 2003 for Windows, Part 2 Microsoft Word 2003 for Windows, Part 2 In this workshop, the following Word 2003 features will be covered: Creating and using Tables Formatting text using Styles Using MailMerge Arranging text in Columns

More information

Lesson 4 Introduction To Programming Words

Lesson 4 Introduction To Programming Words Lesson 4 Introduction To Programming Words All CNC words include a letter address and a numerical value. The letter address identifies the word type. The numerical value (number) specifies the value of

More information

Photoshop / Editing paths

Photoshop / Editing paths Photoshop / Editing paths Path segments, components, and points Select a path Adjust path segments Add or delete anchor points Convert between smooth points and corner points Adjust path components Path

More information

How to use the ruler, grid, guides, and the Align panel

How to use the ruler, grid, guides, and the Align panel How to use the ruler, grid, guides, and the Align panel Much of your job as a page designer is to place text and graphics on the page in a pleasing, organized way. Although you can do much of this placing

More information

Please take the time to read through our helpful guide on preparing print ready files to ensure there are no delays in processing your order.

Please take the time to read through our helpful guide on preparing print ready files to ensure there are no delays in processing your order. Artwork Guidelines To ensure you get the very best results from your print, we ask all of our clients to review our helpful guide before sending your print ready artwork to us. This will ensure your artwork

More information

The MIDI input and MIDI output sections describe how MIDI input and output are configured generally.

The MIDI input and MIDI output sections describe how MIDI input and output are configured generally. MIDI implementation The MIDI input and MIDI output sections describe how MIDI input and output are configured generally. This section is intended to provide additional reference for those building, buying

More information

Handbook. CLIÉ handheld basic operations. Entering text on your CLIÉ. handheld. Exchanging and updating files/data using the HotSync operation

Handbook. CLIÉ handheld basic operations. Entering text on your CLIÉ. handheld. Exchanging and updating files/data using the HotSync operation A-BL0-100-11 (1) CLIÉ handheld basic operations Entering text on your CLIÉ handheld Exchanging and updating files/data using the HotSync operation Customizing your CLIÉ handheld (Preferences) Exchanging

More information

Formatting Cells and Ranges

Formatting Cells and Ranges 6 Formatting Cells and Ranges LESSON SKILL MATRIX Skills Exam Objective Objective Number Inserting and Deleting Cells Insert and delete cells. 2.1.5 Manually Formatting Cell Contents Modify cell alignment

More information

Guide to WB Annotations

Guide to WB Annotations Guide to WB Annotations 04 May 2016 Annotations are a powerful new feature added to Workbench v1.2.0 (Released May 2016) for placing text and symbols within wb_view tabs and windows. They enable generation

More information

5. Excel Fundamentals

5. Excel Fundamentals 5. Excel Fundamentals Excel is a software product that falls into the general category of spreadsheets. Excel is one of several spreadsheet products that you can run on your PC. Others include 1-2-3 and

More information

Paragraph Formatting. Set line and paragraph spacing and indentation Create a numbered or bulleted list

Paragraph Formatting. Set line and paragraph spacing and indentation Create a numbered or bulleted list Lesson 4 Page 1 Paragraph Formatting Lesson Skill Matrix Skill Exam Objective Objective Number Setting Line Spacing in Text and Between Paragraphs Creating and Formatting a Bulleted List Creating and Formatting

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Impress Guide Chapter 11 Setting Up and Customizing Impress

Impress Guide Chapter 11 Setting Up and Customizing Impress Impress Guide Chapter 11 Setting Up and Customizing Impress This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

VHSE - COMPUTERISED OFFICE MANAGEMENT MODULE III - Communication and Publishing Art - PageMaker

VHSE - COMPUTERISED OFFICE MANAGEMENT MODULE III - Communication and Publishing Art - PageMaker INTRODUCTION : It is one Adobe PageMaker 7.0 software is the ideal page layout program for business, education, and small- and home-office professionals who want to create high-quality publications such

More information

Paragraph Formatting 4

Paragraph Formatting 4 Paragraph Formatting 4 LESSON SKILL MATRIX Skill Exam Objective Objective Number Setting Line Spacing in Text and Between Paragraphs Set line and paragraph spacing and indentation. 2.2.3 Creating and Formatting

More information

Drill Table. Summary. Modified by Phil Loughhead on 16-Jun Parent page: PCB Dialogs

Drill Table. Summary. Modified by Phil Loughhead on 16-Jun Parent page: PCB Dialogs Drill Table Old Content - visit altium.com/documentation Modified by Phil Loughhead on 16-Jun-2015 Parent page: PCB Dialogs The Drill Table Dialog. Summary A standard element required for manufacture of

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

PAGE LAYOUT CHAPTER X. In this session you will:

PAGE LAYOUT CHAPTER X. In this session you will: CHAPTER X INFOCUS PAGE LAYOUT Page layout refers to the overall layout and appearance of your document such as how much text you will include on each page, the size of the paper on which you will print

More information

EXCEL SPREADSHEET TUTORIAL

EXCEL SPREADSHEET TUTORIAL EXCEL SPREADSHEET TUTORIAL Note to all 200 level physics students: You will be expected to properly format data tables and graphs in all lab reports, as described in this tutorial. Therefore, you are responsible

More information

IT Skills. September Marking Scheme

IT Skills. September Marking Scheme IT Skills September 205 Marking Scheme This marking scheme has been prepared as a guide only to markers. This is not a set of model answers, or the exclusive answers to the questions, and there will frequently

More information