Re: Brackets/TextSpan when connecting notes on different lines

2021-02-11 Thread Rachel Green
I figured it out!!! Right-broken and left-broken were the settings I needed to adjust. upperBracket = { %upperBracket \override TextSpanner.style = #'line \override TextSpanner.to-barline = ##f \override TextSpanner.direction = #UP \override TextSpanner.bound-details = #`( (left

Brackets/TextSpan when connecting notes on different lines

2021-02-11 Thread Rachel Green
Hello, How would I change the settings for a bracket that connects notes on different lines so that it does not include the part of the bracket that points down? I’ve drawn in red what I would like the bracket to look like. I would also like the bracket on line 2 to start to the right of the ba

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
|\break \stemDown d8-. a'-. fis'-. e-. fis4-.\stopTextSpan\stemUp a, } == snip On 26 March 2017 at 11:29, 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

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

Textspan issues.

2017-03-25 Thread Pieter Terpstra
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 to appear on the last end. Is this doable? Thank you so much in advance

Re: Text centralized above a TextSpan

2015-09-23 Thread Simon Albrecht
On 23.09.2015 01:20, David Kastrup wrote: Simon Albrecht writes: I made an essay on a simpler input interface, which redefines \startTextSpan as a music function. That would be much preferable at least in my eyes. What do you think? (I hope there wouldn’t be any merge conflicts here…) However,

Re: Text centralized above a TextSpan

2015-09-22 Thread David Nalesnik
On Tue, Sep 22, 2015 at 4:23 PM, Simon Albrecht wrote: I made an essay on a simpler input interface, which redefines > \startTextSpan as a music function. That would be much preferable at least > in my eyes. What do you think? If you can get this working, it would be a nice improvement! ___

Re: Text centralized above a TextSpan

2015-09-22 Thread David Nalesnik
Hi Trevor, On Tue, Sep 22, 2015 at 3:03 PM, Trevor Daniels wrote: > > ... and hardly any need for the text-spanner-line-count, as it's easy > to split up the text by system (since manual breaks are needed > anyway to control the placement) like this: > > music = \relative { > % \override TextS

Re: Text centralized above a TextSpan

2015-09-22 Thread David Kastrup
Simon Albrecht writes: > I made an essay on a simpler input interface, which redefines > \startTextSpan as a music function. That would be much preferable at > least in my eyes. What do you think? > (I hope there wouldn’t be any merge conflicts here…) > However, I’m having a problem with this syn

Re: Text centralized above a TextSpan

2015-09-22 Thread Simon Albrecht
On 21.09.2015 18:13, David Nalesnik wrote: On Mon, Sep 21, 2015 at 8:41 AM, David Kastrup > wrote: David Nalesnik mailto:david.nales...@gmail.com>> writes: > Here's a preliminary experiment with using \lyricmode as an input device > for text spanner detai

Re: Text centralized above a TextSpan

2015-09-22 Thread Simon Albrecht
On 22.09.2015 22:03, Trevor Daniels wrote: David Nalesnik wrote Monday, September 21, 2015 5:13 PM I'm attaching a rewrite of the code which allows an easy mix of markups/strings and interprets hyphens as connectors. Now there's no need for a TextSpanner.connectors property. ... and hardly any

Re: Text centralized above a TextSpan

2015-09-22 Thread Trevor Daniels
David Nalesnik wrote Monday, September 21, 2015 5:13 PM > I'm attaching a rewrite of the code which allows an easy mix of > markups/strings and interprets hyphens as connectors. > Now there's no need for a TextSpanner.connectors property. ... and hardly any need for the text-spanner-line-coun

Re: Text centralized above a TextSpan

2015-09-21 Thread David Nalesnik
On Mon, Sep 21, 2015 at 11:13 AM, David Nalesnik wrote: > > > I'm attaching a rewrite of the code which allows an easy mix of > markups/strings and interprets hyphens as connectors. Now there's no need > for a TextSpanner.connectors property. > > I should mention that spacers need their own hyph

Re: Text centralized above a TextSpan

2015-09-21 Thread David Nalesnik
On Mon, Sep 21, 2015 at 8:41 AM, David Kastrup wrote: > David Nalesnik writes: > > > Here's a preliminary experiment with using \lyricmode as an input device > > for text spanner details. It could easily be incorporated into the > larger > > function, but I've pared this down to ask a question.

Re: Text centralized above a TextSpan

