Re: get interval size of chord in music function

2024-07-16 Thread Werner LEMBERG
> Wouldn’t ly:pitch-diff save some of your work? In ``` (define (interval-string a b) (number->string (1+ (ly:pitch-steps (- b a) ``` The `(- b a)` actually uses `ly:pitch-diff` behind the scene :-) Werner

Re: get interval size of chord in music function

2024-07-16 Thread Kieren MacMillan
Hi Werner, Wouldn’t ly:pitch-diff save some of your work? Just a thought-experiment… Kieren > On Jul 16, 2024, at 2:32 AM, Werner LEMBERG wrote: > > > I want to find the interval size of a two-note chord in a music > function, and I came up with the following soluti

get interval size of chord in music function

2024-07-16 Thread Werner LEMBERG
I want to find the interval size of a two-note chord in a music function, and I came up with the following solution. ```tex showInterval = #(define-music-function (ev-chord) (ly:music?) (define (interval-string a b) (number->string (1+ (ly:pitch-steps (- b a) (let* ((no

Re: Tweak size of Script objects

2024-06-25 Thread Kieren MacMillan
Hi Fennel, > I’d like to adjust the size of certain script marks like trills and bowings > relative to the staff size. The script class doesn’t seem to let you change > the symbol’s size. Of course it does! If you look at the bottom of that page, you’ll see that Script inhe

Tweak size of Script objects

2024-06-25 Thread Fennel
I’d like to adjust the size of certain script marks like trills and bowings relative to the staff size. The [script](https://lilypond.org/doc/v2.25/Documentation/internals/script) class doesn’t seem to let you change the symbol’s size. ~Fennel ​

Re: Staff size - normal and Vaticana

2024-05-25 Thread mpk
Great, thank you. All about \score {} ! Martin On Saturday 25 May 2024 18:35:44 BST you wrote: > On Sat, 25 May 2024 at 18:53, mpk wrote: > > Hi, > > Could anybody help me to individually adjust the Vaticana staff- size, > > please? > > Hello, > > \score { >

Re: Staff size - normal and Vaticana

2024-05-25 Thread Xavier Scheuer
On Sat, 25 May 2024 at 18:53, mpk wrote: > > Hi, > Could anybody help me to individually adjust the Vaticana staff-size, > please? Hello, \score { \new VaticanaScore { % etc. } \layout { #(layout-set-staff-size 18) } } \score { % normal score } Kind regards, Xavier

Staff size - normal and Vaticana

2024-05-25 Thread mpk
Hi, Could anybody help me to individually adjust the Vaticana staff-size, please? \version "2.25.12" #(set-global-staff-size 15) \new VaticanaScore { << \new VaticanaVoice = "cantus" {\clef "vaticana-do3" a \[ g\melisma a g\melismaEnd

Re: staff size in mm

2024-02-13 Thread Timothy Lanfear
On 13/02/2024 09:40, Xavier Scheuer wrote: On Tue, 13 Feb 2024 at 10:20, Mariya Kireva wrote: > > Hello all, > > it is possible to set up the staff size in lilypond precise in cm or mm? Hello, Do you want to set the global staff size so that you have a precise staff heig

Re: staff size in mm

2024-02-13 Thread Xavier Scheuer
On Tue, 13 Feb 2024 at 12:48, Mariya Kireva wrote: > > Dear Xavier, > > thank you very much for your answer. Do you know if I can set the lyrics size precise in pt? Hello Mariya, Please keep the lilypond-user mailing list in Cc (Reply to all). I found this in the archive: https://l

Re: staff size in mm

2024-02-13 Thread Xavier Scheuer
On Tue, 13 Feb 2024 at 10:20, Mariya Kireva wrote: > > Hello all, > > it is possible to set up the staff size in lilypond precise in cm or mm? Hello, Do you want to set the global staff size so that you have a precise staff height and scale everything (note heads, stems, t

staff size in mm

2024-02-13 Thread Mariya Kireva
Hello all, it is possible to set up the staff size in lilypond precise in cm or mm? Best regards Mariya Kireva

Re: fony-size chord wiyh bass chord

2024-01-15 Thread achar
Hello Robin Thank you so much Have a good day JP Le 14/01/2024 à 22:43, Robin Bannister a écrit : achar wrote: I would like to be able to change only the size of the bass in a bass chord, for example G in the F/G chord. And possibly be able to move it down and to the right

Re: fony-size chord wiyh bass chord

2024-01-14 Thread Robin Bannister
achar wrote: I would like to be able to change only the size of the bass in a bass chord, for example G in the F/G chord. And possibly be able to move it down and to the right of the agreement name. Add the attached layout section and adjust the numbers. Cheers, Robin \layout{ \context

fony-size chord wiyh bass chord

2024-01-13 Thread achar
Good morning. I would like to be able to change only the size of the bass in a bass chord, for example G in the F/G chord. And possibly be able to move it down and to the right of the agreement name. Can anyone help me ? Thank you so much . Jean Pierre

Re: Changing the size of the TabStaff clef

2023-08-18 Thread Jean Abou Samra
> I am not sure there is a reasonable fix for this since \with does double > duty for passing named arguments to functions.  You may want to argue > that \override/\revert should not be used in that fashion, but > assignments/\set have sort of the same problem (though admittedly > different syntax

Re: Changing the size of the TabStaff clef

2023-08-18 Thread David Kastrup
Jean Abou Samra writes: > Le vendredi 18 août 2023 à 16:34 +0100, Richard Shann a écrit : >> Is it possible to reduce the size of the TabStaff clef? >> this doesn't work: >> \version "2.24.1" >> << >>   \new TabStaff \wit

Re: Changing the size of the TabStaff clef

2023-08-18 Thread Richard Shann
On Fri, 2023-08-18 at 17:40 +0200, Jean Abou Samra wrote: > Le vendredi 18 août 2023 à 16:34 +0100, Richard Shann a écrit : > > Is it possible to reduce the size of the TabStaff clef? > > this doesn't work: > > \version "2.24.1" > > << &

Re: Changing the size of the TabStaff clef

2023-08-18 Thread Jean Abou Samra
Le vendredi 18 août 2023 à 16:34 +0100, Richard Shann a écrit : > Is it possible to reduce the size of the TabStaff clef? > this doesn't work: > \version "2.24.1" > << >   \new TabStaff \with { >    \override TabStaff.Clef.font-size = #-1 ^^^

Changing the size of the TabStaff clef

2023-08-18 Thread Richard Shann
Is it possible to reduce the size of the TabStaff clef? this doesn't work: \version "2.24.1" << \new TabStaff \with { \override TabStaff.Clef.font-size = #-1 }{c c c c | } >> Richard Shann

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread David Kastrup
Viktor Mastoridis writes: >> >> \layout { >> \shrink Staff.PercentRepeat >> \shrink Staff.RepeatSlash >> \shrink Staff.DoubleRepeatSlash >> } > > > Thank you for this, David. It's a handy little shortcut. It's actually several shortcuts playing relay without dropping the baton. -- David

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread Viktor Mastoridis
> > \layout { > \shrink Staff.PercentRepeat > \shrink Staff.RepeatSlash > \shrink Staff.DoubleRepeatSlash > } Thank you for this, David. It's a handy little shortcut. VM

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread David Kastrup
Viktor Mastoridis writes: > On Tue, 15 Aug 2023 at 10:59, Jean Abou Samra wrote: > >> Le mardi 15 août 2023 à 01:37 +0100, Viktor Mastoridis a écrit : >> > The previous code (shrink =...) doesn't work for tabs... >> >> >> It works here: > > Ah, it's TabStaff (not Staff), of course! > \layout {

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread Viktor Mastoridis
On Tue, 15 Aug 2023 at 10:59, Jean Abou Samra wrote: > Le mardi 15 août 2023 à 01:37 +0100, Viktor Mastoridis a écrit : > > The previous code (shrink =...) doesn't work for tabs... > > > It works here: > > \version "2.24.2" > > shrink = > \propertyTweak stencil > #(grob-transformer 'stencil

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-15 Thread Jean Abou Samra
Le mardi 15 août 2023 à 01:37 +0100, Viktor Mastoridis a écrit : > The previous code (shrink =...) doesn't work for tabs... It works here: \version "2.24.2" shrink = \propertyTweak stencil #(grob-transformer 'stencil (lambda (grob orig) (ly:stencil-scale orig 0.7 0.7))) \etc \layout {

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-14 Thread Viktor Mastoridis
The same problem - large Repeat Slashes - appears on a default Tab setting. "StaffSymbol.staff-space" is not invoked here. The slashes look normal on 2.22 (I attach 2.22 & 2.24 screenshots). Any suggestions to reduce the size of the slashes? The previous code (shrink =...) doesn't

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-14 Thread Viktor Mastoridis
On Mon, 14 Aug 2023 at 17:40, Jean Abou Samra wrote: > Le lundi 14 août 2023 à 17:22 +0100, Viktor Mastoridis a écrit : > > That change was in fact a bug fix. Percent repeats didn't correctly > scale with the staff size, but now they do. > > You can always resize th

Re: RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-14 Thread Jean Abou Samra
n 2.24, the same command enlarges the Repeat slashes and I simply can't > find a way to shrink them a bit. > See attached screenshots for the difference. > > Help will be greatly appreciated.  That change was in fact a bug fix. Percent repeats didn't correctly scale with the staff si

RepeatSlash size is changed when StaffSymbol.staff-space is overriden in 2.24

2023-08-14 Thread Viktor Mastoridis
Hello again, I need more space between the 5 lines (for primary school age). In 2.22 I used \override StaffSymbol.staff-space = #1.5 (with additional commands for stem length etc). Now in 2.24, the same command enlarges the Repeat slashes and I simply can't find a way to shrink them a bit. See

Re: Changing accidental size and alignment in chord symbols

2023-05-27 Thread Robin Bannister
name (ly:pitch-notename pitch)) (alt-semitones (pitch-alteration-semitones pitch)) (n-a (if (member (cons name alt-semitones) `((6 . -1) (6 . -2))) (cons 7 (+ (if B-instead-of-Bb 1 0) alt-semitones)) (cons name alt-semitones (make-line-markup (list (make-

Re: Changing accidental size and alignment in chord symbols

2023-05-27 Thread Knute Snortum
(make-hspace-markup 0.1) > > (make-small-markup (make-raise-markup 1 > > (make-musicglyph-markup "accidentals.sharp"))) > > > > However, I didn't manage to change the size of the accidentals. If > > anyone could poin

Re: Changing accidental size and alignment in chord symbols

2023-05-27 Thread Lib Lists
ot;accidentals.flat") > ;; or handle adding the sharp symbol > (make-line-markup > (list > (make-hspace-markup 0.1) > (make-small-markup (make-raise-markup 1 > (make-musicglyph-markup "

Re: Changing accidental size and alignment in chord symbols

2023-05-27 Thread Lib Lists
cidentals.sharp"))) However, I didn't manage to change the size of the accidentals. If anyone could point me in the right direction it would be great! Bear in mind, my knowledge of Scheme is primitive to say the least. Best regards, Lib On Fri, 26 May 2023 at 10:31, Lib Lists wrote: > > I

Changing accidental size and alignment in chord symbols

2023-05-26 Thread Lib Lists
I'd like to change the size of the accidentals and their alignment in chord symbols. Here a MWE: \version "2.25.5" \chords { aes2 cis } Specifically, I'd like to have all the flats smaller, and the sharps smaller and horizontally center-aligned with the root note name. I checked

Re: Changing half-diminished symbol size

2023-05-26 Thread Lib Lists
On Fri, 26 May 2023 at 03:16, wrote: > > > I'd like to change the size of the half-diminished chord symbol, but I > > cannot find a way to do it. > > > > \version "2.25.5" > > \chords { > > \set majorSevenSymbol = \markup { \override #'(thickness

RE: Changing half-diminished symbol size

2023-05-25 Thread juergen . gruen
I'd like to change the size of the half-diminished chord symbol, but I cannot find a way to do it. \version "2.25.5" \chords { \set majorSevenSymbol = \markup { \override #'(thickness . 2) \triangle ##f "7" } c4:maj7 a:min7.5- } I'm aware there's not a halfDimishedSymbo

Changing half-diminished symbol size

2023-05-25 Thread Lib Lists
I'd like to change the size of the half-diminished chord symbol, but I cannot find a way to do it. \version "2.25.5" \chords { \set majorSevenSymbol = \markup { \override #'(thickness . 2) \triangle ##f "7" } c4:maj7 a:min7.5- } I'm aware there's not a halfDimished

Re: Message size limit

2023-03-05 Thread Andrew Bernard
It was a joke. Andrew On 6/03/2023 12:43 am, David Kastrup wrote: I don't really see how "schadenfreude" scales to the problem space.

Re: Message size limit

2023-03-05 Thread David Kastrup
Andrew Bernard writes: > Hello All, > > I can't help feeling a twinge of schadenfreude on hearing this. :-) > > Although one can impose such restrictions in Discourse, you don't have > to unless you are constrained by organisational problems as here with > GNU. Do you really think that the

Re: Message size limit

2023-03-05 Thread Mark Knoop
and in the email interface, no problems, and you can set > maximum size allowed with ease to whatever your system can handle in > terms of disk space. Whilst the discussion regarding Discourse emerged from a general thread about the mailing list infrastructure, I think it's unfair to score th

Re: Message size limit

2023-03-04 Thread Andrew Bernard
12:29 am, Jean Abou Samra wrote: To avoid this, your friendly list admins have configured a max message size of 512KB. If you send a message larger than this, it will come back to you after a while, with a reminder that you should trim its size. If you need to send a file larger than the limit

Re: Message size limit

2023-03-04 Thread Andrew Bernard
running it on a dedicated linux server at one of the hosting providers, well clear of GNU infrastructure and limitations. Discourse also handles attachments and images very well, both in the web interface and in the email interface, no problems, and you can set maximum size allowed with ease

Re: Message size limit

2023-03-04 Thread David Wright
On Sat 04 Mar 2023 at 13:02:13 (-0800), Saul Tobin wrote: > Hard disagree on plain text emails. > > I didn't really have a strong opinion re the whole discussion about message > boards vs. email, but IMO the world has moved on to rich text email with > embedded media. I think the reliance on

Re: Message size limit

2023-03-04 Thread Jean Abou Samra
Le samedi 04 mars 2023 à 22:40 +0100, Robin Bannister a écrit : > If you are attaching a code file, you probably have some idea of its > size, without checking.  Maybe it involved your time and effort. > > But screenshots are easy to create and their huge size may not be > imme

Re: Message size limit

2023-03-04 Thread Robin Bannister
some idea of its size, without checking. Maybe it involved your time and effort. But screenshots are easy to create and their huge size may not be immediately obvious. A lot of LilyPond people might be thankful for friendly tips on coping with their oversize cases. Especially inline

Re: Message size limit

2023-03-04 Thread Jean Abou Samra
Le samedi 04 mars 2023 à 13:02 -0800, Saul Tobin a écrit : > Hard disagree on plain text emails. > > I didn't really have a strong opinion re the whole discussion about message > boards vs. email, but IMO the world has moved on to rich text email with > embedded media. I think the reliance on

Re: Message size limit

2023-03-04 Thread Kenneth Wolcott
gt; >> Cheers, >> Valentin >> >> Am Samstag, 4. März 2023, 16:53:11 CET schrieb Jean Abou Samra: >> > Le samedi 04 mars 2023 à 16:45 +0100, Robin Bannister a écrit : >> > > Jean Abou Samra wrote: >> > > > Hi, >> > > > >

Re: Message size limit

2023-03-04 Thread William Rehwinkel
The difference between plain and rich text emails is not related to the question of size limits, as even the most rich HTML email still has negligible size compared to emails with attachments. As for whether embedded attachments should get included in replies, in my opinion they should

Re: Message size limit

2023-03-04 Thread Saul Tobin
n you send plain text emails, which > should > be the sensible choice ... > > Cheers, > Valentin > > Am Samstag, 4. März 2023, 16:53:11 CET schrieb Jean Abou Samra: > > Le samedi 04 mars 2023 à 16:45 +0100, Robin Bannister a écrit : > > > Jean Abou Samra wrote: >

Re: Message size limit

2023-03-04 Thread Valentin Petzel
Samstag, 4. März 2023, 16:53:11 CET schrieb Jean Abou Samra: > Le samedi 04 mars 2023 à 16:45 +0100, Robin Bannister a écrit : > > Jean Abou Samra wrote: > > > Hi, > > > > > > We've been informed that the size of messages to this list containing > > >

Re: Message size limit

2023-03-04 Thread Frank Steinmetzger
Am Sat, Mar 04, 2023 at 04:45:07PM +0100 schrieb Robin Bannister: > Jean Abou Samra wrote: > > Hi, > > > > We've been informed that the size of messages to this list containing large > > attachments is occasionally clogging up the GNU list server's mail delivery >

Re: Message size limit

2023-03-04 Thread Jean Abou Samra
Le samedi 04 mars 2023 à 16:45 +0100, Robin Bannister a écrit : > Jean Abou Samra wrote: > > > Hi, > > > > We've been informed that the size of messages to this list containing large > > attachments is occasionally clogging up the GNU list server's mail delivery &

Re: Message size limit

2023-03-04 Thread Robin Bannister
Jean Abou Samra wrote: Hi, We've been informed that the size of messages to this list containing large attachments is occasionally clogging up the GNU list server's mail delivery queue, causing distribution delays (not just for this list, but for everyone on the hundreds of other gnu.org

Message size limit

2023-03-04 Thread Jean Abou Samra
Hi, We've been informed that the size of messages to this list containing large attachments is occasionally clogging up the GNU list server's mail delivery queue, causing distribution delays (not just for this list, but for everyone on the hundreds of other gnu.org lists). To avoid this, your

Re: Change Size of \slashSeparator

2023-03-01 Thread Johannes Roeßler
very helpful, thx Xavier! On Wed, 1 Mar 2023 at 13:07, Johannes Roeßler wrote: > > Hi List, > > how can I change the size of the \slashSeparator? Hello, slashSeparator is a markup. You can scale it for example with the scale command system-separator-markup = \markup \scale

Re: Change Size of \slashSeparator

2023-03-01 Thread Xavier Scheuer
On Wed, 1 Mar 2023 at 13:07, Johannes Roeßler wrote: > > Hi List, > > how can I change the size of the \slashSeparator? Hello, slashSeparator is a markup. You can scale it for example with the scale command system-separator-markup = \markup \scale #'(1.5 . 1.5) { \slashSeparator }

Change Size of \slashSeparator

2023-03-01 Thread Johannes Roeßler
Hi List, how can I change the size of the \slashSeparator? Best regards Joei

Re: Override baseline-skip according layout-staff-size

2023-01-29 Thread Rip _Mus
Thank you Valentin, the version 2 will be VERY useful! Thanks a lot! Il giorno dom 29 gen 2023 alle ore 14:23 Valentin Petzel ha scritto: > Hello, > > Basically you want to scale the baseline-skip along with the staff size > (the > reason for this is that measurement is in glob

Re: Override baseline-skip according layout-staff-size

2023-01-29 Thread Valentin Petzel
Hello, Basically you want to scale the baseline-skip along with the staff size (the reason for this is that measurement is in global staff spaces, not in layout staff spaces). You can achieve this in multiple ways: Version 0: Simply use the staff space as baseline-skip Version 1: Add a little

Re: Override baseline-skip according layout-staff-size

2023-01-29 Thread Rip _Mus
to scale the > > baseline-skip according to the part staff size (16), in fact 16/20 = > > 0.8. I'd like to make this snippet more generic. > > I tried to point, from within the markup, to the Clef grob staff-symbol > > property, to get the staff size, but without success.

Re: Override baseline-skip according layout-staff-size

2023-01-29 Thread Aaron Hill
On 2023-01-29 1:16 am, Rip _Mus wrote: in "\override #'(baseline-skip . 0.8)" I'm trying to scale the baseline-skip according to the part staff size (16), in fact 16/20 = 0.8. I'd like to make this snippet more generic. I tried to point, from within the markup, to the Clef grob st

Override baseline-skip according layout-staff-size

2023-01-29 Thread Rip _Mus
#}) 0.1 0.5 0.5 0)) } \score { { c'4 \xclefon c'4 } \layout { #(layout-set-staff-size 16) } } %%% in "\override #'(baseline-skip

Re: Change clef size

2022-11-02 Thread Jean Abou Samra
to the original default size.  I had to correct this my using an explicit font-size override when it went wrong, but this also lasted only a certain way and then needed to be repeated.  I cannot think of anything in the score which would have any bearing on this, apart from one place (much

Re: Change clef size

2022-11-02 Thread Paul Hodges
I have now used this successfully in four scores (four parts of one work), but I have a mystery. In the first three, it worked perfectly as expected.  However, in the fourth (a larger score) it worked for a while and then the change clefs reverted to the original default size.  I had

Re: Change clef size

2022-10-30 Thread Paul Hodges
So easy!  Thanks Jean and Leo. The simple thing I missed was that the size of a glyph is a font-size and can be tweaked that way. Thanks, Paul

Re: Change clef size

2022-10-30 Thread Leo Correia de Verdier
This should work regardless of font, right? \version "2.23.11" { s1 \once \override Staff.Clef.font-size = -2 \clef bass s1 \once \override Staff.Clef.font-size = -5 \clef alto s1 \once \override Staff.Clef.font-size = 4 \clef treble s1 } HTH /Leo > 30 okt. 2022 kl. 23:

Re: Change clef size

2022-10-30 Thread Jean Abou Samra
know how to use the full size clef glyphs, but that's not an acceptable solution, and I cannot find any size property attached to clefs which I could tweak.  Am I missing something simple, or do I have to find a way to change the glyph in the font? Something like this? \version "2

Change clef size

2022-10-30 Thread Paul Hodges
To get the best match with other pieces being supplied to the same publisher I am using the Bravura font instead of Emmentaler.  However, the change-clef glyphs in this font are notably smaller than usual, and I've been asked to enlarge them.  I know how to use the full size clef glyphs

Re: Choose paper size and layout with command line options?

2022-08-14 Thread M Sun
On Tue, Aug 9, 2022 at 1:35 AM Jean Abou Samra wrote: > > > > Le 07/08/2022 à 22:51, M Sun a écrit : > > Hi all, > > > > I’m writing a sheet targeting two different paper sizes, with some > > layout adjustments. My goal is to be able to specify (maybe >

Re: Choose paper size and layout with command line options?

2022-08-09 Thread Jean Abou Samra
Le 07/08/2022 à 22:51, M Sun a écrit : Hi all, I’m writing a sheet targeting two different paper sizes, with some layout adjustments. My goal is to be able to specify (maybe indirectly) the paper size in command line, without changing the lilypond file itself. My initial set up

Re: Choose paper size and layout with command line options?

2022-08-09 Thread M Sun
Thanks Knute. The problem is not only the paper size, but also this part: #(set-global-staff-size 18) \paper { top-margin = 0 bottom-margin = 0 left-margin = 5 right-margin = 0 } I need to enable these with the "kobo" size, but not in us-letter. On Sun, Aug 7, 20

Re: Choose paper size and layout with command line options?

2022-08-07 Thread Knute Snortum
On Sun, Aug 7, 2022 at 4:03 PM M Sun wrote: > > Hi all, > > I’m writing a sheet targeting two different paper sizes, with some > layout adjustments. My goal is to be able to specify (maybe > indirectly) the paper size in command line, without changing the > lilypond file itse

Choose paper size and layout with command line options?

2022-08-07 Thread M Sun
Hi all, I’m writing a sheet targeting two different paper sizes, with some layout adjustments. My goal is to be able to specify (maybe indirectly) the paper size in command line, without changing the lilypond file itself. My initial set up was this: \version "2.23.2" #(set! p

Re: layout-set-staff-size overrides font configuration

2022-07-28 Thread Jean Abou Samra
> Le 28 juil. 2022 à 17:14, Simon Bailey a écrit : > > Hi, > > it seems layout-set-staff-size overwrites any custom > font-configuration that has been made. > > This input gives the attached output, where the titles have the > correct font, but the TextScr

layout-set-staff-size overrides font configuration

2022-07-28 Thread Simon Bailey
Hi, it seems layout-set-staff-size overwrites any custom font-configuration that has been made. This input gives the attached output, where the titles have the correct font, but the TextScripts in the score that uses layout-set-staff-size have the default fonts. What's the correct way to work

Re: problem with global-staff-size and book bloks

2022-07-22 Thread Thomas Morley
Am Fr., 22. Juli 2022 um 08:21 Uhr schrieb Reuben Kagan : > > Hi, > > here is my example : > \version "2.22.2" > %file NOTES.ly > > #(set-global-staff-size 10) > NOTES = \relative c'' { >\key d \minor \time 3/4 >a bes c d e f > } > &

problem with global-staff-size and book bloks

2022-07-22 Thread Reuben Kagan
Hi, here is my example : \version "2.22.2" %file NOTES.ly #(set-global-staff-size 10) NOTES = \relative c'' { \key d \minor \time 3/4 a bes c d e f } \score { \new Staff \NOTES } \book { #(set-global-staff-size 30) \bookOutputName "NOTES BIG" \score {

Re: #(layout-set-staff-size) seems to mess with vertical positioning for certain rests

2022-06-11 Thread Jean Abou Samra
Le 11/06/2022 à 17:19, Adam M. Griggs a écrit : Hi Jean, Understood. Thanks for getting back to me. Glad to see it's a known issue, even if not a priority right now. Well, there aren't any priorities set for the entire project. Every contributor has their own priorities. They can change at

Re: #(layout-set-staff-size) seems to mess with vertical positioning for certain rests

2022-06-11 Thread Adam M. Griggs
cting the email subject heading. > > > > Sorry for the oversight. > > > Sadly, layout-set-staff-size is known to be quite buggy. > > https://gitlab.com/lilypond/lilypond/-/issues/6054 > > (I don't have the time to dig deeper for now, sorry.) > > Regards, > Jean > >

Re: #(layout-set-staff-size) seems to mess with vertical positioning for certain rests

2022-06-11 Thread Jean Abou Samra
Le 09/06/2022 à 14:11, Adam M. Griggs a écrit : For future search findability, I'm correcting the email subject heading. Sorry for the oversight. Sadly, layout-set-staff-size is known to be quite buggy. https://gitlab.com/lilypond/lilypond/-/issues/6054 (I don't have the time to dig

#(layout-set-staff-size) seems to mess with vertical positioning for certain rests

2022-06-09 Thread Adam M. Griggs
For future search findability, I'm correcting the email subject heading. Sorry for the oversight. On Thu, 9 Jun 2022, 14:46 Adam M. Griggs, wrote: > Hello list, > > #(layout-set-staff-size) seems to mess with vertical positioning for > r\longa, r\breve and multimeasure rests

layout-set-staff-size seems to mess with \override Rest.staff-position

2022-06-08 Thread Adam M. Griggs
Hello list, #(layout-set-staff-size) seems to mess with vertical positioning for r\longa, r\breve and multimeasure rests. Please see the attached not-quite-minimal code sample. If I adjust the score (book) size via #(set-global-staff-size) instead, everything works as expected. In case I'm

Re: Best way to fix differences in staff size from score to parts

2022-04-12 Thread Paul Hodges
-space units in the original and you'll be good to go. Paul From: Dimitris Marinakis To: lilypond-user Sent: 11/04/2022 17:41 Subject: Best way to fix differences in staff size from score to parts I have a lot of custom markings that are configured to look nice on set-global

Best way to fix differences in staff size from score to parts

2022-04-11 Thread Dimitris Marinakis
I have a lot of custom markings that are configured to look nice on set-global-staff-size 16 how can I modify those for my parts which use staff-size 20? I have a common file that contains all the markings and layout settings. Trying to figure out separate settings for all those markings

Re: Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-03 Thread Valentin Petzel
f from a grob. Do you know how can I know if a > note head is being written based on treble clef or bass clef? > > Thank you again, > Robert > > > De: Valentin Petzel > Enviado: Jueves, 03 de Marzo de 2022 12:43 > Para: Robert Mengual >

Re: Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Valentin Petzel
s not how > this music notation was specified. They specify 1/3 notehead size vertical > distance between chromatic notes. > > My staff, for example, is defined as follows: > \layout { \context { > \Staff > \override StaffSymbol.line-positions = #'(-5.67 -2.33 2.33 5.6

RE: Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Robert Mengual
Hello Valentin, By increasing the distance between lines it fits, yes, but that is not how this music notation was specified. They specify 1/3 notehead size vertical distance between chromatic notes. My staff, for example, is defined as follows: \layout { \context { \Staff \override

RE: Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Robert Mengual
: Miércoles, 02 de Marzo de 2022 18:49 Para: lilypond-user@gnu.org CC: Robert Mengual Asunto: Re: Position chromatic notes in 1/3 note head size instead of 1/2 Hello Robert, I’m not exactly sure what you want to do. If you want to achieve the results from the screenshot maybe using StaffSymbol.line

Re: Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Valentin Petzel
rg > CC: Robert Mengual > Asunto: Re: Position chromatic notes in 1/3 note head size instead of 1/2 > > Hello Robert, > > I’m not exactly sure what you want to do. If you want to achieve the results > from the screenshot maybe using StaffSymbol.line-positions is what you &

Re: Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Valentin Petzel
Hello Robert, I’m not exactly sure what you want to do. If you want to achieve the results from the screenshot maybe using StaffSymbol.line-positions is what you want. Cheers, Valentin Am Mittwoch, 2. März 2022, 18:22:25 CET schrieb Robert Mengual: > Hello everyone, > > I am trying to

Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Robert Mengual
Hello everyone, I am trying to position the notes of my custom music notation as in the screenshot. I tried using a custom callback for staffLineLayoutFunction. I thought it was going to be enough, but it won't allow decimal numbers. Does anybody have any idea how I can implement this

Re: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Valentin Petzel
Jean Abou Samra: > Le 01/03/2022 à 20:34, Valentin Petzel a écrit : > > Hello Robert, > > > > the problem here is that the font-size property of the NoteHead is not > > evaluated. (This happens from time to time, and I’m not sure why this is > > so.) > Look

Re: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Jean Abou Samra
Le 01/03/2022 à 20:34, Valentin Petzel a écrit : Hello Robert, the problem here is that the font-size property of the NoteHead is not evaluated. (This happens from time to time, and I’m not sure why this is so.) Look at Font_interface::get_default_font. It takes a property alist chain from

RE: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Robert Mengual
: lilypond-user@gnu.org CC: Robert Mengual Asunto: Re: [HELP] Change notehead font-size depending on note duration Hello Robert, the problem here is that the font-size property of the NoteHead is not evaluated. (This happens from time to time, and I’m not sure why this is so.) To get your callback working

Re: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Valentin Petzel
Hello Robert, the problem here is that the font-size property of the NoteHead is not evaluated. (This happens from time to time, and I’m not sure why this is so.) To get your callback working you can ensure that the font-size is calculated by doing something like \override

Re: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread David Kastrup
> > Find attached a Tiny.ly, I did the same for changing things like > NoteHead.text and NoteHead.Y-offset and everything worked > perfectly. However, it looks like I cannot use the grob when changing > the NoteHead.font-size > > I would really appreciate any help. Am I doing s

[HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Robert Mengual
things like NoteHead.text and NoteHead.Y-offset and everything worked perfectly. However, it looks like I cannot use the grob when changing the NoteHead.font-size I would really appreciate any help. Am I doing something wrong? Is there a better way to achieve what I want? Thanks in advance Best

Re: Accent size and stem length

2022-02-11 Thread Erika Pirnes
Thank you for the answers, Leo and Paul! It seems that \override Script.font-size = #-1.5 works nicely, at least for now. There is something about the stems that doesn't look right to my eye, but maybe it is not the length. Best, Erika

Re: Accent size and stem length

2022-02-10 Thread Leo Correia de Verdier
If you go for the redefine-solution from the thread the accent is dashLarger > 10 feb. 2022 kl. 23:59 skrev Leo Correia de Verdier > : > > Hi Erika! > > To globally reduce the size of all articulations (I think that could be > relevant, since many of them will relate

Re: Accent size and stem length

2022-02-10 Thread Leo Correia de Verdier
Hi Erika! To globally reduce the size of all articulations (I think that could be relevant, since many of them will relate to noteheads in a way similar to accents) you can use this next to the override for notehead fint size. \override Script.font-size = #-.5 % or whatever size you want

  1   2   3   4   5   6   7   8   9   10   >