Error: \override DynamicTextSpanner.style = #'none

2013-05-04 Thread Derek
I am wanting to override the DynamicTextSpanner and I pulled the example straight from the lilypond website and it won't compile. Running 2.16.2 \paper { } \layout { } \header { } % begin verbatim \relative c'' { \override DynamicTextSpanner.style = #'none \crescTextCresc c1\ | d |

Re: Error: \override DynamicTextSpanner.style = #'none

2013-05-04 Thread Eluze
\override DynamicTextSpanner.style = #'none this looks like 2.17... and later syntax! Eluse -- View this message in context: http://lilypond.1069038.n5.nabble.com/Error-override-DynamicTextSpanner-style-none-tp145439p145440.html Sent from the User mailing list archive at Nabble.com.

Re: Error: \override DynamicTextSpanner.style = #'none

2013-05-04 Thread Nick Payne
On 04/05/13 16:22, Derek wrote: I am wanting to override the DynamicTextSpanner and I pulled the example straight from the lilypond website and it won't compile. Running 2.16.2 \paper { } \layout { } \header { } % begin verbatim \relative c'' { \override DynamicTextSpanner.style =

Re: Error: \override DynamicTextSpanner.style = #'none

2013-05-04 Thread Derek
Ah yes thank you! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Error-override-DynamicTextSpanner-style-none-tp145439p145442.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: Lilypond source code pretty-printer

2013-05-04 Thread Noeck
Am 04.05.2013 09:08, schrieb Jacques Menu: Hello, I've seen various opinions expressed in this list as to how one should layout Lily source code. Has there been attempts yet to produce an automatic pretty-printer? Hi, as far as indentation and syntax highlighting is concerned,

Re: Lilypond source code pretty-printer

2013-05-04 Thread Federico Bruni
2013/5/4 Jacques Menu jacques.m...@tvtmail.ch Hello, I've seen various opinions expressed in this list as to how one should layout Lily source code. Has there been attempts yet to produce an automatic pretty-printer? Have a look at this discussion:

Re: mdash in markup?

2013-05-04 Thread James Harkins
Urs Liska ul at openlilylib.org writes: In the first line of that page you're directed tohttp://lilypond.org/doc/v2.16/ Documentation/notation/special-characters#ascii-aliases where the first example uses\paper { #(include-special-characters) } I see it now. It wasn't obvious to

Re: mdash in markup?

2013-05-04 Thread David Kastrup
James Harkins jamshar...@gmail.com writes: Urs Liska ul at openlilylib.org writes: In the first line of that page you're directed to http://lilypond.org/doc/v2.16/Documentation/notation/special-characters#ascii-aliases where the first example uses\paper {

RE: Lyrics and Punctuations Alignment Issue?

2013-05-04 Thread Jun Wang
Ming and David, I modified a bit more (see attached code), It seems to be working. ThanksJun Date: Fri, 3 May 2013 22:06:22 -0500 Subject: Re: Lyrics and Punctuations Alignment Issue? From: david.nales...@gmail.com To: tsan...@rogers.com CC: wj1...@hotmail.com; lilypond-user@gnu.org Ming, On

Re: Lyrics and Punctuations Alignment Issue?

2013-05-04 Thread David Nalesnik
Ming, On Fri, May 3, 2013 at 10:06 PM, David Nalesnik david.nales...@gmail.comwrote: Ming, On Fri, May 3, 2013 at 9:08 PM, MING TSANG tsan...@rogers.com wrote: David, Thank you very much. I try to do two punctuation to the left, but I cannot make it work. Any help is appreciated.

Re: Lyrics and Punctuations Alignment Issue?

2013-05-04 Thread David Nalesnik
Hi Jun. On Sat, May 4, 2013 at 6:28 AM, Jun Wang wj1...@hotmail.com wrote: Ming and David, I modified a bit more (see attached code), It seems to be working. Thanks Jun Just got your mail. Yup--those are the changes I made to the Scheme, but I couldn't get it to work because of the way

Re: Glissando to a rest

2013-05-04 Thread TaoCG
This should work. You just have to make sure the space between the two notes isn't too tight or the glissando won't print. In this case it happens if you omit the \break. \relative c'' { es4*1/2-\glissando \hideNotes es, \unHideNotes r4 r2 | \break es1 } HTH, Tao -- View this

Re: Lyrics and Punctuations Alignment Issue?

2013-05-04 Thread MING TSANG
Jun, Thank you.  I add a few punctuation to your code. David,  I don't know scheme. That's why I did a lousy job. I add few more punctuation to the Jun's latest code.  It works. Thank you both. I have been looking this for a long time. Ming. From: Jun Wang

Re: Lyrics and Punctuations Alignment Issue?

2013-05-04 Thread David Nalesnik
Ming, On Sat, May 4, 2013 at 11:16 AM, MING TSANG tsan...@rogers.com wrote: Jun, Thank you. I add a few punctuation to your code. David, I don't know scheme. That's why I did a lousy job. I add few more punctuation to the Jun's latest code. It works. Thank you both. I have been looking

Re: Lyrics and Punctuations Alignment Issue?

2013-05-04 Thread MING TSANG
David,  Yes, left and right  UTF-8 parenthese - UTF-8. Thanks, Ming From: David Nalesnik david.nales...@gmail.com To: MING TSANG tsan...@rogers.com Cc: Jun Wang wj1...@hotmail.com; lilypond-user@gnu.org lilypond-user@gnu.org Sent: Saturday, May 4, 2013

Re: cre - - sen - - do

2013-05-04 Thread Keith OHara
Derek cushy at shmerek.com writes: I tried within my dymanic stave and this was the result: s4 s8 {s8-\tweak#'textcre\cresc s4 s8-\tweak#'textscen\cresc s8%|28 s4 s8-\tweak#'textdo\cresc s8 s4 -\tweak#'textmolto\cresc s4%|29 s4\f} s4 s4 s4%|30

Re: is MultiMeasureRest breakable?

2013-05-04 Thread Keith OHara
Kieren MacMillan kieren_macmillan at sympatico.ca writes: Is there a way to break MultiMeasureRests in the voice, so that the piano part is spaced naturally (as opposed to breaking the piano part in order to fit the voice's MMRs)? Possibly nobody understands the context. Multi-measure

Re: is MultiMeasureRest breakable?

2013-05-04 Thread Kieren MacMillan
Hi Keith, Is there a way to break MultiMeasureRests in the voice, so that the piano part is spaced naturally (as opposed to breaking the piano part in order to fit the voice's MMRs)? Possibly nobody understands the context. Good point. I was wondering why my last few posts have received no

Re: mdash in markup?

2013-05-04 Thread James Harkins
David Kastrup dak at gnu.org writes: I see it now. It wasn't obvious to me that the special character aliases wouldn't work without enabling them in the paper block. A list of ASCII aliases for special characters can be included: \paper {

Re: is MultiMeasureRest breakable?

2013-05-04 Thread Keith OHara
On Sat, 04 May 2013 19:21:23 -0700, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: What I mean is, if the barline in another [polymetric] staff falls in the middle of a MultiMeasureRest, could Lilypond [automatically] split the measure, perhaps putting a parenthesized MMR on the

Re: mdash in markup?

2013-05-04 Thread Werner LEMBERG
I can send a doc patch, if you like. Fixing is better than complaining. Please do so! Usually, developers don't have a good sense for documentation :-) Werner ___ lilypond-user mailing list lilypond-user@gnu.org