LilyPondTool 2.14.9 release (the last for the foreseeable future)

2012-09-24 Thread Bertalan Fodor (LilyPondTool)
Dear LilyPond users,


after a month of
strugglinghttp://sourceforge.net/tracker/?func=detailatid=625093aid=3554870group_id=588with
an official jEdit plugin repository release, I decided to release the
last revision of the LilyPondTool plugin as a zip file.

Download it 
herehttps://sourceforge.net/projects/lily4jedit/files/latest/download,
and unzip to the jEdit settings folder ($HOME/.jedit or C:\Users\John
Doe\.jedit etc. depending on your platform).

And this release concludes the development of LilyPondTool - at least by
me... I stopped using LilyPond and it makes no sense for me to develop
LilyPondTool any more, as I don't have any projects that need LilyPond.

I've switched to MuseScore http://www.musescore.org/, and I am very happy
with that. If you are interested in my adventures there and my reasons to
leave LilyPond, follow my Musescore.com
pagehttp://musescore.com/bertalan-fodorand/or my
blog http://bartruffle.blogspot.com/.

If you would like to take over the development of LilyPondTool, I am happy
to give you the support you need, just contact me.

I had a very good time in the LilyPond community, I hereby thank all the
support for all my supporters, the users of LilyPondTool and everyone else.

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


Re: Sidekick error

2012-03-08 Thread Bertalan Fodor (LilyPondTool)
The current version of LilyPondTool is not compatible with jEdit 4.5. I'm
going to upgrade LilyPondTool this week, until that, use an older jEdit.

Bert

On Wed, Mar 7, 2012 at 11:31 PM, Brent Annable brentanna...@gmail.comwrote:

 Hello people,

 I'm getting an error message when using Sidekick with LilyPondTool and
 jEdit. When I try to set Sidekick to Parse on Keystroke, I get the
 following error message:

 Error in method invocation: Method putBooleanProperty( java.lang.String,
 boolean ) not found in class'org.gjt.sp.jedit.Buffer' : at Line: 4 : in
 file: inline evaluation of: ``__runCachedMethod(ns) {
 this.callstack.set(0,ns);   buffer.putBooleanProperty( . . . '' : buffer
 .putBooleanProperty ( sidekick.keystroke-parse , ! buffer
 .getBooleanProperty ( sidekick.keystroke-parse ) )

 at
 org.gjt.sp.jedit.bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:77)
 at
 org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
  at
 org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
 at org.gjt.sp.jedit.bsh.BSHBlock.evalBlock(BSHBlock.java:130)
  at org.gjt.sp.jedit.bsh.BSHBlock.eval(BSHBlock.java:80)
 at org.gjt.sp.jedit.bsh.BshMethod.invokeImpl(BshMethod.java:362)
  at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:258)
 at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:186)
  at
 org.gjt.sp.jedit.BeanShellFacade.runCachedBlock(BeanShellFacade.java:225)
 at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:423)
  at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:73)
 at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:342)
  at org.gjt.sp.jedit.jEdit$4.invokeAction(jEdit.java:3249)
 at org.gjt.sp.jedit.jEdit$4.invokeAction(jEdit.java:3231)
  at
 org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:212)
 at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
 at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
 at javax.swing.AbstractButton.doClick(Unknown Source)
  at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
 at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
 Source)
  at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
 at java.awt.Component.processMouseEvent(Unknown Source)
  at javax.swing.JComponent.processMouseEvent(Unknown Source)
 at java.awt.Component.processEvent(Unknown Source)
  at java.awt.Container.processEvent(Unknown Source)
 at java.awt.Component.dispatchEventImpl(Unknown Source)
  at java.awt.Container.dispatchEventImpl(Unknown Source)
 at java.awt.Component.dispatchEvent(Unknown Source)
  at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
 at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
 at java.awt.Container.dispatchEventImpl(Unknown Source)
  at java.awt.Window.dispatchEventImpl(Unknown Source)
 at java.awt.Component.dispatchEvent(Unknown Source)
  at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
 at java.awt.EventQueue.access$000(Unknown Source)
  at java.awt.EventQueue$1.run(Unknown Source)
 at java.awt.EventQueue$1.run(Unknown Source)
  at java.security.AccessController.doPrivileged(Native Method)
 at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
 Source)
  at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
 Source)
 at java.awt.EventQueue$2.run(Unknown Source)
  at java.awt.EventQueue$2.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
  at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
 Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
  at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.run(Unknown Source)


 Google hasn't been much help. The system I'm working on is brand-spanking
 new, just out of the box today, with Windows 7 (64-bit). Otherwise
 LilyPondTool is working fine, and it produces a PDF preview once I run
 Lilypond from the LilyPondTool menu, but it just can't update on the fly
 because of this Sidekick error.

 Can anybody help?

 Many thanks,

 Brent.

 ___
 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: Lilypondtool/jEdit problem

2011-12-05 Thread Bertalan Fodor (LilyPondTool)
Hi,

First of all, currently I'm testing and developing LilyPondTool with jEdit
4.4.2.
I'm using the MyDoggy plugin to have better dockable windows, so that might
affect the behavior, you could try as well.
But anyway, please create a bug report at
https://sourceforge.net/tracker/?group_id=91119atid=596024
Attach the activity log by opening UtilitiesTroubleshootingActivity log,
press Copy and paste to the issue.

Thank you,

Bertalan

On Sun, Dec 4, 2011 at 9:18 PM, Patrick Karl pck...@mac.com wrote:

 I submitted the following to the lily4jedit-user list this morning, but it
 doesn't seem that that list gets much traffic.  So I thought I would submit
 it here, too, in the hopes that someone knows how to fix my problem.

  This morning I was running jEdit 4.3.1 with a 2.12.xxx version of
 Lilypondtool.  When I clicked on the Preview Output (PDF) button on the
 Lilpondtool toolbar, new behaviors occurred:
 
*  a blank LilyPond PDF Preview window appeared, disappeared into the
 Dock (I'm running OSX 10.6.8), and then popped back up with my LilyPond
 output.  This was new behavior; previously, what would happen was that the
 LilyPond PDF Preview window would simply appear.
 
*  if I left the LilyPond PDF Preview window up and clicked on the Run
 Lilypond button, the contents of the LilyPond PDF Preview window were not
 updated with my latest changes.  Priviously, the LilyPond PDF Preview
 window would remain up but with blank contents, and the updated output
 would be inserted into it at the end of the Lilypond compilation.  Now in
 order to see the updated output, I have to kill the LilyPond PDF Preview
 window and then click on the Preview Output button.
 
  When I say new behaviors, I mean that they did not occur the last time I
 used jEdit w/Lilypondtool; that was yesterday.
 
  I must have inadvertently clicked on something to cause these new
 behaviors.  Does anyone know how I might revert to the old behaviors?
 
  I have in the meantime upgraded to jEdit 4.4.2 and Lilypondtool
 2.14.2017, but the above described behaviors persist.
 
  Thanks,
  Patrick Karl

 Since then I have found another bad behavior, namely, I can't get the
 LilyPond PDF Preview window to show more than a single page.  I am forced
 to use Preview.app for output greater than a single page, and, of course,
 then I don't get the connection between the pdf output and the lilypond
 input.

 Anyone?

 ___
 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: [ANN] LilyPondTool 2.14 prerelease available

2011-11-18 Thread Bertalan Fodor (LilyPondTool)
Look at the first steps tutorial there (a bit old, but makes stuff quite
clearer)

http://lilypondtool.blogspot.com/p/screenshots-demo.html

Also check the lilypondtool help in Plugins  LilyPondTool  Help 
LilyPondTool help

Bert

2011/11/18 Brent Annable brentanna...@gmail.com

 Great thanks! I'm not getting those error messages anymore.

 And is there a decent user's manual somewhere? I have *zero* experience
 with jEdit (but lots with lilypond), and can't seem to figure out how to
 get the background compiler working. Or anything, actually. Is there a nice
 little set of instructions somewhere (open this, click here, click there)
 for getting started?

 Brent.

 On 18 November 2011 08:00, Bertalan Fodor (LilyPondTool) 
 lilypondt...@organum.hu wrote:

 You need some other plugins installed as well. This will be automatic
 if LilyPondTool is released to the jEdit plugin manager. Meanwhile
 install Console, Errorlist, ProjectViewer, SideKick and Jakarta
 Commons. I think that's it. Though jEdit should display the missing
 stuff on startup.

 2011/11/18, Brent Annable brentanna...@gmail.com:
  Hello,
 
  I have never been able to get LilyPondTool to work. I only just now
  reinstalled the latest versions of Java, jEdit and now this version of
  Lilypondtool, and again it will not work. I unzipped the file to .jEdit
 as
  instructed, but when I go to the Plugin Manager to install it, the
 Lilypond
  line is red, the status column says error and the rightmost column
 says
  0 bytes. Dos anybody have idea of what could be wrong? Or can someone
  direct me to a helpful source?
 
  Thanks for any help,
 
  Brent.
 
  On 17 November 2011 22:48, Bertalan Fodor (LilyPondTool) 
  lilypondt...@organum.hu wrote:
 
  The long awaited 2.14 release of LilyPondTool is now available for
  download from
 
 
 https://sourceforge.net/projects/lily4jedit/files/latest/download?source=files
 
  Unzip to your jEdit settings directory (e.g. c:\documents and
  settings\YOU\.jedit)
 
  The most important new features are:
  - completely rewritten parser (best used with Parse on keystroke -
 See
  Plugins  Plugin Options  SideKick) (the new parser is created using
 flex
  and bison so very closely mirrors the actual lilypond parser)
  - instant compile - LilyPond will be called to compile your file in the
  background while you are working, and the PDF preview is updated
  automatically
  - compile on save
  - a lot of bugfixes
 
  This release should be available from jEdit plugin repository in 1-2
 weeks
  - I'm waiting for bugreports until that :)
  Send them to the bug tracker at http://sf.net/projects/lily4jedit
 
  Enjoy!
 
  Bert
  ___
  lilypond-user mailing list
  lilypond-user@gnu.org
  https://lists.gnu.org/mailman/listinfo/lilypond-user
 
 
 

 --
 Mobilkészülékről küldve



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


[ANN] LilyPondTool 2.14 prerelease available

2011-11-17 Thread Bertalan Fodor (LilyPondTool)
The long awaited 2.14 release of LilyPondTool is now available for download
from
https://sourceforge.net/projects/lily4jedit/files/latest/download?source=files

Unzip to your jEdit settings directory (e.g. c:\documents and
settings\YOU\.jedit)

The most important new features are:
- completely rewritten parser (best used with Parse on keystroke - See
Plugins  Plugin Options  SideKick) (the new parser is created using flex
and bison so very closely mirrors the actual lilypond parser)
- instant compile - LilyPond will be called to compile your file in the
background while you are working, and the PDF preview is updated
automatically
- compile on save
- a lot of bugfixes

This release should be available from jEdit plugin repository in 1-2 weeks
- I'm waiting for bugreports until that :)
Send them to the bug tracker at http://sf.net/projects/lily4jedit

Enjoy!

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


Re: [ANN] LilyPondTool 2.14 prerelease available

2011-11-17 Thread Bertalan Fodor (LilyPondTool)
You need some other plugins installed as well. This will be automatic
if LilyPondTool is released to the jEdit plugin manager. Meanwhile
install Console, Errorlist, ProjectViewer, SideKick and Jakarta
Commons. I think that's it. Though jEdit should display the missing
stuff on startup.

2011/11/18, Brent Annable brentanna...@gmail.com:
 Hello,

 I have never been able to get LilyPondTool to work. I only just now
 reinstalled the latest versions of Java, jEdit and now this version of
 Lilypondtool, and again it will not work. I unzipped the file to .jEdit as
 instructed, but when I go to the Plugin Manager to install it, the Lilypond
 line is red, the status column says error and the rightmost column says
 0 bytes. Dos anybody have idea of what could be wrong? Or can someone
 direct me to a helpful source?

 Thanks for any help,

 Brent.

 On 17 November 2011 22:48, Bertalan Fodor (LilyPondTool) 
 lilypondt...@organum.hu wrote:

 The long awaited 2.14 release of LilyPondTool is now available for
 download from

 https://sourceforge.net/projects/lily4jedit/files/latest/download?source=files

 Unzip to your jEdit settings directory (e.g. c:\documents and
 settings\YOU\.jedit)

 The most important new features are:
 - completely rewritten parser (best used with Parse on keystroke - See
 Plugins  Plugin Options  SideKick) (the new parser is created using flex
 and bison so very closely mirrors the actual lilypond parser)
 - instant compile - LilyPond will be called to compile your file in the
 background while you are working, and the PDF preview is updated
 automatically
 - compile on save
 - a lot of bugfixes

 This release should be available from jEdit plugin repository in 1-2 weeks
 - I'm waiting for bugreports until that :)
 Send them to the bug tracker at http://sf.net/projects/lily4jedit

 Enjoy!

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




-- 
Mobilkészülékről küldve

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


Re: lilypond and jedit

2011-10-22 Thread Bertalan Fodor (LilyPondTool)
yes, you can just copy java and jedit to it and change jedit.bat to
use the javaw.exe from the usb drive. Also set jedit to install
plugins to the application directory.

On 10/22/11, MING TSANG tsan...@rogers.com wrote:
 Sorry!  It is window 7.






From: Francisco Vila paconet@gmail.com
To: MING TSANG tsan...@rogers.com
Cc: lilypond-user@gnu.org lilypond-user@gnu.org;
 lilypond-user-requ...@gnu.org lilypond-user-requ...@gnu.org
Sent: Saturday, October 22, 2011 12:27:56 PM
Subject: Re: lilypond and jedit



El 22/10/2011 14:57, MING TSANG tsan...@rogers.com escribió:

 Hi, lily users:

 A general question.  Can lilypond and jedit be installed in an USB thumb
 drive? What would happen about the PATH?

Which operative system are we talking about?




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


Re: lilypond and jedit

2011-10-22 Thread Bertalan Fodor (LilyPondTool)
I think it should work just by copying LilyPond to the usb drive as well.
You shouldn't need PATH to set up etc.

On Sat, Oct 22, 2011 at 8:03 PM, MING TSANG tsan...@rogers.com wrote:

 Thank you.

 How about lilypond v2.14.2 or v2.15.14?


 --
 *From:* Bertalan Fodor (LilyPondTool) lilypondt...@organum.hu
 *To:* MING TSANG tsan...@rogers.com
 *Cc:* Francisco Vila paconet@gmail.com; 
 lilypond-user-requ...@gnu.org lilypond-user-requ...@gnu.org; 
 lilypond-user@gnu.org lilypond-user@gnu.org
 *Sent:* Saturday, October 22, 2011 1:43:32 PM

 *Subject:* Re: lilypond and jedit

 yes, you can just copy java and jedit to it and change jedit.bat to
 use the javaw.exe from the usb drive. Also set jedit to install
 plugins to the application directory.

 On 10/22/11, MING TSANG tsan...@rogers.com wrote:
  Sorry!  It is window 7.
 
 
 
 
 
 
 From: Francisco Vila paconet@gmail.com
 To: MING TSANG tsan...@rogers.com
 Cc: lilypond-user@gnu.org lilypond-user@gnu.org;
  lilypond-user-requ...@gnu.org lilypond-user-requ...@gnu.org
 Sent: Saturday, October 22, 2011 12:27:56 PM
 Subject: Re: lilypond and jedit
 
 
 
 El 22/10/2011 14:57, MING TSANG tsan...@rogers.com escribió:
 
  Hi, lily users:
 
  A general question.  Can lilypond and jedit be installed in an USB
 thumb
  drive? What would happen about the PATH?
 
 Which operative system are we talking about?
 
 
 



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


Re: Lilypond lobbying?

2011-08-30 Thread Bertalan Fodor (LilyPondTool)
 - develop a GUI fro easy tweaking

 Isn't there such a thing in LilyPondTool?


There is.

See http://lilypondtool.organum.hu/fileadmin/lilypondtool/docs/ch05s05.html
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Difficulty in jedit with LilyPondTools

2011-04-19 Thread Bertalan Fodor (LilyPondTool)
Which OS are you using?
What is the exact message?


On Mon, Apr 18, 2011 at 6:03 PM, Michael Dykes thedoctor81...@gmail.comwrote:

 Thanks, Nick. That solved one prob, but brought up another. Not I get the
 errorjava.io IOException:error=20
 when I try to compile. Any thoughts? Thanks again.





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

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


Re: Favorite Lilypond-Score Printer?

2011-03-29 Thread Bertalan Fodor (LilyPondTool)
Heat can cause bad quality paper to jam with double side.

Bert


On 3/28/11, Tim Reeves tim.ree...@tokamerica.com wrote:
 Hello,


 Message: 5
 Date: Mon, 28 Mar 2011 07:49:23 -0600
 From: Carl Sorensen c_soren...@byu.edu
 Subject: Re: Favorite Lilypond-Score Printer?
 To: PMA peterarmstr...@aya.yale.edu, lilypond-user@gnu.org
lilypond-user@gnu.org
 Message-ID: c9b5ee03.1c0ff%c_soren...@byu.edu
 Content-Type: text/plain; charset=iso-8859-1

 On 3/27/11 5:45 PM, PMA peterarmstr...@aya.yale.edu wrote:

 
 
  Hi List.
 
  If you were shopping for a fine non-feature-crazy laser or inkjet
  printer to be used
  *only* for private publishing of your LilyPond scores (that trusty old
  dot-matrix will
  handle everything else), is there a make--model you would especially
  consider?
 
  One constraint -- it must output comfortably onto 11x17 inch card
 stock.
 

 As far as I'm concerned, it would be laser, not inkjet.

 For laser printers, it seems hard to go wrong with HP brand -- I've had
 a
 lot of different laser printers, and HP seems to be the best.

 The HP 5000 series seems to be well-regarded, although I've never used
 one.

 The HP 5000N  is a low-cost entry point.

 The HP 5100DTN costs more, but will handle duplexing (automatically
 print on
 both sides of the paper).  If you want double-sided printing, duplexing
 is
 marvelous (I just bought a duplexing printer, and I love it).

 HTH,

 Carl




 FWIW,
 The HP 4700DN laser printer I have used jams every time I try to print
 double-sided. So effectively it cannot print double-sided. Otherwise, it's
 alright.

 I do agree though that laser is better than inkjet.

 Tim Reeves

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


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


Re: ANN: Les colles de Bach - The Bach's School (You've got me, there)

