How to generate small example PNGs

2011-06-23 Thread Ralf Mattes
Hello list, for a webproject with music examples I need to create PNG files with small mucic examples. I'm shure I once had some examples but I can't find them any more. I'm currently invoking lilypond like this: lilypond --png --output=cadence_3 94244234-tmp.ly The file looks something like

Re: How to generate small example PNGs

2011-06-23 Thread Federico Bruni
you are missing the option -dpreview it's explained in Usage manual, chapter 1.2 2011/6/23 Ralf Mattes r...@mh-freiburg.de Hello list, for a webproject with music examples I need to create PNG files with small mucic examples. I'm shure I once had some examples but I can't find them any

Re: How to generate small example PNGs

2011-06-23 Thread Éditions IN NOMINE
Hi Ralf. Well your snippet works well, and I actually get a png which is the same as the pdf : some music on top left and nothing else. You can cut it around with gimp and you have your sample. Is it what you want to get ? Regards JMarc Ralf Mattes a écrit : Hello list, for a webproject

Re: How to generate small example PNGs

2011-06-23 Thread Marc Mouries
On Thu, Jun 23, 2011 at 6:06 AM, Ralf Mattes r...@mh-freiburg.de wrote: Hello list, for a webproject with music examples I need to create PNG files with small mucic examples. I'm shure I once had some examples but I can't find them any more. I'm currently invoking lilypond like this:

Re: How to generate small example PNGs

2011-06-23 Thread Dmytro O. Redchuk
On Thu 23 Jun 2011, 10:06 Ralf Mattes wrote: Hello list, Hi! for a webproject with music examples I need to create PNG files with small mucic examples. I'm shure I once had some examples but I can't find them any more. I'm currently invoking lilypond like this: lilypond --png

Re: How to generate small example PNGs

2011-06-23 Thread Marek Klein
Hello, see also this thread, with lily2image script: http://lists.gnu.org/archive/html/lilypond-user/2008-10/msg00041.html Marek -- Marek Klein http://gregoriana.sk ___ lilypond-user mailing list lilypond-user@gnu.org

beaming problem in 2.14

2011-06-23 Thread Stefan Thomas
Dear community, the following code works fine in 2.12.3. but doesn't in 2.14.1. Is there a possibility to get it working in 2.14.1? \version 2.14.1 music = { \clef bass r2 r4 r8 f, r2 r4 g,8 r r4 f, 8 r8 r2 } beams = { \repeat unfold 24 { s8[ s ] s[ s]} % this line causes the error! }

Re: Dynamic + text aligned: BEST solution?

2011-06-23 Thread Graham Percival
On Sun, Jun 19, 2011 at 11:30:25PM +0200, Xavier Scheuer wrote: The following snippets are providing different solutions (some with important drawbacks) to this issue/request (useful in many cases!): http://lsr.dsi.unimi.it/LSR/Item?id=393 http://lsr.dsi.unimi.it/LSR/Item?id=739 but there

Re: beaming problem in 2.14

2011-06-23 Thread Phil Holmes
Added as http://code.google.com/p/lilypond/issues/detail?id=1706 -- Phil Holmes - Original Message - From: Stefan Thomas To: lilypond-user Sent: Thursday, June 23, 2011 12:31 PM Subject: beaming problem in 2.14 Dear community, the following code works fine in 2.12.3.

Re: beaming problem in 2.14

2011-06-23 Thread David Bobroff
On 6/23/2011 11:31 AM, Stefan Thomas wrote: Dear community, the following code works fine in 2.12.3. but doesn't in 2.14.1. Is there a possibility to get it working in 2.14.1? \version 2.14.1 music = { \clef bass r2 r4 r8 f, r2 r4 g,8 r r4 f, 8 r8 r2 } beams = { \repeat unfold 24 {

Re: version 2.14.1 vertical spacing and beam grouping

2011-06-23 Thread Xavier Scheuer
On 22 June 2011 19:50, Sepand Shahab sepandsha...@alum.calarts.edu wrote: Dear List Members, I am using the piano with centered dynamics template reproduced below and have noticed that the following commands no longer work in 2.14.1: this one for setting the space between staves on a case

Re: error compiling files

2011-06-23 Thread Xavier Scheuer
On 22 June 2011 19:16, Travis Gould travis_go...@hotmail.com wrote: Hello, I am brand new to Lilypond and have just spent 90 minutes trying to figure out how to get a simple piece of input (anything) to convert over and be displayed as a .pdf file. I've tried copying bits from the welcome

