Re: lilypond-user Digest, Vol 226, Issue 46

2021-09-10 Thread Lukas-Fabian Moser
Hi Carlos, While adding the footer I lost how to make it to be in the middle. Center of the footer. How is that accomplished now? Thanks! Try the magic of \fill-line in a \markup: \version "2.20" \markup \fill-line { \line { My centered text. } } \markup \fill-line {   \line { One ... }  

Re: lilypond-user Digest, Vol 226, Issue 46

2021-09-10 Thread Carlos Martinez
Thank you!!! I truly love how the support works on lilypond! While adding the footer I lost how to make it to be in the middle. Center of the footer. How is that accomplished now? Thanks! > On Sep 9, 2021, at 17:09, lilypond-user-requ...@gnu.org wrote: > > Send lilypond-user mailing list

Re: Slides from grace notes to chords

2021-09-10 Thread Carlos Martinez
Thank you!! So I did that but then the next measure is presenting a mistake… However I realized I Was not using \grace So it seems this worked!! Thank you so much! { \once \set glissandoMap = #'((0 . 0) (1 . 1)) \once \hideNotes \grace 8 \glissando 2. \once \set glissandoMap = #'((0 . 0)

Re: Slides from grace notes to chords

2021-09-10 Thread Lukas-Fabian Moser
Hi Carlos, (Please keep the list in CC, so everybody can participate.) Am 10.09.21 um 22:55 schrieb Carlos Martinez: Hi! Thank you very much ! So in order to make them the lines parallel I was able to do this {\once \hideNotes 8 \glissando 2. \once \set glissandoMap = #'((0 . 0) (0 . 1))

Re: Latest lilypond git master creating PDF 1.4 files instead of 1.7

2021-09-10 Thread H. S. Teoh
On Fri, Sep 10, 2021 at 09:52:09PM +0200, Jean Abou Samra wrote: > Le 10/09/2021 à 19:09, H. S. Teoh a écrit : > > OK, I attached a contrived .ly file that produces 2 pages of music > > (the effect is most noticeable when there's more than 1 page), and > > two .pdf's, one compiled by the official

Re: Latest lilypond git master creating PDF 1.4 files instead of 1.7

2021-09-10 Thread Jean Abou Samra
Le 10/09/2021 à 19:09, H. S. Teoh a écrit : OK, I attached a contrived .ly file that produces 2 pages of music (the effect is most noticeable when there's more than 1 page), and two .pdf's, one compiled by the official Debian lilypond package (2.22.1), and one by my local lilypond build (latest

Re: Slides from grace notes to chords

2021-09-10 Thread Lukas-Fabian Moser
Hi Carlos, I am doing a slide /glissando from a hidden grace note into a two note chord .. What is the norm? Does the glissando needs to show sliding to both notes or one will suffice? Example: \grace { \hideNotes d,8 \glissando }\unHideNotes 2. \grace { \hideNotes d,8 \glissando

Slides from grace notes to chords

2021-09-10 Thread Carlos Martinez
Hello, Got a question: I am doing a slide /glissando from a hidden grace note into a two note chord .. What is the norm? Does the glissando needs to show sliding to both notes or one will suffice? Example: \grace { \hideNotes d,8 \glissando }\unHideNotes 2. \grace { \hideNotes d,8

Re: Realigning rests

2021-09-10 Thread Kira Garvie
Thank you so much! I was wondering about the double dots as well. On Fri, Sep 10, 2021 at 4:15 AM Valentin Petzel wrote: > Hello Kira, > > From your code I see that the problem stems from the line > \override Staff.Rest #' staff-position = #0 > > Here you basically force Lilypond to put all

Re: Latest lilypond git master creating PDF 1.4 files instead of 1.7

2021-09-10 Thread Valentin Petzel
Is it a problem with all documents, or only with specific ones? Can you give us some example file where you get the problem (also maybe two pdf files compiled with both versions)? signature.asc Description: This is a digitally signed message part.

Re: Latest lilypond git master creating PDF 1.4 files instead of 1.7

2021-09-10 Thread H. S. Teoh
On Fri, Sep 10, 2021 at 02:22:50PM +0200, Jonas Hahnfeld wrote: > Am Freitag, dem 10.09.2021 um 10:46 +0200 schrieb Valentin Petzel: [...] > > This is nothing new and an arbitrary decision by Lilypond, simply > > because XeTeX defaults to 1.5 and thus produces error when embedding > > a 1.7 PDF. >

Re: Latest lilypond git master creating PDF 1.4 files instead of 1.7

2021-09-10 Thread Jonas Hahnfeld via LilyPond user discussion
Am Freitag, dem 10.09.2021 um 10:46 +0200 schrieb Valentin Petzel: > Hello, > > This is nothing new and an arbitrary decision by Lilypond, simply because > XeTeX defaults to 1.5 and thus produces error when embedding a 1.7 PDF. > > But this means that whatever problem you have should not come

Re: Latest lilypond git master creating PDF 1.4 files instead of 1.7

2021-09-10 Thread Valentin Petzel
Hello, This is nothing new and an arbitrary decision by Lilypond, simply because XeTeX defaults to 1.5 and thus produces error when embedding a 1.7 PDF. But this means that whatever problem you have should not come frome the PDF CompatibilityLevel, as this did never change (and anyway a lower

Re: Realigning rests

2021-09-10 Thread Valentin Petzel
Hello Kira, From your code I see that the problem stems from the line \override Staff.Rest #'staff-position = #0 Here you basically force Lilypond to put all following rests onto the middle line. I guess you’re doing this to merge the common rests. Note that doing this messes with the dots on

Re: Latest lilypond git master creating PDF 1.4 files instead of 1.7

2021-09-10 Thread Paul Hodges
Oh, is this why Adobe Reader has started putting up a box saying “preparing output” when I open a LilyPond pdf? Paul Sent from my iPad > On 10 Sep 2021, at 01:42, H. S. Teoh wrote: > > Hi all, > > For a long time I have been using a local build of lilypond cloned from > git, IIRC around