Re: eps file

2021-09-01 Thread Valentin Petzel
Hi Ming, For the relative problem: Note that if you do not save the file Frescobaldi will save the file to a temporary location. This will change the working directory to that temporary location. So unless you have the directory of your file in the includes relative paths you may only use rela

Re: eps file

2021-09-01 Thread David Wright
Europe might be asleep by now, so: On Wed 01 Sep 2021 at 19:15:19 (-0400), ming tsang wrote: > Hi Valentin, > Thank you for the info. But I have a hard time entering the file path name. > When I ran lilypond through frescobaldi v2.3.3, I got an error - see at the > end of the lily code. I have no

Re: eps file

2021-09-01 Thread ming tsang
Hi Valentin, I try another way to code eps file location path. I move the eps file to the same folder of lily file. Shalom, Ming \version "2.23.3" \markup { \general-align #Y #DOWN { \epsfile #Y #20 #"Untitled_draw-squibble-1.eps" } } ERROR Message, Starting lilypond-windows.exe 2.23.3 [

Re: eps file

2021-09-01 Thread ming tsang
Hi Valentin, Thank you for the info. But I have a hard time entering the file path name. When I ran lilypond through frescobaldi v2.3.3, I got an error - see at the end of the lily code. I have no idea what "ice-9 format" is. Shalom, Ming. \version "2.23.3" \markup { \general-align #Y #DOWN {

Tuplet bracket visibility seems to break something

2021-09-01 Thread Paul Hodges
In the following code, the first expression does more or less what I want; but I also want tuplet brackets. However, specifying that they are wanted, as in the second expression, seems to break stuff, and I have no idea why. In fact, it is simply the presence of the override which causes the

Re: eps file

2021-09-01 Thread Valentin Petzel
Hello Ming! Just put the name of the file either as absolute path or as relative path to your lilypond file instead of context-example.eps. The sytax for \epsfile is \epsfile axis size path Where axis is the axis for scaling, size is the size of the end result along this axis and path is the pa

eps file

2021-09-01 Thread ming tsang
Dear lilyponders, How can I specify the eps file that will be recognized by the \markup - re below lilypond code? The eps file is in my computer folder. Shalom, Ming \markup { \general-align #Y #DOWN { \epsfile #X #20 #"context-example.eps" \epsfile #Y #20 #"context-example.eps" } }

Re: How to align text vertically and change font document-wise

2021-09-01 Thread Carl Sorensen
On 9/1/21, 8:29 AM, "lilypond-user on behalf of Lukas-Fabian Moser" wrote: Hi Dmitry, Am 01.09.21 um 10:50 schrieb Ivanov Dmitry: > Here is the minimal working example: > > \relative c'' { >\clef violin >\time 3/4 >c,2_"C" e8_"E" c'_"C" >

Re: How to align text vertically and change font document-wise

2021-09-01 Thread Lukas-Fabian Moser
Hi Dmitry, Am 01.09.21 um 10:50 schrieb Ivanov Dmitry: Here is the minimal working example: \relative c'' { \clef violin \time 3/4 c,2_"C" e8_"E" c'_"C" g'2. f4 e d c4 c, r } Adding to Jean's excellent advice: I found that if I have a lot of annotations of that kind that sh

Re: How to align text vertically and change font document-wise

2021-09-01 Thread Ivanov Dmitry
> How are you adding text below time signatures? > The \override goes to TextScript grobs, and those > are usually created when a textual articulation > is attached to a note. No, this was my mistake. It doesn't change the time signature. I have several more questions, I'll try to write them in a

Re: Modyfing bracketify-stencil

2021-09-01 Thread Marcin Damianiak
Lukas, Thank you so much, it works perfectly! That's exactly what I've been looking for :) Best, Marcin śr., 1 wrz 2021 o 10:54 Lukas-Fabian Moser napisał(a): > Hi Marcin, > > Am 01.09.21 um 02:11 schrieb Marcin Damianiak: > > Dear All, > > > > I have two questions regarding the bracketify-ste

Re: How to align text vertically and change font document-wise

2021-09-01 Thread Jean Abou Samra
Le 01/09/2021 à 12:52, Ivanov Dmitry a écrit : \override TextScript.font-series = #'bold Is it possible to do it only for the text below the notes, not the meter signs: 3 / 4? How are you adding text below time signatures? The \override goes to TextScript grobs, and those are usually created w

Re: Fotter and image

2021-09-01 Thread Jean Abou Samra
Le 29/08/2021 à 21:37, Carlos R Martinez a écrit : Hello, What is the best way to do this. Modifying the footer so: 1.  it goes flushed to the left and and 2. add an image that is to the right footer = "Mutopia-2014/11/13-440"  copyright = \markup { \override #'(baseline-skip . 0 ) \right-

Re: How to align text vertically and change font document-wise

2021-09-01 Thread Ivanov Dmitry
> \override TextScript.font-series = #'bold Is it possible to do it only for the text below the notes, not the meter signs: 3 / 4? On 9/1/21, Jean Abou Samra wrote: > > > Le 01/09/2021 à 10:50, Ivanov Dmitry a écrit : >> Here is the minimal working example: >> >> \relative c'' { >>\clef viol

Re: How to align text vertically and change font document-wise

2021-09-01 Thread Jean Abou Samra
Le 01/09/2021 à 10:50, Ivanov Dmitry a écrit : Here is the minimal working example: \relative c'' { \clef violin \time 3/4 c,2_"C" e8_"E" c'_"C" g'2. f4 e d c4 c, r } Is it possible to vertically align all the characters by the bottom line? How can I change the font for tex

Re: Modyfing bracketify-stencil

2021-09-01 Thread Lukas-Fabian Moser
Hi Marcin, Am 01.09.21 um 02:11 schrieb Marcin Damianiak: Dear All, I have two questions regarding the bracketify-stencil function. When I use the following snippet: \relative c' { \time 4/4 \once\override Staff.MultiMeasureRest.stencil = #(lambda (grob) (bracketify-stencil (ly:multi-measure

How to align text vertically and change font document-wise

2021-09-01 Thread Ivanov Dmitry
Here is the minimal working example: \relative c'' { \clef violin \time 3/4 c,2_"C" e8_"E" c'_"C" g'2. f4 e d c4 c, r } Is it possible to vertically align all the characters by the bottom line? How can I change the font for text document-wise, for example change the size and make it b

Re: How does this software run on macOS 11 with arm64 architecture?

2021-09-01 Thread Mark Probert
You wrote: > It was written: >> I cannot find a binary package for arm64 and macOS 11 on the official website. I don't know how to compile this software on my platform. >>> >> >> brew install --cask lilypond >> > I'm in the process of getting an M1 Mac Mini up and going, and Li

Re: How does this software run on macOS 11 with arm64 architecture?

2021-09-01 Thread Jacques Menu
Hello Mark, Oups, sorry, my mistake, it’s the MacPorts version I use actually…: JM > Le 1 sept. 2021 à 08:18, Mark Probert a écrit : > > It was written: >> I cannot find a binary package for arm64 and macOS 11 on the official website. I don't know how to compile this software on my