Re: Cannot correctly code this rhythm...

2009-02-22 Thread M Watts
Brett Duncan wrote: I've been fiddling with your files, and I cannot get the main notes to perfectly line up, even when I set proportionalNotationDuration to a very small value. The main culprits appear to be the grace notes, as Carl indicated, but also the tremolos. (A bug, maybe?) And set S

Re: Cannot correctly code this rhythm...

2009-02-21 Thread Brett Duncan
Carl D. Sorensen wrote: I looked into your project, but the project was complex enough that I didn't want to spend the time to figure it all out. I did get far enough to think that perhaps strict spacing only applies to music notes. Grace notes and bar lines appear to be spaced around the not

Re: Cannot correctly code this rhythm...

2009-02-21 Thread Carl D. Sorensen
On 2/20/09 5:23 PM, "RandomLilyPondUser" wrote: > > > Sure, that works for a new project, but what about in the context of my drum > project I've attached a couple posts back? > I looked into your project, but the project was complex enough that I didn't want to spend the time to figure it

Re: Cannot correctly code this rhythm...

2009-02-21 Thread M Watts
RandomLilyPondUser wrote: Sure, that works for a new project, but what about in the context of my drum project I've attached a couple posts back? I haven't yet got the barlines lined up on each line, but I've made a start. Btw, the file rudiments.ly, as posted, is missing a ' on lines 6 and

Re: Cannot correctly code this rhythm...

2009-02-20 Thread RandomLilyPondUser
c'4 c' c' c' > \break \time 4/4 > \repeat unfold 3 { c'4 c' c' c'} > \break \time 4/4 > \repeat unfold 2 { c'4 c' c' c'} > \repeat unfold 8 {e'8} > \break \time 4/4 > \repeat unfold 8 {e'8

Re: Cannot correctly code this rhythm...

2009-02-20 Thread Carl D. Sorensen
On 2/20/09 3:40 PM, "RandomLilyPondUser" wrote: > > > I've already taken a look at that page - many times. I have the same > proportional code in my attachment (under score), have tried putting it > under many different headings, but it doesn't fix the spacing issue. Maybe > you could have

Re: Cannot correctly code this rhythm...

2009-02-20 Thread RandomLilyPondUser
ion: > http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Proportional-notation > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context:

Re: Cannot correctly code this rhythm...

2009-02-20 Thread Brett Duncan
RandomLilyPondUser wrote: After many an hour reading through the manual, snippets, and forum, I've finally figured out how to do most of what I need, except this one thing: I have six measures per line, how do I get the measures to line up perfectly with each other on all the lines? I don't wa

Re: Cannot correctly code this rhythm...

2009-02-20 Thread James E. Bailey
El 20.02.2009, a las 22:57, RandomLilyPondUser escribió: After many an hour reading through the manual, snippets, and forum, I've finally figured out how to do most of what I need, except this one thing: I have six measures per line, how do I get the measures to line up perfectly with

Re: Cannot correctly code this rhythm...

2009-02-20 Thread RandomLilyPondUser
>>> Any help is appreciated, thank you >>> >> I think you should be able to figure it out yourself, using the >> knowledge you can obtain in the Learning Manual. Hint: the drum staff is >> not handled by a "Staff" context but by something else. >> >&g

Re: Cannot correctly code this rhythm...

2009-02-19 Thread M Watts
RandomLilyPondUser wrote: I figured out the problem, and that code does work, it just didn't work under my score, paper, layout, or drumstaff section. I simply had to put it under the function being called in the drumstaff section. I only have two problems left: 1) since there is only one l

Re: Cannot correctly code this rhythm...

2009-02-18 Thread RandomLilyPondUser
/Mats > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http://www.nabble.com/Cannot-correctly-code-this-rhythm...-tp2206

Re: Cannot correctly code this rhythm...

2009-02-17 Thread M Watts
M Watts wrote: Mats Bengtsson wrote: RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tried \overrid

Re: Cannot correctly code this rhythm...

2009-02-17 Thread M Watts
Mats Bengtsson wrote: RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tried \override Staff.StaffSy

Re: Cannot correctly code this rhythm...

2009-02-17 Thread James E. Bailey
El 18.02.2009, a las 00:05, Mats Bengtsson escribió: RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tri

Re: Cannot correctly code this rhythm...

2009-02-17 Thread Mats Bengtsson
RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tried \override Staff.StaffSymbol #'line-count = #1

Re: Cannot correctly code this rhythm...

2009-02-17 Thread RandomLilyPondUser
thing. Any help is appreciated, thank you -- View this message in context: http://www.nabble.com/Cannot-correctly-code-this-rhythm...-tp22066496p22068111.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user ma

Re: Cannot correctly code this rhythm...

2009-02-17 Thread M Watts
RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png Can anyone draw this basic triplet rhythm in lilypond? The extra notation (flams, rolls, etc) can be disregarded. Try: \version "2.12.2" qBeam = { #(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)

Re: Cannot correctly code this rhythm...

2009-02-17 Thread Tao Cumplido
> An: lilypond-user@gnu.org > Betreff: Cannot correctly code this rhythm... > > http://www.nabble.com/file/p22066496/snip.png > > I cannot, for the life of me, code that correctly. > > I have been able to get the first section coded: > > qBeam = { > #(overri

Re: Cannot correctly code this rhythm...

2009-02-17 Thread RandomLilyPondUser
t;> \times 2/3 >> {sn8. toml16} >> sn4 >> >> The sn4 should land on the 1st beat of the next measure, but it >> doesn't, and >> all the formatting gets messed up. >> >> Can anyone draw this basic triplet rhythm in lilypond? The extra >>

Re: Cannot correctly code this rhythm...

2009-02-17 Thread James E. Bailey
{toml16 sn toml} \times 2/3 {sn8. toml16} sn4 The sn4 should land on the 1st beat of the next measure, but it doesn't, and all the formatting gets messed up. Can anyone draw this basic triplet rhythm in lilypond? The extra notation (flams, rolls, etc) can be disregarded. -- V

Cannot correctly code this rhythm...

2009-02-17 Thread RandomLilyPondUser
x27;t, and all the formatting gets messed up. Can anyone draw this basic triplet rhythm in lilypond? The extra notation (flams, rolls, etc) can be disregarded. -- View this message in context: http://www.nabble.com/Cannot-correctly-code-this-rhythm...-tp22066496p22066496.html Sent from the Gnu -