2015-09-21 Thread David Kastrup
Michael Gerdau writes: >> Hastening the end of the sketch? ;) > > For those not knowing this classic, here is a YT link of not too good > quality but which does transport the important parts: > https://www.youtube.com/watch?v=NDqD0Dz_J-M Ah, the Swiss recording. It's rather condensed. I'd rath

Re: Text centralized above a TextSpan

2015-09-21 Thread Michael Gerdau
> Hastening the end of the sketch? ;) For those not knowing this classic, here is a YT link of not too good quality but which does transport the important parts: https://www.youtube.com/watch?v=NDqD0Dz_J-M Kind regards, Michael -- Michael Gerdau email: m...@qata.de GPG-keys available on

Re: Text centralized above a TextSpan

2015-09-21 Thread David Nalesnik
On Mon, Sep 21, 2015 at 9:09 AM, David Kastrup wrote: > David Nalesnik writes: > > > Definitely softens the blow! (While we're here--though it doesn't > > affect the user--I should have omitted the "parser location" from the > > extractTexts function. New tricks, old dog.) > > In Germany, ther

Re: Text centralized above a TextSpan

2015-09-21 Thread David Kastrup
David Nalesnik writes: > Definitely softens the blow! (While we're here--though it doesn't > affect the user--I should have omitted the "parser location" from the > extractTexts function. New tricks, old dog.) In Germany, there is a sort of New Year's Eve tradition of broadcasting (and viewing

Re: Text centralized above a TextSpan

2015-09-21 Thread David Kastrup
David Nalesnik writes: > Here's a preliminary experiment with using \lyricmode as an input device > for text spanner details. It could easily be incorporated into the larger > function, but I've pared this down to ask a question. > > Is it possible to avoid needing to type \lyricmode when callin

Re: Text centralized above a TextSpan

2015-09-21 Thread David Nalesnik
On Mon, Sep 21, 2015 at 8:17 AM, Simon Albrecht wrote: > On 21.09.2015 15:04, David Nalesnik wrote: > >> Hi, >> >> On Sat, Sep 19, 2015 at 7:09 PM, David Nalesnik > > wrote: >> >> >> OK, I see. Using \lyricmode would be a user-friendly way to >> specify m

Re: Text centralized above a TextSpan

2015-09-21 Thread Simon Albrecht
On 21.09.2015 15:04, David Nalesnik wrote: Hi, On Sat, Sep 19, 2015 at 7:09 PM, David Nalesnik mailto:david.nales...@gmail.com>> wrote: OK, I see. Using \lyricmode would be a user-friendly way to specify markups/strings, connectors/no connectors, and relative spacing of texts th

Re: Text centralized above a TextSpan

2015-09-21 Thread David Nalesnik
Hi, On Sat, Sep 19, 2015 at 7:09 PM, David Nalesnik wrote: > David, > > On Sat, Sep 19, 2015 at 3:48 PM, David Kastrup wrote: > >> David Nalesnik writes: >> >> > (As an aside: I must say that David's suggestion of using lyrics >> > produces miraculous results without the hundreds and hundreds

Re: Text centralized above a TextSpan

2015-09-21 Thread David Kastrup
Simon Albrecht writes: > On 19.09.2015 22:48, David Kastrup wrote: >> However, (re-)using engravers for the "picking apart" bit in a context >> without its own vertical axis group might be an interesting option. >> Want several text spanners? Use several contexts. > > This reminds me: the ‘stand

Re: Text centralized above a TextSpan

2015-09-20 Thread Simon Albrecht
On 19.09.2015 22:48, David Kastrup wrote: However, (re-)using engravers for the "picking apart" bit in a context without its own vertical axis group might be an interesting option. Want several text spanners? Use several contexts. This reminds me: the ‘standard’ use case for this kind of text

Re: Text centralized above a TextSpan

2015-09-19 Thread David Nalesnik
David, On Sat, Sep 19, 2015 at 3:48 PM, David Kastrup wrote: > David Nalesnik writes: > > > (As an aside: I must say that David's suggestion of using lyrics > > produces miraculous results without the hundreds and hundreds of lines > > of new code! Don't want a connector line? Don't write a h

Re: Text centralized above a TextSpan

2015-09-19 Thread David Kastrup
David Nalesnik writes: > (As an aside: I must say that David's suggestion of using lyrics > produces miraculous results without the hundreds and hundreds of lines > of new code! Don't want a connector line? Don't write a hyphen. > Etc.) Actually, we might have had some miscommunication. I was

Re: Text centralized above a TextSpan

2015-09-19 Thread David Nalesnik
nnectors. > Using lyrics with explicit durations is the way it's done in the NR now, > but it's > difficult to set up and prone to not working under some circumstances. The > automatic spacing over several lines was the attractive feature of your > TextSpan code. > >

Re: Text centralized above a TextSpan

2015-09-19 Thread Kieren MacMillan
Hi Trevor (et al.), > Actually for the purpose I had in mind (words over music but spoken and out > of rhythm) > we wouldn't need a spanner line, just the spaced-out text. After David N. made his wonderful MeasureAttachedSpanner for me, we spoke (briefly) of how it might be taken “to the goal l

Re: Text centralized above a TextSpan

2015-09-19 Thread Trevor Daniels
ldn't need a spanner line, just the spaced-out text. > Here's a sketch: [snipped] Using lyrics with explicit durations is the way it's done in the NR now, but it's difficult to set up and prone to not working under some circumstances. The automatic spacing ove

Re: Text centralized above a TextSpan

2015-09-19 Thread David Nalesnik
On Sat, Sep 19, 2015 at 1:14 PM, David Nalesnik wrote: Right now LyricHyphen will draw something resembling the spanner line, but > comprised of a succession of round-filled boxes. An enhancement of the > stencil callback would be needed to allow for all the possibilities of > TextSpanner, 'styl

Re: Text centralized above a TextSpan

2015-09-19 Thread David Nalesnik
e. > > > > Trevor > > > > - Original Message - > > From: David Nalesnik > > To: Simon Albrecht > > Cc: lilypond-user > > Sent: Friday, September 18, 2015 11:58 PM > > Subject: Re: Text centralized above a TextSpan > > &

Re: Text centralized above a TextSpan

2015-09-19 Thread David Kastrup
alesnik > To: Simon Albrecht > Cc: lilypond-user > Sent: Friday, September 18, 2015 11:58 PM > Subject: Re: Text centralized above a TextSpan > > > Hi, > > > Alright! This should do it... > > > You can: > > > --Adapt this for versions

Re: Text centralized above a TextSpan

2015-09-19 Thread Kieren MacMillan
Hi Trevor (et al.), > This looks potentially very useful for adding spoken words which need to be > said during a passage of music, often required in musical theatre. If we do this, let’s do it right… I’m willing to pay some sponsorship for it. Cheers, Kieren.

Re: Text centralized above a TextSpan

2015-09-19 Thread Trevor Daniels
#dialogue-over-music I'd like to see this developed and added to LP core. Trevor - Original Message - From: David Nalesnik To: Simon Albrecht Cc: lilypond-user Sent: Friday, September 18, 2015 11:58 PM Subject: Re: Text centralized above a TextSpan Hi, Alright!

Re: Text centralized above a TextSpan

2015-09-19 Thread David Nalesnik
Hi Kieren, On Sat, Sep 19, 2015 at 9:10 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi David, > > > Sure, no problem. I added a 'line-Y-offset property which just > raises/lowers the line without any reference to the texts. > > Perfect! Thanks. > (To my eye, a setting of about

Re: Text centralized above a TextSpan

2015-09-19 Thread Kieren MacMillan
Hi David, > Sure, no problem. I added a 'line-Y-offset property which just raises/lowers > the line without any reference to the texts. Perfect! Thanks. (To my eye, a setting of about 0.0875 is right.) > For consistency, I renamed 'line-offset to 'line-X-offset. Makes sense. Thanks again, K

Re: Text centralized above a TextSpan

2015-09-19 Thread David Nalesnik
Hi Kieren, On Sat, Sep 19, 2015 at 5:56 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > > > Change the distance from text to line with TextSpanner.line-offset, > which defaults to #'(0.0 . 0.0). > > Love this. Is there a tweak for the vertical position of the line > (independent of

Re: Text centralized above a TextSpan

2015-09-19 Thread Kieren MacMillan
Hi David, > Alright! This should do it… Amazing! (As always…) > Change the distance from text to line with TextSpanner.line-offset, which > defaults to #'(0.0 . 0.0). Love this. Is there a tweak for the vertical position of the line (independent of the text)? > P.S. One area of further imp

Re: Text centralized above a TextSpan

2015-09-18 Thread David Nalesnik
Hi, Alright! This should do it... You can: --Adapt this for versions < 2.19.27 with a loss of overriding power (style, dash-fraction, etc.)--see comments beginning in line 435 --Use/mix markups and strings. --Specify any number of texts >= 2 for your spanner. --Break it across an arbitrary n

Re: Text centralized above a TextSpan

2015-09-16 Thread David Nalesnik
Hi Simon, On Mon, Sep 14, 2015 at 7:41 AM, Simon Albrecht wrote: > David, > > This is tremendous! Thank you very much. > You're very welcome! I was inspired to fix some of the issues with this last version. Texts are better distributed among the pieces of broken spanners. (The algorithm in p

Re: Text centralized above a TextSpan

2015-09-14 Thread Simon Albrecht
David, This is tremendous! Thank you very much. This should definitely make it’s way into the official installation once it’s reasonably finished. Yours, Simon Am 14.09.2015 um 14:22 schrieb David Nalesnik: On Sun, Sep 6, 2015 at 12:17 PM, David Nalesnik mailto:david.nales...@gmail.com>>

Re: Text centralized above a TextSpan

2015-09-14 Thread Simon Albrecht
Am 14.09.2015 um 14:34 schrieb BB: Tried to compile with version 2.19.25 .../tmp/frescobaldi-6V3LoT/tmpI8U_qS/text-spanner-centered-text.ly:152:20 <0>: In expression (ly:line-interface::line grob (caar exts) ...): /tmp/frescobaldi-6V3LoT/tmpI8U_qS/text-spanner-centered-text.ly:152:20 <1>: U

Re: Text centralized above a TextSpan

2015-09-14 Thread BB
Tried to compile with version 2.19.25 .../tmp/frescobaldi-6V3LoT/tmpI8U_qS/text-spanner-centered-text.ly:152:20 <0>: In expression (ly:line-interface::line grob (caar exts) ...): /tmp/frescobaldi-6V3LoT/tmpI8U_qS/text-spanner-centered-text.ly:152:20 <1>: Unbound variable: ly:line-interface::l

Re: Text centralized above a TextSpan

2015-09-14 Thread David Nalesnik
On Sun, Sep 6, 2015 at 12:17 PM, David Nalesnik wrote: > > > Hopefully another step forward! > > Attached is an improvement. 2.19.27 has been released, and you need this version to get the full functionality here. (There is provision for earlier versions--see note far down in the first function

Re: Text centralized above a TextSpan

2015-09-06 Thread David Nalesnik
On Sun, Sep 6, 2015 at 12:17 PM, David Nalesnik wrote: > > Image attached in further post. > > ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Text centralized above a TextSpan

2015-09-06 Thread David Nalesnik
Hi, > On Thu, Sep 3, 2015 at 2:42 PM, Caio Giovaneti de Barros < > caio.bar...@gmail.com> wrote: > >> Hello David! >> >> On 02-09-2015 10:19, David Nalesnik wrote: >> >>> >>> Try this out: >>> >>> http://lists.gnu.org/archive/html/lilypond-user/2013-05/msg00405.html >>> >>> >> This looks ok, but

Fwd: Text centralized above a TextSpan

2015-09-03 Thread David Nalesnik
Sorry...didn't reply all.. -- Forwarded message -- From: David Nalesnik Date: Thu, Sep 3, 2015 at 5:51 PM Subject: Re: Text centralized above a TextSpan To: Caio Giovaneti de Barros Hi Caio On Thu, Sep 3, 2015 at 2:42 PM, Caio Giovaneti de Barros < caio.bar...@g

Re: Text centralized above a TextSpan

2015-09-03 Thread Caio Giovaneti de Barros
On 02-09-2015 10:08, Andrew Bernard wrote: I am not sure how long you may have been following things, but this topic came up for me recently, and there is various discussion in the archives. Yes, I made a search through the list the best I could, but I didn't find this (maybe the titles ar

Re: Text centralized above a TextSpan

2015-09-02 Thread David Nalesnik
Hi Caio, On Wed, Sep 2, 2015 at 8:08 AM, Andrew Bernard wrote: there is various discussion in the archives. Try this out: http://lists.gnu.org/archive/html/lilypond-user/2013-05/msg00405.html Best, David ___ lilypond-user mailing list lilypond-use

Re: Text centralized above a TextSpan

2015-09-02 Thread Andrew Bernard
breath! Andrew On 2/09/2015 22:41, "Caio Giovaneti de Barros" wrote: > >Is it possible to have text centralized above a TextSpan? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Text centralized above a TextSpan

2015-09-02 Thread Caio Giovaneti de Barros
Hi, Is it possible to have text centralized above a TextSpan? I've already saw in the documentation text added in the middle of hairpins and of course there is a tuplet number or fraction in the middle of the tuplet bracket. But it seems that in Text Span this is not so easy to do. T

Re: re: problem with textspan for controlled aleatorism

2010-02-28 Thread -Eluze
he break! you can toggle the behavior of the text spanner at breaks with \override TextSpanner #'(bound-details right-broken arrow) = ##f i would recommend to always use the same syntactic pattern (which you did for the other items)! -- View this message in context: http://old.nabble.co

Re: problem with textspan for controlled aleatorism

2010-02-28 Thread Nick Payne
When built with 2.13.13 your example does put an arrow on the TextSpanner at the line break... Nick On 28/02/10 19:55, Stefan Thomas wrote: Dear community, I think the snippet of my last example was too large, so probably nobody could see the basic problem that is: How can I have a textspann

re: problem with textspan for controlled aleatorism

2010-02-28 Thread Stefan Thomas
Dear community, I think the snippet of my last example was too large, so probably nobody could see the basic problem that is: How can I have a textspanner that ends with an arrow over a line break? Here is a much shorter snipper to illustrate my problem: \version "2.12.2" \relative c'' { \overrid

problem with textspan for controlled aleatorism

2010-02-26 Thread Stefan Thomas
Dear community, I have to typeset a piece, that makes use of controlled aleatorism, in the way like composers as Lutoslaswki have done it. I have the problem, that the arrow at the end of the textspanner occurs two times, at the end of the first and at the beginning of the next line. How can I solv

Re: Need something like a TextSpan, but one that goes to the end of a measure . . .

2009-11-07 Thread Neil Thornock
alternates rapidly between notated and > improvised sections. I had planned to use a TextSpan to mark these, kind of > like this; > > Solo + > > Where the + is a downward line, closing it like a bracket. The solo > sections > might start anywhere within a measure,

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 const

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 S

textspan

2009-11-01 Thread Erik Appeldoorn
I have defined the following \override TextSpanner #'(bound-details left text) = "Ral." Within a \time 3/4 I have the following notes: d2\startTextSpan d4 | cis a2\stopTextSpan | The Ral. now stops directly above the a2. Other voices above it have more notes there, so the Ral. stops far m

Re: Re: Re: Centered Textspan for Piano music

2008-11-29 Thread stefankaegi
Thank you very much again. Worked all fine. :) Best wishes Stefan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Re: Re: Centered Textspan for Piano music

2008-11-28 Thread Neil Puttock
2008/11/25 stefankaegi <[EMAIL PROTECTED]>: > Thank you very much. This has already helped a lot. Yes, I'm using > lilypond 2.11.64. There's still a small problem. I marked it red in the > picture. There's a line too far left in bar 14. Don't quite know what's > the problem of this. This is part o

Re: Re: Centered Textspan for Piano music

2008-11-24 Thread Neil Puttock
Hi Stefan, 2008/11/24 stefankaegi <[EMAIL PROTECTED]>: > Ok... I discovered a little problem with this method. I think you can > best see it in the attachement in the bars 12 - 14. I'd like to have the > spanner something like this: > > 12 13 14 15 > acc. _ _ _ _ _ _ _ _rit. Have y

Re: Centered Textspan for Piano music

2008-11-23 Thread stefankaegi
Thank you very much, Mark, for your generous help. This was exactly what I was looking for. :) Stefan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Centered Textspan for Piano music

2008-11-22 Thread Mark Polesky
November 22, 2008, stefankaegi wrote: > I'd like to have a centered accelerando Textspan for a piano piece. > Something like this: acc. - - - - Did you mean... 1) center the text-spanner between the 2 staves 2) center the dashes in the text-spanner vertically ( ac

Centered Textspan for Piano music

2008-11-22 Thread stefankaegi
Good afternoon I'd like to have a centered accelerando Textspan for a piano piece. Something like this: acc. - - - - I'm using the last template from here: http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Piano-templates#Piano-templates So I tried to do this Texts

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 a

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

TextSpan behaviour

2007-02-08 Thread Ole Schmidt
Dear all, I worked out something with a TextSpanner which behaves (as it should be) as a snippet: %% \version "2.10.15" \new Staff { \override Voice.TextSpanner #'padding = #2.5 \override Voice.TextScript #'padding = #2.5 \relative c'' { \time 2/4 fis8[\< g8

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

Textspan

2002-02-02 Thread John Gunnar Carlsson
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)? Thanks J ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user