Re: book-predicate

2012-03-04 Thread Jan-Peter Voigt

Hello David,

sorry for this kind-a-basic-scheme-question(s) ... ;-)
How do I inject variables into an empty module?

I assume, the string-eval approach loads up the whole guile-tool-chain, 
so that define is defined.

The function I am thinking of shall work like this:


#(define-public (set-book-headers! book header) ; book is a book, header 
is an a-list, containig all vars to inject into header

  (let ((bookhead (ly:book-header book)))
   ; if book has no header, create one
   (if (not bookhead) (let ((bh (/make-module/)))
(set! bookhead bh)
(ly:book-set-header! bookhead)
   ))
   (for-each (lambda (p)
 (if (pair? p)
 (let ((key (car p))
   (val (cdr p)))
  (/inject key=val/ bookhead
 header)
))


So AFAICS there are at least 3 different ways to create a module to use 
in a header:

1: (eval-string "(define-module (a b))")
2: (ly:book-header #{ \book { \header { } } #})
3: (make-module)

The first two are some kind of cheating, but create modules, where I can 
inject my vars using

(eval `(define ,key (quote ,val)) bookhead)

I would prefer the 3rd one, if I knew, how to inject the vars inside the 
empty module.
In my first post, regarding this stuff, I used eval-string, because I 
assume it produces less overhead than creating a book in inline lily-code.
My function shall modify the given book and not create a new one, so 
that the change is visible outside the function-scope.
Of course, one might return the changed/copied book and use that for 
processing, but I still like to know the answers to my questions? ;-)


Happy sunday!
Cheers, Jan-Peter



make-module would be obvious.

But if you try a (eval '(define title "Titel") (make-module)) it fails
with "Unbound variable: define"?

Well, where would a definition for "define" come from in an empty
module?




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


Re: templates for writing mysicological book

2012-03-04 Thread vedran . vucic

Hello,

Thanks.  I will check that. Do you know is Lilypond plugin for  
OpenOffice updated regularly. I could not find decently new versions  
for Libre Office.


Thanks,

Vedran


Quoting James :


Vedran,

On 3 March 2012 07:34,   wrote:

Hello,

Do you know any site where I can find a collection of templates for for
writing musicological book or music textbook in Lilypond?



See http://jonathankulp.org/

click on the 'counterpoint' link on this page. This is a musicalogical
book he made using LP and LaTex - the source and the PDF is here.

This might be something you can use.

Also see:

http://lilypond.org/doc/v2.14/Documentation/usage/lilypond_002dbook

--
--

James






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


Re: templates for writing mysicological book

2012-03-04 Thread James
Hello,

On 4 March 2012 10:07,   wrote:
> Hello,
>
...
> Do you know is Lilypond plugin for OpenOffice
> updated regularly. I could not find decently new versions for Libre Office.

You mean this:

http://ooolilypond.sourceforge.net/

?

I don't think so.

I'll cc the development list to see if anyone has any comment or suggestions.


-- 
--

James

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


Re: templates for writing mysicological book

2012-03-04 Thread vedran . vucic

Hello,

Yes. please let me know if you receive any update on that project.

Thanks,

vedran


Quoting James :


Hello,

On 4 March 2012 10:07,   wrote:

Hello,


...

Do you know is Lilypond plugin for OpenOffice
updated regularly. I could not find decently new versions for Libre Office.


You mean this:

http://ooolilypond.sourceforge.net/

?

I don't think so.

I'll cc the development list to see if anyone has any comment or suggestions.


--
--

James






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


Re: Fatal Error on Launching 2.15.31

2012-03-04 Thread David Kastrup
Eric  writes:

> This may belong on the developer list- apologies.
>
> Immediately after downloading and expanding 2.15.31 in the version
> appropriate for my Macintosh (10.7.3 Intel Duo) I got a crash
> reflected in my console with these message:

[...]

> Apologies for the dump but not sure what to do with that! Seemed to
> deserve a report somewhere - if not here, again apologies, will
> forward to if and as I can.

You might want to check the bug tracker for previous occurences.

In this case, this looks like
http://code.google.com/p/lilypond/issues/detail?id=2338>.

-- 
David Kastrup


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


Changing default fonts

2012-03-04 Thread Zbyněk Burget

Hello everybody,
I try change default text fonts according to the manual:

\paper {
#(define fonts
 (make-pango-font-tree "TimesNewRoman"
   "Nimbus Sans"
   "Luxi Mono"
   (/ myStaffSize 20)))
}

but I got error:
GUILE signaled an error for the expression beginning here
#
 (define fonts

Anyone knows what's wrong?
\version "2.14.2"

--
Zbyněk Burget
Mlýnská 397
798 26 Nezamyslice

tel: 588 580 000, 739 930 931
http://www.burgnet.cz
IČ:  606 88 220; DIČ: CZ7210184674

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


Re: Fatal Error on Launching 2.15.31

2012-03-04 Thread Hans Aikema

  
  
On 3-3-2012 16:01, Eric wrote:
This may belong on the developer list- apologies.
  Immediately after downloading and expanding 2.15.31 in the
version appropriate for my Macintosh (10.7.3 Intel Duo) I got a
crash reflected in my console with these message:
  
  
  ...
  Apologies for the dump but not sure what to do with that!
Seemed to deserve a report somewhere - if not here, again
apologies, will forward to if and as I can.
  Eric
  
  
  
  ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Belongs more in the developers list, or even better bugs list (see
http://lilypond.org/web/devel/participating/bugs).
I'll see if I can reproduce it on my system (Intel Core i5; OS X
10.7.3)

Having dumps included serves as a good help for developers, so
that's a good habit, don't loose it :)

regards,
Hans
  


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


Re: Fatal Error on Launching 2.15.31

2012-03-04 Thread Hans Aikema

  
  
Top-posting as my bottom-posting mails seem to not get through to
the list.

Is a known bug to be solved in 2.15.32:

http://code.google.com/p/lilypond/issues/detail?id=2338&can=7&q=info.plist&colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary

You can solve it locally by adding the missing  in
info.plist at line 56

regards,
Hans

On 3-3-2012 16:01, Eric wrote:
This may belong on the developer list- apologies.
  Immediately after downloading and expanding 2.15.31 in the
version appropriate for my Macintosh (10.7.3 Intel Duo) I got a
crash reflected in my console with these message:
  
  
  
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
  Traceback (most recent call last):
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File
  "/Users/ericschissel/donotbackup/chromedownloads/LilyPond
  3.app/Contents/Resources/__boot__.py", line 31, in
  
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
      _run('LilyPond.py')
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File
  "/Users/ericschissel/donotbackup/chromedownloads/LilyPond
  3.app/Contents/Resources/__boot__.py", line 28, in _run
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
      execfile(path, globals(), globals())
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File
  "/Users/ericschissel/donotbackup/chromedownloads/LilyPond
  3.app/Contents/Resources/LilyPond.py", line 3, in
  
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
      from PyObjCTools import AppHelper
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File "PyObjCTools/AppHelper.pyc", line 14, in 
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File "AppKit/__init__.pyc", line 8, in 
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File "objc/__init__.pyc", line 22, in 
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File "objc/__init__.pyc", line 19, in _update
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File "objc/_objc.pyc", line 18, in 
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    File "objc/_objc.pyc", line 11, in __load
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
  ImportError:
  dlopen(/Users/ericschissel/donotbackup/chromedownloads/LilyPond
  3.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so,
  2): Symbol not found: _objc_sync_notify
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    Referenced from:
  /Users/ericschissel/donotbackup/chromedownloads/LilyPond
  3.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so
3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
    Expected in: /usr/lib/libobjc.A.dylib
3/3/12 9:52:59.392 AM LilyPond: LilyPond Error
3/3/12 9:52:59.393 AM LilyPond: LilyPond Error
An unexpected error has occurred during execution of the
  main script


ImportError:
  dlopen(/Users/ericschissel/donotbackup/chromedownloads/LilyPond
  3.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so,
  2): Symbol not found: _objc_sync_notify
  Referenced from:
  /Users/ericschissel/donotbackup/chromedownloads/LilyPond
  3.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so
  Expected in: /usr/lib/libobjc.A.dylib
3/3/12 9:53:28.736 AM com.apple.launchd.peruser.501:
  ([0x0-0x916916].org.lilypond.lilypond[24955]) Exited with
  code: 255
3/3/12 9:54:39.134 AM LilyPond: The Info.plist file must
  have a PyRuntimeLocations array containing string values for
  preferred Python runtime locations.  These strings should be
  "otool -L" style mach ids; "@executable_stub" and "~" prefixes
  will be translated accordingly.
3/3/12 9:55:05.153 AM [0x0-0x91b91b].LilyPond: 0x9a66212b
3/3/12 9:55:05.153 AM com.apple.launchd.peruser.501:
  ([0x0-0x91b91b].LilyPond[24997]) Exited with code: 255
  
  
  
  Apologies for the dump but not sure what to do with that!
Seemed to deserve a report somewhere - if not here, again
apologies, will forward to if and as I can.
  Eric
  
  
  
  ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



  


___
lilypond-user mailin

Re: Fatal Error on Launching 2.15.31

2012-03-04 Thread Hans Aikema

  
  
On 3-3-2012 16:01, Eric wrote:
This may belong on the developer list- apologies.
  Immediately after downloading and expanding 2.15.31 in the
version appropriate for my Macintosh (10.7.3 Intel Duo) I got a
crash reflected in my console with these message:
  
  
  
  
  
  
  Apologies for the dump but not sure what to do with that!
Seemed to deserve a report somewhere - if not here, again
apologies, will forward to if and as I can.
  Eric
  
  
  
  ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



I've been able to reproduce your problem and it's the 'swallowed
' in the info.plist that featured on this list a
couple of days ago
(http://old.nabble.com/Mac-info.plist-problem-td33349559.html). Add
the missing  in line 56 and your Lilypond should
return to normal operation.
 

regards,
Hans
  


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


Re: book-predicate

2012-03-04 Thread David Kastrup
Jan-Peter Voigt  writes:

> sorry for this kind-a-basic-scheme-question(s) ... ;-)
> How do I inject variables into an empty module?
>
> I assume, the string-eval approach loads up the whole
> guile-tool-chain, so that define is defined.
> The function I am thinking of shall work like this:
>
> 
> #(define-public (set-book-headers! book header) ; book is a book,
> header is an a-list, containig all vars to inject into header
>   (let ((bookhead (ly:book-header book)))
>; if book has no header, create one
>(if (not bookhead) (let ((bh (/make-module/)))
> (set! bookhead bh)
> (ly:book-set-header! bookhead)
>))
>(for-each (lambda (p)
>  (if (pair? p)
>  (let ((key (car p))
>(val (cdr p)))
>   (/inject key=val/ bookhead
>  header)
> ))
> 
>
> So AFAICS there are at least 3 different ways to create a module to
> use in a header:
> 1: (eval-string "(define-module (a b))")

What's with the eval-string nonsense?  Why don't you just use
(define-module (a b)) instead?

> 2: (ly:book-header #{ \book { \header { } } #})
> 3: (make-module)
>
> The first two are some kind of cheating, but create modules, where I
> can inject my vars using
> (eval `(define ,key (quote ,val)) bookhead)
>
> I would prefer the 3rd one, if I knew, how to inject the vars inside
> the empty module.

(module-define! module key val)

Not all that hard.

> In my first post, regarding this stuff, I used eval-string, because I
> assume it produces less overhead than creating a book in inline
> lily-code.

Sure, but why eval-string?  Why not write what you want instead?

-- 
David Kastrup


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


Re: Fatal Error on Launching 2.15.31

2012-03-04 Thread Rembrandt Wolpert
Go into Lilypond.app/Contents/

open info.plist with your favourite editor and

change Line 56:

Build from Wed Feb 29 14:13:09 2012

to:

Build from Wed Feb 29 14:13:09 2012

It's an error since version 2.15.30, in the bug-reports, but not acted 
upon (why? it's so easy?)

Rembrandt

On Sat Mar  3 09:01:18 2012, Eric wrote:
> This may belong on the developer list- apologies.
> Immediately after downloading and expanding 2.15.31 in the version
> appropriate for my Macintosh (10.7.3 Intel Duo) I got a crash reflected in
> my console with these message:
>
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond: Traceback (most
> recent call last):
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "/Users/ericschissel/donotbackup/chromedownloads/LilyPond
> 3.app/Contents/Resources/__boot__.py", line 31, in 
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
> _run('LilyPond.py')
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "/Users/ericschissel/donotbackup/chromedownloads/LilyPond
> 3.app/Contents/Resources/__boot__.py", line 28, in _run
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:
> execfile(path, globals(), globals())
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "/Users/ericschissel/donotbackup/chromedownloads/LilyPond
> 3.app/Contents/Resources/LilyPond.py", line 3, in 
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond: from
> PyObjCTools import AppHelper
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "PyObjCTools/AppHelper.pyc", line 14, in 
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "AppKit/__init__.pyc", line 8, in 
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "objc/__init__.pyc", line 22, in 
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "objc/__init__.pyc", line 19, in _update
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "objc/_objc.pyc", line 18, in 
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   File
> "objc/_objc.pyc", line 11, in __load
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond: ImportError:
> dlopen(/Users/ericschissel/donotbackup/chromedownloads/LilyPond
> 3.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so, 2):
> Symbol not found: _objc_sync_notify
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   Referenced
> from: /Users/ericschissel/donotbackup/chromedownloads/LilyPond
> 3.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so
> 3/3/12 9:52:59.193 AM [0x0-0x916916].org.lilypond.lilypond:   Expected in:
> /usr/lib/libobjc.A.dylib
> 3/3/12 9:52:59.392 AM LilyPond: LilyPond Error
> 3/3/12 9:52:59.393 AM LilyPond: LilyPond Error
> An unexpected error has occurred during execution of the main script
>
> ImportError:
> dlopen(/Users/ericschissel/donotbackup/chromedownloads/LilyPond
> 3.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so, 2):
> Symbol not found: _objc_sync_notify
>   Referenced from: /Users/ericschissel/donotbackup/chromedownloads/LilyPond
> 3.app/Contents/Resources/lib/python2.6/lib-dynload/objc/_objc.so
>   Expected in: /usr/lib/libobjc.A.dylib
> 3/3/12 9:53:28.736 AM com.apple.launchd.peruser.501:
> ([0x0-0x916916].org.lilypond.lilypond[24955]) Exited with code: 255
> 3/3/12 9:54:39.134 AM LilyPond: The Info.plist file must have a
> PyRuntimeLocations array containing string values for preferred Python
> runtime locations.  These strings should be "otool -L" style mach ids;
> "@executable_stub" and "~" prefixes will be translated accordingly.
> 3/3/12 9:55:05.153 AM [0x0-0x91b91b].LilyPond: 0x9a66212b
> 3/3/12 9:55:05.153 AM com.apple.launchd.peruser.501:
> ([0x0-0x91b91b].LilyPond[24997]) Exited with code: 255
>
> Apologies for the dump but not sure what to do with that! Seemed to deserve
> a report somewhere - if not here, again apologies, will forward to if and
> as I can.
> Eric
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
松下問童子言師採藥去
只在此山中雲深不知處


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


MacOS X Lion (10.7) support?

2012-03-04 Thread Jeff Kopmanis
Any idea when a Lion release of Lilypond will be ready for testing?

-- 
Jeff Kopmanis
Monroe Big Band: http://monroebigband.com
Soul Kitchen: http://soulkitchencooks.com
http://pickle-review.blogspot.com
http://saxessories.blogspot.com
** Go Green and leave this email on the Screen! **
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Fatal Error on Launching 2.15.31

2012-03-04 Thread Hans Aikema

On 3-3-2012 16:01, Eric wrote:

This may belong on the developer list- apologies.
Immediately after downloading and expanding 2.15.31 in the version 
appropriate for my Macintosh (10.7.3 Intel Duo) I got a crash 
reflected in my console with these message:


...
Apologies for the dump but not sure what to do with that! Seemed to 
deserve a report somewhere - if not here, again apologies, will 
forward to if and as I can.

Eric


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


Retrying in plain-tekst as my previous (html-only, based on the original 
mail) mails seem to not get through to the list.


It is a known bug presumed to be solved by the yet-to-be-released 
2.15.32, which previously featured this list as "Mac info.plist problem":


http://code.google.com/p/lilypond/issues/detail?id=2338&can=7&q=info.plist&colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary

You can solve it locally by adding the missing  in info.plist 
at line 56


regards,
Hans


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


Re: Fatal Error on Launching 2.15.31

2012-03-04 Thread Graham Percival
On Sat, Mar 03, 2012 at 02:34:56PM -0600, Rembrandt Wolpert wrote:
> It's an error since version 2.15.30, in the bug-reports, but not acted 
> upon (why? it's so easy?)

I don't know.  Why didn't you send a patch?

- Graham

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


Re: Changing default fonts

2012-03-04 Thread Zbyněk Burget

I'm sorry, I solved it.
I had no following line in the definition:
myStaffSize = #20

Zbynek

Dne 4.3.2012 0:40, Zbyněk Burget napsal(a):

Hello everybody,
I try change default text fonts according to the manual:

\paper {
#(define fonts
(make-pango-font-tree "TimesNewRoman"
"Nimbus Sans"
"Luxi Mono"
(/ myStaffSize 20)))
}

but I got error:
GUILE signaled an error for the expression beginning here
#
(define fonts

Anyone knows what's wrong?
\version "2.14.2"



--
Zbyněk Burget
Mlýnská 397
798 26 Nezamyslice

tel: 588 580 000, 739 930 931
http://www.burgnet.cz
IČ:  606 88 220; DIČ: CZ7210184674

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread Phil Holmes
- Original Message - 
From: "Thomas Morley" 

To: "David Nalesnik" 
Cc: "lilypond-user" 
Sent: Saturday, March 03, 2012 11:14 PM
Subject: Re: LSR updates: was: polychords: a working solution


Hi David,

2012/3/3 David Nalesnik :

Hi Harm,



I attached a tarball with all fixed files (hope it's not to big).
Perhaps you could test compiling them. IIRC you use windows, it should
make no difference, but who knows ...



Everything compiles :) All I get are warnings with a few of the files.
I've attached the trimmed-down results.

I'll get back to you soon about the text you want me to look at.

-David




thanks for your effort.

I know about most of the warnings. I think they can be disregarded.

But I'm a little bit puzzled about these:
warning: No glyph found for alteration: 54/125 (etc)
warning: Could not find glyph-name for alteration 17/1000
warning: Incomplete keyAlterationOrder for key signature
warning: MIDI channel wrapped around
warning: remapping modulo 16

I never saw them before during my testings. And I can't appraise them.

===

Sebastiano would welcome an updated tarball.   Please send it to 
vi...@dsi.unimi.it


Thanks.

--
Phil Holmes



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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread James
Phil,

On 4 March 2012 18:30, Phil Holmes  wrote:
> - Original Message - From: "Thomas Morley"
> 
> To: "David Nalesnik" 
> Cc: "lilypond-user" 
> Sent: Saturday, March 03, 2012 11:14 PM
> Subject: Re: LSR updates: was: polychords: a working solution
...


> warning: MIDI channel wrapped around
> warning: remapping modulo 16
>
> I never saw them before during my testings. And I can't appraise them.

LIAR!

http://lists.gnu.org/archive/html/lilypond-devel/2011-06/msg00833.html

;)

I think if look in the Archives you might find the others too.

-- 
--

James

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


Formatting of lyrics

2012-03-04 Thread Zbyněk Burget

Hello,
now I looking for solution of several other problems:
1. is there a way to insert markup into the stanza?
   something like this: \set stanza = \markup {...something...}
2. Can I shift syllabe in the lyric? {\tweak #'X-offset #-2} not work.
3. Is possible place lyric tie above the text?
4. I need place character (asteriscus) aligned on barline
   - used e.g. in Gregorian chant
5. Is possible place some character (or markup) to end of each
   (or some) verse so that it is aligned uniformly - similarly as stanza
   (but only at the end)?

Tkanks for any advice

--
Zbyněk Burget
Mlýnská 397
798 26 Nezamyslice

tel: 588 580 000, 739 930 931
http://www.burgnet.cz
IČ:  606 88 220; DIČ: CZ7210184674

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread Thomas Morley
Hi James,

2012/3/4 James :
> Phil,
>
> On 4 March 2012 18:30, Phil Holmes  wrote:
>> - Original Message - From: "Thomas Morley"
>> 
>> To: "David Nalesnik" 
>> Cc: "lilypond-user" 
>> Sent: Saturday, March 03, 2012 11:14 PM
>> Subject: Re: LSR updates: was: polychords: a working solution
> ...
>
>
>> warning: MIDI channel wrapped around
>> warning: remapping modulo 16
>>
>> I never saw them before during my testings. And I can't appraise them.
>
> LIAR!
>
> http://lists.gnu.org/archive/html/lilypond-devel/2011-06/msg00833.html
>
> ;)
>
> I think if look in the Archives you might find the others too.
>
> --
> --
>
> James

the point is, that I can't reproduce the warnings. So, I don't know
whether LSR-updating is blocked by them or not.

What do you think?


Cheers,
  Harm

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread Phil Holmes
- Original Message - 
From: "Thomas Morley" 

To: "James" 
Cc: "Phil Holmes" ; "David Nalesnik" 
; "lilypond-user" 

Sent: Sunday, March 04, 2012 8:52 PM
Subject: Re: LSR updates: was: polychords: a working solution



Hi James,

2012/3/4 James :

Phil,

On 4 March 2012 18:30, Phil Holmes  wrote:

- Original Message - From: "Thomas Morley"

To: "David Nalesnik" 
Cc: "lilypond-user" 
Sent: Saturday, March 03, 2012 11:14 PM
Subject: Re: LSR updates: was: polychords: a working solution

...



warning: MIDI channel wrapped around
warning: remapping modulo 16

I never saw them before during my testings. And I can't appraise them.


LIAR!

http://lists.gnu.org/archive/html/lilypond-devel/2011-06/msg00833.html

;)

I think if look in the Archives you might find the others too.

--
--

James


the point is, that I can't reproduce the warnings. So, I don't know
whether LSR-updating is blocked by them or not.

What do you think?


Cheers,
 Harm



I'm not certain, but my expectation would be that warnings would not stop 
snippets from being displayed, so I would ignore them.


--
Phil Holmes


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


Re: Formatting of lyrics

2012-03-04 Thread -Eluze


Zbyněk Burget-3 wrote:
> 
> Hello,
> now I looking for solution of several other problems:
> 1. is there a way to insert markup into the stanza?
> something like this: \set stanza = \markup {...something...}
> 


> go ahead - it works!
> 
> 
>> 2. Can I shift syllabe in the lyric? {\tweak #'X-offset #-2} not work.
>> 
> whereto you wanna shift it - center, left-aligned … ?
> give us a small example, we might be able do do it!
> 
> 
>> 4. I need place character (asteriscus) aligned on barline
>> - used e.g. in Gregorian chant
>> 
> \mark \markup "*" !?
> 
> 
>> 5. Is possible place some character (or markup) to end of each
>> (or some) verse so that it is aligned uniformly - similarly as stanza
>> (but only at the end)?
>> 
> I don't understand what you mean - you have an example (scanned or
> whatever) ?
> 
hth
Eluze
-- 
View this message in context: 
http://old.nabble.com/Formatting-of-lyrics-tp33439717p33440023.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread David Nalesnik
Hi,

On Sun, Mar 4, 2012 at 3:05 PM, Phil Holmes  wrote:

> - Original Message - From: "Thomas Morley" <
> thomasmorle...@googlemail.com**>
> To: "James" 
> Cc: "Phil Holmes" ; "David Nalesnik" <
> david.nales...@gmail.com>; "lilypond-user" 
> Sent: Sunday, March 04, 2012 8:52 PM
>
> Subject: Re: LSR updates: was: polychords: a working solution
>
>
>  Hi James,
>>
>> 2012/3/4 James :
>>
>>> Phil,
>>>
>>> On 4 March 2012 18:30, Phil Holmes  wrote:
>>>
 - Original Message - From: "Thomas Morley"
 
 To: "David Nalesnik" 
 Cc: "lilypond-user" 
 Sent: Saturday, March 03, 2012 11:14 PM
 Subject: Re: LSR updates: was: polychords: a working solution

>>> ...
>>>
>>>
>>>  warning: MIDI channel wrapped around
 warning: remapping modulo 16

 I never saw them before during my testings. And I can't appraise them.

>>>
>>> LIAR!
>>>
>>> http://lists.gnu.org/archive/**html/lilypond-devel/2011-06/**
>>> msg00833.html
>>>
>>> ;)
>>>
>>> I think if look in the Archives you might find the others too.
>>>
>>> --
>>> --
>>>
>>> James
>>>
>>
I initially ran the entire set of updated files in one go using
lilypond *.ly 2>>stderr.log

This appears to be the problem--thank you for the link, James: I would have
never suspected that this could create problems.  I went ahead and ran the
files producing the strange results individually, and lo and behold! the
warnings are gone.

Here's my summary:

**no warnings when compiled alone**

`different-color-note-heads-in-one-staff.ly’

`filtering-parts-from-the-command-line.ly’

`hymn-template-wilhelmus-van-nassouwe.ly'

`incipit.ly'

`markup-accacciaturas.ly'

`positioning-segno-and-coda-without-line-break.ly'

`using-the-input-tag-property-to-create-musical-outlines.ly'

Sorry for any confusion!

-David

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


The LilyPond Report #24 has been released

2012-03-04 Thread David Kastrup

Greetings,

the LilyPond report #24 has been released and is available at
http://news.lilynet.net/?The-LilyPond-Report-24> for reading.

Topics include a request for funding and news about the progress of the
impending stable release 2.16 with a request for testing: so the overall
topic seems to be what you can do to make this stable release as well as
future ones happen.  But there is also an overview about online editing
tools for LilyPond, and an article about the LilyPond grammar.  So be
sure to read those electrons while they are still hot.

-- 
David Kastrup

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


Re: Fatal Error on Launching 2.15.31

2012-03-04 Thread David Kastrup
Rembrandt Wolpert  writes:

> Go into Lilypond.app/Contents/
>
> open info.plist with your favourite editor and
>
> change Line 56:
>
>   Build from Wed Feb 29 14:13:09 2012
>
> to:
>
>   Build from Wed Feb 29 14:13:09 2012
>
> It's an error since version 2.15.30, in the bug-reports, but not acted 
> upon (why? it's so easy?)

Your patch to GUB is eagerly awaited.

-- 
David Kastrup


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


Re: MacOS X Lion (10.7) support?

2012-03-04 Thread Jean-Alexis Montignies
Hi,

If the downloaded application does not work on Lion, i suggest you try the 
command line tool (Using Terminal.app).
You can access the tool from the application bundle, or install it using 
macports (www.macports.org). See the instructions there, you have to choose one 
of the two packages lilypond or lilypond-devel.

It's not as difficult as it seems to use the command line.

You can use any text editor (as TextEdit.app) to edit your lilypond files.

Jean-Alexis Montignies

On 4 mars 2012, at 03:23, Jeff Kopmanis wrote:

> Any idea when a Lion release of Lilypond will be ready for testing?
> 
> -- 
> Jeff Kopmanis
> Monroe Big Band: http://monroebigband.com
> Soul Kitchen: http://soulkitchencooks.com
> http://pickle-review.blogspot.com
> http://saxessories.blogspot.com
> ** Go Green and leave this email on the Screen! **
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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


Re: Changing default fonts

2012-03-04 Thread David Kastrup
Zbyněk Burget  writes:

> Hello everybody,
> I try change default text fonts according to the manual:
>
> \paper {
> #(define fonts
>  (make-pango-font-tree "TimesNewRoman"
>"Nimbus Sans"
>"Luxi Mono"
>(/ myStaffSize 20)))
> }
>
> but I got error:
> GUILE signaled an error for the expression beginning here
>   #
>  (define fonts
>
> Anyone knows what's wrong?
> \version "2.14.2"

A more complete error message gives the reason:

/tmp/fds.ly:2:1: error: GUILE signaled an error for the expression beginning 
here
#
 (define fonts
Unbound variable: myStaffSize

You have not set up a variable myStaffSize.

-- 
David Kastrup


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


Re: MacOS X Lion (10.7) support?

2012-03-04 Thread David Kastrup
Jeff Kopmanis  writes:

> Any idea when a Lion release of Lilypond will be ready for testing?

When somebody has made it ready for testing.

-- 
David Kastrup


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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread Thomas Morley
Hi David,

2012/3/4 David Nalesnik :
> Hi,
>
> On Sun, Mar 4, 2012 at 3:05 PM, Phil Holmes  wrote:
>>
>> - Original Message - From: "Thomas Morley"
>> 
>> To: "James" 
>> Cc: "Phil Holmes" ; "David Nalesnik"
>> ; "lilypond-user" 
>> Sent: Sunday, March 04, 2012 8:52 PM
>>
>> Subject: Re: LSR updates: was: polychords: a working solution
>>
>>
>>> Hi James,
>>>
>>> 2012/3/4 James :

 Phil,

 On 4 March 2012 18:30, Phil Holmes  wrote:
>
> - Original Message - From: "Thomas Morley"
> 
> To: "David Nalesnik" 
> Cc: "lilypond-user" 
> Sent: Saturday, March 03, 2012 11:14 PM
> Subject: Re: LSR updates: was: polychords: a working solution

 ...


> warning: MIDI channel wrapped around
> warning: remapping modulo 16
>
> I never saw them before during my testings. And I can't appraise them.


 LIAR!

 http://lists.gnu.org/archive/html/lilypond-devel/2011-06/msg00833.html

 ;)

 I think if look in the Archives you might find the others too.

 --
 --

 James
>
>
> I initially ran the entire set of updated files in one go using
> lilypond *.ly 2>>stderr.log
>
> This appears to be the problem--thank you for the link, James: I would have
> never suspected that this could create problems.  I went ahead and ran the
> files producing the strange results individually, and lo and behold! the
> warnings are gone.
>
> Here's my summary:
>
> **no warnings when compiled alone**
>
> `different-color-note-heads-in-one-staff.ly’
>
> `filtering-parts-from-the-command-line.ly’
>
> `hymn-template-wilhelmus-van-nassouwe.ly'
>
> `incipit.ly'
>
> `markup-accacciaturas.ly'
>
> `positioning-segno-and-coda-without-line-break.ly'
>
> `using-the-input-tag-property-to-create-musical-outlines.ly'
>
> Sorry for any confusion!
>
> -David
>
>

I just downloaded the LSR.tarball from today and ran a last successful test.
I'd like to send it to Sebastiano.
Shall we postpone the change of the description for
increasing-spacing-between-staves.ly?
(2.16. seems to be coming soon.)


Cheers,
  Harm

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread Graham Percival
On Mon, Mar 05, 2012 at 12:07:09AM +0100, Thomas Morley wrote:
> I just downloaded the LSR.tarball from today and ran a last successful test.
> I'd like to send it to Sebastiano.

Please do.

> Shall we postpone the change of the description for
> increasing-spacing-between-staves.ly?

No; if there's only one snippet left to alter, just stick that on
your "todo" pile and fix it in the web interface after the entire
thing is running 2.14.

> (2.16. seems to be coming soon.)

I doubt it.  Certainly don't hold your breath waiting for it.

- Graham

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread David Nalesnik
Hi,

On Sun, Mar 4, 2012 at 5:16 PM, Graham Percival wrote:

> On Mon, Mar 05, 2012 at 12:07:09AM +0100, Thomas Morley wrote:
> > I just downloaded the LSR.tarball from today and ran a last successful
> test.
> > I'd like to send it to Sebastiano.
>
> Please do.
>
> > Shall we postpone the change of the description for
> > increasing-spacing-between-staves.ly?
>
> No; if there's only one snippet left to alter, just stick that on
> your "todo" pile and fix it in the web interface after the entire
> thing is running 2.14.
>

I just finished rewriting the description a moment ago.  I'll fix it once
the update is through.

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread Thomas Morley
Hi David,

2012/3/5 David Nalesnik :
> Hi,
>
> On Sun, Mar 4, 2012 at 5:16 PM, Graham Percival 
> wrote:
>>
>> On Mon, Mar 05, 2012 at 12:07:09AM +0100, Thomas Morley wrote:
>> > I just downloaded the LSR.tarball from today and ran a last successful
>> > test.
>> > I'd like to send it to Sebastiano.
>>
>> Please do.
>>
>> > Shall we postpone the change of the description for
>> > increasing-spacing-between-staves.ly?
>>
>> No; if there's only one snippet left to alter, just stick that on
>> your "todo" pile and fix it in the web interface after the entire
>> thing is running 2.14.
>
>
> I just finished rewriting the description a moment ago.  I'll fix it once
> the update is through.

Sorry, I've just sent a tarball to Sebastiano. I hope that all is correct.


THANKS A LOT FOR ALL YOUR HELP!!



Best,
  Harm

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread David Nalesnik
Hi Harm,


> I just finished rewriting the description a moment ago.  I'll fix it once
> the update is through.
>

Anyway, I suppose I should add the file to the conversation.  Please look
through it and see if it's accurate, and I'll take care of adding it when
the LSR is running 2.14.2.

Oh, and congratulations on everything you've accomplished!!!

-David


increasing-spacing-between-staves.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread David Nalesnik
Hi Harm,

On Sun, Mar 4, 2012 at 5:50 PM, Thomas Morley  wrote:

> Hi David,
>
> Sorry, I've just sent a tarball to Sebastiano. I hope that all is correct.
>

Everything compiles, and you fixed a number of things that didn't need
fixing--that has to be good enough :)


>
> THANKS A LOT FOR ALL YOUR HELP!!
>

You did the lion's share here, you really did, and this only got rolling
because of you.  (And I thought you said somewhere above that you would do
anything but organize :)  )

Best,
David
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread Thomas Morley
Hi David,

2012/3/5 David Nalesnik :
> Hi Harm,
>
>>
>> I just finished rewriting the description a moment ago.  I'll fix it once
>> the update is through.
>
>
> Anyway, I suppose I should add the file to the conversation.  Please look
> through it and see if it's accurate, and I'll take care of adding it when
> the LSR is running 2.14.2.

I've just read the new description. Very nice!
Of course you're aware: doing a good job means that more work of this
kind will be offered. :)