2011-03-08 Thread Bertalan Fodor (LilyPondTool)
Wow! This is great.

Thank you.

Bert

On Mon, Mar 7, 2011 at 9:45 PM, Phil Hézaine philippe.heza...@free.frwrote:

 Hi all,

 Les 'colles' de Bach - The Bach's School (You've got me, there)
 is the full version of Bach's Chorales transcribed
 (Under Free Art License) for GNU Solfege 3.19.4
 This transcription is especially for music students,
 or classes of Solfege - Harmony - Counterpoint.
 You first need to install the 3.19.4 and read the LISEZ-MOI-README
 either on site or in the zip package.

  http://superbonus.project.free.fr/spip.php?article48

 Be happy.
 Phil.

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

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


Re: slur control-points (collides with accidental)

2011-03-08 Thread Bertalan Fodor (LilyPondTool)
Would LilyPondTool's Slur Tweak feature help?

See http://lilypondtool.organum.hu/fileadmin/lilypondtool/docs/ch05s05.html

Bert
http://lilypondtool.organum.hu/fileadmin/lilypondtool/docs/ch05s05.html

On Tue, Mar 8, 2011 at 12:11 PM, Jan-Peter Voigt jp.vo...@gmx.de wrote:

 Hello List,

 I have a figure with a slur, where the slur collides with an accidental. So
 I tried using control-points to move/shape it a little.
 Well I still prefer lilys version and have to live with touching the
 accidental, because my shape doesn't look natural and I have to try to find
 the right points.
 My Question is, is there a way to get lilys control-points and modify them
 just a little bit?

 --snip--
 \version 2.12.3

 \relative c'' {
  \time 6/4 \autoBeamOff
  c!8([ fis, g! bes] a[ d, dis gis b! cis]) d! bes
  \once \override Slur #'control-points = #'((0.3 . -0.3) (2 . -8) (13 .
 -6.5) (27.3 . -0.3))
  c!8([ fis, g! bes] a[ d, dis gis b! cis]) d! bes
 }
 --snip--

 Cheers,
 Jan-Peter


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

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


Re: Error in running Lilypond

2011-02-14 Thread Bertalan Fodor (LilyPondTool)
I must admit the convert-ly part is quite unmaintained.
The Windows-orientation comes from the fact I have only access to Windows
machines.
If you send me bug reports at
http://sourceforge.net/tracker/?group_id=91119atid=596024 I'll take a look.
(Though currently sourceforge seems to be down)

On Mon, Feb 14, 2011 at 3:08 PM, Gilles THIBAULT gilles.thiba...@free.frwrote:


  To tell you the truth,
 convert-ly doesn'n work for me in lilypondTool.  The whole concept of
 the configuration is windows-oriented


 Not works for me also in Windows :

 %
 Sourced file:
 jeditresource:/LilyPondTool.jar!/lilytool/macros/convertToLily.bsh : Error
 in method invocation: Static method toUnix( java.lang.String ) not found in
 class'lilytool.LilyToolPlugin' : at Line: 60 : in file:
 jeditresource:/LilyPondTool.jar!/lilytool/macros/convertToLily.bsh :
 lilytool .LilyToolPlugin .toUnix ( sourceFile )
 %

 LilypondTools : 2.12.932
 lilypond : 2.12
 lilypond Path : C:\lilypond

 Gilles


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

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


Re: UTF-8 character - inverted quotation marks

2011-02-10 Thread Bertalan Fodor (LilyPondTool)
The two quotation marks used in Hungarian are „ and ” U+201E and U+201D, to
begin and end.

Bert

On Thu, Feb 10, 2011 at 1:40 PM, Werner LEMBERG w...@gnu.org wrote:

  DOUBLE LOW-9 QUOTATION MARK
 
  201E (8222)

 This number is correct.  The two quotation characters as used in
 Germany are „ (U+201E) and “ (U+201C).

 In X, on my GNU/Linux box, I get those characters by pressing

  Multi_Key quotedbl comma

 and

  Multi_key quotedbl less

 respectively.  However, I don't know where Multi_key, the compose
 key, is mapped to by default.


Werner

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


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


Re: Bug in LilyPondTool PDF preview after openjdk-6-jre update (Ubuntu)

2011-02-08 Thread Bertalan Fodor (LilyPondTool)
Thank you for the report.

I don't think anyone should use openjdk. If the bug appears with Sun
(ok, Oracle) JRE as well, I'll fix it.

Bert

On Mon, Feb 7, 2011 at 9:11 PM, Xavier Scheuer x.sche...@gmail.com wrote:
 Hi Bertalan,

 A bug involving LilyPondTool has been reported on the LilyPond French
 Users mailing list.

 Some stems do not show up in the PDF preview within jEdit/LilyPondTool.
 This bug has been observed by (at least) three different users.
 This affects LilyPonTool version 2.12.894 and 2.12.932.  The bug
 appeared after a software update (using apt/Synaptic) and apparently is
 due to the new version of openjdk-6-jre in Ubuntu.

 The three users are using Ubuntu 10.10 or Kubuntu 10.4.
 Replacing openjdk-6-jre by sun-java6-jre seems to solve the problem.

 I do not know if this bug is really due to LilyPondTool (or only to
 OpenJDK, or to Ubuntu packagers), but I report anyway.

 Also cc: to lilypond-user, in case other Ubuntu users experience this
 bug.

 Cheers,
 Xavier

 --
 Xavier Scheuer x.sche...@gmail.com


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


Re: ANN: J. S. Bach - 371 Chorals à 4 voix + Etudes d'anamorphoses: les différentes versions d'un choral.

2011-02-02 Thread Bertalan Fodor (LilyPondTool)
If you open the PDF in Adobe Reader, you will find a small attachment icon
at the lower left corner.
If you click that, a list of attachments will open and you can save the
tar.bz2 file.


2011/2/1 Jan Warchoł lemniskata.bernoulli...@gmail.com

 2011/2/1 Phil Hézaine philippe.heza...@free.fr
 
  Hi,
 
  You'll find these 2 publications at:
 
  http://superbonus.project.free.fr/spip.php?article48

 Thanks!

  Discussing about the license on the Free Art mailing list I was
  forgetting to write the copyright header inside all my files! Ough!
  Fortunately Valentin was not far. His well-meaning has saved me.
  He has also given me the tip about how to include the source files
  inside the pdfs.

 That's great! I didn't know it was possible.
 How can i extract it? I have arichve manager called 7-zip, that
 handles tar.bz2, but it doesn't want to do anything with this pdf...

 cheers,
 Janek

  Many thanks again, Valentin.
  Talking of which, the included source files are tar.bz2.
  Whether it's a problem for you (Windows or Mac users) to extract the
  archive from the pdf you'll find a zip archive on the site.
 
  The next step of this project is for GNU Solfege.
 
  to Michael: I plan an update when the 2.14 is out. Perhaps the midi
  files will be renewed at this time (see the Edition's Notes). Be aware
  of that if you still want to use the source.
 
  Have fun.
  Phil.
 
  ___
  lilypond-user mailing list
  lilypond-user@gnu.org
  http://lists.gnu.org/mailman/listinfo/lilypond-user

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

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


Re: ANN: New LilyPondTool version available for testing

2011-01-16 Thread Bertalan Fodor (LilyPondTool)
I especially recommend to you (and Francisco :) ) the new localization
manager and its Export functionality, as my French is still novice
;)

Many thanks to you and the other translators,

Bert

On 1/16/11, Valentin Villenave valen...@villenave.net wrote:
 On Fri, Jan 14, 2011 at 5:52 PM, Bertalan Fodor (LilyPondTool)
 lilypondt...@organum.hu wrote:
 I deployed a new version (2.12.932) of LilyPondTool for testing.
 Just drop http://lilypondtool.organum.hu/LilyPondTool.jar to your
 .jedit/jars directory (inside your home folder like c:\Documents and
 Settings\John\.jedit\jars).

 Hi Bert,

 Very nice! there are some features I've been waiting for for quite some time
 :-)

 I'l gonna give it a try right now, and I'll let you know how it goes!

 Cheers,
 Valentin.


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