Re: padding/collision question

2011-06-23 Thread Kieren MacMillan
Hi Neil, I would expect (hope!) that the second dynamic would fall towards the staff -- at the very least, I should be able to easily turn off whatever is keeping it aloft. \once \override DynamicLineSpanner #'Y-offset = #0 D'OH!! I tried just about everything else… =\ (Maybe it's just

Re: stem direction [Was: Snippet: Tie does not appear]

2011-06-23 Thread Ivan Kuznetsov
Thanks! Sepand Shahab sepandsha...@alum.calarts.edu wrote: You can use \stemUp \stemDown and \stemNeutral to go back to normal. Similarly, \tieUp \tieDown and \tieNeutral Ivan Kuznetsov ivan.k.kuznet...@gmail.com wrote: Thanks to all for your quick help! I adjusted the voices so that

Re: How to generate small example PNGs

2011-06-23 Thread Ralf Mattes
On Thu, 23 Jun 2011 12:23:28 +0200, Federico Bruni wrote: you are missing the option -dpreview it's explained in Usage manual, chapter 1.2 Yes, -dpreview was it (as I could have found myself by using -dhelp ...). Thanks a lot RalfD 2011/6/23 Ralf Mattes r...@mh-freiburg.de Hello

Re: Devnull: how to make it take no space

2011-06-23 Thread Jean-Charles Malahieude
Le 18/06/2011 16:46, Jean-Charles Malahieude disait : Le 18/06/2011 15:57, Kieren MacMillan disait : Hi Jean-Charles, In the book I'm engraving, it happens that some instruments get tacet for certain pieces. In order to generate a full table of contents, I treat them through Devnull. The

Re: stem direction [Was: Snippet: Tie does not appear]

2011-06-23 Thread Ivan Kuznetsov
Thanks again to everyone. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

convert-ly log file

2011-06-23 Thread K. Kellogg-Smith
As a rookie LilyPond programmer, I've found that the LilyPond files in the Mutopia Project are a treasure chest of LilyPond programming examples. However, many of those files are outdated and need to be updated (e.g., the obsolete \midi { tempo N = nnn }command). Using convert-ly I tried,

controlling hyphen visibility after line break

2011-06-23 Thread Federico Bruni
Dear LilyPonders, by default LilyPond hides the hyphen after a line break. Is it possible to make it always visible? There is a regtest file to check this behavior: lyric-hyphen-break.ly. I'm using it as a test file. Hyphens are spanners, right? In the doc I found this hint: The visibility of

Re: convert-ly log file

2011-06-23 Thread Graham Percival
On Thu, Jun 23, 2011 at 06:20:07PM -0400, K. Kellogg-Smith wrote: convert-ly -e filename logfile.txt). DOS creates the log file okay, but the file is empty after the conversion is made. You've redirected stdout, but the convert-ly messages are probably going to stderr. In a typical unix

RE: convert-ly log file

2011-06-23 Thread James Lowe
Hello, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Graham Percival [gra...@percival-music.ca] Sent: 23 June 2011 23:35 To: K. Kellogg-Smith Cc: lilypond-user@gnu.org

Re: convert-ly log file

2011-06-23 Thread K. Kellogg-Smith
On 6/23/2011 6:38 PM, James Lowe wrote: Hello, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Graham Percival [gra...@percival-music.ca] Sent: 23 June 2011 23:35 To: K.

Placing dynamics above above-staff lyrics

2011-06-23 Thread Connor Harris
Not top-posting. Hi, all, Please forgive me for asking what might be a newbie question; I haven't quite grasped the inner workings of Lilypond. I'm typesetting a work for eight-part chorus on four staves, two voices on each staff, using the setup provided by the Frescobaldi score wizard. The

RE: Placing dynamics above above-staff lyrics

2011-06-23 Thread James Lowe
Connor, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Connor Harris [connor...@gmail.com] Sent: 24 June 2011 03:17 To: lilypond-user@gnu.org Subject: Placing dynamics above

ERROR: Unable to find file ice-9/boot-9.scm in load path

2011-06-23 Thread Jacek Gajek
Hello, I encounter the following output, no matter how do I try to use lilypond from cmd. lilypond-windows dragdrop works, but I want to generate an image file (e.g. PNG) so I cannot use it. What I want to include inline sheet music in a latex document. Not interested in typing notes directly in