From cd671cc9bc44dac7102cd078c78f4a5d9c85563d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 10 Aug 2002 10:11:28 +0000 Subject: [PATCH] * input/test/trills.ly: * input/test/preset-extent.ly: * scm/grob-property-description.scm: more extent renaming. --- ChangeLog | 2 ++ input/test/preset-extent.ly | 2 +- input/test/trills.ly | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7c1a415c2..c1c132641c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-10 Jan Nieuwenhuizen + * input/test/trills.ly: + * input/test/preset-extent.ly: * scm/grob-property-description.scm: more extent renaming. 2002-08-09 Han-Wen Nienhuys diff --git a/input/test/preset-extent.ly b/input/test/preset-extent.ly index 570dbec70e..a9cef82fa6 100644 --- a/input/test/preset-extent.ly +++ b/input/test/preset-extent.ly @@ -10,7 +10,7 @@ texidoc = "Grob extents may be hard coded using grob \property Lyrics . LyricHyphen \set #'extra-offset = #'(0.0 . -5.0) foo -- \property Lyrics . LyricText \set #'X-extent-callback = #Grob::preset_extent - \property Lyrics . LyricText \set #'extent-X = #'(-10.0 . 10.0) + \property Lyrics . LyricText \set #'X-extent = #'(-10.0 . 10.0) bar baz } \paper { linewidth = -1.0 } diff --git a/input/test/trills.ly b/input/test/trills.ly index aab0438e97..50edfd174d 100644 --- a/input/test/trills.ly +++ b/input/test/trills.ly @@ -14,7 +14,7 @@ startHorizScript = { \property Voice.Script \override #'padding = #0.3 \property Voice.Script \override #'extra-offset = #'(-.6 . 0) % Avoid collision with the dots of dotted notes - \property Voice.Dots \override #'extra-extent-X = #'(-0.7 . 0) + \property Voice.Dots \override #'extra-X-extent = #'(-0.7 . 0) } endHorizScript = { \property Voice.scriptHorizontal \unset -- 2.39.2