ANN: New LilyPondTool version available for testing

2011-01-14 Thread Bertalan Fodor (LilyPondTool)
I deployed a new version (2.12.932) of LilyPondTool for testing.
Just drop http://lilypondtool.organum.hu/LilyPondTool.jar to your
.jedit/jars directory (inside your home folder like c:\Documents and
Settings\John\.jedit\jars).

It still supports the latest stable LilyPond, 2.12, but as soon as
LilyPond 2.14 stable is released I will release a new version of
LilyPondTool (also in jEdit plugin repository).

The most important new features of this LilyPondTool release are the
following, For screenshots check
http://lilypondtool.blogspot.com/2011/01/ann-new-lilypondtool-version-available.html
Special thanks go to Frescobaldi's author, Wilbert Berendsen as I got
a lot of inspiration from his work.


- better context-sensitive completion
- musicglyph preview
- template manager with context sensitive completion and BeanShell,
Velocity support
- preview in wizard
- customizable background for the PDF preview
- help in context menu
- localization manager
- compile without saving

Cheers,
Bert

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


Fast lilypond running

2010-12-28 Thread Bertalan Fodor (LilyPondTool)
Hi,

I'm working on an enhancement to LilyPondTool to rerender the score in the
background while typing.
I found that on weblily.net the processing is surprisingly fast. Is there a
known trick to make it so? I mean something like having GUILE loaded in the
memory?

Thanks,

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


Re: Tweaking Jedit LilyPondTool?

2010-12-20 Thread Bertalan Fodor (LilyPondTool)
Currently LilyPondTool doesn't support custom note names in the wizard and
the piano input.

On Mon, Dec 20, 2010 at 4:32 PM, Adam Good adamg...@adamgood.com wrote:

 Hi All,
 I'm just now checking out LilyPondTool and have a couple of newbie
 questions regarding midi input.

 It looks like the Score Setup Wizard is the place to set up which
 language you would like the pitches to be notated as (cis vs. cs,
 etc). Ok fine but I would like to use my own pitch names since I'm
 marking up Turkish notation on a regular basis (as c# would be notated
 as cb).

 So, is there any place handy I can get in to add my own pitch naming
 system? And midi input will use that naming system? I've snooped
 around but can't find any plugin config files. Hmmm.

 Frescobaldi does a great thing with Rumor Settings/Guile scripts to
 load...there I've been able to create my own names.

 As always thanks in advance for any advice.

 Adam

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

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


Re: GPL vs. LGPL

2010-11-26 Thread Bertalan Fodor (LilyPondTool)
 However, the GPLv3 does not allow me to use Lilypond
 in a commercial application.


 So, I'm asking for advice. Considering the license over Lilypond,
 which I have no intention of breaking, what should I do about my conundrum?
 Are there alternatives that produce output of the same
 quality that I should consider?


Use it as a remote service - then your app can just get the rendered score
from the net. That would be totally compatible with GPL.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Jedit with lilypond tools

2010-09-24 Thread Bertalan Fodor (LilyPondTool)
Perhaps that version of LilyPond puts the PDF in a different directory 
than the .ly file is in


MING TSANG wrote:
I use jedit with lilypond tool. I also use lilypond 2.13.33 The 
console has the following message. However, I cannot locate the .pdf 
file.  I do a search on c:\ drive and cannot find the file.  I see the 
midi file.  One additional question: on v2.12 after running lilypond, 
I can see three files - .mid; .ps and .pdf. V2.13.33 only has two 
files created - .mid and .pdf; why?



 %lilypond %args C:\Documents and 
Settings\Administrator\Desktop\LILY_POND\the-lord-is-in-his-holy-temple.ly
正在處理 ‘C:/Documents and 
Settings/Administrator/Desktop/LILY_POND/the-lord-is-in-his-holy-temple.ly’

分析中...
Interpreting music... [8][16]
Preprocessing graphical objects...
Interpreting music...
將 MIDI 輸出至 ‘the-lord-is-in-his-holy-temple.mid’...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `the-lord-is-in-his-holy-temple.ps'...
轉換為 ‘./the-lord-is-in-his-holy-temple.pdf’...
success: Compilation successfully completed
Processing time: 9 seconds


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


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


Re: [announcement] Elysium - LilyPond IDE for Eclipse

2010-07-02 Thread Bertalan Fodor (LilyPondTool)



Regarding the question about why implement yet another editing environment for 
LilyPond: I also understand and agree with the severity of the issues of 
proliferation of technologies and splitting of effort. But I did it mainly 
because it's fun. :) I could argue about the advantages of Eclipse (I will 
dedicate a section for this on the website), but I don't want any flame wars 
about technology choices, and of course it has its drawbacks too (especially 
the complexity). Besides being fun, it has dogfooding purposes: I use Eclipse 
constantly and have to edit sheet music frequently, so the integration aim was 
kind of obvious for me. YMMV. :)
  
I think in this case we would need to create a LilyPond API for Java 
kind of project to share as much code as we can.




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


Re: [announcement] Elysium - LilyPond IDE for Eclipse

2010-07-01 Thread Bertalan Fodor (LilyPondTool)

Why another tool? Why not contribute to something existing?

Dénes Harmath wrote:

Greetings all,

if there are any Eclipse fans out there, here's some good news: I'm
happy to announce the early alpha release of Elysium, an Eclipse plugin for
editing LilyPond scores. Features include automatic transitive compilation,
integrated Score View, two-way point-and-click and much more. For more info,
see  http://elysium.thsoft.hu. The software and the website is very much work
in progress; any kind of feedback is welcome, so feel free to report bugs and
enhancement requests at
http://code.google.com/a/eclipselabs.org/p/elysium/issues/entry.

I hope it will ease the life of LilyPonders and boost your productivity. :)
thSoft


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




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


Re: lilypondtool and timidity won't play from the jedit internal midi player.

2010-06-29 Thread Bertalan Fodor (LilyPondTool)



The internal MIDI player uses a cross-platform MIDI engine, built in Java.
External MIDI players are not yet supported.





aaah, right. So if the internal midi doesn't play (or more accurately
the transport runs, but no sound) then i'm missing a module or plugin
to get sound, or see a port to plug into something?

  

Maybe. I don't have the resources to test on Linux.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: lilypondtool and timidity won't play from the jedit internal midi player.

2010-06-28 Thread Bertalan Fodor (LilyPondTool)

alex stone wrote:

lilypond version 2.13.25
lilypondtool version (D/L direct from jedit plugin repo) 2.12.894

I've been working all day on trying to get the internal midi player in
jedit/lilypondtool to work with timidity. (as lilypondtool has no
jackmidi as yet)
No luck so far. I have timidity running as an alsa server, which shows
up in jack. (I'm using a all alsa to jack .asoundrc file)

Before i report anything further, is this a previously recognised
challenge, or something no other human being has a problem with?
Timidity works fine, and has a nice soundfont as a default. (just for
interest's sake.)

If i'm missing a lilypondtool midi player config setting somewhere,
please clue me in.

Alex.



  

The internal MIDI player uses a cross-platform MIDI engine, built in Java.
External MIDI players are not yet supported.


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


Re: I just discovered the LilyPond Tool GUI Front end

2010-05-20 Thread Bertalan Fodor (LilyPondTool)

Charles Cave wrote:

I stumbled upon the Lilypond Tool project on Source Forge
because it was mentioned in a post on this forum.

http://sourceforge.net/projects/lily4jedit/reviews/

What a wonderful looking program!  I can connect me MIDI
keyboard and enter notes by playing on the keyboard.

I am surprised this program hasnt been mentioned more frequently
on this forum as it appears to be make Lilypond file creation
so much easier. 


How many Lilypond Tool users are on this list?
  
There are some quite active members using LilyPondTool. Even 
LilyPondTool's developer is on this list. :)


Bert


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


Re: Circular Staff in Inkscape

2010-05-04 Thread Bertalan Fodor (LilyPondTool)

Francisco Vila wrote:

2010/5/3 Patrick Schmidt p.l.schm...@gmx.de:
  

The (missing) circular staff has to be drawn using LilyPondTool's ruler
feature even though I haven't found out how to do it, yet.



I think it is rather the reverse. The staff is drawn before, then the
position and angle of the notes is computed using the ruler tool so
they fit in place.

  

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


Re: Circular Staff in Inkscape [was Re: Lilypond vs Score]

2010-05-03 Thread Bertalan Fodor (LilyPondTool)

Patrick Schmidt wrote:

Dear Bertalan,

when I compile your circular-staff-code with LilyPond version 2.13.19 
I get a syntax error, unexpected STRING for each line containing an 
override-command. The compilation fails. Am I missing out on something?



\score {

\relative c' {
\override Staff.StaffSymbol #'transparent = ##t
\override Staff.KeySignature #'transparent = ##t
\override Staff.TimeSignature #'transparent = ##t
\override Staff.BarLine #'transparent = ##t
\override Staff.Clef #'transparent = ##t

I have no idea, I don't use 2.13.



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


Re: Circular Staff in Inkscape [was Re: Lilypond vs Score]

2010-05-03 Thread Bertalan Fodor (LilyPondTool)

Perhaps you copied some invalid character from the email?

Patrick Schmidt wrote:

Now I tested the code with 2.12.3:

With \relative c' {} the compilation fails. I get loads of syntax 
error messages (syntax error, unexpected STRING) and a complaint 
about using \relative c' {.


Without relative c' {} the syntax error messages remain. Despite of a 
failed compilation-message the following pdf is produced:




Any ideas?

Thanks for your help!
patrick
Am 03.05.2010 um 09:45 schrieb Bertalan Fodor (LilyPondTool):


Patrick Schmidt wrote:

Dear Bertalan,

when I compile your circular-staff-code with LilyPond version 
2.13.19 I get a syntax error, unexpected STRING for each line 
containing an override-command. The compilation fails. Am I missing 
out on something?



\score {

\relative c' {
\override Staff.StaffSymbol #'transparent = ##t
\override Staff.KeySignature #'transparent = ##t
\override Staff.TimeSignature #'transparent = ##t
\override Staff.BarLine #'transparent = ##t
\override Staff.Clef #'transparent = ##t

I have no idea, I don't use 2.13.







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


Re: wrong printing of lyrics slur?

2010-04-27 Thread Bertalan Fodor (LilyPondTool)

Francisco Vila wrote:

2010/4/26 Francisco Vila paconet@gmail.com:
  

2010/4/26 Bertalan Fodor (LilyPondTool) lilypondt...@organum.hu:



Send me a PDF file of the original problem please...
  

http://paconet.org/lilypond/duermeusted.pdf



In another (older) system this looks and prints correctly both in
jpedal and evince. It seems to be related with the exact fonts being
used. Looks as if a weird font substitution is being performed. I will
try deleting or moving any other suspicious fonts.

Thank you for your time, sorry for the noise.
  
It appears well in Adobe Reader, so I think the FreeSerif font on your 
system has some non standard or advanced configuration which is not 
supported but in Adobe Reader.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: wrong printing of lyrics slur?

2010-04-26 Thread Bertalan Fodor (LilyPondTool)

Patrick McCarty wrote:

In my Postscript output, I see
29.0547 -13.3453 moveto /FreeSerif 4.33691406 output-scale div
selectfont
2.3559 0. 0. /uni203F
1 print_glyphs

which shows that, on my system, the serif font from GNU FreeFont is used.
  
That seems wrong, if I remember well FreeSerif is not included in 
LilyPond, so a bad font is chosen here.



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


Re: wrong printing of lyrics slur?

2010-04-26 Thread Bertalan Fodor (LilyPondTool)

Francisco Vila wrote:



I think this works better than the built-in Lilypond lyric slur -- and it's 
certainly more easily tweakable.  =)

Hope this helps!
Kieren.



Your trick is certainly tweakable. But besides that, the situation is
exactly the same:
1.- it looks wrong in LilyPond Tool
2.- it looks okay in evince
3.- it prints even worse both from evince and via lpr.

You'll agree in that a solution should not depend on a given media.

How could I debug this or know what is happening?
  

Send me a PDF file of the original problem please...
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: markup ?

2010-04-15 Thread Bertalan Fodor (LilyPondTool)

Michael Dykes wrote:
With the following file, I want to begin adding text expressions above 
the music. While I understand the basics, I am faltering on how to get 
the expressions /exactly /how I want them. E.g. I want the following 
phrase: ^\markup{\italic 
''Blessed is the Kingdom ... ''} to be aligned above the 1st 
measure of music, but evenly space, not shifting the music or notes 
*any *at all. How, can I accomplish this?


I think the \textLengthOff command does this.
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Outside_002dstaff-objects

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


Weblily HTML renderer

2010-03-30 Thread Bertalan Fodor (LilyPondTool)

Hi,

will the HTML renderer used on WebLily be made public some time?

Cheers,

Bert



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


Web service interface for LSR

2010-03-29 Thread Bertalan Fodor (LilyPondTool)

Hi,

is there an interface for LSR available for other applications?

I would like to do something like the following:

- query LSR for a string like staccato, and get back snippet IDs
- based on snippet ID-s I can get descriptions, preview image etc.

Thanks,

Bert



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


Re: Optional accidentals?

2010-03-22 Thread Bertalan Fodor (LilyPondTool)



How can I accomplish this?

Cheers,
  Johann


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

  

See http://lsr.dsi.unimi.it/LSR/Item?id=155 for an example.



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


Re: Bass note under the Chord Name Symbol

2010-03-15 Thread Bertalan Fodor (LilyPondTool)
Though not a general solution, if you don't have many such chords, you 
can do the following.
As the stencil of the ChordName grob is the same as of the TextScript, 
that is ly:text-interface::print, you can override the text property 
using a markup:

\override ChordNames.ChordName #'text = \markup { }

Bert

Ken Thomas wrote:
I have a requirement to print the name of the bass note under the 
chord symbol separated by a line rather than beside it separated by a 
slash.


F/G is what Lilypond prints.  What I need is

F
--
G

I've searched the docs, the user groups, and sample code, but can't 
find a way to do this.  Any suggestions?


Ken
 





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


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


Re: weblily: security risk

2010-03-11 Thread Bertalan Fodor (LilyPondTool)
Note that there are existing effort on creating a service that can be 
used to render lilypond scores in Google Wave or in any web application. 
You can get its code at 
http://code.google.com/p/lilypondy/http://code.google.com/p/lilypondy/source/browse/#svn/trunk/lilywaveservlet


You can see some good ideas about request queue, caching etc.

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


Re: Slur shapes

2010-03-05 Thread Bertalan Fodor (LilyPondTool)






Stefan Thomas wrote:

  Dear Community,
this snippet looks very interestin!
Could someone explain exactly the meaning of all the numbers of the
command: 
\shapeSlur #'(0 -2.5 -1 3.5 0 0 0 -2.5) 

  
  

A shape consists of 4 control points, like 


The shapeSlur doesn't set the position of these control points, just
adds a value to them. 

Bert




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


Re: pointAndClickOff in a book file

2010-03-05 Thread Bertalan Fodor (LilyPondTool)

Federico Bruni wrote:


I have a file (for a book) which includes several files (each piece of 
music).


point-and-click is enabled in each of the single files and I want to 
keep it.


By default enabled or explicitly? That would override 
-dno-point-and-click I think.



But when I create the book I don't care for point-and-click.

I'd like to keep the pdf smaller and compile it faster..

There's a way to tell LilyPond to disable point-and-click just in the 
book file?



I've tried:

#(ly:set-option 'point-and-click #f)


but it's not working.


Thanks for your help,

Federico



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


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


Re: silent crash on large score - how to debug?

2010-03-03 Thread Bertalan Fodor (LilyPondTool)
Hi, I could compile the PDF on Windows XP, using LilyPond 2.12.2 It took 
cca. 30 minutes on a machine with 3GB RAM on a 2.33Ghz Core 2 Duo.


I used the
SET LILYPOND_GC_YIELD=100

setting before starting the compiling.

Cheers,

Bert

Frédéric Bron wrote:

No crash for me with 2.12.3 on OS X. Maybe you are running out of
memory. Also one hour processing time seems like an awful lot, it took
about 8 minutes here. Swapping to disk perhaps?



Thank you very much for having tried that on your machine. I am very
jalous of your success and the speed of the compilation!
I have changed from a slow disk on which I run it normally (USB) to a
quicker one (7200 rpm) and looked at memory use but it did not go
above 780 Mb and I still have the same silent crash. My machine has
3.7 Gb of memory and 2.6 Gb free so it should not be a lack of memory.
Could somebody try it on another windows machine?

Frédéric

sources: http://dl.free.fr/qANmMbGJN


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

  


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


Re: silent crash on large score - how to debug?

2010-03-03 Thread Bertalan Fodor (LilyPondTool)




But the huge number of stack levels may point to a recursion in your 
Scheme code. 

:D Scheme IS recursion.



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


Re: silent crash on large score - how to debug?

2010-03-03 Thread Bertalan Fodor (LilyPondTool)



So it seems there is a regression between 2.12.2 and 2.12.3 or 2.13.10.
How can we find where it comes from?
  
Based on the recursion tip, perhaps there is some not optimal algorithm 
in the libguile of 2.12.3 (though we should check the changelist what 
changed)

Try to add this setting to your root ly file:

#(debug-set! stack 10)

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


Re: Wikitex security

2010-02-26 Thread Bertalan Fodor (LilyPondTool)
Hi, I'm currently working on a LilyPond web service, which allows safe 
embedding into any wiki system, because the service is decoupled from 
the wiki, can even run on a different server.
Anyway, preventing DoS attacks has nothing to do with LilyPond itself, 
as it depends on the running script, ulimit, jail etc.


Federico Bruni wrote:


Hi,


I'm wondering if the Wikitex extension for Mediawiki is a secure 
alternative to the LilyPond extension.



I read these pages:

http://lists.gnu.org/archive/html/lilypond-devel/2009-11/msg00152.html

http://wikisophia.org/wiki/Wikitex

(as you can see, there is an Edit button... it is open to public 
modifications)



and I came to the conclusion that Wikitex does not allow DoS attacks.

Can anyone tell me if I'm right or not?


I thought the problem was on the LilyPond side.

I guess Wikitex prevents the problem somehow.


I'm going to give a talk about LilyPond next week and I'd like to have 
my mind clear about these issues.



Thanks,

Federico



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


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


Re: Lilypond-book not working after installing Python 3

2010-02-25 Thread Bertalan Fodor (LilyPondTool)

Uninstall python 3, as it can override library paths.


Sven Siegmund wrote:

Hello,

I work on Microsoft Windows 7 (64 bit), have MiKTeX 2.8 and lilypond
2.12.3 installed and lilypond-book worked fine until I installed
Python 3.1.1.

Not knowing that Lilypond provides python 2.4.5 I was surprised that
after I installed Python 3.1.1 and ran python, an older version of
Python started. Then I realized it's python 2.4.5 from the
\LilyPond\usr\bin directory. So I modified the PATH environment and
moved the Python 3 path before the LilyPond\usr\bin path. Then the
python command launched Python 3.1.1. So the minor python-launching
problem looked like solved, but ...

Lilypond-book does not work anymore. Even when I move the Python 3
path further back again or even when I remove it from PATH completely,
I cannot run lilypond-book because it complains about the syntax line
1037 of lilypond-book.py. Error messages follow, but first here are my
files and folders explained:

The minimal document tutorial.tex which I am trying to compile:
\documentclass[a4paper]{article}
\begin{document}
Text before lilypond
\begin{lilypond}
{
  c' e' g' e'
}
\end{lilypond}
Text after lilypond
\end{document}

tutorial.tex is located in  F:\sven\latex\lilypond,
lilypond-book.py and python.exe (2.4.5) are in c:\Program Files
(x86)\LilyPond\usr\bin
Python 3 is removed from path. Here the commands I tried, first lines
showing that python launches the same old 2.4.5 version used by
lilypond-book:


Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
F:\sven\latex\lilypondpython
Python 2.4.5 (#1, Dec 15 2009, 16:41:19)
[GCC 4.1.1] on mingw32
Type help, copyright, credits or license for more information.
  

^Z


F:\sven\latex\lilypondlilypond-book --output=out --pdf tutorial.tex
  File C:\Program Files (x86)\LilyPond\usr\bin\lilypond-book.py, line 1037
return `self.__class__` + ' type = ' + self.type
   ^
SyntaxError: invalid syntax


I also tried to run lilypond-book right from the directory where the
old python version and lilypond-book.py are. The results look better,
but still aren't good enough. This is what happens:


c:\Program Files (x86)\LilyPond\usr\binpython lilypond-book.py --output=f:\sven
\latex\lilypond\out --pdf f:\sven\latex\lilypond\tutorial.tex
lilypond-book.py (GNU LilyPond) 2.12.3
Reading f:\sven\latex\lilypond\tutorial.tex...
Running latex...This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8)
entering extended mode
(c:/users/tejul/appdata/local/temp/tmpvpvfe1.tex
LaTeX2e 2009/09/24
Babel v3.8l and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded.

(C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\size10.clo))
No file tmpvpvfe1.aux.
textwidth=345.0pt
columnsep=10.0pt
(f:\sven\latex\lilypond\out\tmpvpvfe1.aux) )
No pages of output.
Transcript written on tmpvpvfe1.log.
Dissecting...
Writing snippets...
Processing...
Running lilypond...GNU LilyPond 2.12.3
programming error: file name not normalized: f:\\sven\\latex\\lilypond\\out\\sni
ppet-names-2093046988.ly
continuing, cross fingers
Processing `snippet-map-2093046988.ly'
Analyzuji...
snippet-map-2093046988.ly:4:1: error: GUILE signaled an error for the expression
 beginning here
