Re: Spanish user list reaches 100

2012-02-09 Thread Pato Press
Hi! I don't know if it happens to others but I'm a spanish speaker and live in a spanish speaking country. I'm only in the general list. Probably I can be counted as one more to the spanish list ;) Todos los idiomas sean bienvenidos! Un Abrazo! tdy 2012/2/8 Francisco Vila > Hello all, > It may

changing vertical position of tremolo beams

2011-11-15 Thread Pato Press
Hi list, At the second bar of these example, \version "2.14.2" \relative b'' { e2 2:32 | 1:32 | 2:32 r2 | } the repeat beam step over the additional lines of the chord notes. [image: beam.png] (The image shows the result of the example) How do I change the vertical position of the be

Re: Paper Size Default

2011-10-10 Thread Pato Press
Perhaps taking a look at the 4th section of the notation reference manual: http://lilypond.org/doc/v2.14/Documentation/notation/paper-size-and-automatic-scaling Luck! tdy. 2011/10/11 Thomas Wilmot > Hello, > I have been trying to change my paper size default from A4 to Letter. I've > looked a

Unreachable Lilypond Web Site

2011-10-09 Thread Pato Press
Hi, I don't know if some one of the web maintainers is awake at these moment (Here is 2am in the morning ;P ) but for some reason the www.lilypond.org is not connecting. Does anyone have these problems, or it only me, or my region of the world? I'm pretty sure the Internet connection it's ok since

Re: articulating a group of notes

2011-10-05 Thread Pato Press
2011/10/5 David Nalesnik > Hello, > > On Wed, Oct 5, 2011 at 4:40 PM, Pato Press wrote: > >> Hi all, >> >> I'm writing a simple score that have a group of different notes all with >> the same articulation over their head. >> >> Is there a wa

articulating a group of notes

2011-10-05 Thread Pato Press
Hi all, I'm writing a simple score that have a group of different notes all with the same articulation over their head. Is there a way to articulate a group of notes? Or I have to add to each note the same articulation? I can't find in the docs whether these simple thing exist. Thanks! tdy. __

Re: Last staff -coda staff- position

2011-07-26 Thread Pato Press
Definetedly a much nicer solution! Thanks James! tdy. 2011/7/26 James Lowe > Hello, > > )-Original Message- > )From: lilypond-user-bounces+james.lowe=datacore@gnu.org > )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On > )Behalf Of Pato Press >

Re: Last staff -coda staff- position

2011-07-25 Thread Pato Press
s.coda" } c'2\upbow^\fermata r2 | d2^\fermata r2 | es2.:32^\fermata r4 \bar "|." } \layout { ragged-last = ##t } \score { \relative c'' { \time 4/4 \melo \call \codamelo } } # Thanks again! tdy. 2011/7/25 Xavier Scheuer

Fwd: Last staff -coda staff- position

2011-07-25 Thread Pato Press
ain!!! tdy. -- Forwarded message ------ From: Pato Press Date: 2011/7/25 Subject: Last staff -coda staff- position To: lilypond-user@gnu.org Hi Lily's. I'm trying to clearly put apart a single coda staff from the rest of the part. Pretty sure a common thing. The thing is I'm lo

Last staff -coda staff- position

2011-07-25 Thread Pato Press
Hi Lily's. I'm trying to clearly put apart a single coda staff from the rest of the part. Pretty sure a common thing. The thing is I'm lost :) The file structure its easy (example): ### \version 2.14.1 melody = { a a a a | c c c c | blah blah blah blah large one voice part } % a simple 3 bars

Re: intro; art song example or template?

2011-04-07 Thread Pato Press
Welcome Ivan. 2011/4/7 > > Hello All; > > I am a first time poster. I have much experience with > linux and latex and so hopefully I will catch on > to lilypond without too much trouble. > > I am a composer of mostly atonal music, often with > a lot of time signature changes (or with passages >

Re: [OT] Vivi, the Virtual Violinist, plays LilyPond music

2011-04-07 Thread Pato Press
Hi Nils 2011/4/7 Nils Hammerfest > How do I get the video? I just got a wave file from > ../build/src/actions2wav unit.actions > > Nils > > Just cd blender make test # first do the test. These should give you 3 violin bow img in the /tmp/vivi-movie/ that you could verify with your prefer soft.

Re: lilypond in a webapp, version 2

2010-11-19 Thread Pato Press
Hey! Great Job! I will recomend these for sure, specially for those that doesnt want to try lilypond cause they dont understand what compiling something is. If you dont mind I would like to live you and the comunity some idea, since Im not a programmer or web maker... What about makeing the text

Re: glissando without starting note

2010-08-21 Thread Pato Press
er > tweaking... but this is [IMO] a lot more elegant than the "hidden notes" > method. > > Just a thought! > Kieren. > > On 2010-Aug-17, at 11:29, Pato Press wrote: > > > Once again! Thanks! > > Definitely I was the one implementing the trick in a

Re: glissando without starting note

2010-08-17 Thread Pato Press
or that. tdy. Lilypond & Community are the joy of life! 2010/8/16 Xavier Scheuer > On 16 August 2010 20:38, Pato Press wrote: > > > > Thanks Again James! But I'm sorry to tell you that it doesn't work :( > > 'cause having a previous note attached to th

Fwd: glissando without starting note

2010-08-16 Thread Pato Press
-- Forwarded message -- From: Pato Press Date: 2010/8/16 Subject: Re: glissando without starting note To: James Bailey Thanks Again James! But I'm sorry to tell you that it doesn't work :( 'cause having a previous note attached to the glissando, even if the

Re: glissando without starting note

2010-08-15 Thread Pato Press
mes Bailey > > On Aug 16, 2010, at 12:30 AM, Pato Press wrote: > > > Hi everyone! > > Im trying something thats probably easy but I cant find the solution. > > What I need to do is to print a glissando line Before the note. Something > like: > > > > key g \maj

glissando without starting note

2010-08-15 Thread Pato Press
Hi everyone! Im trying something thats probably easy but I cant find the solution. What I need to do is to print a glissando line Before the note. Something like: key g \major time 4/4 \glissando a4 a a a \bar "|." These doesn't work 'cause the "\glissando" needs to be attached to a real note fir

Re: One Line Column Markup

2010-01-18 Thread Pato Press
Thanks everyone for the help!!! I got it! \version "2.12.2" \markup{ \bold{ 4. \raise #0.5 { \hspace #-2 a } } } try these and you'll what I was looking for. Again thanks! Oh! Frank, next time if you are not interested, just pass over the threat instead of making nul

Re: One Line Column Markup

2010-01-18 Thread Pato Press
Ok thats great! even if I dont know how to find that character!! eventualy I can copy paste :) Its quite near to what Im looking for. the thing is, is there a way to have the dot out of \super mode? now that you show me these, I think that what I am looking for is for a way of left-align the "a" wi

Re: One Line Column Markup

2010-01-18 Thread Pato Press
Thanks James, I've just check that and doesn't work :( It still gives me the same. What I need its like having a new character consisting in the "a" in \super mode with a dot under it. 4. \super a %with the "a" aligned over the dot is that posible? Or ill have to investigate in the creation of ch

One Line Column Markup

2010-01-17 Thread Pato Press
Hi, I'm sure what i'm trying is quite simple but I can't find the solution. Is there a way of printing a column in the space of one standar line? I'm trying something like these: \version "2.12.2" \markup{ 4 \column { \super a . } } These gives me something like these: a 4 . No