Re: White on black

2025-01-03 Thread Ya Gloops
s in my `\color-sample` markup function, and realised just > now that this doesn’t help anyone wanting finer control and RGB color > values. Oh well, I’ve spent enough time on this for now… > > In case I don’t hear back, I’ll probably add it to the LSR. > > Best, Simon > > On 02

Re: White on black

2025-01-02 Thread Ya Gloops
Hello and Happy New Year!Is it possible to change the background color?For examplebackground-color = #red Le jeudi 2 janvier 2025 à 16:32:17 UTC+1, Simon Albrecht a écrit : Hi Harm, On 01.01.25 14:00, Thomas Morley wrote: > This should always give a black background, all other object

Re: wordwrap on argument of markup function

2024-06-02 Thread Ya Gloops
#(define-markup-command (freely layout props width-param text) (number? markup-list?)   "Format text for one bar of 'width-param' quarter notes’ length"   (interpret-markup layout props                     #{\markup\box \line { \override #`(line-width . ,width-param) \wordwrap { #text }} #})) \

Re: parenthesis around dot only (note value indication)

2024-05-01 Thread Ya Gloops
Else{    \once \override Parentheses.padding = #-0.01  4.} Le mercredi 1 mai 2024 à 10:22:02 UTC+2, Aaron Hill a écrit : On 2024-05-01 12:18 am, David Kastrup wrote: > { >  \tweak Dots.extra-spacing-width #'(.2 . .2) >  4. > } > > Wish I could get the actual dots to move, but maybe so

Re: LilyPond 2.25.15

2024-04-21 Thread Ya Gloops
Great !!!Thanks for fixing the guile 3 bug on Windows... GillesLe samedi 20 avril 2024 à 18:18:24 UTC+2, Jonas Hahnfeld via LilyPond user discussion a écrit : We are happy to announce the release of LilyPond 2.25.15. This is termed a development release, but these are usually reliable f

Re: Numérotation des versets

2024-01-27 Thread Ya Gloops
Hello ! Maybe... #(define nextcountstanza    (let  ((counter 0))      (lambda ()        (set! counter (1+ counter))        (string-append ( number->string counter)"." \new Lyrics \lyricsto "VoiceOne" { \set stanza = #(nextcountstanza)  \VerseOne } \new Lyrics \lyricsto "VoiceOne" { \set sta

Re: How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Ya Gloops
Hello  Maybe \version "2.24.1" \paper {    line-width = 180    indent = 0  }  \score {    \layout {      line-width = 125 % score is always left-aligned if this is set   }    \relative c { c' d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c,

Re: Question for Windows users

2023-04-02 Thread Ya Gloops
Hello Jean ! For me a,b,c,d work perfectly... Gilles Le dimanche 2 avril 2023 à 01:45:35 UTC+2, Jean Abou Samra a écrit : Hi, A little question for Windows users: could one of you please do the following test and report back? 1. Choose any font that is NOT installed on your system.

Re: \chordMode question

2022-10-20 Thread Ya Gloops
Hi Jacques ! Defaut is quarter notes not whole ! Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES = \chordmode {   \language "nederlands"   \key c \major   \numericTimeSignature \time 4/4   \clef "treble"   c1:m f:m7 g:maj7 cis:aug/gis   % <- HERE } Part_POne_Staff_One_Voice_One = \abs

Re: LilyPond 2.23.13

2022-09-21 Thread Ya Gloops
compilation... Gilles... Le mercredi 21 septembre 2022 à 01:10:43 UTC+2, Jonas Hahnfeld via LilyPond user discussion a écrit : Hi, On Mon, 2022-09-19 at 08:41 +, Ya Gloops wrote: > Hello Jean ! > > Error 1073741819 > > \version "2.23.13&q

Re: LilyPond 2.23.13

2022-09-19 Thread Ya Gloops
Hello Jean ! Error 1073741819 \version "2.23.13" $@(map (lambda (i)          #{            \bookpart {              \score {            \repeat unfold 100 c'1              }            }          #})         (iota 300)) Block on Fitting music on 171 or 172 pages... \version "2.23.13" $@(map (

Re: Dashed Stem Fontsize !

2022-07-23 Thread Ya Gloops
Thank you very much for your help Harm !!! Gilles Le vendredi 22 juillet 2022 à 19:27:50 UTC+2, Thomas Morley a écrit : Am Fr., 22. Juli 2022 um 13:04 Uhr schrieb Ya Gloops : > > > Hello ! I try to keep the proportion of the "dashed-stem" but I can't... I

Dashed Stem Fontsize !

2022-07-22 Thread Ya Gloops
Hello ! I try to keep the proportion of the "dashed-stem" but I can't... If someone can help me. Gilles \version "2.23.10" %#(set-global-staff-size 30) #(define (make-round-filled-box x1 x2 y1 y2 blot-diameter)    (ly:make-stencil (list 'round-filled-box (- x1) x2 (- y1) y2 blot-diameter)  

Re: how to hide dynamics? Only solution is to have a dedicated midi music variable?

2022-06-07 Thread Ya Gloops
May be mix with \set Voice.midiExpression=#1 ... \version "2.22.2" % Massenet: Meditation, from "Thais" global = {   \language "english"   \numericTimeSignature   \time 4/4   \key d \major   \tempo "Andante religioso" } \header {   title = "Meditation"   subtitle = "(from \"Thais\")"   compo