Re: Custom caesura command

2014-02-06 Thread Paul Scott
On Fri, Feb 07, 2014 at 07:23:22AM +0100, David Kastrup wrote: > Paul Scott writes: > > > On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote: > >> Not wanting to type a long \override command in every staff I want a > >> caesura, I > >> tried defining a command to shorten things for me :) .

Re: Custom caesura command

2014-02-06 Thread Werner LEMBERG
> That's rather awful code. \override/\revert are not really working > all too well for single canned commands like that. > > I'd rather use something like > > caesura = > \tweak #'text #(make-musicglyph-markup "scripts.caesura.straight") > \tweak #'Y-offset #0 \breathe > > { c'\caesura d' e'

Re: Custom caesura command

2014-02-06 Thread David Kastrup
Paul Scott writes: > On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote: >> Not wanting to type a long \override command in every staff I want a >> caesura, I >> tried defining a command to shorten things for me :) . This is what I've >> tried >> so far: >> >> caesura = { >> \override B

Re: Custom caesura command

2014-02-06 Thread Paul Scott
On Thu, Feb 06, 2014 at 09:18:11PM -0800, Matthew wrote: > On 02/05/2014 09:36 PM, Paul Scott wrote: > > On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote: > >> Not wanting to type a long \override command in every staff I want a > >> caesura, I > >> tried defining a command to shorten thing

Re: Custom caesura command

2014-02-06 Thread Matthew
On 02/05/2014 09:36 PM, Paul Scott wrote: > On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote: >> Not wanting to type a long \override command in every staff I want a >> caesura, I >> tried defining a command to shorten things for me :) . This is what I've >> tried >> so far: >> >> caesura

Re: Behaviour of TextSpanner dashes

2014-02-06 Thread Keith OHara
Urs Liska openlilylib.org> writes: > [That's something I often struggle with: I think the function or > parameter definition that is generated from the sources is often quite > sparse] > You are changing behavior rather deep in the details. You can search for stencil-offset in the setup files

Re: Move Page Numbers?

2014-02-06 Thread PMA
Thomas Morley wrote: how about: ... #(define folio-offset '( ... #(define-markup-command (place-folio layout props folio) (markup?) ... \paper { ... HTH, Harm Working beautifully ("TH"d). Thanks Harm! Pete ___ lilypond-user mailing list lilypond-

Re: Layout issue when parsing line

2014-02-06 Thread Francisco Vila
2014-02-06 3:47 GMT+01:00 Antara-Prabhat Kalajian : > Mr. Francisco, > > I deeply appreciate your assistance :) > > > Here is my first example, as slimmed down as I can make it: > > \version "2.18.0" > \include "english.ly" > \relative bf' { > \key df \major > > af4 af af af

Re: Behaviour of TextSpanner dashes

2014-02-06 Thread Urs Liska
Am 06.02.2014 04:49, schrieb Keith OHara: At 15:24 on 05 Feb 2014, Urs Liska wrote: - the vertical position of the dashes (i.e. raise it a little bit relatively to the text) TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER unfortunately doesn't help. I'd need something