Re: \with-dimensions partially

2020-12-26 Thread Aaron Hill

On 2020-12-26 1:12 pm, Fr. Samuel Springuel wrote:

Is there a way to set the horizontal dimensions of a markup to 0 while
leaving the vertical dimensions alone?

I’ve got the following as a start, but it zeros both X and Y
dimensions.  Ideally I’d like the second argument to be computed
automatically:

Cantor = \markup \with-dimensions #'(0 . 0) #'(0 . 0) {\italic 
Cantors:}


Just need to define some custom markup functions.  Consider these 
potential options:



\version "2.20.0"

#(define-markup-command
  (with-dimension layout props axis interval markup)
  (number? number-pair? markup?)
  (let* ((sten (interpret-markup layout props markup))
 (xex (ly:stencil-extent sten X))
 (yex (ly:stencil-extent sten Y)))
   (ly:make-stencil
(ly:stencil-expr sten)
(if (eq? X axis) interval xex)
(if (eq? Y axis) interval yex

#(define-markup-command
  (with-relative-dimensions layout props x-interval y-interval markup)
  (number-pair? number-pair? markup?)
  (define (interval-reindex interval indices)
   (cons
(interval-index interval (car indices))
(interval-index interval (cdr indices
  (let* ((sten (interpret-markup layout props markup))
 (xex (ly:stencil-extent sten X))
 (yex (ly:stencil-extent sten Y)))
   (ly:make-stencil
(ly:stencil-expr sten)
(interval-reindex xex x-interval)
(interval-reindex yex y-interval

\markup {
  Lorem
  \circle \with-dimension #X #'(-1.5 . 1) \center-align !
  \circle \with-dimension #Y #'(-1 . 1.5) \vcenter !
  ipsum
  dolor
  \box \with-relative-dimensions #'(-1.5 . 1.5) #'(-0.5 . 0.5) sit
  amet.
}


\with-dimension is like \with-dimensions but you specify which axis you 
want to modify.


\with-relative-dimensions is like \with-dimensions but the two intervals 
are computed relative to the extents of the markup, recalling that 
LEFT=DOWN=-1, CENTER=0, RIGHT=UP=1.  And of course you can use any 
values in-between or outside those as desired.



-- Aaron Hill

\with-dimensions partially

2020-12-26 Thread Fr. Samuel Springuel
Is there a way to set the horizontal dimensions of a markup to 0 while leaving 
the vertical dimensions alone?

I’ve got the following as a start, but it zeros both X and Y dimensions.  
Ideally I’d like the second argument to be computed automatically:

Cantor = \markup \with-dimensions #'(0 . 0) #'(0 . 0) {\italic Cantors:}


✝✝
Fr. Samuel, OSB
(R. Padraic Springuel)
St. Anselm’s Abbey
4501 South Dakota Ave, NE
Washington, DC, 20017
202-269-2300
(c) 202-853-7036

PAX ☧ ΧΡΙΣΤΟΣ




Re: [Frescobaldi] ANN: Frescobaldi 3.1.3

2020-12-26 Thread Freeman Gilmore
On Sat, Dec 26, 2020 at 8:07 AM Wilbert Berendsen  wrote:

> Dear friends,
>
> I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix
> release, with bugfixes, updated translations and



> a small [BIG] new feature: a
> Clear button to empty the Music View.
>
Thank you, ƒg

>
> Thanks again Davide for your share of Mac OS X fixes!
>
> The source tarball is uploaded, packaged releases will probably follow
> soon. Many thanks to all the contributors!
>
> ChangeLog:
> https://github.com/frescobaldi/frescobaldi/blob/v3.1.3/ChangeLog
> Download: https://github.com/frescobaldi/frescobaldi/releases
>
> Merry Christmas!
>
> Wilbert and the rest of the Frescobaldi team
>
>
> --
> Wilbert Berendsen (www.wilbertberendsen.nl)
>
> --
> Frescobaldi homepage: http://www.frescobaldi.org/
> Mailing list: http://groups.google.com/group/frescobaldi
> Issue tracker: https://github.com/frescobaldi/frescobaldi/issues
> ---
> You received this message because you are subscribed to the Google Groups
> "Frescobaldi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to frescobaldi+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/frescobaldi/20201226140737.039a7f8a%40sweelinck
> .
>


Re: ANN: Frescobaldi 3.1.3

2020-12-26 Thread Ralph Palmer
On Sat, Dec 26, 2020 at 8:09 AM Wilbert Berendsen  wrote:

> I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix
> release, with bugfixes, updated translations and a small new feature: a
> Clear button to empty the Music View.
>
> Merry Christmas!
>

Many thanks, Wilbert, for the wonderful program. I would be lost without
it. Looking forward to the installable packages!

I hope you had a Merry Christmas, and that the New Year is good for you,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
(he, him, his)
palmer.r.vio...@gmail.com


Re: ANN: Frescobaldi 3.1.3

2020-12-26 Thread Martín Rincón Botero
Awesome!

I hope you had a nice Christmas and I wish you a happy new year.

www.martinrinconbotero.com
On 26. Dec 2020, 14:09 +0100, Wilbert Berendsen , wrote:
> Dear friends,
>
> I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix
> release, with bugfixes, updated translations and a small new feature: a
> Clear button to empty the Music View.
>
> Thanks again Davide for your share of Mac OS X fixes!
>
> The source tarball is uploaded, packaged releases will probably follow
> soon. Many thanks to all the contributors!
>
> ChangeLog: https://github.com/frescobaldi/frescobaldi/blob/v3.1.3/ChangeLog
> Download: https://github.com/frescobaldi/frescobaldi/releases
>
> Merry Christmas!
>
> Wilbert and the rest of the Frescobaldi team
>
>
> --
> Wilbert Berendsen (www.wilbertberendsen.nl)
>


Re: [Frescobaldi] ANN: Frescobaldi 3.1.3

2020-12-26 Thread Stanton Sanderson
Dear Wilbert,

I hope your Christmas was spiritually and musically fulfilling, safe, and with
_some_ time for your family. 

Thank you, and a very Happy New Year.

Stan

> On Dec 26, 2020, at 7:07 AM, Wilbert Berendsen  wrote:
> 
> Dear friends,
> 
> I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix
> release, with bugfixes, updated translations and a small new feature: a
> Clear button to empty the Music View.
> 
> Thanks again Davide for your share of Mac OS X fixes!
> 
> The source tarball is uploaded, packaged releases will probably follow 
> soon. Many thanks to all the contributors!
> 
> ChangeLog: https://github.com/frescobaldi/frescobaldi/blob/v3.1.3/ChangeLog
> Download: https://github.com/frescobaldi/frescobaldi/releases
> 
> Merry Christmas!
> 
> Wilbert and the rest of the Frescobaldi team
> 
> 
> -- 
> Wilbert Berendsen (www.wilbertberendsen.nl)
> 
> -- 
> Frescobaldi homepage: http://www.frescobaldi.org/
> Mailing list: http://groups.google.com/group/frescobaldi
> Issue tracker: https://github.com/frescobaldi/frescobaldi/issues
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Frescobaldi" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to frescobaldi+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/frescobaldi/20201226140737.039a7f8a%40sweelinck.




ANN: Frescobaldi 3.1.3

2020-12-26 Thread Wilbert Berendsen
Dear friends,

I'm happy to announce the availability of Frescobaldi 3.1.3, a bugfix
release, with bugfixes, updated translations and a small new feature: a
Clear button to empty the Music View.

Thanks again Davide for your share of Mac OS X fixes!

The source tarball is uploaded, packaged releases will probably follow 
soon. Many thanks to all the contributors!

ChangeLog: https://github.com/frescobaldi/frescobaldi/blob/v3.1.3/ChangeLog
Download: https://github.com/frescobaldi/frescobaldi/releases

Merry Christmas!

Wilbert and the rest of the Frescobaldi team


-- 
Wilbert Berendsen (www.wilbertberendsen.nl)



Re: Frescobaldi on Arch Linux

2020-12-26 Thread damianlegassick



Something to do with poppler?


if it helps...


poppler, poppler-glib and poppler-qt5 here are all 20.12.1-1
python-poppler-qt5 is 0.75.0-4 from AUR