]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: 989 - tidy up last checkin
authorJames Lowe <james.lowe@datacore.com>
Sun, 11 Jul 2010 22:12:57 +0000 (23:12 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sun, 11 Jul 2010 22:39:49 +0000 (23:39 +0100)
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

12 files changed:
Documentation/notation/pitches.itely
Documentation/notation/repeats.itely
Documentation/snippets/change-ambitus-gap.ly [deleted file]
Documentation/snippets/changing-the-ambitus-gap.ly [new file with mode: 0644]
Documentation/snippets/new/change-ambitus-gap.ly [deleted file]
Documentation/snippets/new/changing-the-ambitus-gap.ly [new file with mode: 0644]
Documentation/snippets/new/set-double-repeat-default-volta.ly [deleted file]
Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly [new file with mode: 0644]
Documentation/snippets/pitches.snippet-list
Documentation/snippets/repeats.snippet-list
Documentation/snippets/set-double-repeat-default-volta.ly [deleted file]
Documentation/snippets/setting-the-double-repeat-default-for-volte.ly [new file with mode: 0644]

index 4895e18a232df8ef70a9065f4779a6486e6f7820..84c3782773661cf762238e87ed186228e243856b 100644 (file)
@@ -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
index f0dc6249080491d9a80968f53e3ab56d6c40bd99..2368cfb511d01e3bc16f04420d3502bbd84af2db 100644 (file)
@@ -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/change-ambitus-gap.ly
deleted file mode 100644 (file)
index a70ad47..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-% 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 = "pitches"
-  texidoc = "It is possible to change the default gap setting for
-Ambitus."
-
-  doctitle = "change-ambitus-gap.ly"
-} % begin verbatim
-
-
-\layout {
-  \context {
-    \Voice
-    \consists "Ambitus_engraver"
-  } % begin verbatim
-
-}
-
-\new Staff {
-  \time 2/4
-  % Default setting
-  c'4 g''
-}
-
-\new Staff {
-  \time 2/4
-  \override AmbitusLine #'gap = #0
-  c'4 g''
-}
-
-\new Staff {
-  \time 2/4
-  \override AmbitusLine #'gap = #1
-  c'4 g''
-}
-
-\new Staff {
-  \time 2/4
-  \override AmbitusLine #'gap = #1.5
-  c'4 g''
-}
diff --git a/Documentation/snippets/changing-the-ambitus-gap.ly b/Documentation/snippets/changing-the-ambitus-gap.ly
new file mode 100644 (file)
index 0000000..a1d62e2
--- /dev/null
@@ -0,0 +1,45 @@
+% 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 = "pitches"
+  texidoc = "It is possible to change the default gap setting for
+ambitus."
+
+  doctitle = "Changing the ambitus gap"
+}
+
+
+
+\layout {
+  \context {
+    \Voice
+    \consists "Ambitus_engraver"
+  }
+}
+
+\new Staff {
+  \time 2/4
+  % Default setting
+  c'4 g''
+}
+
+\new Staff {
+  \time 2/4
+  \override AmbitusLine #'gap = #0
+  c'4 g''
+}
+
+\new Staff {
+  \time 2/4
+  \override AmbitusLine #'gap = #1
+  c'4 g''
+}
+
+\new Staff {
+  \time 2/4
+  \override AmbitusLine #'gap = #1.5
+  c'4 g''
+}
diff --git a/Documentation/snippets/new/change-ambitus-gap.ly b/Documentation/snippets/new/change-ambitus-gap.ly
deleted file mode 100644 (file)
index b923658..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-\version "2.13.26"
-\header {
-  lsrtags = "pitches"
-  texidoc = "It is possible to change the default gap setting for
-ambitus."
-
-  doctitle = "Changing the ambitus gap"
-}
-
-
-\layout {
-  \context {
-    \Voice
-    \consists "Ambitus_engraver"
-  }
-}
-
-\new Staff {
-  \time 2/4
-  % Default setting
-  c'4 g''
-}
-
-\new Staff {
-  \time 2/4
-  \override AmbitusLine #'gap = #0
-  c'4 g''
-}
-
-\new Staff {
-  \time 2/4
-  \override AmbitusLine #'gap = #1
-  c'4 g''
-}
-
-\new Staff {
-  \time 2/4
-  \override AmbitusLine #'gap = #1.5
-  c'4 g''
-}
diff --git a/Documentation/snippets/new/changing-the-ambitus-gap.ly b/Documentation/snippets/new/changing-the-ambitus-gap.ly
new file mode 100644 (file)
index 0000000..b923658
--- /dev/null
@@ -0,0 +1,40 @@
+\version "2.13.26"
+\header {
+  lsrtags = "pitches"
+  texidoc = "It is possible to change the default gap setting for
+ambitus."
+
+  doctitle = "Changing the ambitus gap"
+}
+
+
+\layout {
+  \context {
+    \Voice
+    \consists "Ambitus_engraver"
+  }
+}
+
+\new Staff {
+  \time 2/4
+  % Default setting
+  c'4 g''
+}
+
+\new Staff {
+  \time 2/4
+  \override AmbitusLine #'gap = #0
+  c'4 g''
+}
+
+\new Staff {
+  \time 2/4
+  \override AmbitusLine #'gap = #1
+  c'4 g''
+}
+
+\new Staff {
+  \time 2/4
+  \override AmbitusLine #'gap = #1.5
+  c'4 g''
+}
diff --git a/Documentation/snippets/new/set-double-repeat-default-volta.ly b/Documentation/snippets/new/set-double-repeat-default-volta.ly
deleted file mode 100644 (file)
index 70d10fb..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\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 = "Setting the double repeat default for volte"
-}
-
-
-\relative c'' {
-  \repeat volta 1 { c1 }
-  \set Score.doubleRepeatType = #":|:"
-  \repeat volta 1 { c1 }
-  \set Score.doubleRepeatType = #":|.|:"
-  \repeat volta 1 { c1 }
-  \set Score.doubleRepeatType = #":|.:"
-  \repeat volta 1 { c1 }
-}
diff --git a/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly b/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly
new file mode 100644 (file)
index 0000000..70d10fb
--- /dev/null
@@ -0,0 +1,19 @@
+\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 = "Setting the double repeat default for volte"
+}
+
+
+\relative c'' {
+  \repeat volta 1 { c1 }
+  \set Score.doubleRepeatType = #":|:"
+  \repeat volta 1 { c1 }
+  \set Score.doubleRepeatType = #":|.|:"
+  \repeat volta 1 { c1 }
+  \set Score.doubleRepeatType = #":|.:"
+  \repeat volta 1 { c1 }
+}
index 41f2b095a0e3bb2072aaf652de77fcb98912be77..bf4ff52ab052e125058070ceab009cedabd97984 100644 (file)
@@ -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
index d26b378a1ba1b512fffc55a72089a0fb718b4fd3..c9b276e8ff251c94da8b644a26cbf942fa9fc9bd 100644 (file)
@@ -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/set-double-repeat-default-volta.ly
deleted file mode 100644 (file)
index 2a417f4..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-% 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
-% 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
-
-
-\relative c'' {
-  \repeat volta 1 { c1 } % begin verbatim
-
-  \set Score.doubleRepeatType = #":|:"
-  \repeat volta 1 { c1 } % begin verbatim
-
-  \set Score.doubleRepeatType = #":|.|:"
-  \repeat volta 1 { c1 }
-  \set Score.doubleRepeatType = #":|.:"
-  \repeat volta 1 { c1 }
-}
diff --git a/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly b/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly
new file mode 100644 (file)
index 0000000..b2e436c
--- /dev/null
@@ -0,0 +1,24 @@
+% 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 = "Setting the double repeat default for volte"
+}
+
+
+
+\relative c'' {
+  \repeat volta 1 { c1 }
+  \set Score.doubleRepeatType = #":|:"
+  \repeat volta 1 { c1 }
+  \set Score.doubleRepeatType = #":|.|:"
+  \repeat volta 1 { c1 }
+  \set Score.doubleRepeatType = #":|.:"
+  \repeat volta 1 { c1 }
+}