From: James Lowe Date: Mon, 17 Feb 2014 09:08:26 +0000 (+0000) Subject: Makelsr run - removed deprecated snippet X-Git-Tag: release/2.19.3-1~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d9b197c069f1e0ef34a7f8b4f45a566c9c84842b;p=lilypond.git Makelsr run - removed deprecated snippet Based on Commit 637c07 - Feb 17 --- diff --git a/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly b/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly deleted file mode 100644 index b8590edebf..0000000000 --- a/Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly +++ /dev/null @@ -1,44 +0,0 @@ -% DO NOT EDIT this file manually; it is automatically -% generated from Documentation/snippets/new -% Make any changes in Documentation/snippets/new/ -% and then run scripts/auxiliar/makelsr.py -% -% This file is in the public domain. -%% Note: this file works from version 2.17.6 -\version "2.17.6" - -\header { - lsrtags = "repeats, tweaks-and-overrides" - - texidoc = " -A @code{.|:} bar line can be printed at the beginning of a piece, by -overriding the relevant property: - -" - doctitle = "Printing a repeat sign at the beginning of a piece" -} % begin verbatim - - - -\relative c'' { - \once \override Score.BreakAlignment.break-align-orders = - #(make-vector 3 '(instrument-name - left-edge - ambitus - breathing-sign - clef - key-signature - time-signature - staff-bar - custos)) - \once \override Staff.TimeSignature.space-alist = - #'((first-note . (fixed-space . 2.0)) - (right-edge . (extra-space . 0.5)) - ;; free up some space between time signature - ;; and repeat bar line - (staff-bar . (extra-space . 1))) - \bar ".|:" - c1 - d1 - d4 e f g -} diff --git a/Documentation/snippets/repeats.snippet-list b/Documentation/snippets/repeats.snippet-list index 3b55be22a8..d3fa46c992 100644 --- a/Documentation/snippets/repeats.snippet-list +++ b/Documentation/snippets/repeats.snippet-list @@ -8,7 +8,6 @@ numbering-groups-of-measures.ly 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 setting-the-double-repeat-default-for-volte.ly shortening-volta-brackets.ly volta-below-chords.ly diff --git a/Documentation/snippets/tweaks-and-overrides.snippet-list b/Documentation/snippets/tweaks-and-overrides.snippet-list index 2e71f5f6e3..872f35a91d 100644 --- a/Documentation/snippets/tweaks-and-overrides.snippet-list +++ b/Documentation/snippets/tweaks-and-overrides.snippet-list @@ -62,7 +62,6 @@ percent-repeat-count-visibility.ly positioning-arpeggios.ly positioning-multi-measure-rests.ly positioning-text-markups-inside-slurs.ly -printing-a-repeat-sign-at-the-beginning-of-a-piece.ly printing-bar-numbers-inside-boxes-or-circles.ly printing-metronome-and-rehearsal-marks-below-the-staff.ly printing-note-names-with-and-without-an-octave-marker.ly