From: John Mandereau Date: Wed, 16 Apr 2008 07:45:49 +0000 (+0200) Subject: Rename LSR tags X-Git-Tag: release/2.11.45-1~67^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1918b153642d06954a8ea7bb7a1d40ce28abb1fe;p=lilypond.git Rename LSR tags --- diff --git a/buildscripts/add_html_footer.py b/buildscripts/add_html_footer.py index 47589baeea..bd7d8409ce 100644 --- a/buildscripts/add_html_footer.py +++ b/buildscripts/add_html_footer.py @@ -97,7 +97,7 @@ snippets_ref_re = re.compile (r'href="(\.\./)?lilypond-snippets') # this also fixes missing PNGs only present in translated docs def hack_urls (s, prefix): if splitted_docs_re.match (prefix): - s = re.sub ('(href|src)="(lily-.*?|.*?[.]png)"', '\\1="../\\2"', s) + s = re.sub ('(href|src)="(../lily-.*?|.*?[.]png)"', '\\1="../\\2"', s) # fix Snippets xrefs ad hoc s = snippets_ref_re.sub ('href="source/input/lsr/lilypond-snippets', s) diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index f3f91a0c02..e4bfd2a0a6 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -28,8 +28,9 @@ TAGS.extend (['pitches', 'rhythms', 'expressive-marks', 'repeats', 'simultaneous-notes', 'staff-notation', 'editorial-and-educational-use', 'text']) # NR 2 -TAGS.extend (['vocal-music', 'chords', 'piano-music', -'percussion', 'guitar', 'strings', 'bagpipes', 'ancient-notation']) +TAGS.extend (['vocal-music', 'chords', 'keyboards', +'percussion', 'fretted-strings', 'unfretted-strings', 'ancient-notation' # ,'winds' +]) # other TAGS.extend (['contexts-and-engravers', 'tweaks-and-overrides', diff --git a/input/lsr/fretted-strings-intro.itely b/input/lsr/fretted-strings-intro.itely new file mode 100644 index 0000000000..bb149c1e2d --- /dev/null +++ b/input/lsr/fretted-strings-intro.itely @@ -0,0 +1,5 @@ +@node Fretted strings +@unnumbered Fretted strings + +@lysnippets + diff --git a/input/lsr/fretted-strings.snippet-list b/input/lsr/fretted-strings.snippet-list new file mode 100644 index 0000000000..f4997a5829 --- /dev/null +++ b/input/lsr/fretted-strings.snippet-list @@ -0,0 +1,3 @@ +letter-tablature-formatting.ly +jazz-combo-template.ly +adding-fingerings-to-tablatures.ly diff --git a/input/lsr/guitar-intro.itely b/input/lsr/guitar-intro.itely deleted file mode 100644 index 931ad7a54e..0000000000 --- a/input/lsr/guitar-intro.itely +++ /dev/null @@ -1,5 +0,0 @@ -@node Guitar -@unnumbered Guitar - -@lysnippets - diff --git a/input/lsr/guitar.snippet-list b/input/lsr/guitar.snippet-list deleted file mode 100644 index f4997a5829..0000000000 --- a/input/lsr/guitar.snippet-list +++ /dev/null @@ -1,3 +0,0 @@ -letter-tablature-formatting.ly -jazz-combo-template.ly -adding-fingerings-to-tablatures.ly diff --git a/input/lsr/keyboards-intro.itely b/input/lsr/keyboards-intro.itely new file mode 100644 index 0000000000..35b849e79c --- /dev/null +++ b/input/lsr/keyboards-intro.itely @@ -0,0 +1,5 @@ +@node Keyboards +@unnumbered Keyboards + +@lysnippets + diff --git a/input/lsr/keyboards.snippet-list b/input/lsr/keyboards.snippet-list new file mode 100644 index 0000000000..b8794af1b1 --- /dev/null +++ b/input/lsr/keyboards.snippet-list @@ -0,0 +1,9 @@ +piano-template-with-centered-dynamics.ly +clusters.ly +piano-template-with-centered-lyrics.ly +vocal-ensemble-template-with-automatic-piano-reduction.ly +piano-template-simple.ly +controlling-the-placement-of-chord-fingerings.ly +piano-template-with-melody-and-lyrics.ly +jazz-combo-template.ly +demo-midiinstruments.ly diff --git a/input/lsr/lilypond-snippets.tely b/input/lsr/lilypond-snippets.tely index 3b8879366e..98d5eb1da1 100644 --- a/input/lsr/lilypond-snippets.tely +++ b/input/lsr/lilypond-snippets.tely @@ -90,11 +90,10 @@ Musical notation Specialist notation * Vocal music:: * Chords:: -* Piano:: +* Keyboards:: * Percussion:: -* Guitar:: -* Strings:: -@c * Bagpipes:: +* Fretted strings:: +* Unfretted strings:: * Ancient notation:: Other collections @@ -122,12 +121,11 @@ Other collections @include vocal-music.itely @include chords.itely -@include piano-music.itely +@include keyboards.itely @include percussion.itely -@include guitar.itely -@include strings.itely -@c ignore empty section -@c @include bagpipes.itely +@include fretted-strings.itely +@include unfretted-strings.itely +@c @include winds.itely @include ancient-notation.itely @include contexts-and-engravers.itely diff --git a/input/lsr/piano-music-intro.itely b/input/lsr/piano-music-intro.itely deleted file mode 100644 index 3cd0e85431..0000000000 --- a/input/lsr/piano-music-intro.itely +++ /dev/null @@ -1,5 +0,0 @@ -@node Piano -@unnumbered Piano - -@lysnippets - diff --git a/input/lsr/piano-music.snippet-list b/input/lsr/piano-music.snippet-list deleted file mode 100644 index b8794af1b1..0000000000 --- a/input/lsr/piano-music.snippet-list +++ /dev/null @@ -1,9 +0,0 @@ -piano-template-with-centered-dynamics.ly -clusters.ly -piano-template-with-centered-lyrics.ly -vocal-ensemble-template-with-automatic-piano-reduction.ly -piano-template-simple.ly -controlling-the-placement-of-chord-fingerings.ly -piano-template-with-melody-and-lyrics.ly -jazz-combo-template.ly -demo-midiinstruments.ly diff --git a/input/lsr/strings-intro.itely b/input/lsr/strings-intro.itely deleted file mode 100644 index 316fef7cb6..0000000000 --- a/input/lsr/strings-intro.itely +++ /dev/null @@ -1,5 +0,0 @@ -@node Strings -@unnumbered Strings - -@lysnippets - diff --git a/input/lsr/strings.snippet-list b/input/lsr/strings.snippet-list deleted file mode 100644 index a0795b5bcf..0000000000 --- a/input/lsr/strings.snippet-list +++ /dev/null @@ -1,3 +0,0 @@ -string-quartet-template-simple.ly -string-quartet-template-with-separate-parts.ly -demo-midiinstruments.ly diff --git a/input/lsr/unfretted-strings-intro.itely b/input/lsr/unfretted-strings-intro.itely new file mode 100644 index 0000000000..f5f5966e6e --- /dev/null +++ b/input/lsr/unfretted-strings-intro.itely @@ -0,0 +1,5 @@ +@node Unfretted strings +@unnumbered Unfretted strings + +@lysnippets + diff --git a/input/lsr/unfretted-strings.snippet-list b/input/lsr/unfretted-strings.snippet-list new file mode 100644 index 0000000000..a0795b5bcf --- /dev/null +++ b/input/lsr/unfretted-strings.snippet-list @@ -0,0 +1,3 @@ +string-quartet-template-simple.ly +string-quartet-template-with-separate-parts.ly +demo-midiinstruments.ly diff --git a/input/new/letter-tablature-formatting.ly b/input/new/letter-tablature-formatting.ly index 7cf604ff8f..0fb7fd29bc 100644 --- a/input/new/letter-tablature-formatting.ly +++ b/input/new/letter-tablature-formatting.ly @@ -1,7 +1,7 @@ \version "2.11.35" \header { - lsrtags = "guitar" + lsrtags = "fretted-strings" texidoc = " You can format a tablature with letters instead of numbers - so that 0->a, 1->b, 2->c, etc. diff --git a/input/new/piano-template-with-centered-dynamics.ly b/input/new/piano-template-with-centered-dynamics.ly index d18c5b1cee..65c437c0db 100644 --- a/input/new/piano-template-with-centered-dynamics.ly +++ b/input/new/piano-template-with-centered-dynamics.ly @@ -1,7 +1,7 @@ \version "2.11.35" \header { - lsrtags = "expressive-marks,piano-music,template" + lsrtags = "expressive-marks,keyboards,template" texidoc = " Many piano scores have the dynamics centered between the two staves. This requires a bit of tweaking to implement, but since the template is