Re: Stemless music with slurs

2005-11-16 Thread Michael Welsh Duggan
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Michael Welsh Duggan wrote: >> Better and better. But the shorter slurs now look very odd. See, for >> example, the first two instances. Note: I am not specifically >> requesting support to make this better. In the best case, I will >> achieve eno

Re: Stemless music with slurs

2005-11-16 Thread Han-Wen Nienhuys
Michael Welsh Duggan wrote: Better and better. But the shorter slurs now look very odd. See, for example, the first two instances. Note: I am not specifically requesting support to make this better. In the best case, I will achieve enough understanding of the code to make this work in a truel

Re: Stemless music with slurs

2005-11-16 Thread Han-Wen Nienhuys
Michael Welsh Duggan wrote: Better and better. But the shorter slurs now look very odd. See, for example, the first two instances. Note: I am not specifically requesting support to make this better. In the best case, I will achieve enough understanding of the code to make this work in a truel

Re: Stemless music with slurs

2005-11-15 Thread Michael Welsh Duggan
Juergen Reuter <[EMAIL PROTECTED]> writes: > Here's what my approach, as described, yields (see attachment). That does, indeed, look very nice. I will probably move to your solution until a better one comes along. Thank you very much. > On Tue, 15 Nov 2005, Michael Welsh Duggan wrote: > >> Han

Re: Stemless music with slurs

2005-11-15 Thread Juergen Reuter
Here's what my approach, as described, yields (see attachment). Greetings, Juergen On Tue, 15 Nov 2005, Michael Welsh Duggan wrote: Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: Michael Welsh Duggan wrote: Mats Bengtsson <[EMAIL PROTECTED]> writes: If you want to remove the stems completel

Re: Stemless music with slurs

2005-11-15 Thread Michael Welsh Duggan
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Michael Welsh Duggan wrote: >> Mats Bengtsson <[EMAIL PROTECTED]> writes: >> >>>If you want to remove the stems completely but not the engraver, it should >>>work to set >>>\override Staff.Stem #'print-function = ##f >>> >>>Wait a second, the above s

Re: Stemless music with slurs

2005-11-15 Thread Han-Wen Nienhuys
Juergen Reuter wrote: On Tue, 15 Nov 2005, Juergen Reuter wrote: I think the following does *almost* what you want (only almost, because you get harmonic note heads instead of quarter note heads): ... \override Staff.NoteHead #'style = #'harmonic ... With attached patch, you can say

Re: Stemless music with slurs

2005-11-15 Thread Han-Wen Nienhuys
Michael Welsh Duggan wrote: Mats Bengtsson <[EMAIL PROTECTED]> writes: If you want to remove the stems completely but not the engraver, it should work to set \override Staff.Stem #'print-function = ##f Wait a second, the above solution is for version 2.6 and you are using version 2.7.14. Then

Re: Stemless music with slurs

2005-11-15 Thread Michael Welsh Duggan
Hans Forbrich <[EMAIL PROTECTED]> writes: > On November 15, 2005 11:30 am, Michael Welsh Duggan wrote: >> >> Godd idea, but it doesn't work in practice. The stems are gone, but >> slurs still avoid them as if they were there, probably due to the same >> code in slur-scoring.cc. >> > > What happen

Re: Stemless music with slurs

2005-11-15 Thread Juergen Reuter
On Tue, 15 Nov 2005, Juergen Reuter wrote: I think the following does *almost* what you want (only almost, because you get harmonic note heads instead of quarter note heads): ... \override Staff.NoteHead #'style = #'harmonic ... With attached patch, you can say \override Staff.NoteHead

Re: Stemless music with slurs

2005-11-15 Thread Juergen Reuter
I think the following does *almost* what you want (only almost, because you get harmonic note heads instead of quarter note heads): \version "2.7.17" #(define-public (note-head::calc-glyph-name grob) "2") barOne = { \once \override Staff.BarLine #'bar-size = #2 \bar "|" } barTwo

Re: Stemless music with slurs

2005-11-15 Thread Hans Forbrich
On November 15, 2005 11:30 am, Michael Welsh Duggan wrote: > > Godd idea, but it doesn't work in practice. The stems are gone, but > slurs still avoid them as if they were there, probably due to the same > code in slur-scoring.cc. > What happens if you add a 'stem down' command as well? Then the

Re: Stemless music with slurs

2005-11-15 Thread Michael Welsh Duggan
Mats Bengtsson <[EMAIL PROTECTED]> writes: > If you want to remove the stems completely but not the engraver, it should > work to set > \override Staff.Stem #'print-function = ##f > > Wait a second, the above solution is for version 2.6 and you are using > version 2.7.14. Then I hope that the foll

Re: Stemless music with slurs

2005-11-15 Thread Mats Bengtsson
If you want to remove the stems completely but not the engraver, it should work to set \override Staff.Stem #'print-function = ##f Wait a second, the above solution is for version 2.6 and you are using version 2.7.14. Then I hope that the following works instead: \override Staff.Stem #'stencil =

Stemless music with slurs

2005-11-14 Thread Michael Welsh Duggan
I've been trying to typeset some English chant in a sort-of intermediate notation between standard notation and Vaticana neumes. The follownig piece is an example: \include "english.ly" \version "2.7.14" barOne = { \once \override Staff.BarLine #'bar-size = #2 \bar "|" } barTwo = { \on