Re: a contribution

2017-11-24 Thread James Lowe
Phil,

On Wed, 15 Nov 2017 11:04:17 -, "Phil Holmes"  wrote:

> > Betreff: a contribution
> > Datum: Tue, 14 Nov 2017 10:28:15 -0800
> > Von: Bill Palmer 
> > An: u...@openlilylib.org
> >
> > The music sample shown on the page http://lilypond.org/text-input.html 
> > does not correspond with the source code shown on that page! Specifically, 
> > the bassoon notes have a g in the code but a c in the output. d f gis g is 
> > what is written, but the music shown is produced by d f gis c.
> 
> This is unlikely to be terribly trivial to fix, since most of the 
> contributions on that page are custom images.  Does anyone know whether this 
> is real music or just made up?

Actually the source files are SVG and those are trivial to edit with Inkscape. 
Then one can export them as PNG files. However what I *have* noticed is that 
this example (text-input-parts-both-annotate.svg) has all the 'main' languages 
and their corresponding PNG file except the 'ca' one (Catalan), this has a PNG 
but no source. My limited knowledge of Spanish, I wondered if the same SVG file 
had been used and just renamed with the 'ca' extentsion, but looking at the two 
PNG files I can see the accents on one letter slope in different directions. 
That doesn't mean it wasn't still taken from the 'es' SVG file but anyway, it 
seems a trivial patch.

Is it enough to edit the SVG files or do I also have to include the PNGs (i.e. 
are the PNGs autogenerated?) and finally, do I need to make copies of the PNGs 
in the lilypond-extras dir? I get confused with this part and images.

Thanks

James
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: mistake in French version of \sourcefileline 1381

2017-11-24 Thread Jean-Charles Malahieude

Le 23/11/2017 à 18:25, Éric a écrit :

in the Learning page on line, french version, this is wrong :

\sourcefileline 1381
\relative {
   \time 12/16
   \omit Staff.TimeSignature.stencil
   c''4 b8 c d16 c d8 |
   g,8 a16 b8 c d4 e16 |
   e8
}


As in english version, it should be :
\sourcefileline 1381
\relative {
   \time 12/16
   \omit Staff.TimeSignature
   c''4 b8 c d16 c d8 |
   g,8 a16 b8 c d4 e16 |
   e8
}




A git grep in the source tree (Documentation/fr/learning) gave

git grep -n '\omit Staff.TimeSignature.stencil'
tweaks.itely:1385:  \omit Staff.TimeSignature.stencil


I will correct it over the weekend.

Cordialement,
Jean-Charles

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond