Re: Textspan issues.

2017-03-25 Thread Pieter Terpstra
David Nalesnik wrote: > \override TextSpanner.bound-details.left-broken.text = ##f > \override TextSpanner.bound-details.right-broken.text = ##f Thank you so much David! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailma

Re: Textspan issues.

2017-03-25 Thread Andrew Bernard
Hi Peter, You could try this. Set the left-broken property. Andrew == snip \paper { ragged-last = ##t } global = { \key d \major %\numericTimeSignature \time 2/2 } \relative c' { \global \override TextSpanner.bound-details.left.text = "pizz. " \override TextSpanner.bound-detail

Re: Textspan issues.

2017-03-25 Thread David Nalesnik
Hi Pieter, On Sat, Mar 25, 2017 at 7:29 PM, Pieter Terpstra wrote: > Dear Lilypond friends, > Doing a Textspan gives me some difficulties. > > I would like to see the word pizz. only once in the bi=eginning and not > repeated on the next line > and also would like to have the \draw-dashed-line t

RE: textspan

2009-11-03 Thread Erik Appeldoorn
eldoorn > Cc: Kieren MacMillan; lilypond-user@gnu.org > Subject: Re: textspan > > > I still must be blind, but haven't got the solution to work. > > You did not look in detail at my proposition: replace s > s2\stopTextSp

Re: textspan

2009-11-02 Thread Frédéric Bron
> I still must be blind, but haven't got the solution to work. You did not look in detail at my proposition: replace s s2\stopTextSpan by s2 s8 s8\stopTextSpan Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/

RE: textspan

2009-11-02 Thread Erik Appeldoorn
] > Sent: zondag 1 november 2009 13:16 > To: Frédéric Bron > Cc: Erik Appeldoorn; lilypond-user@gnu.org > Subject: Re: textspan > > Hi Frédéric, > > > It is funny. I was quite sure to have the solution but I do not > > understand why what I propose does not

Re: textspan

2009-11-01 Thread Kieren MacMillan
Hi Frédéric, Works fine, thanks! But I still do not understand why it does not work with only one voice (i.e. without \new Voice). That's definitely beyond my understanding of Lilypond internals — perhaps someone else (Han-Wen? Mats? Nicolas? Joe?) knows the technical reason(s). Cheers,

Re: textspan

2009-11-01 Thread Frédéric Bron
> Because your construct doesn't have two Voice constructs, only two > expressions in the same Voice. Works fine, thanks! But I still do not understand why it does not work with only one voice (i.e. without \new Voice). Frédéric ___ lilypond-user mail

Re: textspan

2009-11-01 Thread Kieren MacMillan
Hi Frédéric, It is funny. I was quite sure to have the solution but I do not understand why what I propose does not work: you have to separate notes and TextSpan in parallel music expressions. Can somebody tell why this does not work? Because your construct doesn't have two Voice constructs, o

Re: textspan

2009-11-01 Thread Frédéric Bron
It is funny. I was quite sure to have the solution but I do not understand why what I propose does not work: you have to separate notes and TextSpan in parallel music expressions. Can somebody tell why this does not work? Frédéric \version "2.12.2" \new Score << \new Staff \relative c' { \time

Re: TextSpan behaviour

2007-02-08 Thread Ole Schmidt
yep, that was it, thank you Am 08.02.2007 um 22:01 schrieb Bertalan Fodor: Is it JPedal view? JPedal line drawing is buggy --- Original Message --- From: Ole Schmidt <[EMAIL PROTECTED]> To: lilypond-user@gnu.org Sent: 07. 02. 08., 21:39:09 Subject: TextSpan behaviour Dear all, I w

Re: TextSpan behaviour

2007-02-08 Thread Bertalan Fodor
Is it JPedal view? JPedal line drawing is buggy > --- Original Message --- > From: Ole Schmidt <[EMAIL PROTECTED]> > To: lilypond-user@gnu.org > Sent: 07. 02. 08., 21:39:09 > Subject: TextSpan behaviour > > Dear all, > > I worked out something with a TextSpanner which behaves (as it shou

Re: Textspan

2002-02-02 Thread Mats Bengtsson
> Hi all, > Anybody know how to put a flat sign (or any non-text) into a textspanner > (for instance writing 8va with a flat sign next to it)? Take a look at the example file input/test/trill.ly. The flat sign is called accidentals--1 in the music font. Unfortunately, the best way to find the na