Re: unbeamed 128th note is also unflagged

2009-03-17 Thread Francisco Vila
2009/3/17 Patrick McCarty pnor...@gmail.com:
 On Mon, Mar 16, 2009 at 11:58 AM, Francisco Vila paconet@gmail.com 
 wrote:
 2009/3/16 David Bobroff bobr...@centrum.is:
 I'm getting this same problem on 2.12.2 with the PDF.  I also get:

 warning: flag `d7' not found

 This is with version 2.12.2

 -David

 'u7' is not found, either. Tested on a newly compiled 2.12.3 1967f949e3c.

 That's strange that you are getting this error when compiling from
 git.  Are you sure you did a `make clean'?  This should clear out
 mf/out/*, and `make all' should rebuild the fonts.

 Can you test on the latest master?  The commit you mention is nearly a
 month old.

 As you can see, the new 2.13 doc NEWS page shows the correct example:

 http://lilypond.org/doc/v2.13/Documentation/topdocs/NEWS


 -Patrick

Now it works. Besides, my last-resort script which I call makemake
fails to build the docs. Any ideas?

$ cat makemake

make clean
rm `find |grep pyc$`
make
make web-clean
make web  err

$ tail err

./out-www/lilypond-snippets.texi:155: Menu reference to nonexistent
node `Expressive marks' (perhaps incorrect sectioning?).
./out-www/lilypond-snippets.texi:154: Menu reference to nonexistent
node `Rhythms' (perhaps incorrect sectioning?).
makeinfo: Removing output file `out-www/lilypond-snippets.info' due to
errors; use --force to preserve.
make[3]: *** [out-www/lilypond-snippets.info] Error 1
make[3]: Leaving directory `/home/fravd/source/lilypond/input/lsr'
make[2]: *** [WWW-1] Error 2
make[2]: Leaving directory `/home/fravd/source/lilypond/input'
make[1]: *** [WWW-1] Error 2
make[1]: Leaving directory `/home/fravd/source/lilypond'
make: *** [web-1] Error 2

-- 
Francisco Vila. Badajoz (Spain)

The incredible carnival of Badajoz
http://www.flickr.com/photos/pacovila/tags/carnaval/show/


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


Re: unbeamed 128th note is also unflagged

2009-03-17 Thread Neil Puttock
2009/3/17 Francisco Vila paconet@gmail.com:
 2009/3/17 Patrick McCarty pnor...@gmail.com:
 On Mon, Mar 16, 2009 at 11:58 AM, Francisco Vila paconet@gmail.com 
 wrote:
 2009/3/16 David Bobroff bobr...@centrum.is:
 I'm getting this same problem on 2.12.2 with the PDF.  I also get:

 warning: flag `d7' not found

 This is with version 2.12.2

 -David

 'u7' is not found, either. Tested on a newly compiled 2.12.3 1967f949e3c.

 That's strange that you are getting this error when compiling from
 git.  Are you sure you did a `make clean'?  This should clear out
 mf/out/*, and `make all' should rebuild the fonts.

 Can you test on the latest master?  The commit you mention is nearly a
 month old.

 As you can see, the new 2.13 doc NEWS page shows the correct example:

 http://lilypond.org/doc/v2.13/Documentation/topdocs/NEWS


 -Patrick

 Now it works. Besides, my last-resort script which I call makemake
 fails to build the docs. Any ideas?

Fixed in git - it's a docstring in the wrong place.

As for the font problem, if you have a look at 2.13 on kainhofer.com,
it's still not right, since the \snappizzicato articulation is blank.

Regards,
Neil


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


Re: unbeamed 128th note is also unflagged

2009-03-16 Thread Werner LEMBERG

 \relative c'' {
   g128
 }
 http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html
 
 That's very nice, but since there are no flags on it, it looks
 like a quarter note with a long stem. Am I missing something?

Are you sure that you are actually using the new fonts from 2.12?


Werner


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


Re: unbeamed 128th note is also unflagged

2009-03-16 Thread Francisco Vila
2009/3/16 Werner LEMBERG w...@gnu.org:

 \relative c'' {
   g128
 }
 http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html

 That's very nice, but since there are no flags on it, it looks
 like a quarter note with a long stem. Am I missing something?

 Are you sure that you are actually using the new fonts from 2.12?

It is not a font problem but a PNG on a web page.

-- 
Francisco Vila. Badajoz (Spain)

The incredible carnival of Badajoz
http://www.flickr.com/photos/pacovila/tags/carnaval/show/


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


Re: unbeamed 128th note is also unflagged

2009-03-16 Thread Mats Bengtsson



Werner LEMBERG wrote:

\relative c'' {
  g128
}
http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html

That's very nice, but since there are no flags on it, it looks
like a quarter note with a long stem. Am I missing something?



Are you sure that you are actually using the new fonts from 2.12?
  
The problem is on the web page specified above, so it was the fonts used 
to build the official web page that were not up to date!


/Mats


Werner


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


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=



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


Re: unbeamed 128th note is also unflagged

2009-03-16 Thread David Bobroff

I'm getting this same problem on 2.12.2 with the PDF.  I also get:

warning: flag `d7' not found

This is with version 2.12.2

-David

Francisco Vila wrote:

2009/3/16 Werner LEMBERG w...@gnu.org:

\relative c'' {
  g128
}
http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html

That's very nice, but since there are no flags on it, it looks
like a quarter note with a long stem. Am I missing something?

Are you sure that you are actually using the new fonts from 2.12?


It is not a font problem but a PNG on a web page.





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


Re: unbeamed 128th note is also unflagged

2009-03-16 Thread Francisco Vila
2009/3/16 David Bobroff bobr...@centrum.is:
 I'm getting this same problem on 2.12.2 with the PDF.  I also get:

 warning: flag `d7' not found

 This is with version 2.12.2

 -David

'u7' is not found, either. Tested on a newly compiled 2.12.3 1967f949e3c.

Maximilian Albert coded the fix to
http://code.google.com/p/lilypond/issues/detail?id=508 on git commit
#f7024581912e7 ;

I think we are missing something that has to be cleared first to be
properly rebuilt, but no idea on what it is.

-- 
Francisco Vila. Badajoz (Spain)

The incredible carnival of Badajoz
http://www.flickr.com/photos/pacovila/tags/carnaval/show/


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


Re: unbeamed 128th note is also unflagged

2009-03-16 Thread Francisco Vila
2009/3/16 Francisco Vila paconet@gmail.com:
 I think we are missing something that has to be cleared first to be
 properly rebuilt, but no idea on what it is.

Also, there is no regression test on unbeamed 128th notes.

input/regression$ grep 128 *
beam-default-lengths.ly:  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
beam-shortened-lengths.ly:  f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
rest.ly:  r1 r2 r4 r8 r16 r32 r64 r128 r128
rest.ly:  r1. r2. r4. r8. r16. r32. r64. r128. r128.


-- 
Francisco Vila. Badajoz (Spain)

The incredible carnival of Badajoz
http://www.flickr.com/photos/pacovila/tags/carnaval/show/


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


Re: unbeamed 128th note is also unflagged

2009-03-16 Thread Patrick McCarty
On Mon, Mar 16, 2009 at 11:58 AM, Francisco Vila paconet@gmail.com wrote:
 2009/3/16 David Bobroff bobr...@centrum.is:
 I'm getting this same problem on 2.12.2 with the PDF.  I also get:

 warning: flag `d7' not found

 This is with version 2.12.2

 -David

 'u7' is not found, either. Tested on a newly compiled 2.12.3 1967f949e3c.

That's strange that you are getting this error when compiling from
git.  Are you sure you did a `make clean'?  This should clear out
mf/out/*, and `make all' should rebuild the fonts.

Can you test on the latest master?  The commit you mention is nearly a
month old.

As you can see, the new 2.13 doc NEWS page shows the correct example:

http://lilypond.org/doc/v2.13/Documentation/topdocs/NEWS


-Patrick


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


unbeamed 128th note is also unflagged

2009-03-15 Thread Mark Polesky

First thing on the news page is an unbeamed 128th note:

\relative c'' {
  g128
}
http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html

That's very nice, but since there are no flags on it, it looks
like a quarter note with a long stem. Am I missing something?

- Mark



  


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