]> git.donarmstrong.com Git - lilypond.git/commitdiff
Makelsr run - removed deprecated snippet
authorJames Lowe <pkx166h@gmail.com>
Mon, 17 Feb 2014 09:08:26 +0000 (09:08 +0000)
committerJames Lowe <pkx166h@gmail.com>
Mon, 17 Feb 2014 09:08:26 +0000 (09:08 +0000)
Based on Commit 637c07 - Feb 17

Documentation/snippets/printing-a-repeat-sign-at-the-beginning-of-a-piece.ly [deleted file]
Documentation/snippets/repeats.snippet-list
Documentation/snippets/tweaks-and-overrides.snippet-list

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 (file)
index b8590ed..0000000
+++ /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
-}
index 3b55be22a85c818a8d458590c6bf421500ffbb2c..d3fa46c992d25b0266a26c630f09713e82d5fddc 100644 (file)
@@ -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
index 2e71f5f6e3a59b32d4f57fb93421472c766275a8..872f35a91d2b69ff04a1f9817b724e328c4c2cc9 100644 (file)
@@ -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