Paul Morris writes:
> On Nov 2, 2012, at 4:45 PM, David Kastrup wrote:
>
>> Paul Morris writes:
>>
>>> On Oct 31, 2012, at 7:11 PM, Paul Morris wrote:
>>>
>>> That worked to avoid the error, but didn't seem quite right (since it
>>> didn't seem to matter what values you fed it). So I checke
On Nov 2, 2012, at 4:45 PM, David Kastrup wrote:
> Paul Morris writes:
>
>> On Oct 31, 2012, at 7:11 PM, Paul Morris wrote:
>>
>> That worked to avoid the error, but didn't seem quite right (since it
>> didn't seem to matter what values you fed it). So I checked the
>> LilyPond source code
Paul Morris writes:
> On Oct 31, 2012, at 7:11 PM, Paul Morris wrote:
>
> That worked to avoid the error, but didn't seem quite right (since it
> didn't seem to matter what values you fed it). So I checked the
> LilyPond source code (scm/output-ps.scm), and it seems like this is
> the better wa
On Oct 31, 2012, at 7:11 PM, Paul Morris wrote:
> On Mike's suggestion I also switched to using internal path stencils instead
> of embedded PS. The only problem I ran into was using "fill" to get a filled
> triangle. I used:
>
> upTriangle =
> #(ly:make-stencil
> '(path 0.09
> '(
On 1 nov. 2012, at 12:44, m...@mikesolomon.org wrote:
> On 1 nov. 2012, at 00:11, Paul Morris wrote:
>
>> On Oct 31, 2012, at 4:52 PM, Thomas Morley
>> wrote:
>>
>>> Hi Paul,
>>>
>>> postscript is scaled with global-staff-size only.
>>>
>>> To work around you could use:
>>>
>>> TwinNoteNo
On 1 nov. 2012, at 00:11, Paul Morris wrote:
> On Oct 31, 2012, at 4:52 PM, Thomas Morley
> wrote:
>
>> Hi Paul,
>>
>> postscript is scaled with global-staff-size only.
>>
>> To work around you could use:
>>
>> TwinNoteNoteHeads =
>> #(lambda (grob)
>> (let* ((sz (ly:grob-property grob 'fo
On Oct 31, 2012, at 4:52 PM, Thomas Morley
wrote:
> Hi Paul,
>
> postscript is scaled with global-staff-size only.
>
> To work around you could use:
>
> TwinNoteNoteHeads =
> #(lambda (grob)
> (let* ((sz (ly:grob-property grob 'font-size 0.0))
> (mult (magstep sz)))
> (set! (ly:
On 31 oct. 2012, at 20:27, Paul Morris wrote:
> Hello, I'm trying to increase the overall size of a given staff, as
> described in the docs[1] using:
>
> \new Staff \with {
> fontSize = #2
> \override StaffSymbol #'staff-space = #(magstep 2)
>
> \override NoteHead #'before-line-
2012/10/31 Paul Morris :
[...]
>
> upTriangle =
> #(ly:make-stencil
> (list 'embedded-ps
> "gsave
> currentpoint translate
> newpath
[...]
Hi Paul,
postscript is scaled with global-staff-size only.
To work around you could use:
TwinNoteNoteHeads =
#(lambda (grob)
(let* ((s
Hello, I'm trying to increase the overall size of a given staff, as described
in the docs[1] using:
\new Staff \with {
fontSize = #2
\override StaffSymbol #'staff-space = #(magstep 2)
\override NoteHead #'before-line-breaking = \TwinNoteNoteHeads
}
But I'm also using custom not
10 matches
Mail list logo