2009/3/16 Alexey <a-za...@yandex.ru>:
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/Tunable-context-properties
>
> Search for the word "vectiical" (occures twice).

Thanks; the attached patch fixes the typo.

-- 
Francisco Vila. Badajoz (Spain)
From 11a0e4819debbef2f6fbb8550edd27c0f5c2766d Mon Sep 17 00:00:00 2001
From: Francisco Vila <francisco.v...@hispalinux.es>
Date: Mon, 16 Mar 2009 12:26:24 +0100
Subject: [PATCH] Typo.

---
 scm/define-context-properties.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm
index 9dfef89..1012c86 100644
--- a/scm/define-context-properties.scm
+++ b/scm/define-context-properties.scm
@@ -35,9 +35,9 @@
    
      (aDueText ,markup? "Text to print at a unisono passage.")
      (alignBelowContext ,string? "Where to insert newly created context in
-vertiical alignment.")
+vertical alignment.")
      (alignAboveContext ,string? "Where to insert newly created context in
-vertiical alignment.")
+vertical alignment.")
      (alignBassFigureAccidentals ,boolean? "If true, then the accidentals
 are aligned in bass figure context.")
      (associatedVoice ,string? "Name of the @code{Voice} that has the
-- 
1.5.6.3

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to