Re: Lines to edges of \center-column

2017-04-24 Thread David Wright
On Mon 24 Apr 2017 at 21:35:48 (+0200), caag...@gmail.com wrote: > Seems the latest devel version (2.19.59) has fixed that bug, so it's > probably not important anymore. > > On 04/24/17 19:43, David Wright wrote: > >Well, I can't take a view on that because AFAICT the source in the OP > >only

Re: Lines to edges of \center-column

2017-04-24 Thread caagr98
Seems the latest devel version (2.19.59) has fixed that bug, so it's probably not important anymore. On 04/24/17 19:43, David Wright wrote: Well, I can't take a view on that because AFAICT the source in the OP only contained kanji (complicated-looking) characters. Would that be correct? Could

Re: Lines to edges of \center-column

2017-04-24 Thread David Wright
On Sun 23 Apr 2017 at 04:12:32 (+0200), caag...@gmail.com wrote: > On 04/23/17 03:47, David Wright wrote: > >Then I don't know what you mean. When you drag over them, they turn > >blue because you _have_ selected them (drag.png, apologies for the > >size). Then you can paste them into, say, a bash

Re: Lines to edges of \center-column

2017-04-22 Thread David Nalesnik
On Sat, Apr 22, 2017 at 5:56 PM, wrote: > This is great, thanks! I was trying to mess around with \hbracket and > \whiteout, but this is far better. > > Just a few questions: > Is it possible to scale the protrusions (and other things) by font size? > How can I change the

Re: Lines to edges of \center-column