#
 (ly:add-file-name-alist '((a5/lily-cf0998d3.ly . f:\sven\latex\lilypond\tuto
rial.tex)
snippet-map-2093046988.ly:4:57: illegal character in escape sequence: #\s
snippet-map-2093046988.ly:4:4: error: syntax error, unexpected ':', expecting '=
'
#(ly
:add-file-name-alist '((a5/lily-cf0998d3.ly . f:\sven\latex\lilypond\tuto
rial.tex)
Processing `a5/lily-cf0998d3.ly'
Analyzuji...
Interpreting music...
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
Layout output to `a5/lily-cf0998d3-1.eps'...
Converting to `a5/lily-cf0998d3-1.pdf'...
Layout output to `a5/lily-cf0998d3.eps'...
Converting to `a5/lily-cf0998d3.pdf'...
Writing a5/lily-cf0998d3-systems.texi...
Writing a5/lily-cf0998d3-systems.tex...
Writing a5/lily-cf0998d3-systems.count...
error: failed files: snippet-map-2093046988.ly
command failed: lilypond --formats=ps -dbackend=eps  -I  c:\\Program Files (x86
)\\LilyPond\\usr\\bin --formats=eps --pdf -dinclude-eps-fonts -dgs-load-fonts
-deps-box-padding=3.00  -dread-file-list -dno-strip-output-dir  f:\\sven\\l
atex\\lilypond\\out\\snippet-names-2093046988.ly
Child returned 1


Now, can anybody explain me what is going on? Why can't I run
lilypond-book from anywhere and why it does not work even when run
from its own directory?

Looking forward for your answers,

S.


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

  



Re: Lyric alignment problem with custom Voice

2010-02-25 Thread Bertalan Fodor (LilyPondTool)

Roman Stawski wrote:

This short polyphony employs
A trivial customised Voice
  but the lyrics ignore
  the first note in the score --
that's not the behaviour of choice.
  

Wow! Valentin, I think this is the first Bug Poem for the LilyPond report.


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


Re: Lilypond vs Score

2010-02-22 Thread Bertalan Fodor (LilyPondTool)
I found a page about Score at 
http://www.jeffreygrossman.com/engraving.html showing the problems with 
Sibelius and showing Score's superiority.
I created the same example using LilyPond 2.12.3 (attached) - definitely 
not perfect, but almost is - using only the default settings and the 
easiest ways, as I almost never engrave piano music. Certainly beats the 
Sibelius example (I don't know the Sibelius version, though).


Bert

Bobber wrote:
I have been having a discussion with a small publisher who uses the 
music manuscript program called Score.  He says that neither Lilypond 
or Finale can produce engraving that is comparable to Score.  And that 
most of the major music publishers in the world use Score.


Is anyone familiar with Score and what makes it superior?



% Created on Sun Feb 21 22:51:50 CET 2010
\version 2.12.3

#(set-global-staff-size 18)

\header {
	title = Score vs LilyPond vs Sibelius 
 subtitle = Example from http://www.jeffreygrossman.com/engraving.html; 

}

\include deutsch.ly


staffZongora = \new PianoStaff {
	\set PianoStaff.midiInstrument = #acoustic grand
	\set PianoStaff.instrumentName = #
		\time 12/8

		\context Staff = RH {  % Right hand
\override Staff.TimeSignature #'stencil = ##f

			\clef treble
			\key c \major
			\relative c'' {
\context Voice = 1 { b a'16.[( des f c e des f e a f b a des c e] }
 { des! f[ e a des f c e a f f b e a des f] } \\ 
{ g,8 b! des! c a e }  |
\time 4/4
\context Voice = 1 {
c' e16.[ des f c e a des f b e a des f c e] a des8[ f b]) } |
\context Voice = 2 { 
	r8\ 
\override Staff.Stem #'stemlet-length = #0.75
\times 2/3 { r16[ ais_( h] } 
\times 2/3 { eis ais[ dis' ais' cis] }
}
 { r32 fis''16.- fis1 } \\ { h,,, fis' ais his cis eis ais4\!_\ff ~
			
\times 4/5 { h fis' ais his cis eis ais8[) \ 
	cis ais' his cis g' 
h fis' his cis f
ais eis' g ais eis'!
h fis' cis' d ais' 
]
}
\oneVoice
dis! ais'! cis! eis! h'4.
h fis' cis' eis ais8\!_\p ~
h fis' cis' eis ais8.[
eis dis' ais'16] fis cis' ais'!2^\startTrillSpan fis cis' ais'2\\stopTrillSpan ais, fis' cis' eis gis8\!

} 
			}
		}
		\context Staff = LH {  % Left hand
	\override Staff.TimeSignature #'stencil = ##f
 			
			\clef bass
			\key c \major
			\relative c {		
d,,8\sustainOn des' b' f' a des s4. s | 
des8[^\ a f] e[ des c] 
\once \override Voice.TupletBracket #'transparent = ##t
\once \override Voice.TupletNumber #'extra-offset = #'( 0 . 0.5 )
\once \override Voice.TupletNumber #'text = \markup { \italic 3:2 }
\times 2/3 { b[ g\! f] } |
\time 13/8 
d,8[\sustainOn dis'16 cis'] fis cis'[ dis' h'] r4. r r2 |
\time 11/8
R8*11

			}
			
		}
	
}



\score {
	
		\staffZongora
	
	
	\midi {
	}

  \layout {
  }
}

\paper {
	#(set-paper-size a4)
	indent = 0
}


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


Re: Lilypond vs Score

2010-02-22 Thread Bertalan Fodor (LilyPondTool)



David Stocker wrote:
Odds are this was much easier to do in LilyPond than it was in SCORE 
(or Sibelius, for that matter). I think it looks better than either of 
the example on Grossman's page.

There are some issues with the LilyPond output:
- the most severe is 16th beam-accidental collision in measure 3
- the hairpin alignment (can be easily fixed though)
- the  hairpin start position in measure 3
- the ties in measure 3 (though I think that would need tweaking in all 
softwares)


Bert

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


Re: LilyPondTool and Mac OS settings help?

2010-02-21 Thread Bertalan Fodor (LilyPondTool)

Stan Sanderson wrote:

Macintosh OS 10.5.8, LilyPond 2.13.12, LilyPondTool 2.12.894

I find LilyPondTool to be very helpful. However, my commands settings 
for the plug-in have never achieved the ability to use it fully. For 
example, convert-ly produces an error message indicating that python 
is not found.
LilyPond binary location should be set to 
/Applications/LilyPond.app/Contents/Resources/bin
Yes, because due to a bug (that is to be fixed in next release), 
convert-ly is always run using python, and python should be located in 
lilypond binary location. So if you create a symlink to your python in 
/Applications/LilyPond.app/Contents/Resources/bin it will work.


In looking at the message from Athanasius Pelletier today, I also 
discovered that LilyPondTool did not recognize the path to 
gregorian.ly. It almost reached it, but left out ly in the path
/Applications/LilyPond.app/Contents/Resources/shared/lilypond/current/ly/gregorian.ly 


which generated many errors.

That's a bug in 894. Will be fixed in next release.



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


Re: Blotch in d

2010-02-21 Thread Bertalan Fodor (LilyPondTool)

Graham,

I just checked your example with the latest jEdit (4.3 final) and latest 
LilyPondTool 2.12.894 and it seems I managed to fix the problem in a 
recent release :)


Bert

David Bobroff wrote:

On 2/21/2010 1:08 PM, Graham Okely wrote:

Mark
I am using;
  Windows XP
  JEdit 4.3pre15
  Lilypond 2.12.3
  I use LilyPondToolJPedal version2.80b12STD to view it and print it.
  So printing does produce the blotch.

! Found it!!:jumping:
If I open the pdf in Adobe Reader it is fine!
So it must be the JPedal viewer I use with JEdit.
Thanks for your help
Graham

   


When I used LilyPondTool and JPedal I had strange things show up in 
output that also showed on printouts.  These same things would not 
appear when viewed on other PDF viewers and, likewise, did not show up 
in printouts.


-David

Mark Polesky wrote:
  

Graham,

Your file produces *no* blotches for me with this setup:

Ubuntu 9.10
LilyPond 2.12.3
evince (GNOME Document Viewer) 2.28.1

What is your setup?  Does the blotch appear on paper when
you print it out?  Are you using any included files or have
you altered the default command line options?  It looks like
a problem with the postscript renderer, possibly being a
confusion between the Nonzero-rule and Even-odd rule.

I've CC'd this to some of our font guys (Werner, Patrick,
and Marc) since they might have a better understanding of
this stuff.

Hopefully we'll be able to sort it out soon...  It certainly
doesn't look good!

- Mark





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


 


-
Graham
   




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





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


Re: How to adjust the space between notes?

2010-02-19 Thread Bertalan Fodor (LilyPondTool)
Hi, it depends on why and where you want to reduce the space. Send a 
minimal example or a small picture of what you get and what you want to 
achieve.


Antheo wrote:

Hi,

I looked into the documentation and into the LilyPond Snippet Repository but
could not find a way to reduce the space between notes. 


Would you mind pointing me to the right direction in the doc and showing me
an example?

thanks.

-Marc
  




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


Re: The Drummer's Gigsaw: UPGRADED version.

2010-02-18 Thread Bertalan Fodor (LilyPondTool)
Hi, I always wanted to ask: Is Gigsaw is a typo instead of the correct 
Jigsaw, or is it intentional?


Thanks,

Bert



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


Re: dynamic and midi velocity

2010-02-18 Thread Bertalan Fodor (LilyPondTool)

Peter Chubb wrote:

miquel == miquel parera computer.music.n...@gmail.com writes:




miquel I want translate the dynamics of one note (\, \ff etc) to
miquel midi velocity values (0-127) I'ts possible?

Lilypond uses a separate volume channel, rather than velocity, to
control MIDI dynamics.  There's a perl script `ConvertToVeolcity.perl'
that can convert the midi output and add velocity info to each note.
  

