Valentin Villenave <valen...@villenave.net> writes:

> On Tue, Feb 23, 2016 at 8:00 PM, Noeck <noeck.marb...@gmx.de> 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
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to