From 83e2592f1808450d0a5ecbea9803e6f37fddf43c Mon Sep 17 00:00:00 2001 From: James Lowe Date: Sun, 11 Jul 2010 23:12:57 +0100 Subject: [PATCH] Doc: 989 - tidy up last checkin Change files names of snippets to match doctitle Edited relevant snippet list (to remove old file names) Edited NR itely files to reflect change of snippet name --- Documentation/notation/pitches.itely | 2 +- Documentation/notation/repeats.itely | 2 +- ...ambitus-gap.ly => changing-the-ambitus-gap.ly} | 10 +++++----- ...ambitus-gap.ly => changing-the-ambitus-gap.ly} | 0 ...etting-the-double-repeat-default-for-volte.ly} | 0 Documentation/snippets/pitches.snippet-list | 2 +- Documentation/snippets/repeats.snippet-list | 2 +- ...etting-the-double-repeat-default-for-volte.ly} | 15 +++++---------- 8 files changed, 14 insertions(+), 19 deletions(-) rename Documentation/snippets/{change-ambitus-gap.ly => changing-the-ambitus-gap.ly} (88%) rename Documentation/snippets/new/{change-ambitus-gap.ly => changing-the-ambitus-gap.ly} (100%) rename Documentation/snippets/new/{set-double-repeat-default-volta.ly => setting-the-double-repeat-default-for-volte.ly} (100%) rename Documentation/snippets/{set-double-repeat-default-volta.ly => setting-the-double-repeat-default-for-volte.ly} (62%) diff --git a/Documentation/notation/pitches.itely b/Documentation/notation/pitches.itely index 4895e18a23..84c3782773 100644 --- a/Documentation/notation/pitches.itely +++ b/Documentation/notation/pitches.itely @@ -2483,7 +2483,7 @@ printed if they are not part of the key signature. {ambitus-with-multiple-voices.ly} @lilypondfile[verbatim,lilyquote,texidoc,doctitle] -{change-ambitus-gap.ly} +{changing-the-ambitus-gap.ly} @seealso diff --git a/Documentation/notation/repeats.itely b/Documentation/notation/repeats.itely index f0dc624908..2368cfb511 100644 --- a/Documentation/notation/repeats.itely +++ b/Documentation/notation/repeats.itely @@ -261,7 +261,7 @@ c1 {adding-volta-brackets-to-additional-staves.ly} @lilypondfile[verbatim,lilyquote,texidoc,doctitle] -{set-double-repeat-default-volta.ly} +{setting-the-double-repeat-default-for-volte.ly} @seealso Music Glossary: diff --git a/Documentation/snippets/change-ambitus-gap.ly b/Documentation/snippets/changing-the-ambitus-gap.ly similarity index 88% rename from Documentation/snippets/change-ambitus-gap.ly rename to Documentation/snippets/changing-the-ambitus-gap.ly index a70ad474c8..a1d62e22e9 100644 --- a/Documentation/snippets/change-ambitus-gap.ly +++ b/Documentation/snippets/changing-the-ambitus-gap.ly @@ -6,18 +6,18 @@ \header { lsrtags = "pitches" texidoc = "It is possible to change the default gap setting for -Ambitus." +ambitus." + + doctitle = "Changing the ambitus gap" +} - doctitle = "change-ambitus-gap.ly" -} % begin verbatim \layout { \context { \Voice \consists "Ambitus_engraver" - } % begin verbatim - + } } \new Staff { diff --git a/Documentation/snippets/new/change-ambitus-gap.ly b/Documentation/snippets/new/changing-the-ambitus-gap.ly similarity index 100% rename from Documentation/snippets/new/change-ambitus-gap.ly rename to Documentation/snippets/new/changing-the-ambitus-gap.ly diff --git a/Documentation/snippets/new/set-double-repeat-default-volta.ly b/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly similarity index 100% rename from Documentation/snippets/new/set-double-repeat-default-volta.ly rename to Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly diff --git a/Documentation/snippets/pitches.snippet-list b/Documentation/snippets/pitches.snippet-list index 41f2b095a0..bf4ff52ab0 100644 --- a/Documentation/snippets/pitches.snippet-list +++ b/Documentation/snippets/pitches.snippet-list @@ -3,7 +3,7 @@ altering-the-length-of-beamed-stems.ly ambitus-with-multiple-voices.ly ambitus.ly applying-note-head-styles-depending-on-the-step-of-the-scale.ly -change-ambitus-gap.ly +changing-the-ambitus-gap.ly changing-the-interval-of-lines-on-the-stave.ly clefs-can-be-transposed-by-arbitrary-amounts.ly coloring-notes-depending-on-their-pitch.ly diff --git a/Documentation/snippets/repeats.snippet-list b/Documentation/snippets/repeats.snippet-list index d26b378a1b..c9b276e8ff 100644 --- a/Documentation/snippets/repeats.snippet-list +++ b/Documentation/snippets/repeats.snippet-list @@ -7,7 +7,7 @@ percent-repeat-count-visibility.ly percent-repeat-counter.ly positioning-segno-and-coda-with-line-break.ly printing-a-repeat-sign-at-the-beginning-of-a-piece.ly -set-double-repeat-default-volta.ly +setting-the-double-repeat-default-for-volte.ly shortening-volta-brackets.ly volta-below-chords.ly volta-multi-staff.ly diff --git a/Documentation/snippets/set-double-repeat-default-volta.ly b/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly similarity index 62% rename from Documentation/snippets/set-double-repeat-default-volta.ly rename to Documentation/snippets/setting-the-double-repeat-default-for-volte.ly index 2a417f488c..b2e436c738 100644 --- a/Documentation/snippets/set-double-repeat-default-volta.ly +++ b/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly @@ -2,26 +2,21 @@ % generated from Documentation/snippets/new % This file is in the public domain. %% Note: this file works from version 2.13.26 -% Do not edit this file; it is automatically -% generated from Documentation/snippets/new -% This file is in the public domain. -%% Note: this file works from version 2.13.26 \version "2.13.26" \header { lsrtags = "repeats" texidoc = "There are three different styles of double repeats for volte, that can be set using @code{doubleRepeatType}." - doctitle = "set-double-repeat-volta.ly" -} % begin verbatim + doctitle = "Setting the double repeat default for volte" +} + \relative c'' { - \repeat volta 1 { c1 } % begin verbatim - + \repeat volta 1 { c1 } \set Score.doubleRepeatType = #":|:" - \repeat volta 1 { c1 } % begin verbatim - + \repeat volta 1 { c1 } \set Score.doubleRepeatType = #":|.|:" \repeat volta 1 { c1 } \set Score.doubleRepeatType = #":|.:" -- 2.39.2