That's a bug then. Musically \p means velocity change and not volume.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: dynamic and midi velocity

2010-02-18 Thread Bertalan Fodor (LilyPondTool)

Tim Reeves wrote:

Peter Chubb wrote:


Lilypond uses a separate volume channel, rather than velocity, to
control MIDI dynamics.  There's a perl script `ConvertToVeolcity.perl'
that can convert the midi output and add velocity info to each note.

  

That's a bug then. Musically \p means velocity change and not volume.





Bert,

I'm curious what you mean by this comment. \p does not mean low volume but 
low velocity?
Do you mean you use (when you play an instrument) a low velocity (air 
velocity, velocity of striking a key or drum, velocity of bowing, etc.) in 
order to create a low volume (sound level) and so it's the velocity that 
you have to control?
  
I definitely talk about playing a keyboard instrument. It is quite easy 
to feel the difference between volume and velocity if you think about that:


When you see p in the score, you play with less force on the keys,  with 
lower velocity.
When you see ff in the score, you play with much force on the keys, with 
high velocity.


But you don't touch the volume control in either case. I suppose :)

Bert


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


Re: 2.13.13 and previous devel versions has such error

2010-02-15 Thread Bertalan Fodor (LilyPondTool)

No, this is like Segmentation fault, or Null pointer.

I always wondered what is lilypond-windows.exe used for, I always run 
lilypond.exe


I would also suspect corrupted file.

Bert

Valentin Villenave wrote:

2010/2/15 胡海鹏 - Hu Haipeng hhpmu...@163.com:
  

Lilypond-windows.exe
0x007aa281 command uses 0x ram, this ram cannot be read.

What's wrong?



Looks like a problem specific to your installation of Microsoft
Windows (memory corruption or whatever).
I can't reproduce it with your source file (either on GNU/Linux or
(virtualized) Windows XP).

Silly question: have you tried rebooting your operating system?

Cheers,
Valentin


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

  


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


Re: lilypond tool and MidiInput

2010-02-14 Thread Bertalan Fodor (LilyPondTool)



David Santamauro wrote:

What is the status (if any) of LilyPondTool MIDI output? Is there any
work going on in that direction? I'm very interested in accurate midi
representation of the written page and have invested much time in
understanding the subtle, but yet convincing effects midi controllers
have on performance. A fusion of the scoring power of lilypond with
an accurate midi representation would be, for me, the ultimate tool for
productivity.
  
Hi, LilyPondTool is not, but LilyPond IS developed in that direction. 
However, there is much work to do, and you are certainly welcome to 
contribute better MIDI output if you can.
Currently LilyPond doesn't support the performance articulation marks 
(like staccato), not to mention humanization.
Even simple things are on the todo list like arbitrary MIDI messages 
attached to notes.


Bert




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


Re: Creating a comparison of several variants of unmettered chant

2010-02-09 Thread Bertalan Fodor (LilyPondTool)



Jiri Zurek (Prague) wrote

The scaled durations do not offer a solution, just a workaround. Lilypond
still attempts to count the beats, aligning vertically beat after beat.
What I would like to achieve is to force Lilypond not to count beats at all.
Rather, to align vertically certain bits of music which I mark clearly
somehow, for example by the | sing (as in parallel music). Is there such a
possibility?
  
I suggest to just use 4/4 measures and \times 4/N where N is the number 
of notes in the passage. Everything should be made in \cadenzaOn, so the 
alignment will be done only when you say \bar 


Bert



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


Re: Community of professional LilyPond engravers?

2010-02-05 Thread Bertalan Fodor (LilyPondTool)


Michael J. O'Donnell wrote:

I am pondering offering engraving services with LilyPond. I wonder if
there are people ready and willing to share information on the
possibility to make modest money this way.
  


I think the problem with this is that most customers nowadays have big 
expectations on having an audible version. For example Sibelius ships 
with Garritan Personal Orchestra, and Sibelius generates a quite usable 
audio rendering of the score.


Bert



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


Re: Circular Staff in Inkscape [was Re: Lilypond vs Score]

2010-02-04 Thread Bertalan Fodor (LilyPondTool)




Circular staves ARE possible with pure LilyPond, just look at this:



This was made using LilyPondTool's ruler feature, with the following
score:

\score {
 
 \relative c' {
 \override Staff.StaffSymbol #'transparent = ##t
 \override Staff.KeySignature #'transparent = ##t
 \override Staff.TimeSignature #'transparent = ##t
 \override Staff.BarLine #'transparent = ##t
 \override Staff.Clef #'transparent = ##t
 
 % The clef 
 \once \override Voice.TextScript #'extra-offset = #'(-10.6 .
-11.8 )
 s1^\markup { \rotate #90 \musicglyph #"clefs.G" } #'(-17.1 .
-8.0 ) 
 
 \once \override Voice.TextScript #'extra-offset = #'(-17.1 .
-8.0 )
 s1^\markup { \rotate #85 \note #"4" #UP } 
 
 \once \override Voice.TextScript #'extra-offset = #'(-22.7 .
-5.0 )
 s1^\markup { \rotate #60 \note #"4" #UP } 
 
 \once \override Voice.TextScript #'extra-offset = #'(-27.9 .
-2.8 )
 s1^\markup { \rotate #45 \note #"4" #UP } 
 
 \once \override Voice.TextScript #'extra-offset = #'(-33.3 .
-1.0 )
 s1^\markup { \rotate #30 \note #"4" #UP } 
 
 \once \override Voice.TextScript #'extra-offset = #'(-43.1 .
0.2 )
 s1^\markup { \rotate #40 \beam #3.2 #0 #0.5 } 
 
 \once \override Voice.TextScript #'extra-offset = #'(-44.2 .
0.8 )
 s1^\markup { \rotate #0 \note #"4" #UP }
 }
}

eyeglassesps = #"
0.15 setlinewidth
30 0 moveto
20 0 10 0 361 arc
31 0 moveto
20 0 11 0 361 arc
32 0 moveto
20 0 12 0 361 arc
33 0 moveto
20 0 13 0 361 arc
34 0 moveto
20 0 14 0 361 arc
35 0 moveto
20 0 15 0 361 arc
stroke
"

eyeglasses = \markup { \postscript #eyeglassesps }

\eyeglasses

M Watts wrote:

  I have to admit - I tried it and it's not
easy to get a staff to conform

to a circle, for example. Maybe someone else can. My Inkscape skills
are

weak, though I love the software.


  
  
  
Not sure how to wrap the entire staff in a circle, but you can easily
draw a circular staff in Inkscape:-
  
  
Draw a circle (F5) with Ctrl held down, 115 px in size;
  
  
Get outline only by Ctrl+Shift+F, click the X under Fill, and flat
color (2nd left) under Stroke paint (or click the X near bottom left of
window, and Shift-click a coler for line color);
  
  
Clone it 4 times (Alt + D);
  
  
Hit F1 and make sure the circle and all clones are selected by drawing
a selection box around the circle (the status bar will tell you if
they're all selected; you anly see the top one);
  
  
Open the Transform dialog (Shift+Ctrl+M), go Scale, width  height
both 110%, and make sure 'Scale proportionally' and 'Apply to each
object separately' are both checked.
  
  
Click Apply :)
  
  
Btw, Inkscape has layers -- use them if you don't want to be constantly
dragging the wrong notes and whatnot around.
  
  
  
  
___
  
lilypond-user mailing list
  
lilypond-user@gnu.org
  
http://lists.gnu.org/mailman/listinfo/lilypond-user
  
  




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


Re: Lilypond vs Score

2010-02-02 Thread Bertalan Fodor (LilyPondTool)

No, that's not true.

Score is like a notation drawing program, so you have very precise 
control over the musical elements' positions.

If you create a simple score, LilyPond's output is clearly superior.
If you are creating a complicated one, than Score becomes a 
hand-engraving tool. In that case YOU must produce the superior 
engraving. Which is surely possible with LilyPond - with less effort I 
think.


Bert

Bobber wrote:
I have been having a discussion with a small publisher who uses the 
music manuscript program called Score.  He says that neither Lilypond 
or Finale can produce engraving that is comparable to Score.  And that 
most of the major music publishers in the world use Score.


Is anyone familiar with Score and what makes it superior?






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


Re: New Sibelius to LilyPond conversion suite

2010-02-02 Thread Bertalan Fodor (LilyPondTool)

Kirill wrote:

To make things work via xml2ly, one would need to write:
1) A simple plugin for Sibelius to dump the score in some format preserving 100%
of what can be programmatically accessed using Sibelius ManuScript language.
Say, dump all the score elements into an .XML
2) Write an interpreter to translate this into MusicXML (losses begin here).
3) Then run, with further losses, xml2ly.

