Re: Rules for beam subdivision

2020-06-02 Thread Vaughan McAlley
On Sun, 31 May 2020 at 22:15, Thomas Morley wrote: > > Am Sa., 30. Mai 2020 um 05:06 Uhr schrieb Vaughan McAlley > : > > > > Hi, > > > > Beam subdivision is great, but is there a way of automatically turning it off for just sixteenths? So recreating this example, but without constantly turning

Re: Absolute font-size for TextScript

2020-06-02 Thread Aaron Hill
On 2020-06-02 2:00 pm, Paolo Prete wrote: On Tue, Jun 2, 2020 at 8:57 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: Hi Paolo, > is it possible to set an absolute font-size for *all* the TextScript objects? As is tradition, I am almost certainly over-engineering here. However,

Re: Absolute font-size for TextScript

2020-06-02 Thread Paolo Prete
On Tue, Jun 2, 2020 at 11:18 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Paolo, > > > how exactly do I have to call \absFontSize > > > \version "2.19.83" > > allowGrobCallback = > #(define-scheme-function (parser location syms) (symbol-list?) >(let ((interface (car

Re: Absolute font-size for TextScript

2020-06-02 Thread Kieren MacMillan
Hi Paolo, > how exactly do I have to call \absFontSize \version "2.19.83" allowGrobCallback = #(define-scheme-function (parser location syms) (symbol-list?) (let ((interface (car syms)) (sym (cadr syms))) #{ \with { \consists #(lambda (context)

Re: Absolute font-size for TextScript

2020-06-02 Thread Paolo Prete
On Tue, Jun 2, 2020 at 8:57 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Paolo, > > > is it possible to set an absolute font-size for *all* the TextScript > objects? > > I use this (from an include file): > > > allowGrobCallback = > #(define-scheme-function (parser

Re: Absolute font-size for TextScript

2020-06-02 Thread Kieren MacMillan
Hi Paolo, > is it possible to set an absolute font-size for *all* the TextScript objects? I use this (from an include file): allowGrobCallback = #(define-scheme-function (parser location syms) (symbol-list?) (let ((interface (car syms)) (sym (cadr syms))) #{ \with {

Re: IMSLP upload policy (was: Re: Orchestral strings, how to organise score and parts for divisi, solos, desks etc.)

2020-06-02 Thread Valentin Villenave
On 6/2/20, Rutger Hofman wrote: > I know that pdftk can add attachments to PDFs. Is that now also built > into Lilypond? Well… yes! https://git.savannah.gnu.org/cgit/lilypond.git/commit/?id=0fa6f042cccacb643d46781dde23617c71a9753e Man, I wish more people would know about that feature. I need

Absolute font-size for TextScript

2020-06-02 Thread Paolo Prete
Hello, is it possible to set an absolute font-size for *all* the TextScript objects? I saw this thread: http://lilypond.1069038.n5.nabble.com/feature-request-abs-fontsize-available-for-all-text-grobs-td148053.html Which is old, and I don't understand if there is a working solution in it; nor I

Re: BendBefore / BendSpanner examples?

2020-06-02 Thread Thomas Morley
Am Di., 2. Juni 2020 um 18:54 Uhr schrieb Pierre Perol-Schneider : > > Le mar. 2 juin 2020 à 18:33, Thomas Morley a écrit > : > >> >> Hi Pierre, >> >> maybe I'm overtired, can't see a typo... >> >> Cheers, >> Harm > > > Sorry, my mistake, it works with v2.21 _I_ have to apologize, really

Re: forced \break or \pageBreak with ragged-right

2020-06-02 Thread Michael Winter via LilyPond user discussion
On cursory glance this looks like a viable solution. Perhaps I can tweak it to people to use it at the end of a system as opposed to the beginning of a system. That would make my life a bit easier but not completely necessary. Jun 2, 2020, 09:31 by r...@dabble.ch: > Michael Winter wrote: > >>

Re: BendBefore / BendSpanner examples?

2020-06-02 Thread Pierre Perol-Schneider
Le mar. 2 juin 2020 à 18:33, Thomas Morley a écrit : > Hi Pierre, > > maybe I'm overtired, can't see a typo... > > Cheers, > Harm > Sorry, my mistake, it works with v2.21. Cheers, Pierre

