denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] Titles


From: Andreas Schneider
Subject: [Denemo-devel] Titles
Date: Thu, 14 Feb 2013 14:11:00 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20121216 Icedove/3.0.11

Hi,

there seems to be a newly introduced bug with the titles. Titles (Simple
Titling) are small and left-aligned, which probably originates from the
\markup code put there. The produced Lilypond code seems messy. For
example, create a new score, set Score > Simple Titling > Title and
Score > Simple Titling > Composer; then the generated Lilypond code
looks like that:

score header:
\header {
tagline = \markup {"" on \simple #(strftime "%x" (localtime
(current-time)))}
title =  = \markup { \with-url #'"scheme:(d-ScoreTitle)"  "Der Titel"}
}

movement header:
\header {
title = ""composer = \markup { \with-url #'"scheme:(d-GoToPosition 1 1 1
1)(d-ScoreComposer)" "Der Komponist"}
}

By editing the Directive via the Low Level Denemo Directive Edit dialog
(right-click on the title button), this can be manually fixed for a
specific score, so it is probably the title script.

By the way, for the tagline with URL, it would be nice when on changing
it, the dialog would show the previous URL / text, not
"http://www.denemo.org"; and "Source file at http://denemo.org";,
respectively, so that you have to type it in all over.

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]