From c32e19afca004fd4d2dd9741de03853cf4f63e04 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:23:36 +0000 Subject: [PATCH] lilypond-1.3.64 --- input/bugs/text-kerning.ly | 12 ++++++++++++ scm/generic-property.scm | 1 + 2 files changed, 13 insertions(+) create mode 100644 input/bugs/text-kerning.ly diff --git a/input/bugs/text-kerning.ly b/input/bugs/text-kerning.ly new file mode 100644 index 0000000000..b40afe216e --- /dev/null +++ b/input/bugs/text-kerning.ly @@ -0,0 +1,12 @@ + + +\score { + \notes \relative c'' < \context Voice { +% c16 c16 c16 c16 c4 + c4 c4 c4 + } +\context Lyrics \lyrics { foobar4 -- VAVAVAVAV4 -- foobar4 } > + + + \paper { linewidth = -10.0\cm; } +} diff --git a/scm/generic-property.scm b/scm/generic-property.scm index ac38879b55..506be8a760 100644 --- a/scm/generic-property.scm +++ b/scm/generic-property.scm @@ -62,6 +62,7 @@ (define generic-text-properties (cons 'Text_item (list (list 'textStyle string? 'style) + (list 'lyricAlignment dir? 'self-alignment-X) (list 'textScriptPadding number? 'padding) (list 'textVerticalAlignment dir? 'self-alignment-Y) (list 'textHorizontalAlignment dir? 'self-alignment-X) -- 2.39.5