avoid slur help

2008-12-26 Thread james
I'm having some difficulty understanding the 'avoid-slur property. This doesn't work: \version 2.11.65 \relative c'' { \override TextScript #'avoid-slur = #'inside c2*1/2( s4^\markup {\natural} d4.) c8 } In fact, it increases the space between the slur and the notes, but doesn't move

also, lyric help

2008-12-26 Thread james
I'm trying to figure out ways to incorporate lyrics associated with different voices. I can only seem to get it to work using associatedVoice. Is this possible using \lyricsto? \version 2.11.65 instrument = \relative c' { \context Voice = NumberOne { c4 d e f } \context Voice =

Re: avoid slur help

2008-12-26 Thread Jonathan Kulp
james wrote: I'm having some difficulty understanding the 'avoid-slur property. This doesn't work: \version 2.11.65 \relative c'' { \override TextScript #'avoid-slur = #'inside c2*1/2( s4^\markup {\natural} d4.) c8 } In fact, it increases the space between the slur and the notes, but

Re: avoid slur help

2008-12-26 Thread James E. Bailey
Am 26.12.2008 um 13:15 schrieb Jonathan Kulp: james wrote: I'm having some difficulty understanding the 'avoid-slur property. This doesn't work: \version 2.11.65 \relative c'' { \override TextScript #'avoid-slur = #'inside c2*1/2( s4^\markup {\natural} d4.) c8 } In fact, it increases

Re: avoid slur help

2008-12-26 Thread Jonathan Kulp
James E. Bailey wrote: Am 26.12.2008 um 13:15 schrieb Jonathan Kulp: james wrote: I'm having some difficulty understanding the 'avoid-slur property. This doesn't work: \version 2.11.65 \relative c'' { \override TextScript #'avoid-slur = #'inside c2*1/2( s4^\markup {\natural} d4.) c8 }

Re: avoid slur help

2008-12-26 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 26. Dezember 2008 14:33:11 schrieb Jonathan Kulp: James E. Bailey wrote: Am 26.12.2008 um 13:15 schrieb Jonathan Kulp: james wrote: I'm having some difficulty understanding the 'avoid-slur property. This doesn't work: \version

Re: avoid slur help

2008-12-26 Thread Eyolf Østrem
On 26.12.2008 (15:06), Reinhold Kainhofer wrote: If so then I'd just use d!4. instead. No, it was common practice to put accidentals above notes in older times. Sometimes these were meant to be optional, sometimes they were cautinary accidentals. In any case, if you try to be close to the

Re: avoid slur help

2008-12-26 Thread Neil Puttock
Hi James, 2008/12/26 James E. Bailey derhindem...@googlemail.com: No, I want the natural under the slur. Which I what I thought inside did. You'll have to turn off 'outside-staff-priority for TextScript, since it takes precendence over 'avoid-slur. \override TextScript

Re: also, lyric help

2008-12-26 Thread fiëé visuëlle
Am 2008-12-26 um 12:38 schrieb james: I'm trying to figure out ways to incorporate lyrics associated with different voices. I can only seem to get it to work using associatedVoice. Is this possible using \lyricsto? \version 2.11.65 instrument = \relative c' { \context Voice = NumberOne

Re: avoid slur help

2008-12-26 Thread Francisco Vila
2008/12/26 james derhindem...@googlemail.com: I'm having some difficulty understanding the 'avoid-slur property. This doesn't work: \version 2.11.65 \relative c'' { \override TextScript #'avoid-slur = #'inside c2*1/2( s4^\markup {\natural} d4.) c8 } What's the musical sense of this?

Re: Custom articulations/pitched single-note trills

2008-12-26 Thread Neil Puttock
2008/12/21 gnomino gnom...@hotmail.com: I'm not top posting Thanks for your help. I was just wondering, is there any reason that \pitchedTrill only works with trill spanners? That's just the way it's coded in the Pitched_trill_engraver; there's no way of using it for any other purpose

Re: avoid slur help

2008-12-26 Thread Graham Percival
On Fri, Dec 26, 2008 at 03:50:46PM +0100, Eyolf ?strem wrote: On 26.12.2008 (15:06), Reinhold Kainhofer wrote: If so then I'd just use d!4. instead. No, it was common practice to put accidentals above notes in older times. Sometimes these were meant to be optional, sometimes they were

rearrange music flow

2008-12-26 Thread Antanas Budriūnas
Hello Lily-users, after few arrangements and engraving from my own manuscripts I'm trying to move my composing work to Lilypond (without paper sheets). I guess this is rare but IMHO worth to try. Till now I puzzle over a problem each time when I need several measures from one place in the score

Re: also, lyric help

2008-12-26 Thread James E. Bailey
Am 26.12.2008 um 16:24 schrieb fiëé visuëlle: Am 2008-12-26 um 12:38 schrieb james: I'm trying to figure out ways to incorporate lyrics associated with different voices. I can only seem to get it to work using associatedVoice. Is this possible using \lyricsto? \version 2.11.65

Re: avoid slur help

2008-12-26 Thread James E. Bailey
Neil, thanks for the help, now I guess I move on to the next part of this problem: \version 2.11.65 \relative c'' { \override TextScript #'avoid-slur = #'inside \override Script #'avoid-slur = #'inside \override TextScript #'script-priority = #-100 \override TextScript

Re: avoid slur help

2008-12-26 Thread Graham Percival
On Fri, Dec 26, 2008 at 09:46:07PM +0100, James E. Bailey wrote: Neil, thanks for the help, now I guess I move on to the next part of this problem: What's the problem? By that question, I mean what's the musical intent of that lilypond code?. Because to me, it looks like you're trying to

Re: avoid slur help

2008-12-26 Thread james
In the meantime, I figured out another solution: I can just do everything in markup, and set the baseline skip myself. \version 2.11.65 \relative c'' { \override TextScript #'avoid-slur = #'inside \override TextScript #'outside-staff-priority = ##f c2*1/2( s4^\markup \tiny \override

Re: emailed lilypond pdf's printout missing note bodies on reciepent's computer

2008-12-26 Thread John Mislan
Ralph Palmer palmer.r.violin at gmail.com writes: I've had some peculiar things happen, even using Adobe Acrobat to make the PDFs and using Adobe Reader 9 to view them. Specifically, when I've uploaded files generated at 1200 dpi to a Yahoo website, and then downloaded them to another computer

Re: avoid slur help

2008-12-26 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 26. Dezember 2008 21:46:07 schrieb James E. Bailey: Neil, thanks for the help, now I guess I move on to the next part of this problem: \version 2.11.65 \relative c'' { \override TextScript #'avoid-slur = #'inside \override

Re: emailed lilypond pdf's printout missing note bodies on reciepent's computer

2008-12-26 Thread fiëé visuëlle
Am 2008-12-26 um 22:40 schrieb John Mislan: I didn't tell my output to do any specific resolution - I just ran - the 'lilypond' command on them, and used the resulting PDF to send out to the windows vista, and xp computer users. All the note heads had small boxes around them. I wonder if

Re: Naturals' position when key changes

2008-12-26 Thread Kieren MacMillan
Hello, Gilles et al: So, in the property 'break-align-orders […] you have to change in the second line Okay… once again, there is *no* second place to Lilypond in the Best Engraving Software category. =) Kieren. ___ lilypond-user mailing list

Re: avoid slur help

2008-12-26 Thread James E. Bailey
Am 26.12.2008 um 17:57 schrieb Graham Percival: On Fri, Dec 26, 2008 at 03:50:46PM +0100, Eyolf ?strem wrote: On 26.12.2008 (15:06), Reinhold Kainhofer wrote: If so then I'd just use d!4. instead. No, it was common practice to put accidentals above notes in older times. Sometimes these

Re: avoid slur help

2008-12-26 Thread Graham Percival
On Fri, Dec 26, 2008 at 11:40:12PM +0100, James E. Bailey wrote: Am 26.12.2008 um 17:57 schrieb Graham Percival: To everybody apart from Eyolf who posted in this thread: musica ficta can be found through a see also link under NR 1.1 Accidentals, Perhaps you have a different version of the

Re: avoid slur help

2008-12-26 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 26. Dezember 2008 23:40:12 schrieb James E. Bailey: Am 26.12.2008 um 17:57 schrieb Graham Percival: To everybody apart from Eyolf who posted in this thread: musica ficta can be found through a see also link under NR 1.1 Accidentals,

Re: avoid slur help

2008-12-26 Thread James E. Bailey
Am 26.12.2008 um 23:59 schrieb Graham Percival: Well, first start off with a simple example: \version 2.11.65 \relative c'' { c4( \once \set suggestAccidentals = ##t cis d4.) c8 } Hmm, it prints an error message. It would be helpful to report this to the bug list. You know, I

Re: avoid slur help

2008-12-26 Thread Graham Percival
On Sat, Dec 27, 2008 at 01:01:19AM +0100, James E. Bailey wrote: he still omitted the easiest part of helping which could have simple been, \override TextScript #'extra-offset = #'( 0.0 . -5.0), instead of the wonderful instruction in how to properly use lilypond. Of course I omitted that.

Again: Orchestra template

2008-12-26 Thread 胡海鹏 Hu Haipeng
Hello, I'm one Lilypond year old today! The day before yesterday, I posted my orchestral template, to see whether all are OK--I will contribute it to the LSR or to become part of LM's template appendix. Also, I own have difficulty in this, and hope you can solve the problem. My topic is