Re: BendBefore / BendSpanner examples?

2020-06-02 Thread Thomas Morley
Am Di., 2. Juni 2020 um 17:31 Uhr schrieb Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Harm, > Thank you, nice work.! > Cheers, > Pierre > PS. There's a typo here: > ... > (make-tie-stencil start (last cps) thick DOWN ;; <= (make-tie-stencil > start (last cps) thick DOWN

IMSLP upload policy (was: Re: Orchestral strings, how to organise score and parts for divisi, solos, desks etc.)

2020-06-02 Thread Rutger Hofman
On 6/1/20 10:45 PM, Valentin Villenave wrote: On 6/1/20, Rutger Hofman wrote: [snip] On that note: One elaborate example of my experiences is found in the score and parts of "3 Bruchstücke aus Wozzeck" by Alban Berg, see https://imslp.org/wiki/Wozzeck%2C_Op.7_(Berg%2C_Alban) I

Re: Error while trying to put a Text above a notehead

2020-06-02 Thread Paolo Prete
On Tue, Jun 2, 2020 at 4:41 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Paolo, > > > it's of course _erroneous_ output, because it leads to what in common > programming is called UB: > > It’s perfectly defined behaviour: > >

Re: Error while trying to put a Text above a notehead

2020-06-02 Thread Kieren MacMillan
Hi Paolo, > it's of course _erroneous_ output, because it leads to what in common > programming is called UB: It’s perfectly defined behaviour: http://lilypond.org/doc/v2.18/Documentation/internals/fingering font-encoding (symbol): 'fetaText The font encoding is the broadest category for

Re: Error while trying to put a Text above a notehead

2020-06-02 Thread Paolo Prete
On Tue, Jun 2, 2020 at 4:09 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Paolo, > > > I just verified that your previous snippet produces erroneous output > > It’s only "erroneous output" if you don’t know what it’s supposed to put > out… ;) > > Hi Kieren, In my humble

Re: Error while trying to put a Text above a notehead

2020-06-02 Thread Robin Bannister
Paolo Prete wrote: But this is not what I want; I would like to specify font-series and font-family as a parameter (as I did for \abs-fontsize)... Well, you could define your own markup command(s). Have a look at /scm/define-markup-commands.scm for examples, including \abs-fontsize.

Re: Error while trying to put a Text above a notehead

2020-06-02 Thread Paolo Prete
On Tue, Jun 2, 2020 at 3:53 PM Robin Bannister wrote: > > > Is there an alternative for it? > > It is defaulting to another font. > To avoid this, say > text \markup \normal-text "Some text" > > > Cheers, > Robin > Thanks Robin, BTW, how can I override font-family and font-series in a

Re: Error while trying to put a Text above a notehead

