Re: Integrated solution for converting midi output to wav/mp3?
On 10.05.2007 (15:49), Graham Percival wrote: Jonas Nyström wrote: Does someone know of a open source solution for converting LilyPond midi to wav or (preferrably) to mp3? timidity (or timidity++) to wav, then lame (or your favorite encoder) to mp3. ...or if you want a gui, there is a nice frontend called SoundKonverter. It does the same thing, but in one go, and you don't have to remember any switches... If you want to do it automatically, though, a Shell script. would be the best solution. Eyolf -- I don't like this official/unofficial distinction. It sound, er, officious. -- Larry Wall in <[EMAIL PROTECTED]> ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: invisible ledger lines
See http://lists.gnu.org/archive/html/lilypond-user/2006-10/msg00392.html /Mats Quoting David Bobroff <[EMAIL PROTECTED]>: I need to make some ledger lines transparent. I'm using an invisible note from which to hang a lyric syllable. The part itself (not the cues) will need to be available in different clefs. This will result in ledger lines appearing in one clef or the other. I haven't yet found the right phrasing to sweet-talk Lily into doing this for me. Hints? -David ___ 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 messages while using include "italiano.ly"
Quoting Graham Percival <[EMAIL PROTECTED]>: Ledocq-Boccart wrote: using version 2.10 on winXP on OpenOffice.org with macro Ctrl+M from OOoLilyPond I try to write music sheet using french syntax (as do re mi fa ...) I wrote therefore this simple file: \include "italiano.ly" { do re mi fa } You need a "\relative c'{" above your "do re" line. LilyPond is not a program that you can learn by randomly experimenting; please read the tutorial. It has been translated into French, if that helps. No, this example is perfectly valid syntax if you use it in a stand-alone LilyPond file. I guess the problem here is that OOoLilyPond adds some code around the code inserted by the user, similarly to what lilypond-book does if you use the "fragment" option. However, I know no details about OOoLilyPond. /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: hiding only one empty staff
See also http://lists.gnu.org/archive/html/lilypond-user/2007-04/msg00037.html /Mats Quoting Michael Lauer <[EMAIL PROTECTED]>: Zoltán Selyem elte.hu> writes: Hi, I'd like to hide staff lines that only have rests, but I'd like to do this for only one staff, not all of them. Can LilyPond do that? Thanks, Zoltán Create the staff that can be hidden like this (from the definition of RemoveEmptyStaffContext): \new Staff \with { \remove "Axis_group_engraver" \consists "Hara_kiri_engraver" \override Beam #'auto-knee-gap = #'() \override VerticalAxisGroup #'remove-empty = ##t } { %music... } If you want a particular staff to be hidden in some sections and not in others, you can trick it into displaying with a transparent (non-whole-measure) rest: << { R1 } { \once \override Rest #'transparent = ##t r1 } >> [Note: this is all in 2.10.23] Michael ___ 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: Template for a leadsheet (vocal, chords, lyrics, several verses)
Take a look at the section on Divisi lyrics in the manual, which shows a very similar situation. Exactly the same principle can be used for your case. /Mats Quoting Jens Meyer <[EMAIL PROTECTED]>: Hello Lilypond-users! I used music-printing with my Windows-sequencing-software since several years until I "met" Lilypond yesterday. Wow - I am deeply impressed about this software! I spent several hours (and a part of the night...) to understand the basics and to print my first layout. Printing vocals with chords and lyrics was successful now. ;-) But I can't find a solution for printing a leadsheet like this: - chorus (including "\repeat", chords, one line lyrics) - verse (including chords, 3 lines lyrics for 3 verses) I had a look at the examples and snippets but I can't find an example for that. I would suggest that this is no major problem for this great software, isn't it? ;-) Do you have any hints or template for me? Thank you in advance, kind and musical greetings, Jens ___ 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
Coordinates for score objects?
Hi! Is it somehow possible to retrieve the coordinates for score objects (mainly notes, noteheads, but also systems etc.) in a generated picture? Could be useful when creating interactive applications based on lilypond generated pictures... (Clicking on notes resulting in sound etc.) Regards / Jonas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Please help Lilypond 2.10.23.-MacPython OS X- 2.3.3-1
Im using Mac OS 10.2.7-- Upon staring Lily Pond I keep getting an error box saying "MacPython 2.3 is needed to run this application" but I installed 2.3.3-1? Please help- Thanks so much- Peace, Bob Morabito PS-how do I see replies to this post? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Coordinates for score objects?
See http://lilypondtool.organum.hu Bert Jonas Nyström írta: > Hi! > > Is it somehow possible to retrieve the coordinates for score objects > (mainly notes, noteheads, but also systems etc.) in a generated picture? > > Could be useful when creating interactive applications based on > lilypond generated pictures... (Clicking on notes resulting in sound > etc.) > > Regards / Jonas > > > ___ > 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: Please help Lilypond 2.10.23.-MacPython OS X- 2.3.3-1
Since Python is included in the LilyPond installation package, there is no need to install any separate Python package. I don't really know anything specific about the MacOS, but haven't seen any similar problems reported earlier on the mailing list. A wild guess is that your real problem is that you have the separate package installed and that it for some reason is used instead of the one bundled with LilyPond. /Mats Quoting Bob Morabito <[EMAIL PROTECTED]>: Im using Mac OS 10.2.7-- Upon staring Lily Pond I keep getting an error box saying "MacPython 2.3 is needed to run this application" but I installed 2.3.3-1? Please help- Thanks so much- Peace, Bob Morabito PS-how do I see replies to this post? ___ 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: Please help Lilypond 2.10.23.-MacPython OS X- 2.3.3-1
Hi Mats-- Thanks for replying--:) When I fist opened Lily Pond, it told me I needed that MacPython, 2.3 and had a button to click to take me there- thats the only way I knew I needed it.. >From what I can gather OS 10.3 has Python in the System (I'm using 10.2.7, >which doesnt): http://homepages.cwi.nl/~jack/macpython/download.html "As an almost complete MacPython 2.3 installation is already included in Panther by Apple the only thing you need is the MacPython 2.3 for Panther addons installer, which contains the IDE, the Package Manager and the waste module on which they depend. This is the second build of the additions, in comparison with the first build this version allows you to install the full Python documentation and it fixes an IDE startup bug. As of this writing it is not advisable to install MacPython-OSX 2.3.3 on 10.3 because it can cause confusion with the pre-installed Python 2.3. See the MacPython on OSX page for details." Also see: http://homepages.cwi.nl/~jack/macpython/macpython-osx.html Am I mistaken? Thanks for replying- Peace, Bob Morabito ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Integrated solution for converting midi output to wav/mp3?
Hi! Does someone know of a open source solution for converting LilyPond midi to wav or (preferrably) to mp3? The most elegant would be some kind of integration, where the audiofile would be created on the fly when running Lilypond... Regards / Jonas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Integrated solution for converting midi output to wav/mp3?
Jonas Nyström wrote: Does someone know of a open source solution for converting LilyPond midi to wav or (preferrably) to mp3? timidity (or timidity++) to wav, then lame (or your favorite encoder) to mp3. The most elegant would be some kind of integration, where the audiofile would be created on the fly when running Lilypond... Shell script. Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user