Re: syntax question

2008-06-24 Thread V!ctor Adán
good question. I found this in the docs: http://lilypond.org/doc/v2.11/Documentation/user/lilypond-big-page#Contexts-explained "The Master Of All Contexts == * Score This is the top level notation context. No other context can contain a Score context. This context handles t

Lilypond weblink button

2008-06-25 Thread V!ctor Adán
Hello Lilyponders, I made one of those popular 80x15 pixels web image buttons for Lilypond. If you like it and want to give Lilypond some publicity please feel free to put it up on your website as a link to Lilypond: www.lilypond.org. Image is attached. enjoy, Victor <>__

Re: page margin help

2008-06-26 Thread V!ctor Adán
Hello James, Hard for me to say with so little info. I assume your music does fit when you do not add the \paper {between-system-padding =#0.1} line? Could you post some Lilypond source? Victor. On Thu, Jun 26, 2008 at 5:47 AM, James E. Bailey <[EMAIL PROTECTED]> wrote: > So, uh, I've got music

Bug in Cluster spanner?

2008-06-29 Thread V!ctor Adán
Hello Lilyponders, I'm using ramp-style Cluster spanners and I'm getting unexpected output. When more than two identical chords follow each other, the upper boundary of the cluster collapses down one space and then goes back up. In the example below (its corresponding image is attached), I have a

Duration dots and Bar lines on custom Staves.

2008-07-02 Thread V!ctor Adán
Hello All, I'm using Staff contexts with the "line-positions" property modified to fit my capricious needs. In doing so I'm running into 2 problems (please see attached png): 1. When I set lines to odd numbers, the duration dots of the note heads fall *on* the staff lines rather than within the s

Re: [PATCH] Re: Duration dots and Bar lines on custom Staves.

2008-07-05 Thread V!ctor Adán
ttock <[EMAIL PROTECTED]> wrote: > Hi Victor, > > 2008/7/2 V!ctor Adán <[EMAIL PROTECTED]>: > > Hello All, > > > > I'm using Staff contexts with the "line-positions" property modified to > fit > > my capricious needs. > > In doing s

Re: defining custom note heads

2008-07-07 Thread V!ctor Adán
Hello Eric, here are a few more examples. The first (headCircle) is the one I had given before. It just calls musicgryph inside a markup. The second (headTriW) just draws a triangle. Notice how you can set the size with the fontsize command. The third (headXinD) combines (with the combine directi

Re: Bug in Cluster spanner?

2008-11-01 Thread V!ctor Adán
t; 2008/6/29 V!ctor Adán <[EMAIL PROTECTED]>: > > Hello Lilyponders, > > > > I'm using ramp-style Cluster spanners and I'm getting unexpected output. > > Hi Victor, > > these two issues have been added to our tracker as > http://code.google.com/p

programming error: when \break used before \grace or after \afterGrace in combination with proportional notation

2008-11-14 Thread V!ctor Adán
Hello All, After trying for hours to figure out why my LilyPond score was generating programming error messages on compilation, I finally found the culprit and was able to come up with a pair of minimal examples generating the errors. I searched the mailing lists for solutions to this, but I found

Re: slashed stems, but not beams

2008-11-16 Thread V!ctor Adán
Hello Stefan, A modification of this example in the LSR may be what you want: http://lsr.dsi.unimi.it/LSR/Item?id=374 best, V!ctor Adan On Sun, Nov 16, 2008 at 7:47 AM, Stefan Thomas < [EMAIL PROTECTED]> wrote: > Dear Lilypond-users, > these days I found the great function with the slashed st

Re: programming error: when \break used before \grace or after \afterGrace in combination with proportional notation

2008-11-19 Thread V!ctor Adán
ations of real notes, their beaming does not interfere with that of real notes, etc. Anyway, hope this can be fixed! If anyone else has other ideas please let me know. Victor. On Wed, Nov 19, 2008 at 3:47 PM, Trevor Bača <[EMAIL PROTECTED]> wrote: > > > On Fri, Nov 14, 2008 at 4:3

Re: programming error: when \break used before \grace or after \afterGrace in combination with proportional notation

2008-11-20 Thread V!ctor Adán
\break \grace{ g'64 } c'4 \break c'4 \break c'4 \break } } %%% END %%% Victor. 2008/11/19 V!ctor Adán <[EMAIL PROTECTED]> > Hello Trevor, > > Thanks for your reply and for testing the examples