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


misprint in the documentation

2009-03-16 Thread Alexey
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/Tunable-context-properties

Search for the word vectiical (occures twice).



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


Re: misprint in the documentation

2009-03-16 Thread Francisco Vila
2009/3/16 Alexey a-za...@yandex.ru:
 http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/Tunable-context-properties

 Search for the word vectiical (occures twice).

Thanks; the attached patch fixes the typo.

-- 
Francisco Vila. Badajoz (Spain)
From 11a0e4819debbef2f6fbb8550edd27c0f5c2766d Mon Sep 17 00:00:00 2001
From: Francisco Vila francisco.v...@hispalinux.es
Date: Mon, 16 Mar 2009 12:26:24 +0100
Subject: [PATCH] Typo.

---
 scm/define-context-properties.scm |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm
index 9dfef89..1012c86 100644
--- a/scm/define-context-properties.scm
+++ b/scm/define-context-properties.scm
@@ -35,9 +35,9 @@

  (aDueText ,markup? Text to print at a unisono passage.)
  (alignBelowContext ,string? Where to insert newly created context in
-vertiical alignment.)
+vertical alignment.)
  (alignAboveContext ,string? Where to insert newly created context in
-vertiical alignment.)
+vertical alignment.)
  (alignBassFigureAccidentals ,boolean? If true, then the accidentals
 are aligned in bass figure context.)
  (associatedVoice ,string? Name of the @code{Voice} that has the
-- 
1.5.6.3

___
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


Issue 508 in lilypond: request: support 128 durations

2009-03-16 Thread codesite-noreply


Comment #7 on issue 508 by paconet.org: request: support 128 durations
http://code.google.com/p/lilypond/issues/detail?id=508

Does not work for me on a fresly built 2.12.3 (standard homebrew compile,  
not GUB)

from git 1967f949e3

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
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


what do I do?

2009-03-16 Thread Jesper Caprani
I get this:


# -*-compilation-*-
Processing `C:/Documents and Settings/Ejer/Skrivebord/test.log'
Tolker...
C:/Documents and Settings/Ejer/Skrivebord/test.log:1:1: error: GUILE signaled 
an error for the expression beginning here
#
  -*-compilation-*-

C:/Documents and Settings/Ejer/Skrivebord/test.log:2:11: error: syntax error, 
unexpected $undefined, expecting '='
Processing 
   `C:/Documents and Settings/Ejer/Skrivebord/test.ly'

C:/Documents and Settings/Ejer/Skrivebord/test.log:0: advarsel: : no \version 
statement found, please add

\version 2.12.2

for future compatibility
error: failed files: C:\\Documents and Settings\\Ejer\\Skrivebord\\test.log


What do I do?

Jesper Caprani



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


Re: what do I do?

2009-03-16 Thread -Eluze


Jesper Caprani wrote:
 
 
 C:/Documents and Settings/Ejer/Skrivebord/test.log:0: advarsel: : no
 \version 
 statement found, please add
 
 \version 2.12.2
 
 for future compatibility
 
 What do I do?
 
 

first i would do what they reommend - add this version statement in your
.ly-file and recompile!
-- 
View this message in context: 
http://www.nabble.com/what-do-I-do--tp22548851p22549354.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.



___
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


MIDI interface (feature request)

2009-03-16 Thread Kees van den Doel
I would like to see a general method to insert MIDI command in the score.
My specific need is to add vibrato to certain notes by setting the appropriate
controller. My application is Persian music where vibrato is a must on
certain notes.

Kees







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