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
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
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
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
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
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
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
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
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
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
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
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
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)
>
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
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
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
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
--
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 =
18 matches
Mail list logo