A Newbie's Experiences with Lilypond, Lilypond-Book, LATEX

Total Page:16

File Type:pdf, Size:1020Kb

A Newbie's Experiences with Lilypond, Lilypond-Book, LATEX A newbie's experiences with Lilypond, Lilypond-book, LATEX and Perl Joe McCool Southern Regional College, Ireland mccoolj (at) src dot ac dot uk http://benburb.demon.co.uk/apache2-default/joe.html Abstract The author is an active Irish traditional musician. He is also a keen inland boater. He is having a lot of fun composing a book on \Traditional Music for Boaters". In this paper he describes his successes and frustrations using Lilypond, Lilypond-book, LATEX and ABC musical notation. Lilypond and LATEX have a lot in common. Neither are WYSIWYG, neither demand GUI's. Both compile simple flat files to produce beautiful graphical output. Lilypond's original manifestations produced output directly for LATEX, but of late users writing books have been encouraged to use Lilypond-book. This looks for Lilypond code within LATEX source files and produces graphics and associated instructions which can then be processed by LATEX. Most joy has come from automating these processes via GNU/Linux and Perl. 1 What's out there C:Franz Schubert By definition classical music has an inherent connec- O:Austria M:C| tion with books and text. Traditional music does not. L:1/8 Classical music is written down in scores. Histori- Q:1/4=160 cally, traditional music is not. It is largely an aural K:C medium and tunes are learnt by ear. Having said G2|"C"c2c2e2e2|"C"c4G2G2|"G"G3G dcBA|"G" that, musical scores do now have an important role G4 z2G2|"C"c2c2 e2e2|"C"c4G2c2|"G"B2AB to play. More and more young traditonal musicians .... are learning how to read scores. Printed material The K: field represents the tune's key. All lines allows us to store pieces that would otherwise be lost below this contain the music. Lines above are header and pencil and paper is a useful aid to composition. fields, with X: representing an index for this partic- Musicians like to share pieces and the arrival ular tune in a file of other ABC's. Notes in quotes of the personal computer has made this easier than represent accompaniment chords. ever. But, where years ago we popped manuscripts in At first sight ABC seems ideal for what I wish the post, we now need to share scores electronically. to do. It has a simple input format. It can output This has brought about a plethora of programs and PostScript files that I can incorporate into LATEX systems that enable us to do so. documents. ABC programs are open source and, ABC 1.1 ABC notation most importantly, there are huge collections of source files available on the internet. In the 1980's Chris Walshaw, then at the Univer- But, I have a few issues with ABC: sity of Cambridge, began writing out fragments of • there is a gross lack of standardisation. What folk/traditional tunes using letters to represent the standardisation exists is often ignored by the notes. This became gradually formalised into what authors of ABC files. is known as the ABC \standard".1 Numerous small programs have appeared to convert ASCII files of • I need a system comparable to LATEX in terms ABC to printed scores.2 There are also programs to of typesetting quality. ABC does not have the convert ABC code to midi. fine grained control of LATEX. Here's an example of an ABC file: • It is difficult to avoid clashing problems: note X: 1 heads clashing with bar numbers, or grace notes T:The trout clashing with accidentals. • At the time I started my project, the ABC mail- 1 www.walshaw.plus.com/abc 2 for example, moinejf.free.fr ing list seemed to vanish! 376 TUGboat, Volume 29 (2008), No. 3 | Proceedings of the 2008 Annual Meeting A newbie's experiences with Lilypond, Lilypond-book, LATEX and Perl 1.2 Commercially available software 1.5 Example Lilypond file Under Microsoft Windows, several commercial pro- \version "2.11.33" grams are available for typesetting music. Finale,3 \header { Sibelius,4 and Cakewalk5 are well known. Notewor- composer = "Joe Mc Cool" thy Composer is available as shareware.6 title = "The Eight Lock" dedication = "" 1.3 MusicTEX and MusiXTEX } voicedefault = { Both of these, based on what I could find out about \relative c' 7 them, appeared too complex for me. They did \clef treble not seem to have an active development or support \key g \major community. \time 4/4 \repeat volta 2 { 1.4 Lilypond \time 4/4 I rejected the commercial products and Notewor- \clef treble thy because they use proprietary file formats and d'4 d8 e d c b4 they rely on GUI interfaces. I am a traditional- .... ist in more ways than one. Long ago I realised the } \repeat volta 2 { power, elegance and beauty of plain ASCII files under 89 a'4 a8 a b c4. GNU/Linux. Hence my final choice of Lilypond. .... • Lilypond's originators have objectives very simi- } lar to those of LATEX: \to print music in the best } traditions of classical engraving with minimum \include "../new.score.ly" fuss". Notice the indentation of code, similar to pro- • Lilypond uses plain ASCII, not dissimilar to ABC. gramming languages. voicedefault is a musical object • Lilypond enjoys ongoing development. that will subsequently process as a score (see below), • Its documentation is excellent. or a midi file.10 • Very active user support via mailing lists. As my project gathered weight I got tired of • Very fast keying of source files: having to edit individual Lilypond files in order to { Note durations need stating once only. In change the overall look of my book, hence my use of the input a4 b, the notes a and b have the the include statement. new.score.ly consists of: same duration. \score{ { Notes can be raised an octave using a fol- << lowing ' or lowered by a following ,. Lily- { \voicedefault pond also provides a relative mode in } which it will position notes on the scale in >> a common sense, reasonable fashion. \layout{ \relative c'' { #(layout-set-staff-size 20) b c d c b c bes a } } } These notes will all be placed within the In order to change the overall look of all my scale, rather than climbing higher upward. pieces, for example to change the staff size, all I have • key transposition is easy: \transpose d e ... to do is edit the above. • The excitement and delight I found putting to- gether my first Lilypond scripts was matched 2 My approach only by that of my first LATEX scripts. Lilypond My approach is constrained by the following goals: and LATEX really are first cousins! • Each page should contain an integer number of 3 www.finalemusic.com tunes. Classical musicians are happy (or at least 4 www.sibelius.com willing) to turn a page in the middle of a piece, 5 www.cakewalk.com traditional musicians are not. 6 www.noteworthysoftware.com 7 www.tex.ac.uk/cgi-bin/texfaq2html?label=music • Traditional music is often played in sets. Two 8 www.lilypond.org or three jigs will be played one after the other, 9 In rural Ireland we have a saying: \If you think a donkey will do the job, use a horse!" 10 though midi support is regrettably not good in Lilypond. TUGboat, Volume 29 (2008), No. 3 | Proceedings of the 2008 Annual Meeting 377 Joe McCool or a group of hornpipes. When new tunes are Some text before a musical snippet. added to the collection, they must be kept as à j ¹ close together as possible to other members of ¹ ¹ ¹ their set, ideally on the same page, or on the Another snippet: same spread. à j ¹ ¹ ¹ ¹ • Brief texts and footnotes must appear on the Some more text. page of the tune to which they refer. Figure 1: small.pdf • Index entries must have the form `name : type : page number'. This reveals the page number Here the file small.tex constitutes the final and the tune type for each entry. output. This is then processsed by LATEX in the • The build process should produce midi files. normal way, with the result shown in Fig. 1. Lilypond-book creates a graphic for each line of 3 Combining Lilypond and LATEX music. It also creates a graphic for the whole snip- pet | in our small example, 2b589ef505-1.eps and Here is a simple example of a LATEX file (small.ly) containing Lilypond code: 2b589ef505.eps. My project has currently gath- ered about 200 tunes and the number of small files \documentclass{article} in OUTPUT hovers around 3500! \begin{document} Contents of OUTPUT/small.tex: \noindent Some text before a musical snippet.\\ \documentclass{article} \begin[quote,fragment]{lilypond} \usepackage{graphics} { \begin{document} c' e' g' e' \noindent } Some text before a musical snippet.\\ \end{lilypond} {% Another snippet:\\ \parindent 0pt% \begin[quote,fragment]{lilypond} \ifx\preLilyPondExample \undefined% { \relax% f' g' a' b' \else% } \preLilyPondExample% \end{lilypond} \fi% Some more text.\\ \def\lilypondbook{}% \end{document} \input lily-2b589ef505-systems.tex% This is processed by the command line: \ifx\postLilyPondExample \undefined% \relax% lilypond-book -f latex --psfonts \else% --output OUTPUT small.tex \postLilyPondExample% \fi% And in the OUTPUT directory Lilypond creates } the following files: Another snippet:\\ lily-2b589ef505-1.eps {% lily-2b589ef505.eps \parindent 0pt% lily-2b589ef505.ly \ifx\preLilyPondExample \undefined% lily-2b589ef505-systems.tex \relax% lily-2b589ef505-systems.texi \else% lily-2b589ef505.txt \preLilyPondExample% lily-eb070afcf7-1.eps \fi% lily-eb070afcf7.eps \def\lilypondbook{}% lily-eb070afcf7.ly \input lily-eb070afcf7-systems.tex% lily-eb070afcf7-systems.tex \ifx\postLilyPondExample \undefined% lily-eb070afcf7-systems.texi \relax% lily-eb070afcf7.txt \else% small.dep \postLilyPondExample% small.tex \fi% snippet-map.ly } snippet-names Some more text.\\ tmpMQ9ShM.aux \end{document} 378 TUGboat, Volume 29 (2008), No.
Recommended publications
  • A Guide for Creating Virtual Video/Audio Ensembles Written By
    A guide for creating virtual video/audio ensembles Written by Ben Sellers With contributions from Wiltshire Music Connect Associate Luke Pickett, and Lee Hextall from Lincolnshire Music Service. This document guides you through the process of creating an audio or video ‘virtual ensemble’ performance. The process takes time and may require you to learn some new skills, but it is worth it: your pupils will develop their identities as musicians, a new audience will be reached, and the profile of the department and school will be raised. Get an idea of what is possible by watching this video from Wiltshire Young Musicians, created by Matt Thorpe. To create an audio recording you will need: • Sibelius, Musescore (free) or alternative sheet music software • Audio editing software (see below) • A Google Drive or Dropbox account. To create a music video you will also need: • Video editing software (see below) • A Youtube or Vimeo account to publish the videos online • Appropriate pupil filming consent. Each of the following steps is detailed below: 1. Choose your piece of music 2. Decide if you want to create an audio recording or a music video. 3. Create an arrangement 4. Send instructions, sheet music and backing track(s) to pupils 5. Edit together the recordings 6. Publish 1. Choose your piece of music Your chosen piece should be: a. Fairly easy to play, with no tricky rhythms b. Something popular that the musicians already know c. The same tempo throughout d. Less than 4 minutes in length Page 1 of 5 2. Decide if you want to create an audio recording or a music video.
    [Show full text]
  • Sibelius Artwork Guidelines Contents
    Sibelius Artwork Guidelines Contents Conditions of use ...........................................................................................................................3 Important information ..................................................................................................................4 Product names and logos.............................................................................................................5 Example copy..................................................................................................................................6 Endorsees ........................................................................................................................................7 Reviews............................................................................................................................................8 Awards...........................................................................................................................................11 House Style ...................................................................................................................................12 Conditions of use Who may use this material Authorized Sibelius distributors and dealers are permitted to reproduce text and graphics on this CD in order to market Sibelius products or PhotoScore, but only if these guidelines are adhered to, and all artwork is used unmodified and cleared by Sibelius Software before production of final proofs. Acknowledge trademarks Please
    [Show full text]
  • Why and How I Use Lilypond Daniel F
    Why and How I Use LilyPond Daniel F. Savarese Version 1.1 Copyright © 2018 Daniel F. Savarese1 even with an academic discount. I never got my money's Introduction worth out of it. At the time I couldn't explain exactly why, but I was never productive using it. In June of 2017, I received an email from someone using my classical guitar transcriptions inquiring about how I Years later, when I started playing piano, I upgraded to use LilyPond2 to typeset (or engrave) music. He was the latest version of Finale and suddenly found it easier dissatisfied with his existing WYSIWYG3 commercial to produce scores using the software. It had nothing to software and was looking for alternatives. He was im- do with new features in the product. After notating eight pressed with the appearance of my transcription of Lá- original piano compositions, I realized that my previous grima and wondered if I would share the source for it difficulties had to do with the idiosyncratic requirements and my other transcriptions. of guitar music that were not well-supported by the soft- ware. Nevertheless, note entry and the overall user inter- I sent the inquirer a lengthy response explaining that I'd face of Finale were tedious. I appreciated how accurate like to share the source for my transcriptions, but that it the MIDI playback could be with respect to dynamics, wouldn't be readily usable by anyone given the rather tempo changes, articulations, and so on. But I had little involved set of support files and programs I've built to need for MIDI output.
    [Show full text]
  • Musical Notation Codes Index
    Music Notation - www.music-notation.info - Copyright 1997-2019, Gerd Castan Musical notation codes Index xml ascii binary 1. MidiXML 1. PDF used as music notation 1. General information format 2. Apple GarageBand Format 2. MIDI (.band) 2. DARMS 3. QuickScore Elite file format 3. SMDL 3. GUIDO Music Notation (.qsd) Language 4. MPEG4-SMR 4. WAV audio file format (.wav) 4. abc 5. MNML - The Musical Notation 5. MP3 audio file format (.mp3) Markup Language 5. MusiXTeX, MusicTeX, MuTeX... 6. WMA audio file format (.wma) 6. MusicML 6. **kern (.krn) 7. MusicWrite file format (.mwk) 7. MHTML 7. **Hildegard 8. Overture file format (.ove) 8. MML: Music Markup Language 8. **koto 9. ScoreWriter file format (.scw) 9. Theta: Tonal Harmony 9. **bol Exploration and Tutorial Assistent 10. Copyist file format (.CP6 and 10. Musedata format (.md) .CP4) 10. ScoreML 11. LilyPond 11. Rich MIDI Tablature format - 11. JScoreML RMTF 12. Philip's Music Writer (PMW) 12. eXtensible Score Language 12. Creative Music File Format (XScore) 13. TexTab 13. Sibelius Plugin Interface 13. MusiXML: My own format 14. Mup music publication program 14. Finale Plugin Interface 14. MusicXML (.mxl, .xml) 15. NoteEdit 15. Internal format of Finale (.mus) 15. MusiqueXML 16. Liszt: The SharpEye OMR 16. XMF - eXtensible Music 16. GUIDO XML engine output file format Format 17. WEDELMUSIC 17. Drum Tab 17. NIFF 18. ChordML 18. Enigma Transportable Format 18. Internal format of Capella (ETF) (.cap) 19. ChordQL 19. CMN: Common Music 19. SASL: Simple Audio Score 20. NeumesXML Notation Language 21. MEI 20. OMNL: Open Music Notation 20.
    [Show full text]
  • Methodology and Technical Methods
    Recordare MusicXML: Methodology and Technical Methods Michael Good Recordare LLC Los Altos, California, USA [email protected] 17 November 2006 Copyright © 2006 Recordare LLC 1 Outline Personal introduction What is MusicXML? Design methodology Technical methods MusicXML use today Suitability for digital music editions Recommendations Future directions 17 November 2006 Copyright © 2006 Recordare LLC 2 My Background B.S. and M.S. in computer science from Massachusetts Institute of Technology B.S. thesis on representing scores in Music11 Trumpet on MIT Symphony Orchestra recordings available on Vox/Turnabout Opera and symphony chorus tenor; have performed for Alsop, Nagano, Ozawa Worked in software usability at SAP and DEC before founding Recordare in 2000 17 November 2006 Copyright © 2006 Recordare LLC 3 What is MusicXML? The first standard computer format for common Western music notation Covers 17th century onwards Available via a royalty-free license Supported by over 60 applications, including Finale, Sibelius, capella, and music scanners Useful for music display, performance, retrieval, and analysis applications Based on industry standard XML technology 17 November 2006 Copyright © 2006 Recordare LLC 4 The Importance of XML XML is a language for developing specialized formats like MusicXML, MathML, and ODF XML files can be read in any computer text editor Fully internationalized via Unicode The files are human readable as well as machine readable Each specialized format can use standard XML tools Allows musicians to leverage the large
    [Show full text]
  • Tantacrul Pain Points Addressed in This Document
    Note Input Bar Redesign Tantacrul Pain Points Addressed in this Document • The NOTE INPUT BUTTON requires unnecessary steps when notating, which complicates the first time experience • There are too many options at the outset • Customisation is difficult to discover • Certain icons are hard to read (mainly ‘Note input’, ’Tie’ and ‘Flip direction’) • There are some inefficiencies with adding rests Out of Scope • Shortcuts Overview A brief description of visual & layout changes Workspace: Default Customise Note input 3 1 2 Palettes Inspector Add more palettes Accidentals More Clefs More Duet no.9 Time signatures More Key signatures More Grace notes More Grace notes More Bar lines More Text This is the proposed default layout of the Note Input Bar Workspace: Default Customise Note input 3 1 2 Palettes Inspector Add more palettes Only two voices (more can be accessed More descriptive Note Input button from the ‘Customise’ button on the far left) (New icon TBD) Accidentals * This particular suggested optimisation should not be More done without seeking wider approval Clefs ‘Customise’ is a button that triggers the existing ‘Customise String Quartet no.9 Toolbars’ dialog More A new Tuplet dropdown Time signatures More Redesigned icons for ‘Tie’ and ‘Flip direction’ Key signatures More (These are not final & ‘Flip direction’ needs to be tested) Grace notes More Less cluttered rest icon Grace notes More Bar lines More Text The Note Input Button Unlike Sibelius, Finale and Dorico, MuseScore requires the user to click a Note Input button before you can actually enter notes. Where the other notation apps have the same concept, they allow the user to immediately enter this mode by clicking on a note duration.
    [Show full text]
  • The Latex Graphics Companion / Michel Goossens
    i i “tlgc2” — 2007/6/15 — 15:36 — page iii — #3 i i The LATEXGraphics Companion Second Edition Michel Goossens Frank Mittelbach Sebastian Rahtz Denis Roegel Herbert Voß Upper Saddle River, NJ • Boston • Indianapolis • San Francisco New York • Toronto • Montreal • London • Munich • Paris • Madrid Capetown • Sydney • Tokyo • Singapore • Mexico City i i i i i i “tlgc2” — 2007/6/15 — 15:36 — page iv — #4 i i Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and Addison-Wesley was aware of a trademark claim, the designations have been printed with initial capital letters or in all capitals. The authors and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein. The publisher offers discounts on this book when ordered in quantity for bulk purchases and special sales. For more information, please contact: U.S. Corporate and Government Sales (800) 382-3419 [email protected] For sales outside of the United States, please contact: International Sales [email protected] Visit Addison-Wesley on the Web: www.awprofessional.com Library of Congress Cataloging-in-Publication Data The LaTeX Graphics companion / Michel Goossens ... [et al.]. -- 2nd ed. p. cm. Includes bibliographical references and index. ISBN 978-0-321-50892-8 (pbk. : alk. paper) 1.
    [Show full text]
  • Mutated! - Music Tagging Type Definition
    University of Glasgow Funded by the Department of Music Joint Information Systems Committee Call: Communications and Information Technology Standards MuTaTeD! - Music Tagging Type Definition A project to provide a meta-standard for music mark-up by integrating two existing music standards (Report Jan 2000) Dr. Stephen Arnold Carola Boehm Dr. Cordelia Hall University of Glasgow Department of Music Department of Music MuTaTeD! Contents CONTENTS: I. INTRODUCTION (BY DR. STEPHEN ARNOLD).................................................................. 3 II. ACHIEVEMENTS AND DELIVERABLES (BY THE MUTATED! TEAM) .............................. 5 1. Conference Papers and Workshops ..................................................................................... 5 2. Contact with relevant research groups .................................................................................. 5 3. Future Dissemination Possibilities ......................................................................................... 6 III. SYSTEMS FOR MUSIC REPRESENTATION AND RETRIEVAL (BY CAROLA BOEHM) 8 1. Abstract .................................................................................................................................. 8 2. The Broad Context ................................................................................................................. 8 3. The Music-Specific Context ................................................................................................... 8 4. Music Representation Standards – The Historical
    [Show full text]
  • Beyond PDF – Exchange and Publish Scores with Musicxml
    Beyond PDF – Exchange and Publish Scores with MusicXML MICHAEL GOOD! DIRECTOR OF DIGITAL SHEET MUSIC! ! APRIL 12, 2013! Agenda • Introduction to MusicXML • MusicXML status and progress in the past year • Possible future directions for MusicXML • Interactive discussions throughout What is MusicXML? • The standard open format for exchanging digital sheet music between applications • Invented by Michael Good at Recordare in 2000 • Developed collaboratively by a community of hundreds of musicians and software developers over the past 13 years • Available under an open, royalty-free license that is friendly for both open-source and proprietary software • Supported by over 160 applications worldwide What’s Wrong With Using PDF? • PDF: Portable Document Format • The standard format for exchanging and distributing final form documents • High graphical fidelity • But it has no musical knowledge – No playback – No alternative layouts – Limited editing and interactivity • PDF duplicates paper – it does not take advantage of the interactive potential for digital sheet music MusicXML Is a Notation Format • Music is represented using the semantic concepts behind common Western music notation • Includes both how a score looks and how it plays back • Includes low-level details of the appearance of a particular engraving, or the nuances of a particular performance – Allows transfer of music between applications with high visual fidelity – Also allows the visual details to be ignored when appropriate – The best display for paper is often not the best for
    [Show full text]
  • Musixtex Using TEX to Write Polyphonic Or Instrumental Music Version T.111 – April 1, 2003
    c MusiXTEX Using TEX to write polyphonic or instrumental music Version T.111 – April 1, 2003 Daniel Taupin Laboratoire de Physique des Solides (associ´eau CNRS) bˆatiment 510, Centre Universitaire, F-91405 ORSAY Cedex E-mail : [email protected] Ross Mitchell CSIRO Division of Atmospheric Research, Private Bag No.1, Mordialloc, Victoria 3195, Australia Andreas Egler‡ (Ruhr–Uni–Bochum) Ursulastr. 32 D-44793 Bochum ‡ For personal reasons, Andreas Egler decided to retire from authorship of this work. Never- therless, he has done an important work about that, and I decided to keep his name on this first page. D. Taupin Although one of the authors contested that point once the common work had begun, MusiXTEX may be freely copied, duplicated and used in conformance to the GNU General Public License (Version 2, 1991, see included file copying)1 . You may take it or parts of it to include in other packages, but no packages called MusiXTEX without specific suffix may be distributed under the name MusiXTEX if different from the original distribution (except obvious bug corrections). Adaptations for specific implementations (e.g. fonts) should be provided as separate additional TeX or LaTeX files which override original definition. 1Thanks to Free Software Foundation for advising us. See http://www.gnu.org Contents 1 What is MusiXTEX ? 6 1.1 MusiXTEX principal features . 7 1.1.1 Music typesetting is two-dimensional . 7 1.1.2 The spacing of the notes . 8 1.1.3 Music tokens, rather than a ready-made generator . 9 1.1.4 Beams . 9 1.1.5 Setting anything on the score .
    [Show full text]
  • Lilypond Cheatsheet
    LilyPond-MusicTypesetting Basic usage - LilyPond Version 2.14 and above Cheatsheet by R. Kainhofer, Edition Kainhofer, http://www.edition-kainhofer.com/ Command-line usage General Syntax lilypond [-l LOGLEVEL] [-dSCMOPTIONS] [-o OUTPUT] [-V] FILE.ly [FILE2.ly] \xxxx function or variable { ... } Code grouping Common options: var = {...} Variable assignment --pdf, --png, --ps Output file format -dpreview Cropped “preview” image \version "2.14.0" LilyPond version -dbackend=eps Use different backend -dlog-file=FILE Create .log file % dots Comment -l LOGLEVEL ERR/WARN/PROG/DEBUG -dno-point-and-click No Point & Click info %{ ... %} Block comment -o OUTDIR Name of output dir/file -djob-count=NR Process files in parallel c\... Postfix-notation (notes) -V Verbose output -dpixmap-format=pngalpha Transparent PNG #'(..), ##t, #'sym Scheme list, true, symb. -dhelp Help on options -dno-delete-intermediate-files Keep .ps files x-.., x^.., x_.. Directions Basic Notation Creating Staves, Voices and Groups \version "2.15.0" c d e f g a b Note names (Dutch) SMusic = \relative c'' { c1\p } Alterations: -is/-es for sharp/flat, SLyrics = \lyricmode { Oh! } cis bes as cisis beses b b! b? -isis/-eses for double, ! forces, AMusic = \relative c' { e1 } ? shows cautionary accidental \relative c' {c f d' c,} Relative mode (change less than a \score { fifth), raise/lower one octave \new ChoirStaff << \new Staff { g1 g2 g4 g8 g16 g4. g4.. durations (1, 2, 4, 8, 16, ...); append “.” for dotted note \new Voice = "Sop" { \dynamicUp \SMusic
    [Show full text]
  • Symantec Web Security Service Policy Guide
    Web Security Service Policy Guide Revision: NOV.07.2020 Symantec Web Security Service/Page 2 Policy Guide/Page 3 Copyrights Broadcom, the pulse logo, Connecting everything, and Symantec are among the trademarks of Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. Copyright © 2020 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. For more information, please visit www.broadcom.com. Broadcom reserves the right to make changes without further notice to any products or data herein to improve reliability, function, or design. Information furnished by Broadcom is believed to be accurate and reliable. However, Broadcom does not assume any liability arising out of the application or use of this information, nor the application or use of any product or circuit described herein, neither does it convey any license under its patent rights nor the rights of others. Policy Guide/Page 4 Symantec WSS Policy Guide The Symantec Web Security Service solutions provide real-time protection against web-borne threats. As a cloud-based product, the Web Security Service leverages Symantec's proven security technology, including the WebPulse™ cloud community. With extensive web application controls and detailed reporting features, IT administrators can use the Web Security Service to create and enforce granular policies that are applied to all covered users, including fixed locations and roaming users. If the WSS is the body, then the policy engine is the brain. While the WSS by default provides malware protection (blocks four categories: Phishing, Proxy Avoidance, Spyware Effects/Privacy Concerns, and Spyware/Malware Sources), the additional policy rules and options you create dictate exactly what content your employees can and cannot access—from global allows/denials to individual users at specific times from specific locations.
    [Show full text]