lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with header/copyright in new 2.12 version


From: Mats Bengtsson
Subject: Re: Problem with header/copyright in new 2.12 version
Date: Thu, 25 Jun 2009 08:46:30 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

If you have a \version statement in your file, the following command should do:
convert-ly -e template.ly
just as is explained in http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/Updating-files-with-convert_002dly#Updating-files-with-convert_002dly


Otherwise, use
convert-ly -e --from=2.10.25 template.ly

   /Mats

Quoting Jay Hamilton <address@hidden>:

Unfortunately, I have never been able to get convert-ly to work.  It's
mostly my computer ignorance.  My files don't seem to be in simple places
and I never get the parameters correct.
so I have the file in C:\Documents and Settings\Frybyte\Desktop\Hamilton
it's called
my template.ly
it's version 2.10.25
I just tried to follow the instructions from the docs here's what I think it
says to do in run under xp
convert-ly --from C:\Documents and Settings\Frybyte\Desktop\Hamilton\
mytemplate.ly\version 2.10.25 --to C:\Documents and
Settings\Frybyte\Desktop\Hamilton\my template.ly version 2.12.2
That didn't work so what am I not understanding?
Sorry for total ignorance.
Jay

On Wed, Jun 24, 2009 at 3:04 PM, Mats Bengtsson <address@hidden>wrote:

The standard solution to all such compatibility problems is to run the file
through convert-ly, to automatically update the syntax.
(Just remember to specify \version "2.10.0" or something like that in the
file header, so that convert-ly knows what to do.)

 /Mats

Jay Hamilton wrote:

Mats sent me this solution for multiple lines in the copyright and now the
bottom is overlapping and in one line. How do I make it work like it did in
2.10

\version "2.12.2"
\header {
 title = "Positioning your finding"
 composer = "Jay Hamilton"
   copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
\center-align
       {  "CC lic 2.5 some rights reserved Jay Hamilton 2009"
   "see http://creativecommons.org/licenses/by-nd/2.5/";
              } }
              }
melody = \relative c'
{
\clef treble
\key c \major
\time 4/4
#(set-global-staff-size 30)
\override Staff.TimeSignature #' style = #' ()
\tempo 4=60
c1
 \bar "|."
}

\score {
\new Staff \melody
\layout { }
\midi { \tempo 4=60 }
}



Yours-
Jay

Jay Hamilton
www.soundand.com
206-328-7694


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




--
=============================================
       Mats Bengtsson
       Signal Processing
       School of Electrical Engineering
       Royal Institute of Technology (KTH)
       SE-100 44  STOCKHOLM
       Sweden
       Phone: (+46) 8 790 8463
      Fax:   (+46) 8 790 7260
       Email: address@hidden
       WWW: http://www.s3.kth.se/~mabe
=============================================




--
Jay Hamilton Sound and Silence www.soundand.com 206-328-7694








reply via email to

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