Cheers,
  Harm

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread Thomas Morley
Hi again,

2012/3/5 David Nalesnik :
> Hi Harm,
>
> On Sun, Mar 4, 2012 at 5:50 PM, Thomas Morley
>  wrote:
>>
>> Hi David,
>>
>>
>> Sorry, I've just sent a tarball to Sebastiano. I hope that all is correct.
>
>
> Everything compiles, and you fixed a number of things that didn't need
> fixing--that has to be good enough :)

hope so.


Cheers,
  Harm

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


Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread David Nalesnik
Hi Harm,

I've just read the new description. Very nice!
> Of course you're aware: doing a good job means that more work of this
> kind will be offered. :)


Ha, no problem.

Oh, by the way, forgot to mention that I added to the actual snippet
itself.  Couldn't resist :)

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


Re: Lilypond and ePub

2012-03-04 Thread Francisco Vila
2012/3/2 Nils :
> I tried pdf and epub books now and it is clear that epdf is not a good format 
> for this device. I suspect the same for other readers which are not A4 size 
> or bigger.

...

> Any thoughts on this topic? I immediately found this relevant to my interest, 
> once I saw the staticness and resulting uglyness of PDF compared to the 
> elegance of ePub (for text). I can not imagine music notation as pdf here.

Well, this looks good: https://t.co/suH4Qb9I

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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


