Mozart's Dice Game

2012-02-13 Thread Martin Tarenskeen
Hi, I have written some python scripts that make use of Lilypond or abcm2ps to randomly generate a score in the style of Mozart based on this: http://imslp.org/wiki/Musikalisches_Würfelspiel,_K.516f_(Mozart,_Wolfgang_Amadeus) You can download my implementation of this game here:

Re: [abcusers] Mozart's Dice Game

2012-02-13 Thread Martin Tarenskeen
On Mon, 13 Feb 2012, Martin Tarenskeen wrote: http://imslp.org/wiki/Musikalisches_Würfelspiel,_K.516f_(Mozart,_Wolfgang_Amadeus) Or try this http://imslp.org/wiki/Musikalisches_W%C3%BCrfelspiel,_K.516f_%28Mozart,_Wolfgang_Amadeus%29 You can download my implementation of this game here:

Re: [abcusers] Mozart's Dice Game

2012-02-13 Thread flup2
Hello, Nicolas Sceaux made a LilyPond version (with a lot of Scheme) of that score, and some other people on the French LilyPond list made some improvements : http://lilypond-french-users.1298960.n2.nabble.com/Variables-aleatoire-et-jeu-musical-Mozart-td5337029.html

Re: [abcusers] Mozart's Dice Game

2012-02-13 Thread Martin Tarenskeen
On Mon, 13 Feb 2012, flup2 wrote: Hello, Nicolas Sceaux made a LilyPond version (with a lot of Scheme) of that score, and some other people on the French LilyPond list made some improvements :

Re: Automatic setting custom bar lines

2012-02-13 Thread jakob lund
13. feb. 2012 01.54 skrev Thomas Morley thomasmorle...@googlemail.com: Hi again, perhaps you may want to use: \version 2.14.2 %\version 2.15.29 CustomDefaultBarLineEngraver = #(lambda (context)  (let ((glyph |))    `((acknowledgers      (bar-line-interface .        ,(lambda (engraver

Automatic repeat

2012-02-13 Thread Dan Israël
Hi, I am writing a piece with a rythmic staff under a melodic staff. I'd like that the rhythmic pattern (one bar) repeats itself automatically, enough times in order to fit the length of the piece (as determined by the melodic staff) Thanks a lot for your help ! Dan

Re: Automatic repeat

2012-02-13 Thread Robert Schmaus
Hi Dan, I'm sure it would be rather convenient to have the rhythmic pattern determine its length automatically (if that was what you were looking for). But why don't you just use \repeat unfold X { ... }, and substitute for X the final bar number of whatever piece you are working on? It's not all

Re: Automatic repeat

2012-02-13 Thread David Kastrup
Dan Israël dany...@gmail.com writes:   Hi, I am writing a piece with a rythmic staff under a melodic staff. I'd like that the rhythmic pattern (one bar)  repeats itself automatically, enough times in order to fit the length of the piece (as determined by the melodic staff) Thanks a lot 

Re: Mix MusixTex and LilyPond

2012-02-13 Thread Hartmut Leister
Hello again, after some tries I wrote a little bash script, which creates a PDF from a TEX document holding both MusixTex (MT) and LilyPond (LY) code. It uses latex, lilypond-book and musixtex. Intermediate files are stored in a subdir I decided against including eps files created from MT and

Stems not appearing in banjo tabs

2012-02-13 Thread Ryan M
Hey guys - I just started using Lilypond and am having an issue with stems appearing in banjo tabs. Any thoughts or suggestions? Here is the text I have: \version 2.14.2 \new TabStaff \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo \set TabStaff.stringTunings =

Re: Stems not appearing in banjo tabs

2012-02-13 Thread David Kastrup
Ryan M rjame...@gmail.com writes: Hey guys -  I just started using Lilypond and am having an issue with stems appearing in banjo tabs. Any thoughts or suggestions? Here is the text I have: \version 2.14.2 \new TabStaff   \set TabStaff.tablatureFormat =

Re: Instrument line in header block - first piece only?

2012-02-13 Thread -Eluze
harm6 wrote: seems I don't catch your point. May I ask you to provide an example? hi Harm here is an example for this request that just appeared on the French list:

can lilypond handle this

2012-02-13 Thread Markus W. Kropp
can lilypond handle the midi event FF 21 01 pp (midi-ports / buss)? in combination with \set midiInstrument or \set midiChannelMapping or something like this? if yes, what´s the syntax or how can i bring it to work for me? - Musix-Blog - Über meine Kompositionen -

Vertically aligning fret diagrams

2012-02-13 Thread Nick Payne
If I have a succession of fret diagrams above the chords on a stave, how do I align the fret diagrams vertically. In the example below, the chord names at the top of all three fret diagrams are aligned vertically, but the fret diagrams for A and C have more space below the chord name and sit

Re: Vertically aligning fret diagrams

2012-02-13 Thread David Nalesnik
Hi Nick, On Mon, Feb 13, 2012 at 4:13 PM, Nick Payne nick.pa...@internode.on.netwrote: If I have a succession of fret diagrams above the chords on a stave, how do I align the fret diagrams vertically. Why not: \override TextScript #'padding = #1.5 HTH, David

Re: Vertically aligning fret diagrams

2012-02-13 Thread Carl Sorensen
On 2/13/12 3:13 PM, Nick Payne nick.pa...@internode.on.net wrote: If I have a succession of fret diagrams above the chords on a stave, how do I align the fret diagrams vertically. In the example below, the chord names at the top of all three fret diagrams are aligned vertically, but the fret

Re: Vertically aligning fret diagrams

2012-02-13 Thread Nick Payne
On 14/02/12 11:50, Carl Sorensen wrote: On 2/13/12 3:13 PM, Nick Paynenick.pa...@internode.on.net wrote: If I have a succession of fret diagrams above the chords on a stave, how do I align the fret diagrams vertically. In the example below, the chord names at the top of all three fret