Re: Printing Jazz Chords; Lilypond 2.10.33

2008-06-02 Thread Michael Watts
c:m6- works here with 2.11.43 on Linux... <>___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LSR up

2008-09-11 Thread Michael Watts
Excellent news -- thanx for your efforts. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: problems with some tuplets

2008-09-16 Thread Michael Watts
Just add \once to your lines \set tupletSpannerDuration = #(ly:make-moment 5 48) and \set tupletSpannerDuration = #(ly:make-moment 3 28) You might want to increase the tuplet bracket padding, because the 7 crashes into the middle 3 in bar 2. <>___

Re: Lilypond versus … everything else

2008-11-04 Thread Michael Watts
Cordilow wrote: This isn't a technical question about how to use Lilypond, but rather I'm wondering if other programs are capable of doing all that Lilypond can. It seems like there are quite a lot of things in LilyPond I that I suspect other programs don't even offer. Is this true? For instance

Re: font switching help

2008-12-03 Thread Michael Watts
Jan van Dijk wrote: Op Thursday 04 December 2008 00:47:52 schreef james: I'm not understanding how font switching in a \markup block works. I thought that I could just do \markup \override #'(fontname . #'Courier) {test} and it would work, but it doesn't. Is there some other command that I've

Re: change number of lines per staff

2008-03-31 Thread Michael Watts
>Am I able to change the number of lines in a [Drum] staff from 5 -> 1? Lily has built-in support for DrumStaves with one, two or five lines -- see the manual. In your case, it sounds lie you're after something like drumStyleTable = #percussion-style, like this: \version "2.10.25" up = \dr

Re: change number of lines per staff

2008-04-01 Thread Michael Watts
ow I can get pitches for my notes. Matthew On 01/04/2008, Michael Watts <[EMAIL PROTECTED]> wrote: > >Am I able to change the number of lines in a [Drum] staff from 5 -> 1? > > Lily has built-in support for DrumStaves with one, two or five lines -- > see the manual. &

Re: Chords as roman numerals

2008-04-02 Thread Michael Watts
There was a very helpful message a few months ago about creating your own chord name exceptions http://lists.gnu.org/archive/html/lilypond-user/2008-01/msg00889.html But in this case, if you defined minor chords to appear as 'i', it would apply to all minor chords, which makes it tricky, as the r

Re: Em2 chord

2008-04-02 Thread Michael Watts
e2:m Now, if only there were a manual.. On Thu, Apr 3, 2008 at 10:55 AM, Zoltan Kota <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to type Em2 chord in chordmode. How can I do that? e:m2 > doesn't work. > Zoltan > > > ___ > lilypond-user mailin

Re: Em2 chord

2008-04-03 Thread Michael Watts
>>We also use add9, add11, and occasionally add#4 and others. Are "add" chords supported in Lilypond? Sure. \version "2.10.33" test = \chordmode { c1:3.5.9 c:3.5.11 c:7.11+ } % to use your example \score { << \new ChordNames \test \new Staff \test >> \layout { ragged-right = ##t }

Re: horizontal bracket over a single note

2008-04-03 Thread Michael Watts
Try putting the textspanners into a separate voice with spacer notes. IIRC a textspanner needs to start on a 'real' note, so your textspanner voice would need transparent noteheads and stems. On Fri, Apr 4, 2008 at 1:13 PM, Matthew <[EMAIL PROTECTED]> wrote: > Is it possible to produce a horizonta

Re: Chords as roman numerals

2008-04-04 Thread Michael Watts
If you're "sharing it with the community", send it to the list as well! --- Begin Message --- On Wed, Apr 2, 2008 at 11:48 PM, Federico Grau <[EMAIL PROTECTED] > wrote: > Hello, > > I would like to have chord names shown as roman numerals. > > Ex: in the key of D mino

Re: vertical text

2008-04-08 Thread Michael Watts
Cool! I'll be using that. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: OOoLilypond instilation problems and coding help

2008-04-08 Thread Michael Watts
Hi Levi, The example drum notation you give shows how to use the short form of polyphonic notation when entering percussion, with the DrumVoices "instantiated by hand first". You might find verbose polyphonic notation easier to use; both forms are given here: http://lilypond.org/doc/v2.11/D