Seeing how things are, I decided to avoid the intermediate step 2, hence SIB2LY.

  


But why don't you dump directly to lilypond? Because Sibelius plugin 
interface is not so good as writing in Ruby?


Bert



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


Re: Ambitus

2010-01-30 Thread Bertalan Fodor (LilyPondTool)

northofscotland wrote:

A few days ago I posted a question about moving the note heads in an ambitus
independently.  It hasn't generated any response, and wondered if this was
because it just isn't possible.  Am I right?  If so, I'll stop worrying!
  
I checked the doc and couldn't find an easy way. Perhaps looking at the 
ambitus engraver source code would help more. Actually I think 
implementing tis possibility wouldn't be that hard for a developer.
What you always can do is to change the engraver's print function to the 
text script printing function and draw the ambitus using a markup.




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


Re: LilyPondTool

2010-01-27 Thread Bertalan Fodor (LilyPondTool)
The arguments starting with % are LilyPondTool features. It 
automatically substitutes configured values.
The other arguments are LilyPond command line arguments. So you should 
be able to use --output for example, see the doc.


Gerard McConnell wrote:

Hello,
when I use the following line in the console:
%lilypond -dbackend=svg %buffer
I'm guessing that 1. I'm calling LilyPond 2. sending it
an argument (or parameter?) and 3. telling LilyPond to
process the file in the buffer.   What exactly is the %?
I presume that I can replace %buffer with a path to some
 file, but for instance if I enter:
%lilypond -dbackend=svg c:\documents and 
setting\dad\desktop\musicpages\bella.ly

I get a:
warning: cannot find file: 'etc'.
Finally, is it possible for me to direct the output to a
specific folder?
By the way, the svg output from 2.12.2 is already great,
it's hard to imagine how it has been improved for 2.14.
Thanks,
Gerard


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


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


Re: Temporary polyphonic passages in TabStaff

2010-01-26 Thread Bertalan Fodor (LilyPondTool)
I think you must either use TabVoice or Voice. You can't include a 
simple Voice into a TabStaff and vice versa.


Oscar van Eijk wrote:

Hi All,

I'm currently engraving a piece for several instruments, one of them 
an acoustic guitar.
I'ld like to be able to print both the full score, and the instruments 
separately, in which case I wanna print guitar tabs as well.


At some locations I add a second voice, as in the snippet I includes 
with this mail, but that doesn't work for tabs; the new voice is twice 
interpreted as a normal voice and an extra normal (G clef) staff is added.
In the documentation and snippets I found several examples, but they 
all expect the complete piece to be in more voices, and that's not the 
case here. Am I missing something?


My code is below.
Thanks in advance,
Oscar

\version 2.12.2

guitar = \relative c' {
a,4 a16 e' bes' cis g'( e)~ e4.


  {
\voiceOne
\hideNotes bes'4\( \unHideNotes a8( g) a g \set 
TabStaff.minimumFret = #2 f e~

e2 \grace { e16 } e2\turn\) \set TabStaff.minimumFret = #0
\hideNotes bes'4\( \unHideNotes a8( g) a g \set 
TabStaff.minimumFret = #2 f e~

e2 \hideNotes e2 \)\unHideNotes
  }
  \new Voice {
\voiceTwo a,, f' bes d bes'2\arpeggio a a a  a f' bes d 
bes'2\arpeggio a a

  }
 \oneVoice

a e' a cis e16
a e' a cis e
a e' a cis e
a e' a cis e
a e' a cis e2.\fermata
}

\score {
  
\new StaffGroup 
\context Staff=Accoustic guitar 
  \set Staff.instrumentName=Accoustic guitar
  \clef G_8
  \guitar

\context TabStaff=Accoustic guitartabs 
  \set TabStaff.instrumentName=Guitartabs
  \set StaffGroup.instrumentName=Accoustic guitar
  \guitar

  

\layout{}

}



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


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


Re: svg from LilypondTool?

2010-01-21 Thread Bertalan Fodor (LilyPondTool)




Yes.

See
http://lilypondtool.organum.hu/fileadmin/lilypondtool/docs/ch03s03.html
Running LilyPond with custom parameters

So you have 2 options:
- in the LilyPond console you can use %lilypond -fsvg %buffer to
process the file to svg.

-
or if you always want
SVG output, set the default lilypond parameters it in Plugins 
Plugin Options  LilyPondTool  Commands

Bert 
Gerard McConnell wrote:

  
  
  
  Can I get use LilypondTool to tell
Lilypond to produce SVG output?
  Thanks,
  Gerard
  

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




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


Re: svg from LilypondTool?

2010-01-21 Thread Bertalan Fodor (LilyPondTool)
Oh, I was confused by the lilypond doc (seems buggy in this part - if I 
want svg output, why doesn't it use the svg backend automatically?)

The correct way to generate an svg is

%lilypond -dbackend=svg %buffer

Gerard McConnell wrote:

That is really brilliant, using Lilypond and LilypondTool is
becoming better and better for me.   Many thanks.
Just a slight problem -
When I use %lilypond -fsvg %buffer in the console I am
getting a .ps output and no .pdf output now, which
makes sense to me. However I can't seem to find
any .svg output file.
Should the console should be giving
me a message like Layout output to 'filename.svg'?
I have Lilypond version 2.12.0.
Thanks again,
Gerard

- Original Message -
*From:* Bertalan Fodor (LilyPondTool)
mailto:lilypondt...@organum.hu
*To:* Gerard McConnell mailto:gerry...@indigo.ie
*Cc:* lilypond-user@gnu.org mailto:lilypond-user@gnu.org
*Sent:* Thursday, January 21, 2010 12:16 PM
*Subject:* Re: svg from LilypondTool?

Yes.

See
http://lilypondtool.organum.hu/fileadmin/lilypondtool/docs/ch03s03.html
Running LilyPond with custom parameters

So you have 2 options:
- in the LilyPond console you can use %lilypond -fsvg %buffer to
process the file to svg.



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


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


Re: svg from LilypondTool?

2010-01-21 Thread Bertalan Fodor (LilyPondTool)
No problem. Then the confusion from the doc. Like setting the format 
has no effect on the format, it is just for educational purposes


Patrick McCarty wrote:

On Thu, Jan 21, 2010 at 6:58 AM, Bertalan Fodor (LilyPondTool)
lilypondt...@organum.hu wrote:
  

Oh, I was confused by the lilypond doc (seems buggy in this part - if I want
svg output, why doesn't it use the svg backend automatically?)
The correct way to generate an svg is

%lilypond -dbackend=svg %buffer



I recently added an item for this:

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

Adding support for it is not as simple as you might imagine.  ;-)


Thanks,
Patrick

  


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


Re: LilyPondTool doesn't find predefined-guitar-fretboards.ly

2010-01-21 Thread Bertalan Fodor (LilyPondTool)
This is a bug - no includes from the default include folder work (except 
language settings). Could you please report it on 
http://sf.net/projects/lily4jedit ?


Thanks,

Bert

Patrick Schmidt wrote:

Hi Bertalan,

first of all thank you very much for LilyPondTool! It makes life much easier!

I just discovered that LilyPondTool (version 2.12.894; jEdit 4.3pre 17; Mac OS 
10.4) produces the following warning message when I include the file 
predefined-guitar-fretboards.ly in my .ly-files:

/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/predefined-guitar-fretboards.ly
(No such file or directory)

The path is not correct. It should be:

/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/ly/

When I type

\include 
/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/ly/predefined-guitar-fretboards.ly

the file is found. Is this a (tiny) bug or is there a way to adjust this path 
within LilyPondTool?

thanks again,
patrick
  




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


Re: Divided voices

2010-01-20 Thread Bertalan Fodor (LilyPondTool)

It is important for the same voices to remain in the same Voice context.

So if you have this:

\new Voice = soprano { c8 d e } and you want to go to S1 and S2, you 
should use this construct:


\score { \new Staff { \new Voice = soprano \relative c' { \voiceOne c8 
d e(  { f) } \new Voice = s2 { \voiceTwo d }  } } }


 means simultaneous music, and nothing more. That's why I'm using 
\voiceOne and \voiceTwo to set the stem, slur etc. directions.


Note, that I have no \\ in the middle of the to voices, as \\ would 
create automatically two voices called 1 and 2, but you want to stay 
in the soprano context for the first part, and thus you explicitly 
create a new Voice for s2.


northofscotland wrote:

I have a question about the best way to produce music when it divides for
maybe only a few bars in a piece.  I often come across this when setting
SATB vocal works.  Straight forward SATB with a single voice to a line is
simple enough, but I am struggling to find an elegant (and simple!) way to
deal with a part that may divide into, say, S1 and S2 perhaps only for a few
notes in the whole piece.  The way I have sorted it so far is to duplicate
the S line, put in the changed notes and substitute the common notes with
skips, then combine them with something like
\new Voice = sopcombo  {\voiceOne  \global \sopMusic \sopDiv  }

Whilst this seems to work reasonably well I do seem to lose some
articulations, slurs etc in the process, and it does seem rather cumbersome.

Division such as this is common enough in such music and I would have
thought it could have a simple solution.  Published music and the products
of eg Sibelius seem to readily produce such results.  Any ideas?  Thanks
  


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


Re: Divided voices

2010-01-20 Thread Bertalan Fodor (LilyPondTool)
Or as I just found out, you can override the Voice naming of 1 and 
2, with
\score { \new Staff { \new Voice = soprano \relative c' { c8 d e(  
\context Voice = soprano { f) } \\ { d }  } } }


In this case you don't need the explicite voice set up for the temporary 
part.


Bertalan Fodor (LilyPondTool) wrote:

It is important for the same voices to remain in the same Voice context.

So if you have this:

\new Voice = soprano { c8 d e } and you want to go to S1 and S2, you 
should use this construct:


\score { \new Staff { \new Voice = soprano \relative c' { \voiceOne 
c8 d e(  { f) } \new Voice = s2 { \voiceTwo d }  } } }


 means simultaneous music, and nothing more. That's why I'm using 
\voiceOne and \voiceTwo to set the stem, slur etc. directions.


Note, that I have no \\ in the middle of the to voices, as \\ would 
create automatically two voices called 1 and 2, but you want to 
stay in the soprano context for the first part, and thus you 
explicitly create a new Voice for s2.


northofscotland wrote:

I have a question about the best way to produce music when it divides for
maybe only a few bars in a piece.  I often come across this when setting
SATB vocal works.  Straight forward SATB with a single voice to a line is
simple enough, but I am struggling to find an elegant (and simple!) way to
deal with a part that may divide into, say, S1 and S2 perhaps only for a few
notes in the whole piece.  The way I have sorted it so far is to duplicate
the S line, put in the changed notes and substitute the common notes with
skips, then combine them with something like
\new Voice = sopcombo  {\voiceOne  \global \sopMusic \sopDiv  }

Whilst this seems to work reasonably well I do seem to lose some
articulations, slurs etc in the process, and it does seem rather cumbersome.

Division such as this is common enough in such music and I would have
thought it could have a simple solution.  Published music and the products
of eg Sibelius seem to readily produce such results.  Any ideas?  Thanks
  




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


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


Re: svg output

2010-01-20 Thread Bertalan Fodor (LilyPondTool)

Yes, that's the main goal of SVG output.

Gerard McConnell wrote:
Am I wrong in thinking that when the SVG output is usable 
for Windows machines,  then that output can be imported

into Inkscape, where it can be worked on further to
produce pages like those in children's piano tutors, with
pictures, circles around clefs or key signatures, pretty much
any sort of notation and graphic on the same page?
Gerard


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


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


Re: stanza set to AABA tune

2010-01-20 Thread Bertalan Fodor (LilyPondTool)
You can repeat only complete music fragments. You can't use repeat 
inside a \lyricmode block


David Olson wrote:


I described my problem on this webpage:
http://www.hosorembo.com/Lily/repeats.html

Suppose  the music is c d e c d e

and the words are do re mi one two three

The music repeats |: c4 d e :| 

If I write 


