From c9d874fa0c0117d35cf61055d2c3c5910dc8034a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 9 Nov 2007 20:26:21 -0800 Subject: [PATCH] LSR: more updates for real-music. --- Documentation/user/rhythms.itely | 6 +++++- input/lsr/real-music/AAA-intro.ly | 16 ++++++++++++++++ input/new/real-music/AAA-intro.ly | 16 ++++++++++++++++ input/new/real-music/GNUmakefile | 15 +++++++++++++++ input/new/real-music/SConscript | 4 ++++ 5 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 input/lsr/real-music/AAA-intro.ly create mode 100644 input/new/real-music/AAA-intro.ly create mode 100644 input/new/real-music/GNUmakefile create mode 100644 input/new/real-music/SConscript 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') -- 2.39.5