From: Graham Percival Date: Sat, 10 Nov 2007 04:26:21 +0000 (-0800) Subject: LSR: more updates for real-music. X-Git-Tag: release/2.11.35-1~41^2~3^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c9d874fa0c0117d35cf61055d2c3c5910dc8034a;p=lilypond.git LSR: more updates for real-music. --- diff --git a/Documentation/user/rhythms.itely b/Documentation/user/rhythms.itely index 75cdf0af90..82da3c58c8 100644 --- a/Documentation/user/rhythms.itely +++ b/Documentation/user/rhythms.itely @@ -286,7 +286,11 @@ point. @seealso -Snippets: @lsrdir{rhythms} +FIXME: totally irrelevant link to real-music for +discussion/demonstration purposes. + +Snippets: @lsrdir{rhythms}, +@lsr{real-music,creating-music-with-scheme.ly}. Internals Reference: @internalsref{TupletBracket}, @internalsref{TupletNumber}, and @internalsref{TimeScaledMusic}. diff --git a/input/lsr/real-music/AAA-intro.ly b/input/lsr/real-music/AAA-intro.ly new file mode 100644 index 0000000000..93c62a94e3 --- /dev/null +++ b/input/lsr/real-music/AAA-intro.ly @@ -0,0 +1,16 @@ +\version "2.10.0" + +\header{ +texidoc = " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}. + +In the web version of this document, you can click on the file name +or figure for each example to see the corresponding input file." +} + +% make sure .png is generated. +\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) } + diff --git a/input/new/real-music/AAA-intro.ly b/input/new/real-music/AAA-intro.ly new file mode 100644 index 0000000000..93c62a94e3 --- /dev/null +++ b/input/new/real-music/AAA-intro.ly @@ -0,0 +1,16 @@ +\version "2.10.0" + +\header{ +texidoc = " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}. + +In the web version of this document, you can click on the file name +or figure for each example to see the corresponding input file." +} + +% make sure .png is generated. +\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) } + diff --git a/input/new/real-music/GNUmakefile b/input/new/real-music/GNUmakefile new file mode 100644 index 0000000000..3819fda13a --- /dev/null +++ b/input/new/real-music/GNUmakefile @@ -0,0 +1,15 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/new/real-music/SConscript b/input/new/real-music/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/real-music/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets')