Re: N.C. symbol?

2009-05-09 Thread Martial
Thank you, that prints a NC in the proper place but also prints the C chord name immediately prior to the NC. Oops ! just a mistake; write : \hspace #-2 and not #2 NCString = { c e g-\markup { \whiteout { \hspace #-2 N.C. }}} -- Martial

Re: missing glissando features (bugs?)

2009-05-09 Thread Marc Hohl
Neil Puttock schrieb: 2009/5/2 Marc Hohl m...@hohlart.de: I have made some observations concerning \glissando: 1) accidentals are not recognised properly; I know this is in the bug list and there are workarounds, see http://lists.gnu.org/archive/html/bug-lilypond/2005-08/msg00235.html

debian and lilypond 2.12

2009-05-09 Thread Rob Canning
hi, we really need to get 2.12 into debian asap it seems that the maintainer is too busy with other stuff at the moment as it seems that all threads re this on debian maintainer page have gone dead. perhaps someone else can do a non-maintainer upload? i'm not sure about the ettiquette or debian

Re: \partcombine

2009-05-09 Thread ArnoWaschk
Thank you for you pointing me to that LSR snippet, unfortunately it did not solve my problem. It seems Lilypond generally does by itself what I need, but is getting confused where it should not be... My particular situation was that I had something like a8[a[a a] in the beginning of the score,

Re: missing glissando features (bugs?)

2009-05-09 Thread Neil Puttock
2009/5/9 Marc Hohl m...@hohlart.de: I tried to receive the informations needed by overriding the Glissando #'stencil with a function which simply displays the values obtained by the ly:spanner-bound call before calling ly:line-spanner::print, but I get only  #Grob NoteHead on the terminal.

Re: strange results with rightHandFinger/StrokeFinger and avoid-slur

2009-05-09 Thread Neil Puttock
2009/5/8 -Eluze elu...@gmail.com: in this snippet the right hand finger indication is not placed above the note and below the slur as excpected, even if there is plenty of space - any hints? \version 2.12.2 {  \override Slur #'outside-staff-priority = #5000  \set strokeFingerOrientations

Re: Bracketed notes

2009-05-09 Thread Jonathan Kulp
Mark Austin wrote: Thanks, This works a treat. Exactly what I wanted. However (inevitably) it has lead to another problem. The Mark, your message stops mid-sentence. Don't leave us hanging, man! Jon -- Jonathan Kulp http://www.jonathankulp.com

Slurs collide with the dot of dotted notes

2009-05-09 Thread bosmutus
I have a series of dotted rhythms (16. 32, etc.) and the slur above them doesn't avoid the dots on the 16th notes. What is the best way to fix this? An excerpt from my project is like this: \include english.ly \clef tenor \key a \major \relative c' {\stemUp b'8-3( \stemDown cs,16.[ ds32])

Volume Control of Accent Articulation

2009-05-09 Thread Jonathan Townes
I'm writing a percussion part and would like to set volume levels for accent markings (). I'm able to do this using dynamics markings (ff, pp, etc.) but have not found a way to do this with accent markings. ___ lilypond-user mailing list

Re: Slurs collide with the dot of dotted notes

2009-05-09 Thread Neil Puttock
2009/5/9 bosmutus bosmu...@live.com: I have a series of dotted rhythms (16. 32, etc.) and the slur above them doesn't avoid the dots on the 16th notes. What is the best way to fix this? Try tweaking the slur's height-limit: \once \override Slur #'height-limit = #2.5 Regards, Neil

Re: fingering

2009-05-09 Thread Neil Puttock
2009/5/7 Mario Moles mario-mo...@libero.it: Perdonatemi ma non so l'inglese. Provo comunque a spiegarmi. Vorrei sapere se c'è un modo per fissare una distanza tra \markup e nota in modo da non aggiustare nota per nota la distanza. Io uso i \markup perchè mi servono le lettere con ^

Re: fingering

2009-05-09 Thread Neil Puttock
2009/5/9 Mario Moles mario-mo...@libero.it: Grazie mille! Ora non mi resta che mettere tutto a posto! Grazie ancora! You're welcome. :) I can't bear to see somebody having to use 'extra-offset when there's (usually) a much better solution. ;) Regards, Neil

Re: Slurs collide with the dot of dotted notes

2009-05-09 Thread bosmutus
That changed the slur, but not enough to avoid the collision. Any other suggestions? -- View this message in context: http://www.nabble.com/Slurs-collide-with-the-dot-of-dotted-notes-tp23463349p23464984.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.

Re: strange results with rightHandFinger/StrokeFinger and avoid-slur

2009-05-09 Thread -Eluze
Neil Puttock wrote:  \set strokeFingerOrientations =#'(UP) Change this to \set strokeFingerOrientations = #'(up) `UP' isn't the same as `up' here; it gets converted to 1, which the engraver can't deal with when working out the positioning. thanks a lot - this really helps me for

Re: debian and lilypond 2.12

2009-05-09 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 9. Mai 2009 16:56:39 schrieb Rob Canning: hi, we really need to get 2.12 into debian asap it seems that the maintainer is too busy with other stuff at the moment as it seems that all threads re this on debian maintainer page have gone

Optimal page breaking

2009-05-09 Thread Anthony W. Youngman
Isn't working quite right and I can't see how to fix it (12.2). I've got a piece that I would like to fit on 3 pages (it insists on going to 4 :-( but it also insists on breaking at rests after page 1 and 3. There's a rest on the last line of page 2 that it should break after, which would

Re: Optimal page breaking

2009-05-09 Thread Joe Neeman
On Sun, 2009-05-10 at 00:18 +0100, Anthony W. Youngman wrote: Isn't working quite right and I can't see how to fix it (12.2). From the content of your email, I suppose you mean page-turn-breaking rather than optimal-breaking? I've got a piece that I would like to fit on 3 pages (it insists

Slurs collide with the dot of dotted notes

2009-05-09 Thread bosmutus
I have a series of dotted rhythms (16. 32, etc.) and the slur above them doesn't avoid the dots on the 16th notes. What is the best way to fix this? (Is there a way to add padding above the notes with the dots?) An excerpt from my project is like this: \include english.ly \clef tenor \key a