2017-04-22 Thread caagr98
I did some further work on it. It looks pretty great, IMO. It works with left- and right-aligning, too. No scaling horizontally (just 1sp margins), but it automatically scales vertically. ``` #(define (expand-add pair n) (cons (- (car pair) n) (+ (cdr pair) n))) #(define (expand-mul mul

Re: Lines to edges of \center-column

2017-04-22 Thread caagr98
On 04/23/17 03:47, David Wright wrote: Then I don't know what you mean. When you drag over them, they turn blue because you _have_ selected them (drag.png, apologies for the size). Then you can paste them into, say, a bash shell command line (pasted.png, the box at the right is the inactive

Re: Lines to edges of \center-column

2017-04-22 Thread David Wright
On Sun 23 Apr 2017 at 02:09:34 (+0200), caag...@gmail.com wrote: > > > On 04/23/17 01:53, David Wright wrote: > >I tried to provoke a problem, but I don't know my kanji from my kana, > >and am not sure what you mean by "selectable". > > I mean they're marked in blue by ctrl-A or dragging

Re: Lines to edges of \center-column

2017-04-22 Thread caagr98
On 04/23/17 01:53, David Wright wrote: I tried to provoke a problem, but I don't know my kanji from my kana, and am not sure what you mean by "selectable". I mean they're marked in blue by ctrl-A or dragging (selected.png). The greatest zoom I can manage is 1600%, and I can't see the

Re: Lines to edges of \center-column

2017-04-22 Thread caagr98
:34, David Nalesnik wrote: On Sat, Apr 22, 2017 at 3:22 PM, <caag...@gmail.com> wrote: Is there some way to make a center-column draw lines from slightly outside the text to the edges of the column (see example)? In this specific case, I have both English and Japanese names for stuff, and wit

Re: Lines to edges of \center-column

2017-04-22 Thread Thomas Morley
2017-04-23 0:34 GMT+02:00 David Nalesnik <david.nales...@gmail.com>: > On Sat, Apr 22, 2017 at 3:22 PM, <caag...@gmail.com> wrote: >> Is there some way to make a center-column draw lines from slightly outside >> the text to the edges of the column (see example)? >

Re: Lines to edges of \center-column

2017-04-22 Thread David Wright
P.S. I think you're exaggerating with the encoding details. I just pasted the output from http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=%E2%94%81=char > On 04/22/17 23:46, David Wright wrote: > >On Sat 22 Apr 2017 at 22:22:30 (+0200), caag...@gmail.com wrote: > >>Is there some w

Re: Lines to edges of \center-column

2017-04-22 Thread David Nalesnik
On Sat, Apr 22, 2017 at 3:22 PM, <caag...@gmail.com> wrote: > Is there some way to make a center-column draw lines from slightly outside > the text to the edges of the column (see example)? > > In this specific case, I have both English and Japanese names for stuff, and > w

Re: Lines to edges of \center-column

2017-04-22 Thread caagr98
:22:30 (+0200), caag...@gmail.com wrote: Is there some way to make a center-column draw lines from slightly outside the text to the edges of the column (see example)? In this specific case, I have both English and Japanese names for stuff, and without those lines, I think it's a bit unclear exactly

Re: Lines to edges of \center-column

2017-04-22 Thread David Wright
On Sat 22 Apr 2017 at 22:22:30 (+0200), caag...@gmail.com wrote: > Is there some way to make a center-column draw lines from slightly > outside the text to the edges of the column (see example)? > > In this specific case, I have both English and Japanese names for > stuff, and with

Lines to edges of \center-column

2017-04-22 Thread caagr98
Is there some way to make a center-column draw lines from slightly outside the text to the edges of the column (see example)? In this specific case, I have both English and Japanese names for stuff, and without those lines, I think it's a bit unclear exactly what part the Japanese refers

\center-column

2010-05-02 Thread Mario Moles
In the 2.13.19 version the \markup \center-column headers don't work: the headers have not put to the center of the page! Why? Thanks -- oiram/bin/selom \version 2.13.19 \header { title =\markup \center-column {Tre romanze V Guitar} } \paper { #(set-paper-size a4) } global = { \key c

Re: \center-column

2010-05-02 Thread -Eluze
oiram73 wrote: In the 2.13.19 version the \markup \center-column headers don't work: the headers have not put to the center of the page! Why? Thanks hi i don't know what you expect exactly - horizontal or vertical centering? with the following you will get a column centered

Re: \center-column

2010-05-02 Thread Nick Payne
This changed around 2.13.14. If you use \markup \left-align \center-column it should work. Nick On 03/05/10 07:23, Mario Moles wrote: In the 2.13.19 version the \markup \center-column headers don't work: the headers have not put to the center of the page! Why? Thanks -- oiram/bin/selom

Re: \center-column

2010-05-02 Thread Mario Moles
In data lunedì 03 maggio 2010 00:04:55, -Eluze ha scritto: oiram73 wrote: In the 2.13.19 version the \markup \center-column headers don't work: the headers have not put to the center of the page! Why? Thanks hi i don't know what you expect exactly - horizontal or vertical centering

Re: \center-column

2010-05-02 Thread Mario Moles
In data lunedì 03 maggio 2010 00:06:15, Nick Payne ha scritto: This changed around 2.13.14. If you use \markup \left-align \center-column it should work. Thanks now is ok! Nick On 03/05/10 07:23, Mario Moles wrote: In the 2.13.19 version the \markup \center-column headers don't work

center-column interacts with fill-line

2010-03-17 Thread Francisco Vila
Hello, I'd like to know why is this markup centered on the left edge, rather than on the center of the string. \markup{ \fill-line { \center-column { ww } } } By modifying it in any of this ways A) or B) it becomes centered again, % A) \markup{ \fill-line { \null

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-10 Thread Risto Vääräniemi
Staff.TimeSignature #'stencil = #ly:text-interface::print \once \override Staff.TimeSignature #'text = #(markup #:override '(baseline-skip . 0) #:number ;; First create the main time signature (#:line (#:left-align (#:center-column ( (number-string (car $timesig

Re: Compound time sig with parentheses (Was: How to prevent\center-column)

2008-11-10 Thread Trevor Daniels
lilypond-user@gnu.org Sent: Monday, November 10, 2008 2:26 PM Subject: Re: Compound time sig with parentheses (Was: How to prevent\center-column) 2008/11/10 Graham Percival [EMAIL PROTECTED]: I forgot about that. Look at my second email in that thread. http://lists.gnu.org/archive/html/lilypond

Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Risto Vääräniemi
\parenthL } #(define (compound-time-parentheses one two num) (markup #:override '(baseline-skip . 0) #:number (#:line (#:left-align (#:center-column (one num)) #:concat (#:vcenter parenthL #:hspace 0.2 (#:left-align (#:center-column (two num))) #:hspace 0.2 #:vcenter parenthR

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Ralph Palmer
What a beautiful job! Can these be added to the LSR? Ralph Anyway... I made yet another type of time compound signature. This time the descriptive part is wrapped in parentheses. Since I couldn't find a way to add the parentheses with LP commands I used PostScript instead. -Risto --

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Jonathan Kulp
#'(0 . 0.68) #'(0 . 3.67) \postscript #parenthps } parenthR = \markup { \rotate #180 \parenthL } #(define (compound-time-parentheses one two num) (markup #:override '(baseline-skip . 0) #:number (#:line (#:left-align (#:center-column (one num)) #:concat (#:vcenter parenthL #:hspace

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Graham Percival
On Sun, Nov 09, 2008 at 01:00:04PM +0200, Risto V??r?niemi wrote: Anyway... I made yet another type of time compound signature. This time the descriptive part is wrapped in parentheses. Since I couldn't find a way to add the parentheses with LP commands I used PostScript instead. You could

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Risto Vääräniemi
2008/11/9 Graham Percival [EMAIL PROTECTED]: You could use \bracket, although I would just recommend (. I tried ( but they looked too wide if I just scaled them. I searched for a function that would allow markup stretching but couldn't find one (I did find an old message where someone else was

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Risto Vääräniemi
2008/11/9 Ralph Palmer [EMAIL PROTECTED]: What a beautiful job! Can these be added to the LSR? OK by me. -Risto ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Graham Percival
On Sun, Nov 09, 2008 at 04:46:53PM +0200, Risto V??r?niemi wrote: 2008/11/9 Graham Percival [EMAIL PROTECTED]: Also note that this method only displays the compound time; it doesn't change the beaming. That's true. I didn't know how to implement such a feature and I wanted to use this

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Francisco Vila
2008/11/9 Graham Percival [EMAIL PROTECTED]: On Sun, Nov 09, 2008 at 04:46:53PM +0200, Risto V??r?niemi wrote: 2008/11/9 Graham Percival [EMAIL PROTECTED]: Also note that this method only displays the compound time; it doesn't change the beaming. That's true. I didn't know how to

Re: Compound time sig with parentheses (Was: How to prevent \center-column)

2008-11-09 Thread Graham Percival
On Sun, Nov 09, 2008 at 11:38:26PM +0100, Francisco Vila wrote: 2008/11/9 Graham Percival [EMAIL PROTECTED]: On Sun, Nov 09, 2008 at 04:46:53PM +0200, Risto V??r?niemi wrote: 2008/11/9 Graham Percival [EMAIL PROTECTED]: Also note that this method only displays the compound time; it

Re: Compound time sig with parentheses (Was: How to prevent\center-column)

2008-11-09 Thread Trevor Daniels
. Trevor - Original Message - From: Risto Vääräniemi [EMAIL PROTECTED] To: Graham Percival [EMAIL PROTECTED] Cc: lilypond-user lilypond-user@gnu.org Sent: Sunday, November 09, 2008 2:46 PM Subject: Re: Compound time sig with parentheses (Was: How to prevent\center-column) 2008/11/9

How to prevent \center-column colliding with other markup?

2008-11-08 Thread Risto Vääräniemi
Hi, I am trying to add a \center-column'ed text in my markup block. However, that part is not properly aligned (at least in my opinion) and it is partially placed on top of the text that's on its left side. Should I wrap the \center-column part inside some other markup function? I already tried

Re: How to prevent \center-column colliding with other markup?

2008-11-08 Thread Neil Puttock
-column part inside some other markup function? I already tried \line and \column. The second column needs to be aligned in relation to the first using \left-align: \markup { \number \override #'(baseline-skip . 0) { \concat { \center-column { 7 4 } \left-align \center