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@/.dsi@/.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 lydoctitle{TEXT}
50 @macro lydoctitle{TEXT}
57 @lilyTitlePage{Snippets}
60 @c maybe generate/update @menu and @includes automatically? --jm
68 * Simultaneous notes::
70 * Editorial annotations::
85 * Contexts and engravers::
86 * Tweaks and overrides::
99 @allowcodebreaks false
101 @c Please take care of naming every .itely
102 @c with an existing tag name.
104 @include pitches.itely
105 @include rhythms.itely
106 @include expressive-marks.itely
107 @include repeats.itely
108 @include simultaneous-notes.itely
109 @include staff-notation.itely
110 @include editorial-annotations.itely
113 @include vocal-music.itely
114 @include chords.itely
115 @include keyboards.itely
116 @include percussion.itely
117 @include fretted-strings.itely
118 @include unfretted-strings.itely
120 @include ancient-notation.itely
121 @include world-music.itely
123 @include contexts-and-engravers.itely
124 @include tweaks-and-overrides.itely
125 @include paper-and-layout.itely
126 @include titles.itely
127 @include spacing.itely
129 @include template.itely