Re: Lilypond and ePub

2012-03-04 Thread Nils
On Mon, 5 Mar 2012 01:39:38 +0100
Francisco Vila  wrote:

> 2012/3/2 Nils :
> > I tried pdf and epub books now and it is clear that epdf is not a good 
> > format for this device. I suspect the same for other readers which are not 
> > A4 size or bigger.
> 
> ...
> 
> > Any thoughts on this topic? I immediately found this relevant to my 
> > interest, once I saw the staticness and resulting uglyness of PDF compared 
> > to the elegance of ePub (for text). I can not imagine music notation as pdf 
> > here.
> 
> Well, this looks good: https://t.co/suH4Qb9I
> 
> -- 
> Francisco Vila. Badajoz (Spain)
> www.paconet.org , www.csmbadajoz.com
> 


But is this an 6x8 (*scale factor) PDF/image or do you get new measure breaks 
if you zoom in/out? I'm aiming for measure breaks.

Nils

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


Re: Experimental Web-based Lilypond Editor

2012-03-04 Thread MING TSANG
Hi, Trevor:

There is "\midi { }' in your sample .ly on lilybin.com (lilybin editor). How 
can I save this midi file the same as to save pdf output?

 
Blessing in+,
Ming.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lilypond and ePub

2012-03-04 Thread Martin Tarenskeen



On Mon, 5 Mar 2012, Francisco Vila wrote:


2012/3/2 Nils :

I tried pdf and epub books now and it is clear that epdf is not a good format 
for this device. I suspect the same for other readers which are not A4 size or 
bigger.


...


Any thoughts on this topic? I immediately found this relevant to my interest, 
once I saw the staticness and resulting uglyness of PDF compared to the 
elegance of ePub (for text). I can not imagine music notation as pdf here.


Well, this looks good: https://t.co/suH4Qb9I


I have an e-book. I will try to prepare some of my lilypond scores to 
print on a6 paper, a size that comes close to the screen of my e-reader. I 
think Lilypond's PDF scores can look fine on my e-reader, if I prepare my 
lilypond source especially for this purpose. It's not dynamic formatting 
on the device like epub (or html, which is basically the same) does with 
text, but it can done with what we have now.


--

MT


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