2020-06-02 Thread Kieren MacMillan
Hi Paolo, > I just verified that your previous snippet produces erroneous output It’s only "erroneous output" if you don’t know what it’s supposed to put out… ;) Fingerings are in Feta font — try using normal text instead: { \override Fingering.staff-padding = #'() \stemDown c'-\tweak text

Re: Error while trying to put a Text above a notehead

2020-06-02 Thread Robin Bannister
Is there an alternative for it? It is defaulting to another font. To avoid this, say text \markup \normal-text "Some text" Cheers, Robin

Error while trying to put a Text above a notehead

2020-06-02 Thread Paolo Prete
Hello David (and Lilypond people), I just verified that your previous snippet produces erroneous output on pdf and a compiler error with -dbackend=svg: (look at : http://lilybin.com/7derud/1 ) Tested on 2.19.84 and 2.19.45 (Lilybin) { \override Fingering.staff-padding = #'() \stemDown

Re: forced \break or \pageBreak with ragged-right

2020-06-02 Thread Robin Bannister
Michael Winter wrote: I thought about something like that but I have tied notes that would be interrupted by that approach. Which is also why I cannot use multiple single scores. It also seems like trying to fit a square peg in a round whole. Again, I think there should be a way to have

Re: forced \break or \pageBreak with ragged-right

2020-06-02 Thread Pierre Perol-Schneider
Le mar. 2 juin 2020 à 13:58, Michael Winter a écrit : > I thought about something like that but I have tied notes that would be > interrupted by that approach. Which is also why I cannot use multiple > single scores. > ... (Therefore: lilypond.org/tiny-examples.html) This should not be a

Re: string-split procedure

2020-06-02 Thread Freeman Gilmore
Thank you, all 3 work. ƒg On Tue, Jun 2, 2020 at 8:17 AM Valentin Villenave wrote: > > On 6/2/20, Thomas Morley wrote: > > (string-split "root x 0 0 root /root /bin/bash" #\SPACE) > > I think the recommended syntax is #\space (which is internally an > alias for #\sp if I understand correctly).

Re: string-split procedure

2020-06-02 Thread Valentin Villenave
On 6/2/20, Thomas Morley wrote: > (string-split "root x 0 0 root /root /bin/bash" #\SPACE) I think the recommended syntax is #\space (which is internally an alias for #\sp if I understand correctly). Cheers, -- V.

Re: forced \break or \pageBreak with ragged-right

2020-06-02 Thread Michael Winter via LilyPond user discussion
Thanks, I thought about something like that but I have tied notes that would be interrupted by that approach. Which is also why I cannot use multiple single scores. It also seems like trying to fit a square peg in a round whole. Again, I think there should be a way to have ragged-right for a

Re: string-split procedure

2020-06-02 Thread Thomas Morley
Am Di., 2. Juni 2020 um 13:20 Uhr schrieb Freeman Gilmore : > > Example: > (string-split "root:x:0:0:root:/root:/bin/bash" #\:) ⇒ ("root" "x" "0" > "0" "root" "/root" "/bin/bash") > > Now if i replace the ":"s with " "s, what do I put in the place of the ":" in: > (string-split "root x 0 0 root

Re: forced \break or \pageBreak with ragged-right

2020-06-02 Thread Pierre Perol-Schneider
How about: \version "2.20.0" { \repeat unfold 20 s1 \bar "||" \stopStaff s1 \bar ""\break \startStaff \set Score.currentBarNumber = 21 \repeat unfold 20 s1 } \layout { system-count = 8 } Otherwise you can do two single scores. HTH, cheers, Pierre PS.

Re: forced \break or \pageBreak with ragged-right

2020-06-02 Thread Michael Winter via LilyPond user discussion
Thanks Pierre, ragged-last only works on the last system of the score. I would like to have a specific system within a score have a ragged-right even if it is not the last system in the score.  I can imagine that this should be able to be done after a forced \break or \pageBreak. Thanks,

string-split procedure

2020-06-02 Thread Freeman Gilmore
Example: (string-split "root:x:0:0:root:/root:/bin/bash" #\:) ⇒ ("root" "x" "0" "0" "root" "/root" "/bin/bash") Now if i replace the ":"s with " "s, what do I put in the place of the ":" in: (string-split "root x 0 0 root /root /bin/bash" #\:) ⇒ ("root" "x" "0" "0" "root" "/root" "/bin/bash")

Re: When (in seconds) does each page begin?

2020-06-02 Thread Thomas Morley
Am Di., 2. Juni 2020 um 10:19 Uhr schrieb Valentin Villenave : > > On 5/30/20, Matt Wallis wrote: > > But I'd still like to know how to find out when a page of a score begins > > Well, there is something to be done with the 'page-number and > 'rank-on-page properties, as demonstrated in this

Re: Orchestral strings, how to organise score and parts for divisi, solos, desks etc.

2020-06-02 Thread Lib Lists
On Mon, 1 Jun 2020 at 22:16, Rutger Hofman wrote: > > I am thinking of sharing my experiences as a user in this field by > contributing a tutorial or a practical experiences story (or whatever) > on this topic. It would make a distinction between: > > 1) temporary staves > 2) divisi allocation

Re: When (in seconds) does each page begin?

2020-06-02 Thread Valentin Villenave
On 5/30/20, Matt Wallis wrote: > But I'd still like to know how to find out when a page of a score begins Well, there is something to be done with the 'page-number and 'rank-on-page properties, as demonstrated in this regtest: