bug-lilypond
[Top][All Lists]
Advanced

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

URL not active in the footer


From: Philippe Hézaine
Subject: URL not active in the footer
Date: Thu, 1 Feb 2007 12:58:25 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

 \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 = "address@hidden"
       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






reply via email to

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