From 354e5ce3edd1dba03b4ecb68fc766bb46235f5d2 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Thu, 12 Sep 2013 15:57:45 +0100 Subject: [PATCH] LSR update --- Documentation/de/notation/text.itely | 3 - Documentation/es/notation/text.itely | 3 - Documentation/fr/notation/text.itely | 3 - Documentation/ja/notation/text.itely | 3 - Documentation/notation/text.itely | 3 - ...ing-marks-with-various-notation-objects.ly | 79 ------------------- Documentation/snippets/text.snippet-list | 1 - 7 files changed, 95 deletions(-) delete mode 100644 Documentation/snippets/aligning-marks-with-various-notation-objects.ly diff --git a/Documentation/de/notation/text.itely b/Documentation/de/notation/text.itely index f751070399..fb2a9fce5c 100644 --- a/Documentation/de/notation/text.itely +++ b/Documentation/de/notation/text.itely @@ -304,9 +304,6 @@ c c @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-at-the-end-of-a-line.ly} -@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] -{aligning-marks-with-various-notation-objects.ly} - @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-on-every-staff.ly} diff --git a/Documentation/es/notation/text.itely b/Documentation/es/notation/text.itely index 450a4cacb6..cdf99dfbb4 100644 --- a/Documentation/es/notation/text.itely +++ b/Documentation/es/notation/text.itely @@ -301,9 +301,6 @@ c c @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-at-the-end-of-a-line.ly} -@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] -{aligning-marks-with-various-notation-objects.ly} - @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-on-every-staff.ly} diff --git a/Documentation/fr/notation/text.itely b/Documentation/fr/notation/text.itely index f2513575b4..88aaa3fe55 100644 --- a/Documentation/fr/notation/text.itely +++ b/Documentation/fr/notation/text.itely @@ -303,9 +303,6 @@ c c @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-at-the-end-of-a-line.ly} -@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] -{aligning-marks-with-various-notation-objects.ly} - @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-on-every-staff.ly} diff --git a/Documentation/ja/notation/text.itely b/Documentation/ja/notation/text.itely index d27a06a2d7..dfcfd646c6 100644 --- a/Documentation/ja/notation/text.itely +++ b/Documentation/ja/notation/text.itely @@ -292,9 +292,6 @@ c c @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-at-the-end-of-a-line.ly} -@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] -{aligning-marks-with-various-notation-objects.ly} - @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-on-every-staff.ly} diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index 98fb8b0191..62aac77931 100644 --- a/Documentation/notation/text.itely +++ b/Documentation/notation/text.itely @@ -283,9 +283,6 @@ c c @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-at-the-end-of-a-line.ly} -@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] -{aligning-marks-with-various-notation-objects.ly} - @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-on-every-staff.ly} diff --git a/Documentation/snippets/aligning-marks-with-various-notation-objects.ly b/Documentation/snippets/aligning-marks-with-various-notation-objects.ly deleted file mode 100644 index 223cc1d8e0..0000000000 --- a/Documentation/snippets/aligning-marks-with-various-notation-objects.ly +++ /dev/null @@ -1,79 +0,0 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. -\version "2.17.25" - -\header { - lsrtags = "text" - - texidoc = " -If specified, text marks may be aligned with notation objects other -than bar lines. These objects include @code{ambitus}, -@code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar}, -@code{left-edge}, @code{key-cancellation}, @code{key-signature}, and -@code{time-signature}. - - - -In such cases, text marks will be horizontally centered above the -object. However this can be changed, as demonstrated on the second line -of this example (in a score with multiple staves, this setting should -be done for all the staves). - - - -" - doctitle = "Aligning marks with various notation objects" -} % begin verbatim - -\relative c' { - e1 - - % the RehearsalMark will be centered above the Clef - \override Score.RehearsalMark.break-align-symbols = #'(clef) - \key a \major - \clef treble - \mark \markup { \char ##x2193 } - e1 - - % the RehearsalMark will be centered above the TimeSignature - \override Score.RehearsalMark.break-align-symbols = #'(time-signature) - \key a \major - \clef treble - \time 3/4 - \mark \markup { \char ##x2193 } - e2. - - % the RehearsalMark will be centered above the KeySignature - \override Score.RehearsalMark.break-align-symbols = #'(key-signature) - \key a \major - \clef treble - \time 4/4 - \mark \markup { \char ##x2193 } - e1 - - \break - e1 - - % the RehearsalMark will be aligned with the left edge of the KeySignature - \once \override Score.KeySignature.break-align-anchor-alignment = #LEFT - \mark \markup { \char ##x2193 } - \key a \major - e1 - - % the RehearsalMark will be aligned with the right edge of the KeySignature - \once \override Score.KeySignature.break-align-anchor-alignment = #RIGHT - \key a \major - \mark \markup { \char ##x2193 } - e1 - - % the RehearsalMark will be aligned with the left edge of the KeySignature - % and then shifted right by one unit. - \once \override Score.KeySignature.break-align-anchor = #1 - \key a \major - \mark \markup { \char ##x2193 } - e1 -} diff --git a/Documentation/snippets/text.snippet-list b/Documentation/snippets/text.snippet-list index 9076d5318b..e89b570d89 100644 --- a/Documentation/snippets/text.snippet-list +++ b/Documentation/snippets/text.snippet-list @@ -1,7 +1,6 @@ adding-the-current-date-to-a-score.ly adjusting-lyrics-vertical-spacing.ly aligning-and-centering-instrument-names.ly -aligning-marks-with-various-notation-objects.ly aligning-objects-created-with-the--mark-command.ly aligning-syllables-with-melisma.ly blanking-staff-lines-using-the--whiteout-command.ly -- 2.39.2