From e115f1949f9f63d5faee3369fbf2094c54966f9f Mon Sep 17 00:00:00 2001 From: James Lowe Date: Thu, 18 Jun 2015 09:24:21 +0100 Subject: [PATCH] re-run makelsr.py Run makelsr.py script for commit 66a7d343eb27beccd73f8b579d5ef5a635b7e542 This time make sure the file creating-custom-dynamics-in-midi.ly Does not exist in my tree --- ...ing-a-sequence-of-notes-on-various-pitches.ly | 2 +- .../snippets/using-the-whiteout-property.ly | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly b/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly index 9d02ca5744..837c03d30d 100644 --- a/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly +++ b/Documentation/snippets/creating-a-sequence-of-notes-on-various-pitches.ly @@ -4,7 +4,7 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.19.0 +%% Note: this file works from version 2.19.22 \version "2.19.22" \header { diff --git a/Documentation/snippets/using-the-whiteout-property.ly b/Documentation/snippets/using-the-whiteout-property.ly index 4b19433495..1e520ddfe1 100644 --- a/Documentation/snippets/using-the-whiteout-property.ly +++ b/Documentation/snippets/using-the-whiteout-property.ly @@ -1,9 +1,10 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.di.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. +% 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.19.22 \version "2.19.22" \header { @@ -19,7 +20,7 @@ background. In this example the collision of the tie with the time signature is improved by masking out the part of the tie that crosses the time -signature by setting the @code{whiteout} property of +signature by setting the @code{whiteout-box} property of @code{TimeSignature}. To do this @code{TimeSignature} is moved to a layer above @code{Tie}, which is left in the default layer of 1, and @code{StaffSymbol} is moved to a layer above @code{TimeSignature} so it @@ -29,6 +30,7 @@ is not masked. doctitle = "Using the whiteout property" } % begin verbatim + { \override Score.StaffSymbol.layer = #4 \override Staff.TimeSignature.layer = #3 -- 2.39.2