lilypond-devel
[Top][All Lists]
Advanced

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

Re: Lose the tagline (permanently)


From: David Kastrup
Subject: Re: Lose the tagline (permanently)
Date: Tue, 23 Feb 2016 22:14:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Valentin Villenave <address@hidden> writes:

> On Tue, Feb 23, 2016 at 8:00 PM, Noeck <address@hidden> wrote:
>> What is the tiny symbol in front of the url? A time signature but why?
>
> Looks like a hack/pun around the © glyph. I like it. (Reminds me of
> http://artlibre.org/wp-content/copyleft2.jpg)

Well, it was also a pun around brevity.

> I may be nitpicking here, but is there a reason why we should keep the
> "www." prefix in the printed URL? The actual website has never
> required it (and it looks a bit more elegant without).

Sounds reasonable.

Ok, this is silly...

\paper {
  tagline =
  \markup
    \score {
      \new StaffGroup
      { g''8 g'8 \lyrics { "http://lilypond.org"; 2 } g'8 g''8 }
      \layout {
        indent = 0
        \context {
          \Staff
          \magnifyStaff 0.5
          \override StaffSymbol.line-count = 0
          \remove "Bar_engraver"
          \remove "Time_signature_engraver"
          \remove "Key_engraver"
          \remove "Clef_engraver"
        }
        \context {
          \StaffGroup
          \consists "Axis_group_engraver"
          \remove "Vertical_align_engraver"
        }
      }
    }
}

{ \time 3/4 c'4 e' g' c''2. }
-- 
David Kastrup

reply via email to

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