Re: Changing volta number text

2021-05-19 Thread Carl Sorensen
On 5/18/21, 2:11 PM, "Jean Abou Samra" wrote: It is worth noting that the \volta command added by Dan Eble in the 2.23 development series does exactly the job requested here, if I understood correctly. Perfect! Thanks, Carl

Re: Adjusting colors and such... A snapshot of the work so far.

2021-05-19 Thread Thomas Morley
Hi Jean, Am Di., 18. Mai 2021 um 23:44 Uhr schrieb Jean Abou Samra : > > > > Le 18/05/2021 à 23:08, darki...@jesusgod-pope666.info a écrit : > > I guess I did not really do much today, although did a lot of toying > > around - but it is not going to quick with the changes now. > > But... > > Here

Re: Adjusting colors and such... A snapshot of the work so far.

2021-05-19 Thread darkijah
I have it working as written earlier, but can I put X-11 colors and RGB colors into it - still having my difficulty with working all 3 ways in Lilypond, really messing me up. :P But I will get it at some point I am sure. Thanks :)

Re: Adjusting colors and such... A snapshot of the work so far.

2021-05-19 Thread darkijah
Thanks I got a code 1 issue with the script although I got it sorted by changing the version to the newest! :) I will have a further look on the script, now at least it is working and that's is a good beginning, Thanks! \version "2.22.1" #(use-modules (srfi srfi-1)) #(define (color-list?

Re: Triplet beaming help

2021-05-19 Thread Stefan Thomas
Dear Mark, You can do it easily in this way: \version "2.22" tune = \relative c'' { \clef treble r4^"A" \tuplet 3/2 { d8 d d } \tuplet 3/2 { d8 d d } d8 r8 | r4^"B" r8 \tuplet 3/2 { d8[ d d] } \tuplet 3/2 { d8[ d d] } d8 | } \score { \new Staff \tune } But I would recommend to do it as