From 7e97458b4f400c3f0c7cce7f036bec89903d2814 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sun, 14 Aug 2011 23:10:23 +0100 Subject: [PATCH] Sync type for lyricMelismaAlignment with self-alignment-X. * scm/define-context-properties.scm (all-user-translation-properties): change type for lyricMelismaAlignment to number? --- scm/define-context-properties.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index dab5211f14..f59a862f15 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -322,7 +322,7 @@ containing @code{(@var{step} . @var{alter})} or @code{((@var{octave} . alterations, use symbols, e.g. @code{keySignature = #`((6 . ,FLAT))}.") - (lyricMelismaAlignment ,ly:dir? "Alignment to use for a melisma syllable.") + (lyricMelismaAlignment ,number? "Alignment to use for a melisma syllable.") (majorSevenSymbol ,markup? "How should the major 7th be formatted -- 2.39.5