[icon]

GNU LilyPond

Welcome to the home of the GNU Music Typesetter

What is LilyPond
General information
Simple examples
Complex examples
Download
GNU/Linux binaries
Windows
Source code
Documentation
Tutorial
Manual
Glossary
other ...

Support
Mailing lists
Search
WikiWiki
FAQs

External sites
lilypond.org/development
lilypond.org/stable
ftp.lilypond.org
Mutopia
Other music online

Node:Articulations, Next:, Up:Ornaments



Articulations

A variety of symbols can appear above and below notes to indicate different characteristics of the performance. These symbols can be added to a note with `note-\name'. Numerous symbols are defined in script.ly. Symbols can be forced to appear above or below the note by writing `note^\name' and `note_\name' respectively. Here is a chart showing symbols on notes, with the name of the corresponding symbol appearing underneath.

[picture of music]

To save typing work, some shorthands are available:

[picture of music]

Fingering instructions can also be entered in this shorthand.

      c'4-1 c'4-2 c'4-3 c'4-4

[picture of music]

You can add scripts by editing scm/script.scm. This file contains a table, listing script definitions and aliases. The following syntax accesses a script definition from the table:

  \script alias

Usually the \script keyword is not used directly. Various helpful identifier definitions appear in script.ly.

Grobs for these objects are Script and Fingering .

BUGS

All of these note ornaments appear in the printed output but have no effect on the MIDI rendering of the music.

Unfortunately, there is no support for adding fingering instructions or ornaments to individual note heads. Some hacks exist, though. See input/test/script-horizontal.ly.

Go back to index of LilyPond.

Please send GNU LilyPond questions and comments to lilypond-user@gnu.org.

Please send comments on these web pages to lilypond@packages.debian.org

Copyright (c) 1997--2001 Han-Wen Nienhuys and Jan Nieuwenhuizen.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.


This page was built from LilyPond-1.4.12 (stable-branch) by

Anthony Fok <lilypond@packages.debian.org>, Tue Mar 12 01:35:39 2002 HKT.