From 0234e738193053ae88b5fc46ec8c1a87cff357a6 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sun, 6 Jul 2008 00:59:46 +0100 Subject: [PATCH] LSR: add world-music. --- buildscripts/makelsr.py | 2 +- input/lsr/lilypond-snippets.tely | 2 ++ input/lsr/world-music-intro.itely | 7 +++++++ input/lsr/world-music.snippet-list | 1 + input/new/makam.ly | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 input/lsr/world-music-intro.itely create mode 100644 input/lsr/world-music.snippet-list diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index 2202b65b63..2c68e8c94f 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -30,7 +30,7 @@ TAGS.extend (['pitches', 'rhythms', 'expressive-marks', # NR 2 TAGS.extend (['vocal-music', 'chords', 'keyboards', 'percussion', 'fretted-strings', 'unfretted-strings', -'ancient-notation', 'winds' +'ancient-notation', 'winds', 'world-music' ]) # other diff --git a/input/lsr/lilypond-snippets.tely b/input/lsr/lilypond-snippets.tely index 70ca9edf1b..dad9d6a4ac 100644 --- a/input/lsr/lilypond-snippets.tely +++ b/input/lsr/lilypond-snippets.tely @@ -124,6 +124,7 @@ Specialist notation * Unfretted strings:: * Winds:: * Ancient notation:: +* World music:: Other collections * Contexts and engravers:: @@ -156,6 +157,7 @@ Other collections @include unfretted-strings.itely @include winds.itely @include ancient-notation.itely +@include world-music.itely @include contexts-and-engravers.itely @include tweaks-and-overrides.itely diff --git a/input/lsr/world-music-intro.itely b/input/lsr/world-music-intro.itely new file mode 100644 index 0000000000..7dc01da4d3 --- /dev/null +++ b/input/lsr/world-music-intro.itely @@ -0,0 +1,7 @@ +@node World music +@unnumbered World music + +@ruser{World music} + +@lysnippets + diff --git a/input/lsr/world-music.snippet-list b/input/lsr/world-music.snippet-list new file mode 100644 index 0000000000..76a632e7a4 --- /dev/null +++ b/input/lsr/world-music.snippet-list @@ -0,0 +1 @@ +makam.ly diff --git a/input/new/makam.ly b/input/new/makam.ly index de1a6ace43..c4150ae30c 100644 --- a/input/new/makam.ly +++ b/input/new/makam.ly @@ -1,6 +1,6 @@ \version "2.11.6" \header { - lsrtags = "pitches" + lsrtags = "pitches,world-music" texidoc = "Makam is a type of melody from Turkey using 1/9th-tone microtonal alterations. Consult the initialization file @code{makam-init.ly} (see the `Learning Manual @version{}, -- 2.39.5