From: John Mandereau Date: Sun, 30 Dec 2007 16:04:32 +0000 (+0100) Subject: Clean up input/new X-Git-Tag: release/2.11.37-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=74e3d72f8f2dd0e49b21c5a66c3c1dcf821912a0;p=lilypond.git Clean up input/new - delete unused directories - delete all AAA-intro.ly files (these files are deprecated in favor of input/lsr/*.itely.in) - clean up makefiles (no more generate collated-files and run lilypond-book) - rename directories to match tags - also begin cleaning up input/lsr (continued in next commits) --- diff --git a/input/lsr/LSR.ly b/input/lsr/LSR.ly deleted file mode 100644 index c65f746a02..0000000000 --- a/input/lsr/LSR.ly +++ /dev/null @@ -1,57 +0,0 @@ -\version "2.11.33" -\header{ -texidoc = "@unnumbered LilyPond Examples - -These pages show LilyPond examples (snippets) from the -@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}. - -@subheading 1 Musical notation - -@uref{pitches/collated-files.html,Pitches} -(@uref{pitches/collated-files.pdf,pdf link}) - -@uref{rhythms/collated-files.html,Rhythms} -(@uref{rhythms/collated-files.pdf,pdf link}) - -@uref{expressive/collated-files.html,Expressive} - -@uref{simultaneous/collated-files.html,Simultaneous} - -@uref{staff/collated-files.html,Staff} - -@uref{editorial/collated-files.html,Editorial} - -@uref{text/collated-files.html,Text} - - -@subheading 1 Specialist notation - -@uref{vocal/collated-files.html,Vocal} - -@uref{chords/collated-files.html,Chords} - -@uref{piano/collated-files.html,Piano} - -@uref{percussion/collated-files.html,Percussion} - -@uref{guitar/collated-files.html,Guitar} - -@uref{strings/collated-files.html,Strings} - -@uref{bagpipes/collated-files.html,Bagpipes} - -@uref{ancient/collated-files.html,Ancient} - - - -@subheading Special collections - -@uref{other/collated-files.html,other} - - -" -} - -% make sure .png is generated. -\lyrics { " " } -% \lyrics { "(left blank intentionally)" } diff --git a/input/lsr/null/AAA-intro.ly b/input/lsr/null/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/lsr/null/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/lsr/null/GNUmakefile b/input/lsr/null/GNUmakefile deleted file mode 100644 index a3f0b2bfde..0000000000 --- a/input/lsr/null/GNUmakefile +++ /dev/null @@ -1,12 +0,0 @@ - -depth = ../../../ - -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc - -EXTRA_DIST_FILES= - -include $(depth)/make/stepmake.make - -TITLE=Sample snippets from LSR - diff --git a/input/lsr/null/SConscript b/input/lsr/null/SConscript deleted file mode 100644 index cb39d4eab0..0000000000 --- a/input/lsr/null/SConscript +++ /dev/null @@ -1,5 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Sample snippets from LSR') - diff --git a/input/lsr/other/AAA-intro.ly b/input/lsr/other/AAA-intro.ly deleted file mode 100644 index 4997892c3c..0000000000 --- a/input/lsr/other/AAA-intro.ly +++ /dev/null @@ -1,17 +0,0 @@ -%% Do not edit this file; it is auto-generated from LSR! -\version "2.11.23" - -\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/ancient-notation/GNUmakefile b/input/new/ancient-notation/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/ancient-notation/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/ancient-notation/SConscript b/input/new/ancient-notation/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/ancient-notation/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/ancient/AAA-intro.ly b/input/new/ancient/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/ancient/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/ancient/GNUmakefile b/input/new/ancient/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/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/new/ancient/SConscript b/input/new/ancient/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/ancient/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/bagpipes/GNUmakefile b/input/new/bagpipes/GNUmakefile index a3f0b2bfde..b83142b2e5 100644 --- a/input/new/bagpipes/GNUmakefile +++ b/input/new/bagpipes/GNUmakefile @@ -1,12 +1,7 @@ - depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -EXTRA_DIST_FILES= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Sample snippets from LSR - diff --git a/input/new/chords/GNUmakefile b/input/new/chords/GNUmakefile index 43325ab698..b83142b2e5 100644 --- a/input/new/chords/GNUmakefile +++ b/input/new/chords/GNUmakefile @@ -1,16 +1,7 @@ - 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 +STEPMAKE_TEMPLATES=documentation -EXTRA_DIST_FILES= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/connecting/AAA-intro.ly b/input/new/connecting/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/connecting/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/connecting/GNUmakefile b/input/new/connecting/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/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/new/connecting/SConscript b/input/new/connecting/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/connecting/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/contemporary/AAA-intro.ly b/input/new/contemporary/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/contemporary/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/contemporary/GNUmakefile b/input/new/contemporary/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/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/new/contemporary/SConscript b/input/new/contemporary/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/contemporary/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/editorial-and-educational-use/AAA-intro.ly b/input/new/editorial-and-educational-use/AAA-intro.ly new file mode 100644 index 0000000000..93c62a94e3 --- /dev/null +++ b/input/new/editorial-and-educational-use/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/editorial-and-educational-use/GNUmakefile b/input/new/editorial-and-educational-use/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/editorial-and-educational-use/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/editorial-and-educational-use/SConscript b/input/new/editorial-and-educational-use/SConscript new file mode 100644 index 0000000000..cb39d4eab0 --- /dev/null +++ b/input/new/editorial-and-educational-use/SConscript @@ -0,0 +1,5 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Sample snippets from LSR') + diff --git a/input/new/editorial/AAA-intro.ly b/input/new/editorial/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/editorial/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/editorial/GNUmakefile b/input/new/editorial/GNUmakefile deleted file mode 100644 index a3f0b2bfde..0000000000 --- a/input/new/editorial/GNUmakefile +++ /dev/null @@ -1,12 +0,0 @@ - -depth = ../../../ - -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc - -EXTRA_DIST_FILES= - -include $(depth)/make/stepmake.make - -TITLE=Sample snippets from LSR - diff --git a/input/new/editorial/SConscript b/input/new/editorial/SConscript deleted file mode 100644 index cb39d4eab0..0000000000 --- a/input/new/editorial/SConscript +++ /dev/null @@ -1,5 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Sample snippets from LSR') - diff --git a/input/new/education/AAA-intro.ly b/input/new/education/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/education/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/education/GNUmakefile b/input/new/education/GNUmakefile deleted file mode 100644 index 3819fda13a..0000000000 --- a/input/new/education/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/new/education/SConscript b/input/new/education/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/education/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/engravers/AAA-intro.ly b/input/new/engravers/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/engravers/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/engravers/GNUmakefile b/input/new/engravers/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/engravers/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/new/engravers/SConscript b/input/new/engravers/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/engravers/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/expressive-marks/GNUmakefile b/input/new/expressive-marks/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/expressive-marks/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/expressive-marks/SConscript b/input/new/expressive-marks/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/expressive-marks/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/expressive-marks/line-arrows.ly b/input/new/expressive-marks/line-arrows.ly new file mode 100644 index 0000000000..7512711cb1 --- /dev/null +++ b/input/new/expressive-marks/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/GNUmakefile b/input/new/guitar/GNUmakefile index 43325ab698..b83142b2e5 100644 --- a/input/new/guitar/GNUmakefile +++ b/input/new/guitar/GNUmakefile @@ -1,16 +1,7 @@ - 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 +STEPMAKE_TEMPLATES=documentation -EXTRA_DIST_FILES= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/instrument/AAA-intro.ly b/input/new/instrument/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/instrument/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/instrument/GNUmakefile b/input/new/instrument/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/instrument/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/new/instrument/SConscript b/input/new/instrument/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/instrument/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/nonmusic/AAA-intro.ly b/input/new/nonmusic/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/nonmusic/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/nonmusic/GNUmakefile b/input/new/nonmusic/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/nonmusic/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/new/nonmusic/SConscript b/input/new/nonmusic/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/nonmusic/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/nonmusic/clip-systems.ly b/input/new/nonmusic/clip-systems.ly deleted file mode 100644 index 06247e76b5..0000000000 --- a/input/new/nonmusic/clip-systems.ly +++ /dev/null @@ -1,85 +0,0 @@ -\header { - texidoc = "Clipping snippets from a finished score - -Notes: - -@itemize @bullet -@item If system starts and ends are included, they include extents of the System grob, eg. instrument names. -@item Grace notes at the end point of the region are not included -@item Regions can span multiple systems. In this case, multiple EPS files are generated. -@end itemize - -This file needs to be run separately with @code{-dclip-systems}; the -collated-files.html of the regression test does not adequately show -the results. - -The result will be files named -@file{@var{base}-from-@var{start}-to-@var{end}[-@var{count}].eps}. -" - -} - -\version "2.10.0" - -#(ly:set-option 'clip-systems) - -#(set! output-count 1) - -origScore = \score{ - \relative { - \set Staff.instrumentName = #"bla" - c1 - d - \grace c16 - e1 - \key d\major - - f - \break \clef bass - g, - fis - } -} - -\book { - \score { - \origScore - \layout { - - %% each clip-region is a (START . END) pair - %% where both are rhythmic-locations. - - %% (make-rhythmic-locations BAR-NUMBER NUM DEN) - %% means NUM/DEN whole-notes into bar numbered BAR-NUMBER - - clip-regions - = #(list - (cons - (make-rhythmic-location 2 0 1) - (make-rhythmic-location 4 0 1)) - - (cons - (make-rhythmic-location 0 0 1) - (make-rhythmic-location 4 0 1)) - - (cons - (make-rhythmic-location 0 0 1) - (make-rhythmic-location 6 0 1)) - ) - } - } -} - -#(set! output-count 0) -#(ly:set-option 'clip-systems #f) - -\book { - \score { \origScore } - \markup { \bold \fontsize #6 clips } - \score { - \lyrics { - \markup { from-2.0.1-to-4.0.1-clip.eps } - \markup { \epsfile #X #30.0 #(format #f "~a-1-from-2.0.1-to-4.0.1-clip.eps" (ly:parser-output-name parser)) } - } - } -} diff --git a/input/new/nonmusic/toc.ly b/input/new/nonmusic/toc.ly deleted file mode 100644 index e6164ea602..0000000000 --- a/input/new/nonmusic/toc.ly +++ /dev/null @@ -1,29 +0,0 @@ -\version "2.11.26" - -\header { - texidoc = "A table of contents is included using -@code{\\markuplines \\table-of-contents}. The toc items are added with -the @code{\\tocItem} command." -} - -#(set-default-paper-size "a6") - -\book { - \markuplines \table-of-contents - \pageBreak - - \tocItem \markup "The first score" - \score { - { - c'1 \pageBreak - \mark "A" \tocItem \markup "Mark A" - d' - } - } - \pageBreak - \tocItem \markup "The second score" - \score { - { e' } - \header { piece = "Second score" } - } -} \ No newline at end of file diff --git a/input/new/null.ly b/input/new/null.ly deleted file mode 100644 index 9b4a4d71a0..0000000000 --- a/input/new/null.ly +++ /dev/null @@ -1,2 +0,0 @@ -% the build system is unhappy without this file here. (?) -\version "2.11.21" diff --git a/input/new/null/AAA-intro.ly b/input/new/null/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/null/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/null/GNUmakefile b/input/new/null/GNUmakefile deleted file mode 100644 index a3f0b2bfde..0000000000 --- a/input/new/null/GNUmakefile +++ /dev/null @@ -1,12 +0,0 @@ - -depth = ../../../ - -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc - -EXTRA_DIST_FILES= - -include $(depth)/make/stepmake.make - -TITLE=Sample snippets from LSR - diff --git a/input/new/null/SConscript b/input/new/null/SConscript deleted file mode 100644 index cb39d4eab0..0000000000 --- a/input/new/null/SConscript +++ /dev/null @@ -1,5 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Sample snippets from LSR') - diff --git a/input/new/other/GNUmakefile b/input/new/other/GNUmakefile index 3819fda13a..b83142b2e5 100644 --- a/input/new/other/GNUmakefile +++ b/input/new/other/GNUmakefile @@ -1,15 +1,7 @@ depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -## 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= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/other/SConscript b/input/new/other/SConscript index f72bfffc28..cb39d4eab0 100644 --- a/input/new/other/SConscript +++ b/input/new/other/SConscript @@ -1,4 +1,5 @@ # -*-python-*- Import ('env', 'collate') -collate (title = 'Advanced snippets') +collate (title = 'Sample snippets from LSR') + diff --git a/input/new/other/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly b/input/new/other/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly new file mode 100644 index 0000000000..8ce0c479e6 --- /dev/null +++ b/input/new/other/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly @@ -0,0 +1,47 @@ +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.23" + +\header { texidoc = " +The shapeNoteStyles property gives you the ability to define various +note heads styles for each step of the scale (as defined by the key +signature or the \"tonic\" property). + +This property requires a set of symbols, which can be purely arbitrary +(geometrical expressions such as triangle, cross, xcircle etc. are +allowed) or based on old American engraving tradition (you can use some +latin note names as well). + +That said, if you're trying to imitate old American song books, you may +also want to try LilyPond's predefined note heads styles, through +shortcut commands such as \aikenHeads or \sacredHarpHeads. + +This exemple shows different ways to obtain shape note heads, and +demonstrates the ability to transpose a melody without losing the +correspondance between harmonic functions and note heads styles. +" } + +fragment = { + \key c \major + c1 d e f g a b c + \break +} + +\relative { + \set shapeNoteStyles = ##(do re mi fa #f la ti) + \fragment +} + +% temporary change help LSR integration -gp +%{ +\transpose c d + \relative { + \set shapeNoteStyles = ##(do re mi fa #f la ti) + \fragment +} + +\relative { + \set shapeNoteStyles = ##(cross triangle fa #f mensural xcircle diamond) + \fragment +} +%} + diff --git a/input/new/other/drawing-boxes-around-grobs.ly b/input/new/other/drawing-boxes-around-grobs.ly new file mode 100644 index 0000000000..2c8d1e9483 --- /dev/null +++ b/input/new/other/drawing-boxes-around-grobs.ly @@ -0,0 +1,28 @@ +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.23" + +\header { texidoc = " +The @code{print-function} can be overridden to draw a box around an +arbitrary grob. +" } + +\relative c'' { + + \override TextScript #'stencil = + #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) + + c'4^"foo" + + \override Stem #'stencil = + #(make-stencil-boxer 0.05 0.25 ly:stem::print) + + \override Score.RehearsalMark #'stencil = + #(make-stencil-boxer 0.15 0.3 ly:text-interface::print) + b8 + \revert Stem #'stencil + + + c4. c4 \mark "F" c1 +} + + diff --git a/input/new/other/drawing-circles-around-various-objects.ly b/input/new/other/drawing-circles-around-various-objects.ly new file mode 100644 index 0000000000..8409531e81 --- /dev/null +++ b/input/new/other/drawing-circles-around-various-objects.ly @@ -0,0 +1,24 @@ +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.23" + +\header { texidoc = " +The \circle command allows you to draw circles around various objects +(for example fingering indications). However, some objects require +specific tweaks: rehearsal marks depend on the Score.markFormatter +context, bar numbers on the Score.BarNumber context, and so on. + +You can tweak the printing of your circles by setting some properties +such as #'thickness, #'circle-padding or #'font-size. +" } + +\relative c'{ +c1 +\set Score.markFormatter + = #(lambda (mark context) + (make-circle-markup (format-mark-numbers mark context))) +\mark \default +c2 d^\markup{\circle \finger "2"} +\override Score.BarNumber #'break-visibility = #all-visible +\override Score.BarNumber #'stencil + = #(make-stencil-circler 0.1 0.25 ly:text-interface::print) +} diff --git a/input/new/other/making-an-object-invisibile-with-the-transparent-property.ly b/input/new/other/making-an-object-invisibile-with-the-transparent-property.ly new file mode 100644 index 0000000000..e38331e2c3 --- /dev/null +++ b/input/new/other/making-an-object-invisibile-with-the-transparent-property.ly @@ -0,0 +1,24 @@ +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.23" + +\header { texidoc = " +Setting the @code{transparent} property will cause an object to be +printed in `invisible ink': the object is not printed, but all its +other behavior is retained. The object still takes up space, it takes +part in collisions, and slurs, and ties and beams can be attached to it. + + +The snippet demonstrates how to connect different voices using ties. +Normally, ties only connect two notes in the same voice. By +introducing a tie in a different voice, and blanking the first up-stem +in that voice, the tie appears to cross voices. +" } + +\relative c'' { +<< { + \once \override Stem #'transparent = ##t + b8~ b8\noBeam +} \\ { + b[ g8] +} >> +} diff --git a/input/new/other/outputting-the-version-number.ly b/input/new/other/outputting-the-version-number.ly new file mode 100644 index 0000000000..4d4ec62ddc --- /dev/null +++ b/input/new/other/outputting-the-version-number.ly @@ -0,0 +1,20 @@ +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.23" + +\header { texidoc = " +By putting the output of + @code{lilypond-version} into a lyric, it is possible to print the + version number of LilyPond in a score, or in a document generated + with @code{lilypond-book}. Another possibility is to append the + version number to the doc-string, in this manner: +" } + +\score { \context Lyrics { + \override Score.RehearsalMark #'self-alignment-X = #LEFT + \mark #(ly:export (string-append "Processed with LilyPond version " (lilypond-version))) + s2 + } +} + + + diff --git a/input/new/other/using-the--tweak-command-to-tweak-individual-grobs.ly b/input/new/other/using-the--tweak-command-to-tweak-individual-grobs.ly new file mode 100644 index 0000000000..ac7e06ef8d --- /dev/null +++ b/input/new/other/using-the--tweak-command-to-tweak-individual-grobs.ly @@ -0,0 +1,23 @@ +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.23" + +\header { texidoc = " +With the @code{\tweak} command, you can tune every grob directly. Here +are some examples of available tweaks. + + +" } + +\paper { + ragged-right = ##t +} + +{ + \set fingeringOrientations = #'(right) + < + \tweak #'font-size #3 c + \tweak #'color #red d-\tweak #'font-size #8 -4 + \tweak #'style #'cross g + \tweak #'duration-log #1 a + >4 +} diff --git a/input/new/paper-and-layout/AAA-intro.ly b/input/new/paper-and-layout/AAA-intro.ly new file mode 100644 index 0000000000..93c62a94e3 --- /dev/null +++ b/input/new/paper-and-layout/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/paper-and-layout/GNUmakefile b/input/new/paper-and-layout/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/paper-and-layout/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/paper-and-layout/SConscript b/input/new/paper-and-layout/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/paper-and-layout/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/paper-and-layout/clip-systems.ly b/input/new/paper-and-layout/clip-systems.ly new file mode 100644 index 0000000000..06247e76b5 --- /dev/null +++ b/input/new/paper-and-layout/clip-systems.ly @@ -0,0 +1,85 @@ +\header { + texidoc = "Clipping snippets from a finished score + +Notes: + +@itemize @bullet +@item If system starts and ends are included, they include extents of the System grob, eg. instrument names. +@item Grace notes at the end point of the region are not included +@item Regions can span multiple systems. In this case, multiple EPS files are generated. +@end itemize + +This file needs to be run separately with @code{-dclip-systems}; the +collated-files.html of the regression test does not adequately show +the results. + +The result will be files named +@file{@var{base}-from-@var{start}-to-@var{end}[-@var{count}].eps}. +" + +} + +\version "2.10.0" + +#(ly:set-option 'clip-systems) + +#(set! output-count 1) + +origScore = \score{ + \relative { + \set Staff.instrumentName = #"bla" + c1 + d + \grace c16 + e1 + \key d\major + + f + \break \clef bass + g, + fis + } +} + +\book { + \score { + \origScore + \layout { + + %% each clip-region is a (START . END) pair + %% where both are rhythmic-locations. + + %% (make-rhythmic-locations BAR-NUMBER NUM DEN) + %% means NUM/DEN whole-notes into bar numbered BAR-NUMBER + + clip-regions + = #(list + (cons + (make-rhythmic-location 2 0 1) + (make-rhythmic-location 4 0 1)) + + (cons + (make-rhythmic-location 0 0 1) + (make-rhythmic-location 4 0 1)) + + (cons + (make-rhythmic-location 0 0 1) + (make-rhythmic-location 6 0 1)) + ) + } + } +} + +#(set! output-count 0) +#(ly:set-option 'clip-systems #f) + +\book { + \score { \origScore } + \markup { \bold \fontsize #6 clips } + \score { + \lyrics { + \markup { from-2.0.1-to-4.0.1-clip.eps } + \markup { \epsfile #X #30.0 #(format #f "~a-1-from-2.0.1-to-4.0.1-clip.eps" (ly:parser-output-name parser)) } + } + } +} diff --git a/input/new/paper-and-layout/toc.ly b/input/new/paper-and-layout/toc.ly new file mode 100644 index 0000000000..e6164ea602 --- /dev/null +++ b/input/new/paper-and-layout/toc.ly @@ -0,0 +1,29 @@ +\version "2.11.26" + +\header { + texidoc = "A table of contents is included using +@code{\\markuplines \\table-of-contents}. The toc items are added with +the @code{\\tocItem} command." +} + +#(set-default-paper-size "a6") + +\book { + \markuplines \table-of-contents + \pageBreak + + \tocItem \markup "The first score" + \score { + { + c'1 \pageBreak + \mark "A" \tocItem \markup "Mark A" + d' + } + } + \pageBreak + \tocItem \markup "The second score" + \score { + { e' } + \header { piece = "Second score" } + } +} \ No newline at end of file diff --git a/input/new/parts/GNUmakefile b/input/new/parts/GNUmakefile index 3819fda13a..b83142b2e5 100644 --- a/input/new/parts/GNUmakefile +++ b/input/new/parts/GNUmakefile @@ -1,15 +1,7 @@ depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -## 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= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/percussion/GNUmakefile b/input/new/percussion/GNUmakefile index 3819fda13a..b83142b2e5 100644 --- a/input/new/percussion/GNUmakefile +++ b/input/new/percussion/GNUmakefile @@ -1,15 +1,7 @@ depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -## 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= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/piano-music/GNUmakefile b/input/new/piano-music/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/piano-music/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/piano-music/SConscript b/input/new/piano-music/SConscript new file mode 100644 index 0000000000..cb39d4eab0 --- /dev/null +++ b/input/new/piano-music/SConscript @@ -0,0 +1,5 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Sample snippets from LSR') + diff --git a/input/new/piano/AAA-intro.ly b/input/new/piano/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/piano/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/piano/GNUmakefile b/input/new/piano/GNUmakefile deleted file mode 100644 index a3f0b2bfde..0000000000 --- a/input/new/piano/GNUmakefile +++ /dev/null @@ -1,12 +0,0 @@ - -depth = ../../../ - -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc - -EXTRA_DIST_FILES= - -include $(depth)/make/stepmake.make - -TITLE=Sample snippets from LSR - diff --git a/input/new/piano/SConscript b/input/new/piano/SConscript deleted file mode 100644 index cb39d4eab0..0000000000 --- a/input/new/piano/SConscript +++ /dev/null @@ -1,5 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Sample snippets from LSR') - diff --git a/input/new/pitches/GNUmakefile b/input/new/pitches/GNUmakefile index 3819fda13a..b83142b2e5 100644 --- a/input/new/pitches/GNUmakefile +++ b/input/new/pitches/GNUmakefile @@ -1,15 +1,7 @@ depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -## 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= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/real-music/GNUmakefile b/input/new/real-music/GNUmakefile index 3819fda13a..b83142b2e5 100644 --- a/input/new/real-music/GNUmakefile +++ b/input/new/real-music/GNUmakefile @@ -1,15 +1,7 @@ depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -## 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= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/repeats/GNUmakefile b/input/new/repeats/GNUmakefile index 43325ab698..b83142b2e5 100644 --- a/input/new/repeats/GNUmakefile +++ b/input/new/repeats/GNUmakefile @@ -1,16 +1,7 @@ - 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 +STEPMAKE_TEMPLATES=documentation -EXTRA_DIST_FILES= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/rhythms/GNUmakefile b/input/new/rhythms/GNUmakefile index 3819fda13a..b83142b2e5 100644 --- a/input/new/rhythms/GNUmakefile +++ b/input/new/rhythms/GNUmakefile @@ -1,15 +1,7 @@ depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -## 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= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/scheme/AAA-intro.ly b/input/new/scheme/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/scheme/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/scheme/GNUmakefile b/input/new/scheme/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/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/new/scheme/SConscript b/input/new/scheme/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/scheme/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/scheme/move-specific-text.ly b/input/new/scheme/move-specific-text.ly deleted file mode 100644 index 53dbec836f..0000000000 --- a/input/new/scheme/move-specific-text.ly +++ /dev/null @@ -1,20 +0,0 @@ - -\version "2.10.0" -% possible rename to scheme- or something like that. -gp -\header { texidoc = "@cindex Scheme Move Text -Objects, like text, can be moved around by using some Scheme code. -" } - -#(define (make-text-checker text) - (lambda (grob) (equal? text (ly:grob-property grob 'text)))) - -\score { - \relative c''' { - \stemUp - \applyOutput #'Voice #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d.")) - 'extra-offset '(-3.5 . -4.5)) - a^2^"m.d." - } - \layout { ragged-right = ##t} -} - diff --git a/input/new/schemelanguage/GNUmakefile b/input/new/schemelanguage/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/schemelanguage/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/schemelanguage/SConscript b/input/new/schemelanguage/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/schemelanguage/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/schemelanguage/move-specific-text.ly b/input/new/schemelanguage/move-specific-text.ly new file mode 100644 index 0000000000..53dbec836f --- /dev/null +++ b/input/new/schemelanguage/move-specific-text.ly @@ -0,0 +1,20 @@ + +\version "2.10.0" +% possible rename to scheme- or something like that. -gp +\header { texidoc = "@cindex Scheme Move Text +Objects, like text, can be moved around by using some Scheme code. +" } + +#(define (make-text-checker text) + (lambda (grob) (equal? text (ly:grob-property grob 'text)))) + +\score { + \relative c''' { + \stemUp + \applyOutput #'Voice #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d.")) + 'extra-offset '(-3.5 . -4.5)) + a^2^"m.d." + } + \layout { ragged-right = ##t} +} + diff --git a/input/new/simultaneous-notes/GNUmakefile b/input/new/simultaneous-notes/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/simultaneous-notes/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/simultaneous-notes/SConscript b/input/new/simultaneous-notes/SConscript new file mode 100644 index 0000000000..cb39d4eab0 --- /dev/null +++ b/input/new/simultaneous-notes/SConscript @@ -0,0 +1,5 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Sample snippets from LSR') + diff --git a/input/new/simultaneous/AAA-intro.ly b/input/new/simultaneous/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/simultaneous/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/simultaneous/GNUmakefile b/input/new/simultaneous/GNUmakefile deleted file mode 100644 index a3f0b2bfde..0000000000 --- a/input/new/simultaneous/GNUmakefile +++ /dev/null @@ -1,12 +0,0 @@ - -depth = ../../../ - -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc - -EXTRA_DIST_FILES= - -include $(depth)/make/stepmake.make - -TITLE=Sample snippets from LSR - diff --git a/input/new/simultaneous/SConscript b/input/new/simultaneous/SConscript deleted file mode 100644 index cb39d4eab0..0000000000 --- a/input/new/simultaneous/SConscript +++ /dev/null @@ -1,5 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Sample snippets from LSR') - diff --git a/input/new/spacing/GNUmakefile b/input/new/spacing/GNUmakefile index 43325ab698..b83142b2e5 100644 --- a/input/new/spacing/GNUmakefile +++ b/input/new/spacing/GNUmakefile @@ -1,16 +1,7 @@ - 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 +STEPMAKE_TEMPLATES=documentation -EXTRA_DIST_FILES= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/staff-notation/GNUmakefile b/input/new/staff-notation/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/staff-notation/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/staff-notation/SConscript b/input/new/staff-notation/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/staff-notation/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/staff/AAA-intro.ly b/input/new/staff/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/staff/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/staff/GNUmakefile b/input/new/staff/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/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/new/staff/SConscript b/input/new/staff/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/staff/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets') diff --git a/input/new/strings/GNUmakefile b/input/new/strings/GNUmakefile index a3f0b2bfde..b83142b2e5 100644 --- a/input/new/strings/GNUmakefile +++ b/input/new/strings/GNUmakefile @@ -1,12 +1,7 @@ - depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -EXTRA_DIST_FILES= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Sample snippets from LSR - diff --git a/input/new/text/GNUmakefile b/input/new/text/GNUmakefile index 3819fda13a..b83142b2e5 100644 --- a/input/new/text/GNUmakefile +++ b/input/new/text/GNUmakefile @@ -1,15 +1,7 @@ depth = ../../../ -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc +STEPMAKE_TEMPLATES=documentation -## 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= +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) include $(depth)/make/stepmake.make - -TITLE=Advanced snippets diff --git a/input/new/vocal-music/GNUmakefile b/input/new/vocal-music/GNUmakefile new file mode 100644 index 0000000000..b83142b2e5 --- /dev/null +++ b/input/new/vocal-music/GNUmakefile @@ -0,0 +1,7 @@ +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation + +EXTRA_DIST_FILES=$(call src-wildcard,*.ly) + +include $(depth)/make/stepmake.make diff --git a/input/new/vocal-music/SConscript b/input/new/vocal-music/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/new/vocal-music/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/new/vocal/AAA-intro.ly b/input/new/vocal/AAA-intro.ly deleted file mode 100644 index 93c62a94e3..0000000000 --- a/input/new/vocal/AAA-intro.ly +++ /dev/null @@ -1,16 +0,0 @@ -\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/vocal/GNUmakefile b/input/new/vocal/GNUmakefile deleted file mode 100644 index 43325ab698..0000000000 --- a/input/new/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/new/vocal/SConscript b/input/new/vocal/SConscript deleted file mode 100644 index f72bfffc28..0000000000 --- a/input/new/vocal/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'Advanced snippets')