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