Tuplet bracket over tremolo

2010-03-07 Thread Jay Anderson
\version "2.13.15"
\new Staff
{
  %\override TupletBracket #'transparent = ##t
  \times 2/3 {\repeat tremolo 3 c'8}
}

In previous versions the above worked as expected: a '3' over a dotted
quarter with a eighth tremolo beam. (I've use this in 2.12 without
problems.) With the latest 2.13.15 release the brackets are now
visible and colliding with the number. Was this an intentional change
in behavior or a regression?

Easy workaround: make the bracket transparent.

Thanks.

-Jay


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: RhythmicStaff Multimeasure Rests

2010-03-07 Thread Jay Anderson
On Fri, Mar 5, 2010 at 10:31 PM, Jay Anderson  wrote:
> \version "2.13.15"
> \new RhythmicStaff
> {
>  %\override Staff.MultiMeasureRest #'extra-offset = #'(0 . -1)
>  R1
> }

Of course this doesn't quite work because all multi measure rests are
moved and not just single whole measure rests.

I've been messing with this:

\override Staff.MultiMeasureRest #'extra-offset =
#(lambda (grob)
  '(0 . -1))

I only want to return '(0 . -1) if the multi measure rest length is
the same as the length of a full bar. To get at the measure length I
need to do something like (ly:context-property context 'measureLength
#f). How can I get at the context from a callback function like the
one above? or is there a better way to move all full measure rests
down?

It's interesting to me that in this example the whole rest in the last
measure works correctly:
\new RhythmicStaff
{
  \time 6/4
  R1.
  R1.*10
  r1 r2
}

Thanks.

-Jay


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1021 in lilypond: Remove dependence on the feta-alphabet Type 1 fonts

2010-03-07 Thread lilypond

Updates:
Status: Fixed
Labels: -Patch fixed_2_13_16

Comment #5 on issue 1021 by v.villenave: Remove dependence on the  
feta-alphabet Type 1 fonts

http://code.google.com/p/lilypond/issues/detail?id=1021

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 838 in lilypond: Inconsistency in tests output size

2010-03-07 Thread Han-Wen Nienhuys
On Sat, Mar 6, 2010 at 2:17 AM,   wrote:
> I am not quite sure of the best solution. Maybe some of the interface of the
> Font_metric object could be changed, passing  an Output_def object into
> text_stencil() so it can store any physical fonts loaded for this file.

I have to think a bit more about this, but probably the whole font
metric api could use some overhaul.  It dates from the time that we
used TeX, and all fonts had to be loaded explicitly by lilypond, while
nowadays some fonts are loaded through Fontconfig/pango.

-- 
Han-Wen Nienhuys - han...@xs4all.nl - http://www.xs4all.nl/~hanwen


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1021 in lilypond: Remove dependence on the feta-alphabet Type 1 fonts

2010-03-07 Thread lilypond


Comment #4 on issue 1021 by hanwenn: Remove dependence on the feta-alphabet  
Type 1 fonts

http://code.google.com/p/lilypond/issues/detail?id=1021

pushed - I also removed the install of type1 fonts.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond