Logo test enclosed.

Cheers,
Pierre

2016-08-06 15:32 GMT+02:00 Carl Sorensen <c_soren...@byu.edu>:

>
>
> On 8/5/16 11:28 AM, "Simon Albrecht" <simon.albre...@mail.de> wrote:
>
> >Am 05.08.2016 um 15:50 schrieb Mark Knoop:
> > > At 14:40 on 05 Aug 2016, Phil Holmes wrote:
> > >> ----- Original Message -----
> > >> From: Andrew Bernard
> > >>> I also note that there does not seem to be consistency as to whether
> > >>> lilypond is
> > >>> ŒLilypond¹ or ŒLilyPond¹ or ŒLily Pond¹ or Œlilypond¹. That at least
> > >>> needs to be straightened out.
> > >> LilyPond. Check the front page of the website.
> > > $ git grep LilyPond Documentation/ | wc -l
> > > 11154
> > > $ git grep Lilypond Documentation/ | wc -l
> > > 329
> > > $ git grep "Lily Pond" Documentation/ | wc -l
> > > 2
> >
> > I¹m sure a patch would be welcome :-) Not being familiar with sed, I
> > won¹t make one myselfŠ
>
> A patch for the two occurrences of "Lily Pond" has been created.
>
> Thanks,
>
> Carl
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

Attachment: logos.ily
Description: Binary data

\version "2.19.46"
\include "logos.ily"

%% Syntax is \markup\logoX #size
%% Test:
\markup
%\with-color #red
%\fontsize #3
\fill-line {
  \override #'(baseline-skip . 10)
  \center-column { 
    \vspace #2
    \line { \with-color #red \bold "1. " "Music engraving by" \logoMalte #1 "LilyPond 2.19.46—www.lilypond.org" }
    \line { \with-color #red \bold "2. " "Music engraving by" \logoMalteThree #1 "LilyPond 2.19.46—www.lilypond.org" }
    \italic "Alternate with more space between leaves:" \vspace #-2 
    \line { \with-color #red \bold "3. " "Music engraving by" \logoMalteThreeAlter #1 "LilyPond 2.19.46—www.lilypond.org" }  
    \line { \with-color #red \bold "4. " "Music engraving by" \logoSamuel #1 "LilyPond 2.19.46—www.lilypond.org" }
    \line { \with-color #red \bold "5. " "Music engraving by" \logoMalteFive #1 "LilyPond 2.19.46—www.lilypond.org" }
    \line { \with-color #red \bold "6. " "Music engraving by" \logoPierre #1 "LilyPond 2.19.46—www.lilypond.org" }
    \line { \with-color #red \bold "7. " "Music engraving by" \logoPierreAlt #1 "LilyPond 2.19.46—www.lilypond.org" }
    \line { \with-color #red \bold "8. " "Music engraving by" \logoMalteSix #1 "LilyPond 2.19.46—www.lilypond.org" }
    \line { \with-color #red \bold "9. " "Music engraving by" \logoPierreTwo #1 "LilyPond 2.19.46—www.lilypond.org" }
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to