1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
3 @setfilename lilypond-snippets.info
4 @settitle LilyPond snippets
5 @documentencoding UTF-8
10 This document shows a selected set of LilyPond snippets from the
11 @uref{http://lsr@/.di@/.unimi@/.it,LilyPond Snippet Repository}
12 (LSR). It is in the public domain.
14 We would like to address many thanks to Sebastiano Vigna for maintaining
15 LSR web site and database, and the University of Milano for hosting LSR.
17 Please note that this document is not an exact subset of LSR: some
18 snippets come from @file{input/new} LilyPond sources directory, and
19 snippets from LSR are converted through @command{convert-ly}, as LSR is
20 based on a stable LilyPond version, and this document is for
23 Snippets are grouped by tags; tags listed in the table of contents match
24 a section of LilyPond notation manual. Snippets may have several tags,
25 and not all LSR tags may appear in this document.
27 In the HTML version of this document, you can click on the file name
28 or figure for each example to see the corresponding input file.
32 @macro copyrightDeclare
33 Copyright @copyright{}
34 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
38 @c This disables @lydoctitle definition in common-macros.itexi
39 @set snippets-sections
44 @macro nodeprefix{PRE}
46 @macro lydoctitle{TEXT}
52 @macro nodeprefix{PRE}
54 @macro lydoctitle{TEXT}
56 @unnumberedsec \\TEXT\\
62 @lilyTitlePage{Snippets}
65 @c maybe generate/update @menu and @includes automatically? --jm
73 * Simultaneous notes::
75 * Editorial annotations::
90 * Contexts and engravers::
91 * Tweaks and overrides::
104 @allowcodebreaks false
106 @c Please take care of naming every .itely
107 @c with an existing tag name.
109 @include pitches.itely
110 @include rhythms.itely
111 @include expressive-marks.itely
112 @include repeats.itely
113 @include simultaneous-notes.itely
114 @include staff-notation.itely
115 @include editorial-annotations.itely
118 @include vocal-music.itely
119 @include chords.itely
120 @include keyboards.itely
121 @include percussion.itely
122 @include fretted-strings.itely
123 @include unfretted-strings.itely
125 @include ancient-notation.itely
126 @include world-music.itely
128 @include contexts-and-engravers.itely
129 @include tweaks-and-overrides.itely
130 @include paper-and-layout.itely
131 @include titles.itely
132 @include spacing.itely
134 @include template.itely