Re: Defining custom noteHead scaling problem

2009-11-12 Thread Neil Puttock
2009/11/12 Neil Puttock : > If you use \concat, there's no need to mess around with \hspace: For \hspace, read \halign. :) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Defining custom noteHead scaling problem

2009-11-12 Thread Neil Puttock
2009/11/12 Jiri Zurek (Prague) : > > Cheating from > http://old.nabble.com/defining-custom-note-heads-td17430564.html#a17626150 > the older post   I was able to define my own special noteHead, combining > three glyphs together, calling it a tripleNote. It works perfectly in the > default score size

Defining custom noteHead scaling problem

2009-11-12 Thread Jiri Zurek (Prague)
fontSize = #-4.7 \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0) \override StaffSymbol #'staff-space = #(magstep -8) \override StaffSymbol #'thickness = #(magstep -4.5) } } } % Lilypond end -- View this message in context: http:

Re: scaling problem

2007-08-03 Thread Werner LEMBERG
> > However, I wasn't able to adjust > > the extra-offset parameter in a scaled way. Can you help? > > extra-offset is scaled by the staff-space of the StaffSymbol, so you > should be able to use \tweak with extra-offset for \vbracket. Hmm, have a look at the attached image. Something doesn't

Re: scaling problem

2007-08-03 Thread Han-Wen Nienhuys
2007/8/3, Werner LEMBERG <[EMAIL PROTECTED]>: > > > If you want a foolproof solution, define a markup-command, that > > constructs the brackets, and adjusts lengths with the magstep of > > font-size. > > I've done that already (see below). However, I wasn't able to adjust > the extra-offset parame

Re: scaling problem

2007-08-03 Thread Werner LEMBERG
> If you want a foolproof solution, define a markup-command, that > constructs the brackets, and adjusts lengths with the magstep of > font-size. I've done that already (see below). However, I wasn't able to adjust the extra-offset parameter in a scaled way. Can you help? Werner

Re: scaling problem

2007-08-03 Thread Han-Wen Nienhuys
2007/7/29, Werner LEMBERG <[EMAIL PROTECTED]>: > look at this example: > > \new Staff \with { > %fontSize = #-4 > %\override StaffSymbol #'staff-space = #(magstep -4) > } > { > c''-\tweak #'extra-offset #'(2 . 6) >-\markup \stencil #(ly:bracket Y '(0 . 5) 0.2 1) > } > >

scaling problem

2007-07-29 Thread Werner LEMBERG
[current lilypond git] Folks, look at this example: \new Staff \with { %fontSize = #-4 %\override StaffSymbol #'staff-space = #(magstep -4) } { c''-\tweak #'extra-offset #'(2 . 6) -\markup \stencil #(ly:bracket Y '(0 . 5) 0.2 1) } `stencil-big.png' shows the result