From: James Lowe Date: Sun, 11 Jul 2010 22:12:57 +0000 (+0100) Subject: Doc: 989 - tidy up last checkin X-Git-Tag: release/2.13.28-1~3 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=83e2592f1808450d0a5ecbea9803e6f37fddf43c;p=lilypond.git 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 --- 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/change-ambitus-gap.ly deleted file mode 100644 index a70ad474c8..0000000000 --- a/Documentation/snippets/change-ambitus-gap.ly +++ /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 index 0000000000..a1d62e22e9 --- /dev/null +++ b/Documentation/snippets/changing-the-ambitus-gap.ly @@ -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 index b923658328..0000000000 --- a/Documentation/snippets/new/change-ambitus-gap.ly +++ /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 index 0000000000..b923658328 --- /dev/null +++ b/Documentation/snippets/new/changing-the-ambitus-gap.ly @@ -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 index 70d10fbb48..0000000000 --- a/Documentation/snippets/new/set-double-repeat-default-volta.ly +++ /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 index 0000000000..70d10fbb48 --- /dev/null +++ b/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly @@ -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 } +} 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/set-double-repeat-default-volta.ly deleted file mode 100644 index 2a417f488c..0000000000 --- a/Documentation/snippets/set-double-repeat-default-volta.ly +++ /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 index 0000000000..b2e436c738 --- /dev/null +++ b/Documentation/snippets/setting-the-double-repeat-default-for-volte.ly @@ -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 } +}