From e8a3c9dd6d92a9e7649a090abd14b20241361368 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 26 May 2002 20:32:23 +0000 Subject: [PATCH] Update example with outdated comment. --- ChangeLog | 7 ++++++- input/regression/non-empty-text.ly | 24 ++++++++++++++---------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5243032f3c..938ce2824a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-05-26 Jan Nieuwenhuizen + + * input/regression/non-empty-text.ly: Update example with outdated + comment. + 2002-05-25 Han-Wen * scripts/convert-ly.py: add textNonEmpty rule @@ -6,7 +11,7 @@ 2002-05-24 Jan Nieuwenhuizen - * lily/text-item.cc (markup_text2molecule): Junk ugly lookahead by +d * lily/text-item.cc (markup_text2molecule): Junk ugly lookahead by using translate-robust add_molecule instead of add_at_edge. Bugfix for #(lines (finger "" "1")). diff --git a/input/regression/non-empty-text.ly b/input/regression/non-empty-text.ly index 43c81652d8..827c4d9c81 100644 --- a/input/regression/non-empty-text.ly +++ b/input/regression/non-empty-text.ly @@ -1,18 +1,22 @@ \version "1.3.146" \header{ -texidoc=" + texidoc=" Text is set with empty horizontal dimensions. The boolean property -textNonEmpty is used to respect the horizontal size of text. +TextScript.no-spacing-rods is used to control the horizontal size of text. " } -\score { \notes { -c2_"very wide and long text" c | \break -\fatText % short for \property Voice.textNonEmpty = ##t -c_"very wide and long text" c -} -\paper { - linewidth = 3.\cm - } +\score{ + \notes{ + %% \emptyText + %% short for \property Voice.TextScript \set #'no-spacing-rods = ##t + c2_"very wide and long text" c | \break + %% short for \property Voice.TextScript \set #'no-spacing-rods = ##f + \fatText + c_"very wide and long text" c + } + \paper { + linewidth = 3.0\cm + } } -- 2.39.5