Re: midi2ly

2014-08-09 Thread ole
Am 09.08.2014 um 07:35 schrieb James : > On 08/08/14 20:37, ole wrote: >> Hi, >> >> I just want to import something from a midifile and get the following >> errorwarning: >> >> Last login: Sun Aug 3 17:46:40 on console >> ja?~$ midi2ly rhythms.mid >> Traceback (most recent call last): >> Fil

Re: Midi program channels

2014-08-09 Thread Heikki Tauriainen
Hi, On Thu, 2014-08-07 at 14:46 -0500, Guy Stalnaker wrote: > Has anyone given thought to the possibility of having the MIDI > instrument names correspond to a given soundfont's program > instruments? > > ... > > What would happen if one were to edit midi.scm and remove the > instrument names as

Re: midi2ly

2014-08-09 Thread Jacques Menu
Hello Ole, Can you try: /usr/bin/arch -x86_64 instead? JM Am 09.08.2014 um 10:27 schrieb ole : > Am 09.08.2014 um 07:35 schrieb James : > >> On 08/08/14 20:37, ole wrote: >>> Hi, >>> >>> I just want to import something from a midifile and get the following >>> errorwarning: >>> >

Re: Retrograde and inversion clefs

2014-08-09 Thread Peter Bjuhr
On 2014-08-09 00:11, guoguocuozuoduo wrote: Hi all, I am working on a piece that uses reversed and inverted clefs which indicate retrograde and inversion. The reversed clef is placed at the end of a line to indicate retrograde; the inverted clef is placed before the main clef to indicate inv

Re: Retrograde and inversion clefs

2014-08-09 Thread Pierre Perol-Schneider
Hi Brian, 2014-08-09 0:11 GMT+02:00 guoguocuozuoduo : > > I am working on a piece that uses reversed and inverted clefs which > indicate retrograde and inversion. > The reversed clef is placed at the end of a line to indicate retrograde; > the inverted clef is placed before the main clef to indic

Fwd: midi2ly

2014-08-09 Thread Jacques Menu
Hello Ole, Dont’t forget to copy the LP user list. Can you send you .mid file? JM Anfang der weitergeleiteten Nachricht: > Von: ole > Betreff: Aw: midi2ly > Datum: 9. August 2014 11:59:19 MESZ > An: Jacques Menu > > Hi Jacques, > > Thanks for your answer. > > You mean like this (first lin

lilypond-book and includes

2014-08-09 Thread TaoCG
Dear List, I'm having trouble using includes with lilypond-book. When I use \include in the snippet with an absolute path it works but when I try to include the path with the comand-line option I get an empty staff. e.g. \include "/home/user/lily/test.ly" works, whereas \include "test.ly" wit

Re: midi2ly

2014-08-09 Thread ole
Hi Jacques, Thanks for your help! Attached is the .mid file (these are fairly complicated rhythms and I want to test if midi2ly can handle them, so maybe even if it will work it will spit out some nonsense..) best ole Am 09.08.2014 um 13:20 schrieb Jacques Menu : > Hello Ole, > > Dont’

Re: lilypond-book and includes

2014-08-09 Thread James
On 09/08/14 13:50, TaoCG wrote: Dear List, I'm having trouble using includes with lilypond-book. When I use \include in the snippet with an absolute path it works but when I try to include the path with the comand-line option I get an empty staff. e.g. \include "/home/user/lily/test.ly" works

Re: midi2ly

2014-08-09 Thread Jacques Menu
Hello Ole, I get that too on Mac OS X 10.9.4: m...@dynamic.wline.6rd.res.cust.swisscom.ch:/Applications/LilyPond.app/Contents/Resources/lib/lilypond/current/python > ls -sal total 96 0 drwxr-xr-x@ 3 menu admin102 Mar 17 17:23 . 0 drwxr-xr-x@ 3 menu admin102 Mar 17 17:23 .. 96 -rw-r--

Re: Reduce vertical space between \score's?

2014-08-09 Thread Janek Warchoł
2014-08-08 19:44 GMT+02:00 PMA : > P.S. I should ask alternatively: Is there a way that > "proportionalNotationDuration...make-moment..." > can be reset _per system_ (assuming now a multi- > system \score)? As Abraham wrote, you should use \newSpacingSection: \score { << \new RhythmicStaff

Re: lilypond-book and includes

2014-08-09 Thread TaoCG
Thanks, I tried the mentioned workaround but apparently this isn't the problem. Its not that the included file is not found. As I said, if I specify a non-existant file with \include while using --include I get an error that file is not found, but when I put the correct filename I get an empty staf

Re: lilypond-book and includes

2014-08-09 Thread TaoCG
There was an error in the snippet I posted. This is correct: ### snippet ### okonkolo = \drummode { en2 ch } \score { \new StaffGroup << \time 4/4 \new BataStaff \okonkolo >> } -- View this message in context: http://lilypond.1069038.n5.nabble.com/lilypond-book

Fwd: Re: Lilypond Python on Windows

2014-08-09 Thread Han-Wen Nienhuys
this somehow got stuck in my inbox -- Doorgestuurd bericht -- Van: "J Dorocak" Datum: 8 jul. 2014 18:39 Onderwerp: Re: Lilypond Python on Windows Aan: Cc: Dear Han-Wen, I recently installed Lilypond & Frescobaldi on Windows XP. Now my web2py installation is broken because *.

Re: lilypond-book and includes

2014-08-09 Thread TaoCG
Ok, I solved it. It's still strange though. The problem lay in the included file at this part: drumPitchNames = #'((enuopen . enuopen) (enumuff . enumuff) (chacha . chacha) (en . enuopen) (em . enumuff) (ch . chacha)) When I rename the 'em'-shortcut to 'ef' it works. -- View th

Re: lilypond-book and includes

2014-08-09 Thread David Kastrup
TaoCG writes: > Dear List, > > I'm having trouble using includes with lilypond-book. > When I use \include in the snippet with an absolute path it works but when I > try to include the path with the comand-line option I get an empty staff. > > e.g. > > \include "/home/user/lily/test.ly" > > works