stanzaOne = \lyricmode {
do re mi
\repeat {
one two three
}
}

it does not compile --

expecting LYRICS_STRING or STRING or STRING_IDENTIFIER

Do I need to name the repeated section and then integrate it in the 
score section?


Any template of AABA music out there?

David Olson
Culver City, CA



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


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


Re: stanza set to AABA tune

2010-01-20 Thread Bertalan Fodor (LilyPondTool)

Wow, that's cool.

Francisco Vila wrote:

2010/1/20 Bertalan Fodor (LilyPondTool) lilypondt...@organum.hu:
  

You can repeat only complete music fragments. You can't use repeat inside a
\lyricmode block



Yes, you can:

stanzaOne = \lyricmode {
do re mi
\repeat unfold 2 {
one two three
}
}

 \new Staff { \time 3/4 c' d' e' \repeat unfold 2 { c' d' e' } }
\new Lyrics { \stanzaOne }
  

  


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


Re: exotic chord

2010-01-19 Thread Bertalan Fodor (LilyPondTool)
Unfortunately AFAIK you have to customize manually as in the example at 
http://lsr.dsi.unimi.it/LSR/Item?id=517


Still, I prefer the ø way, it is easier to read and recognize.

Bert

Jan Kohnert wrote:

Wafaic schrieb:
  

\chords { a:m7.5- }
but I did not get what I hope.
I have someting like this same appearence:
Aº  , except that the little º looks like this:  ø



Well, I hope I got your problem right: In Germany that's called 'halb 
vermindert' (the English translation might be 'half diminished' (dunno if 
that's correct), and for that the notation 'ø' is just fine, as a diminished 
chord would get '⁰' (without the line). Maybe there is something like 
\semiGermanChords (within the chords section) for your preferred typesetting, 
too.


  



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


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


Re: exotic chord

2010-01-19 Thread Bertalan Fodor (LilyPondTool)



Too lazy to fix the top-posting- see comments below.

Have you ever used a mobile client for reading emails?



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


Re: One Line Column Markup

2010-01-18 Thread Bertalan Fodor (LilyPondTool)




What about 

\markup {
\line {4 \super {  }}}
}

Note that LilyPond can use most Unicode characters.



