Mats Bengtsson wrote:

The second problem you mention seems like a bug, so I recommend you to send an short and concise example (well, as short
as it can be) to the bug-lilypond mailing list.

  /Mats

Quoting philippe hezaine <[EMAIL PROTECTED]>:

Hi Mats,
For the second problem, I can't send my mail to the bug-lilypond mailing list.
It seems that I am top-posting.  (?)
Here is the short example.
                                            Phil

 \version "2.10.14"

     \paper {	}
 
     \header {
       title = "URL not active in footer"

       copyright = "Creative Commons Attribution-ShareAlike 2.5"
     
       % These are headers used by the Mutopia Project
       % http://www.mutopiaproject.org/
       mutopiatitle = " 00 "
       mutopiacomposer = "Phil"
       mutopiaopus = ""
       mutopiainstrument = "Piano"
       date = ""
       source = ""
       style = ""
       copyright = "Creative Commons Attribution-ShareAlike 2.5"
       maintainer = "Philippe Hézaine"
       maintainerEmail = "[EMAIL PROTECTED]"
       lastupdated = "2006/Feb/11"

 footer = "Mutopia-2006/01/"

tagline =  \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-align { \fontsize #-2 \line { Sheet music from \with-url #"http://www.MutopiaProject.org"; \line { \fontsize #-3 www. \hspace #-1.0 MutopiaProject \hspace #-1.0 \fontsize #-3 .org \hspace #0.5 } • \hspace #0.5 \italic Free to download, with the \italic freedom to distribute, modify and perform. } \line { \fontsize #-2 \line { Typeset using \with-url #"http://www.LilyPond.org"; \line { \fontsize #-3 www. \hspace #-1.0 LilyPond \hspace #-1.0 \fontsize #-3 .org } by \maintainer \hspace #-1.0 . \hspace #0.5 Copyright © 2005. \hspace #0.5 Reference: \footer } } \line { \fontsize #-4 \line { Licensed under the Creative Commons Attribution-ShareAlike 2.5 License, for details see: \hspace #-0.5 \with-url #"http://creativecommons.org/licenses/by-sa/2.5"; http://creativecommons.org/licenses/by-sa/2.5  } } } }

     }

     global = { \key f \minor
       		\time 4/4
     }

      melody =  \relative c'' {
       \clef treble
	c1 }


     
     \score {	

       <<
        \new Staff {
		\new Voice = "melody" { \global \melody  }
	}
 >>
       \layout {
       }

     } %fin de score



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

Reply via email to