Re: Lilypond and Jazz chords

2009-05-31 Thread Johannes Schöpfer
Hi, As I already said some time ago when I made my own chordnames functions, I still believe chordnames should be seperated from chords, or at least chords shouldn't produce chordnames since it'll never be clear. And the other way round there can also occur problems, i.e. with C7alt., how sho

Re: debian and lilypond 2.12

2009-05-27 Thread Johannes Schöpfer
> hi, > we really need to get 2.12 into debian asap > it seems that the maintainer is too busy with other stuff at the moment as > it seems that all threads re this on debian maintainer page have gone dead. > perhaps someone else can do a non-maintainer upload? i'm

Re: lilypond 2.10.25 on Slackware 11 - cannot process russian lyrics

2007-05-28 Thread Johannes Schöpfer
> > lilypond quits with "undefined symbol: FT_Sfnt_Table_Info" message. > I've located problem . It looks like "FT_Sfnt_Table_Info" was added in > Freetype 2.1.10, and my Freetype version is 2.1.9. And Slackware i have added the missing library to the slackware-package. get it from http://www.j

compile error 2.10.25

2007-05-21 Thread Johannes Schöpfer
hi, i get this error when compiling 2.10.25: ttf.cc: In function 'void print_body(void*, FT_FaceRec_*)': ttf.cc:250: error: 'FT_Sfnt_Table_Info' was not declared in this scope ttf.cc:371: error: 'FT_Sfnt_Table_Info' was not declared in this scope make[1]: *** [out/ttf.o] Error 1 make[1]: Leaving

Re: Problem with organ notes

2006-08-16 Thread Johannes Schöpfer
> I am just trying to write an organ staff with 5 voices and gettingcracy: > > 1. voice:trumpet on the first stave, > 2.-4 voice:church organ on the second stave and > 5. voice:church organ on third stave. you could try my score-generator for lilypond 2.8.x http://www.joha

Re: Problem with organ notes

2006-08-16 Thread Johannes Schöpfer
> I am just trying to write an organ staff with 5 voices and gettingcracy: > > 1. voice:trumpet on the first stave, > 2.-4 voice:church organ on the second stave and > 5. voice:church organ on third stave. you could also try my score-generator for lilypond 2.8.x http://www.

mute some notes in midi output

2006-08-11 Thread Johannes Schöpfer
hi everybody, i want to mute the notes between \improvisationOn and \improvisationOff in the midi output. can anybody help me? \score { { b b b b \improvisationOn b b b b \improvisationOff b b b b } \midi {} \layout {} } johnny -- http://www.johannes-schoepfer.de "Feel free" – 10 GB

point-and-click with chords

2006-08-09 Thread Johannes Schöpfer
hi, in the following code point-and-click isn't working neither for the chord nor for the note. i'm using lilypond 2.8.4. any ideas? << \chords { c } { c } >> johnny -- http://www.johannes-schoepfer.de Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und

Re: Chord chart layout

2006-08-09 Thread Johannes Schöpfer
hi, try this: << { \repeat unfold 8 { s1*4 \break } } \new ChordNames \with { \override BarLine #'bar-size = #4 voltaOnThisStaff = ##t \consists Bar_engraver \consists "Volta_engraver" } \chordmode

Re: triangle chord notation

2006-08-06 Thread Johannes Schöpfer
> CM13 has the natural > maj seventh and the 6th (or thirteenth, 9th optional, 11th omitted) b > d a'> and are both CM13 chords with one omitting the ninth. > C13 again is a dominant flatted seventh with 11th omitted, 9th optional, > and > 13th (or sixth) present depending on how your instrumen

Re: triangle chord notation

2006-08-06 Thread Johannes Schöpfer
> the chords. The chord names should NOT be text markup with no musical > content, which would be the consequence of Johannes's suggestion. i don't want text markup chords. > Rather, there should be more and better alternatives for display: i agree, but i expect that therefore a more exact in

Re: triangle chord notation

2006-08-06 Thread Johannes Schöpfer
> So if the given notes generated a name like "Em7add11add13" > now, I would prefer to see "Em7(11 13)" (where the 11 and 13 are stacked > vertically with one set of parenthesis). it would be great if th input-syntax would be equal to the printed chordsymbols in the output. there would be no ne

Re: triangle chord notation

2006-08-05 Thread Johannes Schöpfer
> I'm tempted to suggest a sponsorship for a revision of the chord name > system - any takers? i would support it with some amount of money. here is a pdf i posted some time ago on the wrong list: http://lists.gnu.org/archive/html/lilypond-devel/2006-07/pdfsOyxfTe7HO.pdf are there any chordsymb

Re: \RemoveEmptyRhythmicStaffContext

2006-08-04 Thread Johannes Schöpfer
> \drums creates a DrumStaff, not a RhythmicStaff. There is no definition > for \RemoveEmptyDrumStaffContext, but an inspection of the definition > of RemoveEmptyRhythmicStaffContext in engraver-init.ly leads to: > > \layout { > \context { >\DrumStaff >\remove "Axis_grou

\RemoveEmptyRhythmicStaffContext

2006-08-04 Thread Johannes Schöpfer
hello, i'm trying to use \RemoveEmptyRhythmicStaffContext for a drums, but it doesn't work(disappear). can anybody tell me what i'm doing wrong? i'm using lilyond 2.8.4. \layout { \context { \RemoveEmptyRhythmicStaffContext } } { \relative c' << \drums

Re: triangle chord notation

2006-08-04 Thread Johannes Schöpfer
> >> The "o" with no slash for diminished and "+" for augmented 5th forms > are > >> widely accepted though. > >> > > > > Yes, but (a) the "o" can mean the diminished fifth only, > Not correctly. The circle always means fully diminished and the slashed > circle means half diminished. I a

Re: Re: Chord name exception not getting a match

2006-07-24 Thread Johannes Schöpfer
> After all, my souce > code does have an exact matching entry in my exception list, why would the > octave indication matter at all? i don't know, but on my system the "9" has to be an ocatve higher than the basenote. > And would I add the octave to both my > source code and my exception list?

Re: Re: lilyond packaging

2006-07-24 Thread Johannes Schöpfer
> > can someone please tell me who the package master is at this time? > > We don't have one at the moment. What's the problem? i have updated the lilypond-slackware-package to 2.8.4. platform is slackware version 10.2. the package-location has changed, please link to http://www.johannes-schoep

Re: Chord name exception not getting a match

2006-07-24 Thread Johannes Schöpfer
hi, > -\markup { "foofoo" } i think this should be -\markup { "foofoo" } ^^^ johnny -- http://www.johannes-schoepfer.de Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer ___

lilyond packaging

2006-07-24 Thread Johannes Schöpfer
hello all, can someone please tell me who the package master is at this time? pedro kroeger doesn't answer. regards, johnny -- http://www.johannes-schoepfer.de "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail ___

Re: Re: generate score and parts with lilyscore

2006-06-26 Thread Johannes Schöpfer
> > i wrote a shellscript which generates a score and the corresponding > parts for lilypond. the score-setup can be changed at anytime by editing the > configfile. > It is too long and without documentation or example config file. > And I don't want to learn yet another file syntax/convention.

generate score and parts with lilyscore

2006-06-26 Thread Johannes Schöpfer
hi all, i wrote a shellscript which generates a score and the corresponding parts for lilypond. the score-setup can be changed at anytime by editing the configfile. it works with lilypond 2.8.x i would be very happy if someone try it and send me some feedback. greetings, johnny -- http://