RE: harp gliss spacing

2012-11-30 Thread Daniel Rosen
But of course :-) What does it look like with just the harp part? DR -Original Message- From: Saul Tobin [mailto:s...@saultobin.com] Sent: Friday, November 30, 2012 6:05 PM To: Daniel Rosen Cc: lilypond-user@gnu.org Subject: Re: harp gliss spacing I'm trying to find an example image, b

Re: Halign in markup

2012-11-30 Thread Eluze
Peter Gentry wrote > Eluze replied... >>\halign dir (number) arg (markup) >>Set horizontal alignment. If dir is -1, then it is >>left-aligned, while +1 is >>right. Values >>in between interpolate alignment accordingly. >> >>imo it should say more generally /other values/ interpolate alignment >>ac

Re: harp gliss spacing

2012-11-30 Thread Rutger Hofman
On 12/01/2012 12:46 AM, Rutger Hofman wrote: On 12/01/2012 12:05 AM, Saul Tobin wrote: I'm trying to find an example image, but most of the ones I can find don't have other staves going at the same time to show the spacing I want. I want the spacing to look something like: << \oboe \relat

Re: harp gliss spacing

2012-11-30 Thread Rutger Hofman
On 12/01/2012 12:05 AM, Saul Tobin wrote: I'm trying to find an example image, but most of the ones I can find don't have other staves going at the same time to show the spacing I want. I want the spacing to look something like: << \oboe \relative c' { s4 \times 3/4 { d4 ef8[ fs gf as

Re: beam-problem

2012-11-30 Thread Thomas Morley
2012/11/27 Thomas Morley : > 2012/11/26 Martin Neubauer : >> Hi, >> >> You can always use explicit beaming: > > Hi Martin, > > thanks for your reply. > > I know about "explicit beaming". > > I should have asked more precise: > > How to use automatic beaming as described in: > > NR 1.2.4 Beams > Set

Re: harp gliss spacing

2012-11-30 Thread Saul Tobin
I'm trying to find an example image, but most of the ones I can find don't have other staves going at the same time to show the spacing I want. I want the spacing to look something like: << \oboe \relative c' { s4 \times 3/4 { d4 ef8[ fs gf as bf cs]\glissando } | d'1 | } >> (usin

preview (-d flag) padding

2012-11-30 Thread Curt
Is it at all possible to manually add a few pixels of padding to -dpreview ? I am regularly running into problems with a few pixels of an image being cut off. I've reported a bug (https://code.google.com/p/lilypond/issues/detail?id=2968) but since it appears this issue has existed in some fo

Halign in markup

2012-11-30 Thread Peter Gentry
Eluze replied... >\halign dir (number) arg (markup) >Set horizontal alignment. If dir is -1, then it is >left-aligned, while +1 is >right. Values >in between interpolate alignment accordingly. > >imo it should say more generally /other values/ interpolate alignment >accordingly. > >Eluze > I s

RE: harp gliss spacing

2012-11-30 Thread Daniel Rosen
Saul--I'm not sure I understand how exactly you want the spacing to look. Do you have an example image? If not, what exactly do you want to line up between the two staves? DR -Original Message- From: Shevek [mailto:s...@saultobin.com] Sent: Thursday, November 29, 2012 6:51 PM To: lilyp

Re: Halign in markup

2012-11-30 Thread Eluze
Peter Gentry wrote > Hello > > Is there any reason why the \halign in -\markup produces odd results? > > \halign #0 is not the the same placing as omitting the \halign directive - > this needs \halign #-1 ?? > > Moving the text to the right requires negative numbers which seems counter > intui

Halign in markup

2012-11-30 Thread Peter Gentry
Hello Is there any reason why the \halign in -\markup produces odd results? \halign #0 is not the the same placing as omitting the \halign directive - this needs \halign #-1 ?? Moving the text to the right requires negative numbers which seems counter intuitive - but maybe that is just me?

Re: Percent_repeat_engraver in ChordNames context - double bar repeats?

2012-11-30 Thread Robert Schmaus
Hi Xavier, works like a charm! Thanks a million. This comes from google-ing and not noticing that one is looking at old references, in this case http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/Percent_005frepeat_005fengraver which claims, that the double bar percent symbo

Re: Percent_repeat_engraver in ChordNames context - double bar repeats?

2012-11-30 Thread Xavier Scheuer
On 30 November 2012 09:51, Robert Schmaus wrote: > Dear Lilypond community, > > I have successfully used the Percent_repeat_engraver in a chordnames context > if the "\repeat percent" argument consists of a single bar , e.g. > > (snip) > > works fine. > > However, using a two-bar chord pattern doe

Percent_repeat_engraver in ChordNames context - double bar repeats?

2012-11-30 Thread Robert Schmaus
Dear Lilypond community, I have successfully used the Percent_repeat_engraver in a chordnames context if the "\repeat percent" argument consists of a single bar , e.g. changes = \chordmode{ \repeat percent 4 { g1 : maj7 } } \score{ \new ChordNames \changes } \layout{ \contex