From: Graham Percival Date: Sat, 5 May 2007 08:24:55 +0000 (-0700) Subject: Rename input/tolsr/ to input/new/. X-Git-Tag: release/2.11.24-1~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b29c6bd96ef99cdbeb712ab01c114d349973e069;p=lilypond.git Rename input/tolsr/ to input/new/. --- diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index f576cdc1e3..26ac31aec1 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -50,7 +50,7 @@ for dir in dirs: ## copy in new files from LSR download copy_dir_with_test( srcdir, destdir ) ## copy in new files in source tree - copy_dir_with_test( os.path.join ('input', 'tolsr', dir), destdir ) + copy_dir_with_test( os.path.join ('input', 'new', dir), destdir ) file=open("lsr-unsafe.txt", 'w') diff --git a/input/GNUmakefile b/input/GNUmakefile index a0d454b716..beac08cfa3 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,6 +1,6 @@ depth = .. -SUBDIRS = test regression tutorial mutopia manual lsr tolsr +SUBDIRS = test regression tutorial mutopia manual lsr new examples = typography-demo les-nereides wilhelmus proportional bach-schenker cary diff --git a/input/new/GNUmakefile b/input/new/GNUmakefile new file mode 100644 index 0000000000..d6dbfbcbe0 --- /dev/null +++ b/input/new/GNUmakefile @@ -0,0 +1,12 @@ +depth = ../../ + +SUBDIRS = ancient chords connecting contemporary guitar parts repeats spacing staff text vocal expressive scheme + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +EXTRA_DIST_FILES=README +include $(depth)/make/stepmake.make + + +TITLE=Storage for new features -- you should not see these! + diff --git a/input/new/README b/input/new/README new file mode 100644 index 0000000000..0ceb46066f --- /dev/null +++ b/input/new/README @@ -0,0 +1,4 @@ +This directory is for examples of new features in the current +unstable development series. These snippets will be added to LSR +when it supports a version of LilyPond that includes these features. + diff --git a/input/new/SConscript b/input/new/SConscript new file mode 100644 index 0000000000..c534e3573e --- /dev/null +++ b/input/new/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'LilyPond Examples') diff --git a/input/new/ancient/AAA-intro-advanced.ly b/input/new/ancient/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/ancient/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/ancient/GNUmakefile b/input/new/ancient/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/ancient/GNUmakefile @@ -0,0 +1,16 @@ + +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/ancient/SConscript b/input/new/ancient/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/ancient/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/chords/AAA-intro-chords.ly b/input/new/chords/AAA-intro-chords.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/chords/AAA-intro-chords.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/chords/GNUmakefile b/input/new/chords/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/chords/GNUmakefile @@ -0,0 +1,16 @@ + +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/chords/SConscript b/input/new/chords/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/chords/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/connecting/AAA-intro-connecting.ly b/input/new/connecting/AAA-intro-connecting.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/connecting/AAA-intro-connecting.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/connecting/GNUmakefile b/input/new/connecting/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/connecting/GNUmakefile @@ -0,0 +1,16 @@ + +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/connecting/SConscript b/input/new/connecting/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/connecting/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/contemporary/AAA-intro-contemporary.ly b/input/new/contemporary/AAA-intro-contemporary.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/contemporary/AAA-intro-contemporary.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/contemporary/GNUmakefile b/input/new/contemporary/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/contemporary/GNUmakefile @@ -0,0 +1,16 @@ + +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/contemporary/SConscript b/input/new/contemporary/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/contemporary/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/expressive/AAA-intro-advanced.ly b/input/new/expressive/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/expressive/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/expressive/GNUmakefile b/input/new/expressive/GNUmakefile new file mode 100644 index 0000000000..3819fda13a --- /dev/null +++ b/input/new/expressive/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/expressive/SConscript b/input/new/expressive/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/expressive/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/expressive/line-arrows.ly b/input/new/expressive/line-arrows.ly new file mode 100644 index 0000000000..7512711cb1 --- /dev/null +++ b/input/new/expressive/line-arrows.ly @@ -0,0 +1,28 @@ +\header { + texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)" +} + +\version "2.10.0" + +\paper { + ragged-right = ##t +} + +\relative c'' { + \override TextSpanner #'bound-padding = #1.0 + \override TextSpanner #'dash-fraction = #'() + \override TextSpanner #'bound-details #'right #'arrow = ##t + \override TextSpanner #'bound-details #'left #'text = #"fof" + \override TextSpanner #'bound-details #'right #'text = #"gag" + \override TextSpanner #'bound-details #'right #'padding = #0.6 + + \override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER + \override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER + + \override Glissando #'bound-details #'right #'arrow = ##t + \override Glissando #'arrow-length = #0.5 + \override Glissando #'arrow-width = #0.25 + + a8\startTextSpan gis8 a4 b4\glissando + b,4 | g' c\stopTextSpan c +} diff --git a/input/new/guitar/AAA-intro-advanced.ly b/input/new/guitar/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/guitar/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/guitar/GNUmakefile b/input/new/guitar/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/guitar/GNUmakefile @@ -0,0 +1,16 @@ + +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/guitar/SConscript b/input/new/guitar/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/guitar/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/null.ly b/input/new/null.ly new file mode 100644 index 0000000000..e69de29bb2 diff --git a/input/new/parts/AAA-intro-advanced.ly b/input/new/parts/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/parts/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/parts/GNUmakefile b/input/new/parts/GNUmakefile new file mode 100644 index 0000000000..3819fda13a --- /dev/null +++ b/input/new/parts/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/parts/SConscript b/input/new/parts/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/parts/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/parts/quote-transposition.ly b/input/new/parts/quote-transposition.ly new file mode 100644 index 0000000000..eb94ea08ce --- /dev/null +++ b/input/new/parts/quote-transposition.ly @@ -0,0 +1,44 @@ +\header +{ + + texidoc = "Quotations take into account the transposition of both +source and target. In this example, all instruments play sounding +central C, the target is a instrument in F. The target part may be +@code{\\transpose}d. In this case, all the pitches (including the +quoted ones) will transposed as well. " + +} + +\version "2.11.10" + +\layout { ragged-right = ##t } + + +\addQuote clarinet { + \transposition bes + d'16 d'16 d'8 + d'16 d'16 d'8 + d'16 d'16 d'8 + d'16 d'16 d'8 +} + +\addQuote sax { + \transposition es' + a8 a a a a a a a +} + +quoteTest = { + \transposition f % french horn + + g'4 + << \quoteDuring #"clarinet" { \skip 4 } s4^"clar" >> + << \quoteDuring #"sax" { \skip 4 } s4^"sax" >> +} + + +<< \quoteTest + \new Staff + << \transpose c' d' \quoteTest + s4_"up 1 tone" + >> +>> diff --git a/input/new/parts/quote.ly b/input/new/parts/quote.ly new file mode 100644 index 0000000000..1f29585f3c --- /dev/null +++ b/input/new/parts/quote.ly @@ -0,0 +1,41 @@ +\header +{ + + texidoc = "With @code{\\quote}, fragments of previously entered +music may be quoted. @code{quotedEventTypes} will determines what +things are quoted. In this example, a 16th rests is not quoted, since +@code{rest-event} is not in @code{quotedEventTypes}." + +} +\version "2.11.10" +\layout { + ragged-right = ##t +} + + +quoteMe = \relative c' { fis4 r16 a8.-> b4-\ff c } + +\addQuote quoteMe \quoteMe +original = \relative c'' { c8 d s2 es8 gis8 } + +<< + \new Staff { + \set Staff.instrumentName = "quoteMe" + \quoteMe + } + \new Staff { + \set Staff.instrumentName = "orig" + \original + } + \new Staff \relative c'' << + \set Staff.instrumentName = "orig+quote" + \set Staff.quotedEventTypes = #'(note-event articulation-event) + \original + \new Voice { + s4 + \set fontSize = #-4 + \override Stem #'length-fraction = #(magstep -4) + \quoteDuring #"quoteMe" { \skip 2. } + } + >> +>> diff --git a/input/new/repeats/AAA-intro-advanced.ly b/input/new/repeats/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/repeats/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/repeats/GNUmakefile b/input/new/repeats/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/repeats/GNUmakefile @@ -0,0 +1,16 @@ + +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/repeats/SConscript b/input/new/repeats/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/repeats/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/scheme/AAA-intro-advanced.ly b/input/new/scheme/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/scheme/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/scheme/GNUmakefile b/input/new/scheme/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/scheme/GNUmakefile @@ -0,0 +1,16 @@ + +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/scheme/SConscript b/input/new/scheme/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/scheme/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/spacing/AAA-intro-advanced.ly b/input/new/spacing/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/spacing/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/spacing/GNUmakefile b/input/new/spacing/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/spacing/GNUmakefile @@ -0,0 +1,16 @@ + +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/spacing/SConscript b/input/new/spacing/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/spacing/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/staff/AAA-intro-advanced.ly b/input/new/staff/AAA-intro-advanced.ly new file mode 100644 index 0000000000..48fe478494 --- /dev/null +++ b/input/new/staff/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.11.15" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/staff/GNUmakefile b/input/new/staff/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/staff/GNUmakefile @@ -0,0 +1,16 @@ + +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/staff/SConscript b/input/new/staff/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/staff/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/text/AAA-intro-advanced.ly b/input/new/text/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/text/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/text/GNUmakefile b/input/new/text/GNUmakefile new file mode 100644 index 0000000000..3819fda13a --- /dev/null +++ b/input/new/text/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/text/SConscript b/input/new/text/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/text/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/text/utf-8.ly b/input/new/text/utf-8.ly new file mode 100644 index 0000000000..abd4227671 --- /dev/null +++ b/input/new/text/utf-8.ly @@ -0,0 +1,63 @@ +\version "2.10.0" + +%% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs + +%{ + +You may have to install additional fonts. + +Red Hat Fedora + + taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \ + ttfonts-zh_CN fonts-ja fonts-hebrew + +Debian GNU/Linux + + apt-get install emacs-intl-fonts xfonts-intl-.* \ + ttf-kochi-gothic ttf-kochi-mincho \ + xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi +%} + +\header { + + texidoc = "Various scripts may be used for texts (like titles and +lyrics) introduced by entering them in UTF-8 encoding, and using a +Pango based backend. Depending on the fonts installed, this fragment +will render Bulgarian (Cyrillic), Hebrew, Japanese and Portuguese. + +" + +} + +% Cyrillic font +bulgarian = \lyricmode { + Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. +} + +hebrew = \lyricmode { + זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן. +} + +japanese = \lyricmode { + いろはにほへど ちりぬるを + わがよたれぞ つねならむ + うゐのおくや まけふこえて + あさきゆめみじ ゑひもせず +} + +% "a legal song to you" +portuguese = \lyricmode { + à vo -- cê uma can -- ção legal +} + +\paper { + ragged-right = ##T +} + +\relative { + c2 d e f g f e +} +\addlyrics { \bulgarian } +\addlyrics { \hebrew } +\addlyrics { \japanese } +\addlyrics { \portuguese } diff --git a/input/new/vocal/AAA-intro-advanced.ly b/input/new/vocal/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/new/vocal/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.10.0" +%% +.ly: Be the first .ly file for lys-to-tely.py. +%% Better to make lys-to-tely.py include "introduction.texi" or +%% other .texi documents too? + +\header{ +texidoc = #(string-append " +@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. + +This document is for LilyPond version +" (lilypond-version) "." ) +} + +% make sure .png is generated. +\lyrics { " " } diff --git a/input/new/vocal/GNUmakefile b/input/new/vocal/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/new/vocal/GNUmakefile @@ -0,0 +1,16 @@ + +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/vocal/SConscript b/input/new/vocal/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/vocal/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/GNUmakefile b/input/tolsr/GNUmakefile deleted file mode 100644 index d6dbfbcbe0..0000000000 --- a/input/tolsr/GNUmakefile +++ /dev/null @@ -1,12 +0,0 @@ -depth = ../../ - -SUBDIRS = ancient chords connecting contemporary guitar parts repeats spacing staff text vocal expressive scheme - -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc -EXTRA_DIST_FILES=README -include $(depth)/make/stepmake.make - - -TITLE=Storage for new features -- you should not see these! - diff --git a/input/tolsr/README b/input/tolsr/README deleted file mode 100644 index 0ceb46066f..0000000000 --- a/input/tolsr/README +++ /dev/null @@ -1,4 +0,0 @@ -This directory is for examples of new features in the current -unstable development series. These snippets will be added to LSR -when it supports a version of LilyPond that includes these features. - diff --git a/input/tolsr/SConscript b/input/tolsr/SConscript deleted file mode 100644 index c534e3573e..0000000000 --- a/input/tolsr/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'LilyPond Examples') diff --git a/input/tolsr/ancient/AAA-intro-advanced.ly b/input/tolsr/ancient/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/ancient/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/ancient/GNUmakefile b/input/tolsr/ancient/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/ancient/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/ancient/SConscript b/input/tolsr/ancient/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/ancient/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/chords/AAA-intro-chords.ly b/input/tolsr/chords/AAA-intro-chords.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/chords/AAA-intro-chords.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/chords/GNUmakefile b/input/tolsr/chords/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/chords/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/chords/SConscript b/input/tolsr/chords/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/chords/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/connecting/AAA-intro-connecting.ly b/input/tolsr/connecting/AAA-intro-connecting.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/connecting/AAA-intro-connecting.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/connecting/GNUmakefile b/input/tolsr/connecting/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/connecting/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/connecting/SConscript b/input/tolsr/connecting/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/connecting/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/contemporary/AAA-intro-contemporary.ly b/input/tolsr/contemporary/AAA-intro-contemporary.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/contemporary/AAA-intro-contemporary.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/contemporary/GNUmakefile b/input/tolsr/contemporary/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/contemporary/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/contemporary/SConscript b/input/tolsr/contemporary/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/contemporary/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/expressive/AAA-intro-advanced.ly b/input/tolsr/expressive/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/expressive/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/expressive/GNUmakefile b/input/tolsr/expressive/GNUmakefile deleted file mode 100644 index 3819fda13a..0000000000 --- a/input/tolsr/expressive/GNUmakefile +++ /dev/null @@ -1,15 +0,0 @@ -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/tolsr/expressive/SConscript b/input/tolsr/expressive/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/expressive/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/expressive/line-arrows.ly b/input/tolsr/expressive/line-arrows.ly deleted file mode 100644 index 7512711cb1..0000000000 --- a/input/tolsr/expressive/line-arrows.ly +++ /dev/null @@ -1,28 +0,0 @@ -\header { - texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)" -} - -\version "2.10.0" - -\paper { - ragged-right = ##t -} - -\relative c'' { - \override TextSpanner #'bound-padding = #1.0 - \override TextSpanner #'dash-fraction = #'() - \override TextSpanner #'bound-details #'right #'arrow = ##t - \override TextSpanner #'bound-details #'left #'text = #"fof" - \override TextSpanner #'bound-details #'right #'text = #"gag" - \override TextSpanner #'bound-details #'right #'padding = #0.6 - - \override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER - \override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER - - \override Glissando #'bound-details #'right #'arrow = ##t - \override Glissando #'arrow-length = #0.5 - \override Glissando #'arrow-width = #0.25 - - a8\startTextSpan gis8 a4 b4\glissando - b,4 | g' c\stopTextSpan c -} diff --git a/input/tolsr/guitar/AAA-intro-advanced.ly b/input/tolsr/guitar/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/guitar/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/guitar/GNUmakefile b/input/tolsr/guitar/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/guitar/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/guitar/SConscript b/input/tolsr/guitar/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/guitar/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/null.ly b/input/tolsr/null.ly deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/input/tolsr/parts/AAA-intro-advanced.ly b/input/tolsr/parts/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/parts/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/parts/GNUmakefile b/input/tolsr/parts/GNUmakefile deleted file mode 100644 index 3819fda13a..0000000000 --- a/input/tolsr/parts/GNUmakefile +++ /dev/null @@ -1,15 +0,0 @@ -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/tolsr/parts/SConscript b/input/tolsr/parts/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/parts/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/parts/quote-transposition.ly b/input/tolsr/parts/quote-transposition.ly deleted file mode 100644 index eb94ea08ce..0000000000 --- a/input/tolsr/parts/quote-transposition.ly +++ /dev/null @@ -1,44 +0,0 @@ -\header -{ - - texidoc = "Quotations take into account the transposition of both -source and target. In this example, all instruments play sounding -central C, the target is a instrument in F. The target part may be -@code{\\transpose}d. In this case, all the pitches (including the -quoted ones) will transposed as well. " - -} - -\version "2.11.10" - -\layout { ragged-right = ##t } - - -\addQuote clarinet { - \transposition bes - d'16 d'16 d'8 - d'16 d'16 d'8 - d'16 d'16 d'8 - d'16 d'16 d'8 -} - -\addQuote sax { - \transposition es' - a8 a a a a a a a -} - -quoteTest = { - \transposition f % french horn - - g'4 - << \quoteDuring #"clarinet" { \skip 4 } s4^"clar" >> - << \quoteDuring #"sax" { \skip 4 } s4^"sax" >> -} - - -<< \quoteTest - \new Staff - << \transpose c' d' \quoteTest - s4_"up 1 tone" - >> ->> diff --git a/input/tolsr/parts/quote.ly b/input/tolsr/parts/quote.ly deleted file mode 100644 index 1f29585f3c..0000000000 --- a/input/tolsr/parts/quote.ly +++ /dev/null @@ -1,41 +0,0 @@ -\header -{ - - texidoc = "With @code{\\quote}, fragments of previously entered -music may be quoted. @code{quotedEventTypes} will determines what -things are quoted. In this example, a 16th rests is not quoted, since -@code{rest-event} is not in @code{quotedEventTypes}." - -} -\version "2.11.10" -\layout { - ragged-right = ##t -} - - -quoteMe = \relative c' { fis4 r16 a8.-> b4-\ff c } - -\addQuote quoteMe \quoteMe -original = \relative c'' { c8 d s2 es8 gis8 } - -<< - \new Staff { - \set Staff.instrumentName = "quoteMe" - \quoteMe - } - \new Staff { - \set Staff.instrumentName = "orig" - \original - } - \new Staff \relative c'' << - \set Staff.instrumentName = "orig+quote" - \set Staff.quotedEventTypes = #'(note-event articulation-event) - \original - \new Voice { - s4 - \set fontSize = #-4 - \override Stem #'length-fraction = #(magstep -4) - \quoteDuring #"quoteMe" { \skip 2. } - } - >> ->> diff --git a/input/tolsr/repeats/AAA-intro-advanced.ly b/input/tolsr/repeats/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/repeats/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/repeats/GNUmakefile b/input/tolsr/repeats/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/repeats/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/repeats/SConscript b/input/tolsr/repeats/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/repeats/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/scheme/AAA-intro-advanced.ly b/input/tolsr/scheme/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/scheme/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/scheme/GNUmakefile b/input/tolsr/scheme/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/scheme/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/scheme/SConscript b/input/tolsr/scheme/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/scheme/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/spacing/AAA-intro-advanced.ly b/input/tolsr/spacing/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/spacing/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/spacing/GNUmakefile b/input/tolsr/spacing/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/spacing/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/spacing/SConscript b/input/tolsr/spacing/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/spacing/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/staff/AAA-intro-advanced.ly b/input/tolsr/staff/AAA-intro-advanced.ly deleted file mode 100644 index 48fe478494..0000000000 --- a/input/tolsr/staff/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.11.15" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/staff/GNUmakefile b/input/tolsr/staff/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/staff/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/staff/SConscript b/input/tolsr/staff/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/staff/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/text/AAA-intro-advanced.ly b/input/tolsr/text/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/text/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/text/GNUmakefile b/input/tolsr/text/GNUmakefile deleted file mode 100644 index 3819fda13a..0000000000 --- a/input/tolsr/text/GNUmakefile +++ /dev/null @@ -1,15 +0,0 @@ -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/tolsr/text/SConscript b/input/tolsr/text/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/text/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/tolsr/text/utf-8.ly b/input/tolsr/text/utf-8.ly deleted file mode 100644 index abd4227671..0000000000 --- a/input/tolsr/text/utf-8.ly +++ /dev/null @@ -1,63 +0,0 @@ -\version "2.10.0" - -%% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs - -%{ - -You may have to install additional fonts. - -Red Hat Fedora - - taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \ - ttfonts-zh_CN fonts-ja fonts-hebrew - -Debian GNU/Linux - - apt-get install emacs-intl-fonts xfonts-intl-.* \ - ttf-kochi-gothic ttf-kochi-mincho \ - xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi -%} - -\header { - - texidoc = "Various scripts may be used for texts (like titles and -lyrics) introduced by entering them in UTF-8 encoding, and using a -Pango based backend. Depending on the fonts installed, this fragment -will render Bulgarian (Cyrillic), Hebrew, Japanese and Portuguese. - -" - -} - -% Cyrillic font -bulgarian = \lyricmode { - Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. -} - -hebrew = \lyricmode { - זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן. -} - -japanese = \lyricmode { - いろはにほへど ちりぬるを - わがよたれぞ つねならむ - うゐのおくや まけふこえて - あさきゆめみじ ゑひもせず -} - -% "a legal song to you" -portuguese = \lyricmode { - à vo -- cê uma can -- ção legal -} - -\paper { - ragged-right = ##T -} - -\relative { - c2 d e f g f e -} -\addlyrics { \bulgarian } -\addlyrics { \hebrew } -\addlyrics { \japanese } -\addlyrics { \portuguese } diff --git a/input/tolsr/vocal/AAA-intro-advanced.ly b/input/tolsr/vocal/AAA-intro-advanced.ly deleted file mode 100644 index b907dd0d52..0000000000 --- a/input/tolsr/vocal/AAA-intro-advanced.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" -%% +.ly: Be the first .ly file for lys-to-tely.py. -%% Better to make lys-to-tely.py include "introduction.texi" or -%% other .texi documents too? - -\header{ -texidoc = #(string-append " -@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. - -This document is for LilyPond version -" (lilypond-version) "." ) -} - -% make sure .png is generated. -\lyrics { " " } diff --git a/input/tolsr/vocal/GNUmakefile b/input/tolsr/vocal/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/tolsr/vocal/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ - -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/tolsr/vocal/SConscript b/input/tolsr/vocal/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/tolsr/vocal/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets')