Re: dash line in text spanner

2015-06-26 Thread Venus' Wink
panner Thanks a lot! Venus' Wink > -Original Message- > From: m...@hohlart.de > Sent: Sat, 27 Jun 2015 08:03:06 +0200 > To: lilypond-user@gnu.org > Subject: Re: dash line in text spanner > > Am 27.06.2015 um 07:54 schrieb Venus' Wink: >> Hi all, >&g

dash line in text spanner

2015-06-26 Thread Venus' Wink
Hi all, Is there a way to specify interval of dashes in text spanner? For example, the default dash line is like current.png attached. I'd like to change it into like purpose.png. Thanks Venus' Wink Can't remember yo

Re: adjustment of arc shape according to papersize

2015-06-21 Thread Venus' Wink
#x27; > c' c'') c' c' c' c' c' c' c' c' c' c' > } > } > > You have to change the value of 100 to your needs (I think lilypond > uses staff-spaces as units here). > > HTH, > > Marc T

Re: adjustment of arc shape according to papersize

2015-06-20 Thread Venus' Wink
'(( ...points for 210 mm width...))) (if (= paper-width 297 mm) '(( ...points for 297 mm width... which issues an error that paper-width hasn't been bind... I don't know scheme very well. Thanks Venus' Wink > -Original

adjustment of arc shape according to papersize

2015-06-20 Thread Venus' Wink
de as: If paper-width is 210mm, pass the control points for 210mm paper width to \shape. If paper-width is 297mm, pass the control points for 297mm paper width to \shape. (So far, only for 210mm and for 297mm are enough.) How could I realize it? Thanks Venus&

Re: How to omit tuplet range indicator

2015-06-05 Thread Venus' Wink
Hi all, Question: > lines to indicate the range of the tuplet ... > How could I omit them? Answer: \hide TupletBracket or \override TupletBracket #'bracket-visibility = ##f http://lsr.di.unimi.it/LSR/Item?id=337 or [\once] \omit TupletBracket Thanks Venus' Wink > --

Re: How to omit tuplet range indicator

2015-06-05 Thread Venus' Wink
1 +0200To: venuswi...@inbox.comSubject: Re: How to omit tuplet range indicatorHi VW,Try:\version "2.18.2"\relative c' {    \omit TupletBracket    c8 \tuplet 3/2 { d16 e f }%% possibly:    \undo\omit TupletBracket}Cheers,Pierre2015-06-05 2:47 GMT+02:00 Venus' Wink <venuswi...@i

Re: How to omit tuplet range indicator

2015-06-04 Thread Venus&#x27; Wink
m: palmer.r.vio...@gmail.comSent: Thu, 4 Jun 2015 22:22:41 -0400To: venuswi...@inbox.comSubject: Re: How to omit tuplet range indicatorOn Thu, Jun 4, 2015 at 9:31 PM, Venus' Wink <venuswi...@inbox.com> wrote: Hi all,These are OK.Thanks a lot.Venus' WinkGreetings again, Venus' Wink -From yo

Re: How to omit tuplet range indicator

2015-06-04 Thread Venus&#x27; Wink
; Andrew-Original Message-From: palmer.r.vio...@gmail.comSent: Thu, 4 Jun 2015 21:18:39 -0400To: venuswi...@inbox.comSubject: Re: How to omit tuplet range indicatorOn Thu, Jun 4, 2015 at 8:47 PM, Venus' Wink <venuswi...@inbox.com> wrote:Hi, Under some condition, at both sides of numbe

How to omit tuplet range indicator

2015-06-04 Thread Venus&#x27; Wink
ments. I would like to get purpose.png. Thanks Venus' Wink FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! Check it out at http://www.inbox.com/earth ___ lilypond-user m

Re: Parenthesize accidental together

2015-05-31 Thread Venus&#x27; Wink
Hello, This is OK. Thanks a lot Venus' WInk > -Original Message- > From: simon.albre...@mail.de > Sent: Sun, 31 May 2015 13:36:09 +0200 > To: venuswi...@inbox.com, lilypond-user@gnu.org > Subject: Re: Parenthesize accidental together > > Am 31.05.2015 um

Re: Parenthesize accidental together

2015-05-31 Thread Venus&#x27; Wink
being. > For 2.18.2: > http://lsr.di.unimi.it/LSR/Item?u=1&id=972 How elegent! But I'm sorry that: { \parentheAll ces''4 } causes error: unknown escaped string `\parentheAll' with 2.18.2. Thanks again Venus' Wink > > Cheers, > Harm >

Parenthesize accidental together

2015-05-30 Thread Venus&#x27; Wink
of the stencil. Or, is there more elegant way? Thanks Venus' Wink FREE ONLINE PHOTOSHARING - Share your photos online with your friends and family! Visit http://www.inbox.com/phot

Re: afterGrace on Completion_heads_engraver layout

2015-05-16 Thread Venus&#x27; Wink
> -Original Message- > From: thomasmorle...@gmail.com > Sent: Sat, 16 May 2015 12:40:02 +0200 > To: venuswi...@inbox.com > Subject: Re: afterGrace on Completion_heads_engraver layout > > 2015-05-16 11:58 GMT+02:00 Venus' Wink : >> Hi, >> >> I

afterGrace on Completion_heads_engraver layout

2015-05-16 Thread Venus&#x27; Wink
a4 b16 } which issues attached test.pdf. The a4 also appears in the grace. The image I expect is the other attachment expected.pdf yielded with \context brace includes only \Voice. How can an image looks same be got without modifying the \

Re: spanned text like "Retenu..."

2015-05-05 Thread Venus&#x27; Wink
I resend my attachment. But I think Mr. Perol-Schneider has understood my intent. The attachment is about 5kBytes, so it doesn't seem oversize. Probably, something unlucky occured. But it was lucky that very similar question was posted at almost same time. Thanks Venus' Wink >

Re: spanned text like "Retenu..."

2015-05-05 Thread Venus&#x27; Wink
Hi Pierre, Both of your ways bring me to my purpose. Thanks a lot. Venus' Wink -Original Message- From: pierre.schneider.pa...@gmail.com Sent: Tue, 5 May 2015 09:48:14 +0200 To: venuswi...@inbox.com Subject: Re: spanned text like "Retenu..." Oops,  wrong copy/paste,

Re: spanned text like "Retenu..."

2015-05-05 Thread Venus&#x27; Wink
Thanks of Mr. Perol-Schneider, I've found the way to make it bold style: { \override TextSpanner.bound-details.left.text = \markup{\bold "Retenu"} \startTextSpan ... \stopTextSpan } but not yet - how to cancel italic style, - how to expand it to bar. Thanks Venus' W

Re: How ro surpress the time symbol

2014-03-21 Thread Venus&#x27; Wink
Hi Pierre. Urs, and all, Thanks a lot! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

How ro surpress the time symbol

2014-03-21 Thread Venus&#x27; Wink
Hi all, Hou could I surpress displaying the time symbol on the first measure? Thanks. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user