Re: Footnote line-spacing

2024-09-17 Thread Dimitri Sykias
Thank you very much Xavier! > On 17 Sep 2024, at 1:41 PM, Xavier Scheuer wrote: > > override #'(baseline-skip . 3)

Footnote line-spacing

2024-09-16 Thread Dimitri Sykias
How can I reduce the vertical spacing between the lines in a auto-footnote? I attempted the following code to reduce the spacing: \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spacing . 0.8) footnote text. } However, it didn't produce the desired result. Which is the correct

Re: Mensural notation in a \markup command

2024-09-14 Thread Dimitri Sykias
Thank you very much! > On 15 Sep 2024, at 12:56 AM, Kieren MacMillan > wrote: > > Hi Dimitri, > >> How can I achieve this in LilyPond? > > Here’s one option: > > \version "2.25.11" > > \markup \concat { > \general-align #Y #0 \musicglyph #"timesig.mensural94" > \general-align #Y #0 " = "

Mensural notation in a \markup command

2024-09-13 Thread Dimitri Sykias
I would like to insert the following mensural symbols using the \markup command in LilyPond. In LaTeX, this can be done easily with a command like: \lilyGlyph[raise=0.6, scale=2]{timesig.mensural94} = \lilyTimeSignature{9}{2}. How can I achieve this in LilyPond? Thanks!

Re: \include & Headers

2024-09-12 Thread Dimitri Sykias
Dear Michael, Thank you very much for your time. I realize that I still have a lot of work to do to fully understand the workings of the program.

\include & Headers

2024-09-10 Thread Dimitri Sykias
I’m working on an ebook about Modal Counterpoint, which consists of around 10 chapters. Each chapter includes its own \paper, \layout, and header. When I use the \include command in the Main.ly file, it compiles successfully, but the headers for each chapter don’t appear. What might be causing t

Bracket

2024-09-09 Thread Dimitri Sykias
How can I reduce the space between the bracket and the first barline? Thanks

Re: Change text font size globally

2024-08-26 Thread Dimitri Sykias
I gave my Preamble in the original post. I want staff-size #18 for the whole score and font-size #12 for each \markup command. Currently I have to repeat: \markup \abs-fontsize #12 { …}. I read that you can do it in version 25, mine is “2.24.4”.

Re: Change text font size globally

2024-08-25 Thread Dimitri Sykias
Thanks Werner. Is there a way to apply globally for markup text \abs-fontsize #12? > On 25 Aug 2024, at 7:04 AM, Werner LEMBERG wrote: > > >> How can I change the text font size globally and independently of >> the staff size, dynamics, lyrics etc.? > > You have to use markup functions `\abs-f

Change text font size globally

2024-08-24 Thread Dimitri Sykias
How can I change the text font size globally and independently of the staff size, dynamics, lyrics etc.? Here is my Preamble: \version "2.24.4" \paper { #(define fonts (set-global-fonts #:music "emmentaler" #:brace "emmentaler" #:roman "Minion Pro" #:sans "Edwi

Re: Alignement of an eps file

2024-08-22 Thread Dimitri Sykias
Thank you Timothy! > \markup \fill-line { \null \epsfile #X #30 #"Name.eps" \null }

Alignement of an eps file

2024-08-22 Thread Dimitri Sykias
How can I align an EPS file at the center of a page in LilyPond? I tried: \markup { \center-align { \epsfile #X #30 #”Name.eps" } } Thanks for your help!

Re: Footnote

2024-08-22 Thread Dimitri Sykias
Thank you very much! > On 22 Aug 2024, at 6:27 AM, William Rehwinkel via LilyPond user discussion > wrote: > > Dear Werner, > > Oh, because it's all in a `\markup` block...my bad. Probably because we can do > > % --- > \version "2.25.18" > \relative c' { > \footnote #'(1 . 1) \markup

Footnote

2024-08-21 Thread Dimitri Sykias
How can I format text in \auto-footnote? For example: \markup {Giovanni Pierluigi da Palestrina was an Italian composer of late \auto-footnote "Renaissance" "Renaissance music is traditionally understood to cover European music of the 15th and 16th centuries." music. } I want "Renaissance musi

Re: Aligning a Table

2024-08-19 Thread Dimitri Sykias
Thank you very much William! It’s exactly what I was looking for. > On 19 Aug 2024, at 7:50 PM, William Rehwinkel via LilyPond user discussion > wrote: > > \markuplist { > \fill-line { >\null >\column { > \override #'(padding . 2) > \table > #'(0 0) > { >Ite

Aligning a Table

2024-08-19 Thread Dimitri Sykias
How can I align the following table to the center of the page? \markuplist { \override #'(padding . 2) \table #'(0 0) { Itemitem Itemitem Itemitem } } Thanks!

\omit TupletBracket

2024-05-16 Thread Dimitri Sykias
Although the output is fine when I use "\omit TupletBracket” I get a Warning of Unattached Beam Event. \new RhythmicStaff \with { \consists Clef_engraver } { \time 3/4 \omit Score.BarLine \clef percussion [c16 r c8] \tuplet 3/2 {c4 c c~} | \tuplet 3/2 {c8 c c~} c16 c c c r4 | c8 c4 c8~ c16

Re: Figured bass

2024-04-24 Thread Dimitri Sykias
redBass.BassFigure.font-size = #2 <6- 4> <6_> } >>  > On 25 Apr 2024, at 1:19 AM, Jakob Pedersen wrote: > > Hi again > > You should probably supply a tiny working example for the smarter people to > have a look at: http://lilypond.org/doc/v2.24/Documenta

Re: Figured bass

2024-04-24 Thread Dimitri Sykias
he left side of the number. > On 25 Apr 2024, at 1:10 AM, Jakob Pedersen wrote: > > Hi Dimitri > > Isn't that the standard as shown in the example? > http://lilypond.org/doc/v2.24/Documentation/notation/figured-bass > > Best wishes, > Jakob > > On 25.04.202

Figured bass

2024-04-24 Thread Dimitri Sykias
In Figured bass is it possible to place accidentals at the right side of the number? (Ex. 6b, 5#) Thanks!

Re: String pressure notation

2024-04-16 Thread Dimitri Sykias
Is it possible to make the text italic? I tried \tweak text \italic “x” and it didn’t work. Thanks > On 16 Apr 2024, at 2:17 PM, Archer Endrich wrote: > > Thank you, Aaron. I'm absolutely delighted to know how to do this now as it > occurs in several of my earlier scores that I'm re-engraving

Re: Rounded Box

2023-09-29 Thread Dimitri Sykias
Thanks! > On 30 Sep 2023, at 12:38 AM, Jean Abou Samra wrote: > >> How can I set the thickness of a “\rounded-box \with-color #black” inside a >> markup command to zero (0). I want to simulate the effect of “erase >> background”. >> Thanks! > > > Do you mean like this? > > \version "2.24.2"

Rounded Box

2023-09-29 Thread Dimitri Sykias
How can I set the thickness of a “\rounded-box \with-color #black” inside a markup command to zero (0). I want to simulate the effect of “erase background”. Thanks!

Indent

2023-06-02 Thread Dimitri Sykias
I have some musical examples separated by text. Each musical example is intended using a layout block with indent = #8, although in some examples I want an indent = #0. How can I achieve this? Thanks for your help. \layout { indent = #8 #(layout-set-staff-size 20) ragged-last = ##t }

Space between score & text

2023-05-10 Thread Dimitri Sykias
How can I control (reduce) the space between the score and the text locally and globally? \version "2.24.1" \relative c' { \time 3/4 \key c \major c4 d e \bar "|." } \markup { Text }

ragged-bottom

2023-04-26 Thread Dimitri Sykias
I’ve set in paper block “ragged-bottom = ##t”. Can I change it for a couple of pages to ##f ? Thanks!

Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Dimitri Sykias
I installed Frescobaldi in macOS Monterey 12.6.4. When I try to launch it I get the following error: “Frescobaldi has encountered a fatal error and will now terminate” > On 10 Apr 2023, at 12:08 PM, Davide Liessi wrote: > > Il giorno lun 10 apr 2023 alle ore 09:00 Michael Hendry > ha scritto:

Re: oddHeaderMarkup

2023-03-19 Thread Dimitri Sykias
-for-headers-and-footers > > Then the next message is a parsing error: \on-the-fly requires a precedure as > first argument, but as the procedure in question does not exists it gets the > special value #. > > Cheers, > Valentin > > Am Sonntag, 19. März 2023, 02:00:

oddHeaderMarkup

2023-03-18 Thread Dimitri Sykias
Lilypond v. “2.24.1”. I use “oddHeaderMarkup” and “evenHeaderMarkup”. I want to change the font size of header, but “\fontsize #-1.0” does nothing. How can I achieve this? Thanks! oddHeaderMarkup = \markup \fill-line { " " \on-the-fly #part-not-first-page \fontsize #-1.0 \fromproperty

Re: autoChange creating extra staff

2023-03-17 Thread Dimitri Sykias
Thanks! > On 18 Mar 2023, at 12:28 AM, Jean Abou Samra wrote: > > \version "2.24.1" > > CrossStaff = \autoChange e { > \relative c' { > c2 \voiceOne c, > e \oneVoice e' | > } > } > > VoiceTwo = \relative { \clef "bass" \voiceTwo c,1 | c' } > > \new PianoStaff << > \new Staff = "