diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-04-16 14:55:31 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-04-16 14:55:31 +0000 |
commit | 39a23d0f6910fd0359655518ce05ad0f6bc5f73f (patch) | |
tree | 6f5dc3b93342aebe349e880d79b6d95386daf9c9 /scm | |
parent | 9087d9142ecb2c317526eb9b50af42280697cf90 (diff) |
Update using bison-CVS.
Diffstat (limited to 'scm')
-rw-r--r-- | scm/define-markup-commands.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 7ae27aa261..33cb29a993 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -107,7 +107,7 @@ one staff-space." (if (= (vector-length systems) 0) (begin - (ly:warning (_"No systems found in \\score markup. Does it have a \\layout? block")) + (ly:warning (_"no systems found in \\score markup, does it have a \\layout block?")) empty-markup) (let* ((stencil (ly:paper-system-stencil (vector-ref systems 0)))) (ly:stencil-aligned-to stencil Y CENTER))))) |