denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #29167] Tagline is still "Generated by Denemo 0.8.1"


From: anonymous
Subject: [Denemo-devel] [bug #29167] Tagline is still "Generated by Denemo 0.8.1"
Date: Tue, 13 Jul 2010 22:10:43 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729)

Follow-up Comment #4, bug #29167 (project denemo):

Improved version uses periods instead of underscores, and a little bit of
formatting(the version for Denemo will be updated as long as VERSION_MAJOR
etc. are updated).  This is the lilypond generated:

header{
tagline = markup {center-column {line {"Generated by Denemo 0.8.19" char
##x2014 "www.denemo.org"}
 line {"Engraving by LilyPond" #(ly:export (lilypond-version)) char ##x2014
"www.lilypond.org"}}}
}

This gives credit to Denemo and Lilypond:

Generated by Denemo 0.8.19 — www.denemo.org
Engraving by LilyPond 2.13.4 — www.lilypond.org

If you want to ditch the Lilypond reference, watch out for parenthesis etc.
in the scheme.
This is the scheme generating the tagline:

<scheme>(d-DirectivePut-scoreheader-postfix "ScoreTagline" (string-append
"tagline = \markup {\center-column {\line {"Generated by Denemo
"(number->string VERSION_MAJOR) "." (number->string VERSION_MINOR) "."
(number->string VERSION_MICRO) "" \char ##x2014 "www.denemo.org"}n \line
{"Engraving by LilyPond" #(ly:export (lilypond-version)) \char ##x2014
"www.lilypond.org"}}}n"))</scheme>

init.denemo attached.
-Dan W.

(file #20962)
    _______________________________________________________

Additional Item Attachment:

File name: init.denemo                    Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29167>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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