Re: License of files in Documentation/pictures and ability to distribute them unclear

2014-01-05 Thread James

Hello,

On 05/01/14 03:51, Graham Percival wrote:

On Fri, Jan 03, 2014 at 03:28:22PM -0800, Don Armstrong wrote:

There are a lot of files in Documentation/pictures which have no clear
license, and unfortunately, the git log for them isn't clear at all
either.

Indeed; those should be clarified.


Some of them cannot be distributed by lilypond either, for example,
logo-debian.png is the Debian Restricted Use Logo.[1]

Oops.  Yes, we should replace it with the "open use logo".
http://www.debian.org/logos/index.en.html


http://code.google.com/p/lilypond/issues/detail?id=3779

James

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


Engravers gets messed up in drum score with multiple voices

2014-01-05 Thread Paco Arjonilla
The attached code does not display well the lines following the comment 
labeled with BUG. No error is found. I have also tried with different 
combinations of r2/s2, different durations of snare, using \repeat unfold for 
the snares and all give problems.


\version "2.18.0"
rideLetraFirst  = \drummode { cymc8 \repeat unfold 7 { cymr } }
rideLetra   = \drummode { \repeat unfold 8 { cymr8 } }
toms= \drummode { bd4 sn8. sn16  r16 bd bd r  sn4 }
estribillo = \drummode {
  << \rideLetraFirst \\ \toms >>
  << \rideLetra \\ \toms >>
  \repeat unfold 4 {cymr8} r2
  % BUG
  << \repeat unfold 4 { cymr8 } s2 \\
 sn4 sn sn sn >>
  << \rideLetraFirst \\ \toms >>
  << \rideLetra \\ \toms >>
  << \rideLetraFirst \\ \toms >>
  << \rideLetra \\ \toms >>
  << \rideLetraFirst \\ \toms >>
  \repeat unfold 8 {r8} % redoble
}
\drums {
  \tempo 4 = 63
  \time 4/4
  \estribillo
}


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


Re: Engravers gets messed up in drum score with multiple voices

2014-01-05 Thread David Kastrup
Paco Arjonilla  writes:

> The attached code does not display well the lines following the comment 
> labeled with BUG. No error is found. I have also tried with different 
> combinations of r2/s2, different durations of snare, using \repeat unfold for 
> the snares and all give problems.

>   % BUG
>   << \repeat unfold 4 { cymr8 } s2 \\
>  sn4 sn sn sn >>

More likely than not, what you mean is

<< { \repeat unfold 4 { cymr8 } s2 } \\
   { sn4 sn sn sn } >>

Namely: you don't want to have everything happening at once.

-- 
David Kastrup


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


Wrong example for times command in Learning Manual

2014-01-05 Thread Dietmar Viertel
In subsection "2.1.7 Advanced rhythmic commands" of the "Learning manual"  
you explain the \times command, but the example shows the \tuplet command. 
This is irritating for (novice) users. Especially the times mesurement 2/3 
vs. tuplet 3/2.
This bug seems to be true for all versions (HTML and PDF) and languages (I 
found it in the german Manual) of the document.

Thanks for the great work!

Dietmar


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


Re: Wrong example for times command in Learning Manual

2014-01-05 Thread Thomas Morley
2014/1/5 Dietmar Viertel :
> In subsection "2.1.7 Advanced rhythmic commands" of the "Learning manual"
> you explain the \times command, but the example shows the \tuplet command.
> This is irritating for (novice) users. Especially the times mesurement 2/3
> vs. tuplet 3/2.
> This bug seems to be true for all versions (HTML and PDF) and languages (I
> found it in the german Manual) of the document.
>
> Thanks for the great work!
>
> Dietmar



Hi Dietmar,

thanks for your report.

Seems to be fixed already:
http://lilypond.org/doc/v2.18/Documentation/learning-big-page#tuplets
The german translation isn't up to date, though.

Cheers,
  Harm

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


Re: Wrong example for times command in Learning Manual

2014-01-05 Thread Thomas Morley
2014/1/5 Dietmar Viertel :
> Thanks for your answer.
> But the page is not reachable.
>
> Even not from here (main page for manuals):
> http://lilypond.org/manuals.html, try "details of Learning"


> Hi Dietmar,
>
> thanks for your report.
>
> Seems to be fixed already:
> http://lilypond.org/doc/v2.18/Documentation/learning-big-page#tuplets
> The german translation isn't up to date, though.
>
> Cheers,
>   Harm
>

Please always cc the list.

Seems lilypond.org is down at the moment:
http://www.downforeveryoneorjustme.com/lilypond.org


Maybe we have to wait a little ...

Cheers,
  Harm

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


lilypond.org down?

2014-01-05 Thread Mats Bengtsson
It's probably only a temporary problem, but I can't access lilypond.org 
for the moment.


/Mats


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