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

Shaped notes

2005-11-15 Thread Eduardo Vieira
Hello developers, I have some remarks about the shaped notes feature in Lilypond: It would be nice if the black shaped noteheads would have the same width as the round "so". The round note is noticebly smaller than the other shaped noteheads, which doesn't look nice. The withe notes (whole, and

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

Custom chord prefixes

2005-11-15 Thread Basil Crow
Can LilyPond typeset a chord with a custom prefix/suffix, such as the string "Un." -- e.g., G/Un., just Un.? --Basil ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Uniform spacing throughout scores.

2005-11-15 Thread Basil Crow
I'm wondering what the best way to do this is: I'm typesetting some liturgical music which consists of 40 or 50 psalm verses set to music. I put each verse in a \score block so that it gets a new line and indent. But the spacing for the whole score is then very, very tight and not consistent b

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: aclocal.m4 is generating a wrong configure file

2005-11-15 Thread Pedro Kröger
Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: > Yes, "if test "$srcdir ..." must be used in autoconf. thanks, fixed in cvs. Pedro Kröger ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: aclocal.m4 is generating a wrong configure file

2005-11-15 Thread Jan Nieuwenhuizen
Pedro Kröger writes: > if [ "$srcdir" != "." ]; then > srcdir=$(cd $srcdir; pwd) > fi > > is generating this code (note there is no brackets) in configure, around > line 1494: > > # use absolute path. > if "$srcdir" != "." ; then > srcdir=$(cd $srcdir; pwd) >

aclocal.m4 is generating a wrong configure file

2005-11-15 Thread Pedro Kröger
this expression in aclocal.m4, around line 694 # use absolute path. if [ "$srcdir" != "." ]; then srcdir=$(cd $srcdir; pwd) fi is generating this code (note there is no brackets) in configure, around line 1494: # use absolute path. if "$srcdir" != "." ; then

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

Build error on Gentoo for 2.7.15

2005-11-15 Thread Ralph Little
Hi, I'm getting an error when compiling on Gentoo. I have ~x86 set for bleeding edge packages, so this might be part of the problem :( I didn't notice any problems in the earlier output. However, here is what I get if anybody has any ideas. Much obliged in advance. Regards, Ralph --

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 =