Pato Press wrote:
Thanks James, I've just check that and doesn't work :(
It still gives me the same.
What I need its like having a new character consisting in the "a" in
\super mode with a dot under it.
  
4. \super a %with the "a" aligned over the dot 
  
is that posible? Or ill have to investigate in the creation of chars in
a font-set :\ ?
  
Thanks again!
  
  2010/1/18 James Bailey derhindem...@googlemail.com
  
  
without checking, have you tried \line {4 \center-column
{\super a .}}?
  
  
  
  

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




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


Re: One Line Column Markup

2010-01-18 Thread Bertalan Fodor (LilyPondTool)




Use charmap on Windows. 
Could you create what you want in Paint or some other drawing problem?
It's getting hard for me to comprehend :)

This is what I understand: 

\markup { \concat { 4 \super { \combine a \raise #-0.4 "." } } }

Rendering:
 



Pato Press wrote:
Ok thats great!
even if I dont know how to find that character!!
eventualy I can copy paste :)
Its quite near to what Im looking for.
the thing is, is there a way to have the dot out of \super mode?
now that you show me these, I think that what I am looking for is for a
way of left-align the "a" with the dot and top-align it with the "4"
  
Thanks again!.
  
  
  2010/1/18 Bertalan Fodor (LilyPondTool) lilypondt...@organum.hu
  
What about 

\markup {
\line {4 \super { ạ }}}
}

Note that LilyPond can use most Unicode characters.

  
  




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


Re: exotic chord

2010-01-18 Thread Bertalan Fodor (LilyPondTool)

Hey, that's not an exotic chord, that's the common half-diminished one.
Use normal chord syntax.
\chords { a:m7.5- }

See 
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Common-chord-modifiers#Common-chord-modifiers



TaoCG wrote:

Wafaic wrote:
  
Not exactly. 
I can't find a way to write in full Am7b5.

And if I find a way, I'd like to write Am on one level, and 7b5 a little
higher.




Maybe this is something for you.
http://lsr.dsi.unimi.it/LSR/Item?id=608

It's a little tricky because your entry will be converted to a lyric context
to create chords now but what you want is easily achieved, just type
a-m7f5 .
  


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


Re: Software versions in text

2010-01-17 Thread Bertalan Fodor (LilyPondTool)

Mark Austin wrote:

I'm putting together a book of folk tunes, and would like to reference
the versions of software used. I kown you can automatically pick up
the Lilypond version (and have done so). However, is there a similar
way of getting the JEdit and LilyPondTool versions?

  

I'm not entirely sure what you need, but some ideas:
In the settings folder of jedit, ~/.jedit or c:\documents and 
settings\you\.jedit there is the activity.log: it contains the jEdit 
version string:

[notice] jEdit: jEdit version 4.3

The current version of LilyPondTool can be got from the 
LilyPondTool.props file, which is zipped in the LilyPondTool.jar


plugin.lilytool.LilyToolPlugin.version=2.12.894






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


LilyPondTool latest released in Plugin Central

2010-01-13 Thread Bertalan Fodor (LilyPondTool)
Hi, just a heads up: the latest (bug fix) version of LilyPondTool has 
been released to the jEdit plugin central, so you might want to upgrade.


Bert



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


Re: Sibelius conversion - sib2ly

2010-01-12 Thread Bertalan Fodor (LilyPondTool)

Johan Vromans wrote:

Domain Admin m...@mjs-svc.com writes:

  

If anyone's interested, I've started work on a Sibelius plug-in to
export Lilypond data.



I've taken the liberty to enhance this plug-in to take care of bar
checks, bar numbers, ties, (start of) slurs, and measure rests.

http://johan.vromans.org/software/sib2ly.plg .

It requires Sibelius 5. There's a much better version of the original
plug-in available, but that requires Sibelius 6.1 which I've currently
not planned to upgrade to.
  
What much better version are you referring to? I just came to a task to 
convert several SIB files to LilyPond.


Thanks,

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


Re: hymns: chords vs. voices

2010-01-08 Thread Bertalan Fodor (LilyPondTool)

Xavier Scheuer wrote:

Le Fri, 1 Jan 2010 17:30:19 -0800 (PST),
mike99 mike.br...@gmail.com a écrit :

  

Fair enough, but there are the lyrics, set here to the soprano voice,
which, unintended by myself, skips the fourth beat in the second
measure. In the documentation's first example on divisi lyrics
(Notation Reference, 2.1.4, version 2.12), it does not, because the
authors have explicitly created a new voice.



Yes, this is clearly a limitation of the  \\  construct: voices
within that construct are considered as voices both different as the
voice outside this construct.
This is not the case with
 { \voiceOne ... }
  \new Voice { \voiceTwo ... } 
since the first voice in this construct is considered as the
continuation of the voice outside the construct.
  

Are you sure? I think I remember that
 { c } \\ { d } 

Will make the c to be in a Voice called a, so
\context Voice = a { e  { c } \\ { d }  }

will make the e and c in the same voice.

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


Re: hymns: chords vs. voices

2010-01-08 Thread Bertalan Fodor (LilyPondTool)


Why not spend a minute to find an authoritative answer before sending 
speculations to the list?
Because my memory works like a hash map, so I can find data in it 
constant time, while looking in the manual or the archive is in O(nlogn) 
where n is the size of the information source.


Bert
See for example Sect. 3.2.2 Explicitly instantiating voices of the 
Learning Manual or examples like

http://www.mail-archive.com/lilypond-user@gnu.org/msg38804.html

   /Mats


Kieren MacMillan wrote:

Hi Bertalan,

 

Are you sure? I think I remember that  { c } \\ { d } 
Will make the c to be in a Voice called a, so
\context Voice = a { e  { c } \\ { d }  }

will make the e and c in the same voice.



I believe it's 1.

Cheers,
Kieren.


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







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


Re: midi with una corda

2010-01-05 Thread Bertalan Fodor (LilyPondTool)

Una corda is a special MIDI controller event.
If it doesn't work like that it is a bug.

Trevor Daniels wrote:


Stefan Thomas wrote Tuesday, January 05, 2010 9:08 AM


in the below quoted snippet, the \unaCorda command has unfortunately no
influence on the midi-performance.



Is it possible to get the desired behavior of \unaCorda from Lilypond?


If simply reducing the volume is all you need, you
may find that lowering the overall MIDI volume when
a \unaCorda command is issued is adequate.  See
section 3.5.5 in the Notation Reference for details.

This will have no effect on the timbre of the sound
of course.

Trevor








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


Re: convert-ly can't cope with accented filename

2010-01-05 Thread Bertalan Fodor (LilyPondTool)

See http://www.amk.ca/python/howto/unicode

John Mandereau wrote:

Le mardi 05 janvier 2010 à 08:03 +1100, Nick Payne a écrit :
  
Try to run convert-ly on a file with an accented name and I get the 
following:


  convert-ly --edit /home/nick/lilypond/Bésard_preludio.ly
convert-ly (GNU LilyPond) 2.13.10
Traceback (most recent call last):
   File /usr/local/lilypond/usr/bin/convert-ly, line 337, in ?
 main ()
   File /usr/local/lilypond/usr/bin/convert-ly, line 331, in main
 do_one_file (f)
   File /usr/local/lilypond/usr/bin/convert-ly, line 233, in do_one_file
 ly.stderr_write (_ (Processing `%s\'... ) % infile_name)
   File 
/usr/local/lilypond/usr/share/lilypond/current/python/lilylib.py, line 
59, in stderr_write

 encoded_write (sys.stderr, s)
   File 
/usr/local/lilypond/usr/share/lilypond/current/python/lilylib.py, line 
51, in encoded_write

 f.write (s.encode (f.encoding or 'utf_8'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 33: 
ordinal not in range(128)



This is a bug, the real question for fixing it is: how to figure out the
encoding of the filesystem in Python?

Thanks for the report,
John
  



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


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


Re: midi with una corda

2010-01-05 Thread Bertalan Fodor (LilyPondTool)

I beleive that would be relatively easy to implement.

Stefan Thomas wrote:

Dear Bertalan,
that's a pitty, if it is a bug.
Concerning midi, there is one thing I'm missing, that is possible 
within Sibelius. There You can directly input midi-messages that will 
influence the midi-output. Couldn't it be possible to implement this 
in Lilypond?


2010/1/5 Bertalan Fodor (LilyPondTool) lilypondt...@organum.hu 
mailto:lilypondt...@organum.hu


Una corda is a special MIDI controller event.
If it doesn't work like that it is a bug.


Trevor Daniels wrote:


Stefan Thomas wrote Tuesday, January 05, 2010 9:08 AM

in the below quoted snippet, the \unaCorda command has
unfortunately no
influence on the midi-performance.


Is it possible to get the desired behavior of \unaCorda
from Lilypond?


If simply reducing the volume is all you need, you
may find that lowering the overall MIDI volume when
a \unaCorda command is issued is adequate.  See
section 3.5.5 in the Notation Reference for details.

This will have no effect on the timbre of the sound
of course.

Trevor








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


ANN BETA 2: LilyPondTool 2.12.892 available for testing

2010-01-05 Thread Bertalan Fodor (LilyPondTool)

Hi all,

I released new Release Candidate version of LilyPondTool (for jEdit).
Please test it. It is mainly a bug fix release, with many bugs fixed,
most notably
- the PDF preview problems
- the French localization problems
- document wizard localizations
- MIDI input problems (dupicate notes)

Please get it from
http://lilypondtool.organum.hu/fileadmin/lilypondtool/lily4jedit-2.12.892.zip
and unzip it to your jEdit settings directory, that is $HOME/.jedit, or
~/.jedit or c:\documents and settings\YOU\.jedit depending on your OS.

Please report me any problems you find.

I ask my kind localizers, to check the messages properties files for
changes, and send me the new files or changed keys.

Thank you,

Bert


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


Re: ANN BETA: LilyPondTool 2.12.890 available for testing

2010-01-04 Thread Bertalan Fodor (LilyPondTool)

Nick Payne wrote:
One bug I have come across is that with \pointAndClickOn, point and 
click from PDF preview into the source doesn't work if the source 
filename contains an accented character. For example, if I'm working 
on a score in file named Bésard_preludio.ly, then point and click 
doesn't work, but if I rename the score to Besard_preludio.ly, then it 
does.


Nick


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


That might be because http://code.google.com/p/lilypond/issues/detail?id=887
Though JPedal does handle it in a platform dependent way, so that could 
be to blame on linux as well.




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


Re: LilyPond on Linux

2010-01-01 Thread Bertalan Fodor (LilyPondTool)


Staying in Windows, you can run a Windows install of Lilypond, and add 
to it jEdit with the LilypondTool plugin. The advantages are a single 
computing environment, and jEdit+Lilytool gives the same functionality 
as Frescobaldi, including the link from .PDF to input. 


I wouldn't say same functionality as in some ways LilyPondTool 
provides you actually more features.
You don't get the Rumour midi app, 

But you get a virtual piano with MIDI input support.

Bert


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


Re: LilyPond on Linux

2010-01-01 Thread Bertalan Fodor (LilyPondTool)



I tried out Frescobaldi last night. I don't think it adds anything
that can't be done with, say, emacs in Lilypond mode. 
That's true, but with emacs they remain capability forever and never 
feature. Think of templates and zero configuration for example.


Bert


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


ANN BETA: LilyPondTool 2.12.890 available for testing

2009-12-29 Thread Bertalan Fodor (LilyPondTool)

Hi all,

I released new Release Candidate version of LilyPondTool (for jEdit).
Please test it. It is mainly a bug fix release, with many bugs fixed, 
notably

- document wizard localizations
- MIDI input problems (dupicate notes)

Please get it from 
http://lilypondtool.organum.hu/fileadmin/lilypondtool/lily4jedit-2.12.890.zip
and unzip it to your jEdit settings directory, that is $HOME/.jedit, or 
~/.jedit or c:\documents and settings\YOU\.jedit depending on your OS.


Please report me any problems you find.

I ask my kind localizers, to check the messages properties files for 
changes, and send me the new files or changed keys.


Thank you,

Bert


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


Re: midi with una corda

2009-12-22 Thread Bertalan Fodor (LilyPondTool)

Yes, the unaCorda command does perform the appropriate midi event.

I think the question is: is it possible to include custom MIDI 
controller commands in the MIDI output? I think it is not yet, though 
would be very useful.


Bert

Stefan Thomas wrote:

Dear community,
is it possible to define a \unacorda command that has an effect to the 
midi-output?



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


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


Re: simple editor for windows

2009-12-21 Thread Bertalan Fodor (LilyPondTool)
Well, it's good to see that there is at least the sFTP support sells 
jEdit even if the LilyPondTool plugin is not worth for downloading that. :)


Bert

Aaron Dalton wrote:

On Fri, 18 Dec 2009, Stefan Thomas wrote:


Dear Ralph,
thanks for Your hint. I've downloaded Textpad.
It works well, but unfortunately I couldn't get syntax-highlighting 
with it. Isn't it available?


2009/12/16 Ralph Palmer palmer.r.vio...@gmail.com
  Stefan -

  I have been using ConTEXT on my Win XP machine. It's freeware, 
and has Lilypond
  highlighting. I've been very happy with it. It's simple and 
kind, but has formatting

  not normally available in NotePad.

  Check it out at:
  http://www.contexteditor.org

  Ralph



I have been using jEdit (http://jedit.org) and i absolutely love it.  
The seller for me is the (s)FTP support.  It treats the remote file 
system just as if it were local.  I can access it by URL 
(sftp://m...@somewhere/my/dir) instead of having to manage sites.  
Even if you don't need the FTP feature, I strongly recommend giving it 
a shot.  It highlights Lilypond syntax and will let you work with 
UTF-8 for those pesky foreign lyrics :)


Cheers!
Aaron



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






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


Re: off-topic somewhat: installing jedit/lilypondtool with no internet connection?

2009-12-21 Thread Bertalan Fodor (LilyPondTool)
Yes, by default the jEdit settings folder is c:\documents and 
settings\username\.jedit
Under that there is a file called properties - this contains all your 
individual settings.

The jars folder contains all the plugins.
So generally you need only two of these to replicate the same 
installation elsewhere.


Francisco Vila wrote:

2009/12/19 chip c...@wiegand.org:
  

Excellent, that's what I hoping for.
Thanks,
chip



  

I don't see a settings folder, did find a settings-backup folder buried
under Documents and Settings etc etc etc.
Can I just copy the entire .jedit folder from that directory and paste
into a new install of jedit on the other computer? That would be the
easiest thing to do, if it'll actually work afterwards.



Yes, I think the settings folder is your .jedit folder in this case.

  

You could install it while online, then pull off the ethernet cable,
uninstall, and try to install again from the files while offline.



  

Can't install it offline, the computer I need it installed on is in a
location with no internet access.



Here I'm saying offline meaning With no internet access in the
same computer just to make the test.

  

Yes, I have to redo my encoding and
other global settings, but I'm quite used to it now.



Possibly all these settings are also into the .jedit folder, outside
of the jars folder.  Try copying everything in .jedit, not only that
in jars.

  


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


Re: jEdit Lilypond Tool keeps inserting command I don't want

2009-12-21 Thread Bertalan Fodor (LilyPondTool)




In the next version this will work better, though it seems that you
have something wrong with your LilyPondTool installation. Do you have
the latest jEdit (4.3pre18 I think) and latest LilyPondTool?

Pressing the backslash should open the autocompletion:



It only autocompletes, if it can only find 1 possible completion.

Nevertheless, you can turn it off by unchecking Plugins  Plugin
Options  SideKick  Immediately complete if possible.

Bert

Todd O'Bryan wrote:

  I'm using the Lilypond Tool with jEdit and every time I hit the
backslash keep it auto-completes it with \refrainMelody.

While that is a variable in my file, I really don't want it every time
I hit backslash.

How do I turn this off?

Todd


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

  




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


Re: GUI

2009-12-17 Thread Bertalan Fodor (LilyPondTool)
Yes, but the concern here is to bundle something along with LilyPond. I 
don't think that's a very good idea though.

We shouldn't bundle unmaintained (that's a fact) broken (fact) editors.

I think we should make LilyPondTool and Frescobaldi officially 
recommended and provide them as bundle download.


I would like to see options on the download page:
- Download LilyPond with LilyPondTool (needs Java installed)
- Download LilyPond with Frescobaldi (Linux only)
- Download LilyPond without an editor

Bert

James Worlton wrote:

jEdit with the LilyPondTool plugin practically does all of that already.

James Worlton


On Tue, Dec 15, 2009 at 11:07 AM, Kees van den Doel kvand...@shaw.ca 
mailto:kvand...@shaw.ca wrote:


If lilypond came with a rudimentary GUI I think it would at least
octuple the number of people trying it out.

Something simple like a window with File/compile menus, a text
editor pane, compile messages at bottom,
and a score preview. No more features needed, it's just to get
people who don't know what a shell or
a text editor is to try it out. They can then start the lilypond
program, open various example files, change a few notes, and
they're hooked!

Kees
- Original Message -
From: James Lowe james.l...@datacore.com
mailto:james.l...@datacore.com
Date: Tuesday, December 15, 2009 8:41 am
Subject: Re: No Work!
To: Robert Ley robert...@gmail.com mailto:robert...@gmail.com
Cc: lilypond-user@gnu.org mailto:lilypond-user@gnu.org

  I don't see a log for Lilypond and the finder log doesn't have
 anything for Lilypond in it. Can you suggest where to look?
  RDL

 Please can you confirm a few things because it really is not clear.

 1. Can you save the example file to the desktop with a file name?

 2. If you can save the file and you choose the 'compile 
 typeset'
 option, the log window should pop up...does this happen or not?

 3. if the log window does pop up then can you cut and paste from
 this
 window?

 4. If you cannot do step 1, can you open a new text file, make
 it plain
 text and then type { a b c d e f } save it as a test.ly
http://test.ly (not
 test.ly.txt) and then compile the file? Does this work?

 Thanks

 At the moment you are still not giving us everything, only bits
 and pieces.

 James

 PS Please remember to 'reply-all' when emailing.


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



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




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


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


Re: Problem, probably with Lilypondtool

2009-12-17 Thread Bertalan Fodor (LilyPondTool)
In the next release (planned to release this week), I worked on this 
part, so keep in touch, perhaps this will be fixed.


Nick Payne wrote:
When I use jEdit/Lilypondtool on Linux, about one time in four or five 
that I run Lilypond from the LPT toolbar, Lilypondtool doesn't 
recognise when Lilypond has finished processing, doesn't return with 
the Lilypond ready prompt in the console window after the PDf has 
been generated, and the updated output doesn't appear in the PDF 
preview window, though I can open the newly created PDF in Evince. I 
have to click the Stop button in the console window toolbar to get 
processing to stop and the PDF preview to refresh. I've had the 
problem with several different versions of Lilypond, with both jEdit 
4.3pre17 and 4.3pre18, and on both 32-bit and 64-bit Ubuntu. I have 
never seen the same problem when using LP and LPT on Windows.


Nick


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






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


Re: Font questions

2009-11-26 Thread Bertalan Fodor (LilyPondTool)

Use quotes:

\addlyrics { 8 }

Father Gordon Gilbert wrote:

Hi all,

Perhaps someone can help me here.  I'm trying to set the Huron Carol 
(old hymn written by St Jean de Brebeuf in the 1640s).  I'm having 
trouble with his name, which requires an e (accent aigu), and I'm 
getting a couple of strange characters in the output.  Also, in the 
vers in the original Wendat language, the common way to depict one 
certain sound is with an 8, but Lily won't let me put that in lyrics.


Using Lily 2.13.0, with jEdit LilyPondTool -- I *think* with UTF-8 
(how can I be sure?)


Can somebody help me straighten up the accent and character problem?

Thanks,

Gordon+

On 19/11/2009, *lilypond-user-requ...@gnu.org 
mailto:lilypond-user-requ...@gnu.org* lilypond-user-requ...@gnu.org 
mailto:lilypond-user-requ...@gnu.org wrote:


Send lilypond-user mailing list submissions to
lilypond-user@gnu.org mailto:lilypond-user@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.gnu.org/mailman/listinfo/lilypond-user
or, via email, send a message with subject or body 'help' to
lilypond-user-requ...@gnu.org
mailto:lilypond-user-requ...@gnu.org

You can reach the person managing the list at
lilypond-user-ow...@gnu.org
mailto:lilypond-user-ow...@gnu.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of lilypond-user digest...


Today's Topics:

   1. time signature: 3.5/4 (stefankaegi)
   2. Re:time signature: 3.5/4 (Reinhold Kainhofer)
   3. Re:time signature: 3.5/4 (James E. Bailey)
   4. Re:time signature: 3.5/4 (James E. Bailey)
   5. Re:Embedded PS graphics into scores (Patrick McCarty)
   6. Re:time signature: 3.5/4 (stefankaegi)
   7. Re:time signature: 3.5/4 (James E. Bailey)


--

Message: 1
Date: Thu, 19 Nov 2009 18:27:16 +0100
From: stefankaegi ska...@hispeed.ch mailto:ska...@hispeed.ch
Subject: time signature: 3.5/4
To: lilypond mailing list lilypond-user@gnu.org
mailto:lilypond-user@gnu.org
Message-ID: 1258651636.10413.2.ca...@localhost
Content-Type: text/plain

Hi

I'd like to have the time signature 3+1/2 / 4
(three and a half quarters).

How can I do this?

Thank you for your advice

Best wishes





--

Message: 2
Date: Thu, 19 Nov 2009 18:51:32 +0100
From: Reinhold Kainhofer reinh...@kainhofer.com
mailto:reinh...@kainhofer.com
Subject: Re: time signature: 3.5/4
To: lilypond-user@gnu.org mailto:lilypond-user@gnu.org
Message-ID: 200911191851.35700.reinh...@kainhofer.com
mailto:200911191851.35700.reinh...@kainhofer.com
Content-Type: Text/Plain;  charset=iso-8859-15

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Donnerstag, 19. November 2009 18:27:16 schrieb stefankaegi:
 Hi

 I'd like to have the time signature 3+1/2 / 4
 (three and a half quarters).

 How can I do this?

How about 7/8?

If you want special beam grouping, you'll need some tweaks.
Also, if you want it to display as 3.5/4, you'll also need some
\overrides.

Cheers,
Reinhold
- --
- --
Reinhold Kainhofer, reinh...@kainhofer.com
mailto:reinh...@kainhofer.com, http://reinhold.kainhofer.com/
  * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
  * http://www.fam.tuwien.ac.at/, DVR: 0005886
  * LilyPond, Music typesetting, http://www.lilypond.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFLBYWlTqjEwhXvPN0RAvwdAJ48ZUuJxhi4PFGe3rPIzSI1GsfTVgCeMdD7
xuMgnOUnhr1w6UBd2VmoBAE=
=7djP
-END PGP SIGNATURE-




--

Message: 3
Date: Thu, 19 Nov 2009 19:00:17 +0100
From: James E. Bailey derhindem...@googlemail.com
mailto:derhindem...@googlemail.com
Subject: Re: time signature: 3.5/4
To: stefankaegi ska...@hispeed.ch mailto:ska...@hispeed.ch
Cc: lilypond mailing list lilypond-user@gnu.org
mailto:lilypond-user@gnu.org
Message-ID: bfe52301-1553-4400-81f9-d69acbf58...@googlemail.com
mailto:bfe52301-1553-4400-81f9-d69acbf58...@googlemail.com
Content-Type: text/plain; charset=us-ascii


On 19.11.2009, at 18:27, stefankaegi wrote:

 Hi

 I'd like to have the time signature 3+1/2 / 4
 (three and a half quarters).

 How can I do this?

 Thank you for your advice

 Best wishes

The easiest way is probably to create a hidden 7/8 time signature,
and override the displayed time signature with markup showing what
you want.

If you speak german, there's a german lilypond forum at
www.lilypondforum.de http://www.lilypondforum.de

James E. Bailey




  1   2   3   4   >