Re: slurs problem with voices

2024-05-01 Thread Robert Garrigos
Oh this is a bit embarrassing, such a basic error….. sorry, I never realized that the parenthesis needs to be right after the first note. Thanks all. Robert > El 2 maig 2024, a les 2:49, Mark Stephen Mrotek va > escriure: > > Timothy, > > Perhaps this? > > Mark > > \version "2.24.3" >

Re: Frescobaldi... panic alternatives?

2024-05-01 Thread Kenneth Flak
OK, giving it a shot... Feel free to edit as needed! Kenneth Neovim https://neovim.io Neovim is a minimal text editor and fork of vim. It is highly extensible and configurable through the vimscript and lua programming languages. Lilypond support is provided by the nvim-lilypond-suite plugin

Re: Frescobaldi... panic alternatives?

2024-05-01 Thread Werner LEMBERG
>> Maybe one of you two can provide some text for >> >>https://lilypond.org/doc/v2.24/Documentation/web/easier-editing > > It happens that my first contribution to the Lilypond documentation > was a rewrite of the Easier Editing section, some 14 years ago or > so. Aaah :-) > If either or

Re: Frescobaldi... panic alternatives?

2024-05-01 Thread Colin Campbell
On 2024-05-01 12:38, Werner LEMBERG wrote: Maybe one of you two can provide some text for https://lilypond.org/doc/v2.24/Documentation/web/easier-editing It happens that my first contribution to the Lilypond documentation was a rewrite of the Easier Editing section, some 14 years ago or

RE: slurs problem with voices

2024-05-01 Thread Mark Stephen Mrotek
Timothy, Perhaps this? Mark \version "2.24.3" \relative c' { \time 3/4 <<{b'4 c2~ | 8 [q]} \\ {d4 d2 (| \stemUp e4)}>> r8 r | } From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org On Behalf Of Timothy Lanfear Sent: Wednesday, May 1, 2024 2:15 PM To: Robert

Re: slurs problem with voices

2024-05-01 Thread Knute Snortum
On Wed, May 1, 2024 at 1:59 PM Robert Garrigos wrote: > I have this music to engrave, note the slur: > [...] > Why is not the first example working? I tried with explicit voicing with > the same results. > Slurs in LilyPond are "post events", meaning they always go *after* the note. So if you

Re: slurs problem with voices

2024-05-01 Thread Timothy Lanfear
On 01/05/2024 21:57, Robert Garrigos wrote: Why is not the first example working? I tried with explicit voicing with the same results. Thanks. Robert The slur starts at the d2 so must be placed with that note following the pitch and duration, { d4 d2( | \hideNotes ef8)} -- Timothy

Re: slurs problem with voices

2024-05-01 Thread Kieren MacMillan
Hi Robert, > I tried different approaches but cannot get that slur. \version "2.25.14" \language "english" global = { \key ef \minor \time 3/4 } \relative c' { \clef treble \global << { bf'4 cf2 \tweak staff-position #5.1 ~ | 8 8 r8 r8 } \\ { d4 d2( | \hideNotes ef8) }

slurs problem with voices

2024-05-01 Thread Robert Garrigos
I have this music to engrave, note the slur: I tried different approaches but cannot get that slur. This is my code, with two examples: \version "2.25.14" \language "english" global = { \key ef \minor \time 3/4 } first_example = \relative c' { \clef treble \global << {bf'4 \once

Re: Frescobaldi... panic alternatives?

2024-05-01 Thread Werner LEMBERG
> Yes, I also use that combo. It's fantastic, but you'd have to be > willing to invest some time to climb the admittedly steep learning > curve of (neo)vim. However, it's a time investment that pays off > massively, so I recommend it heartily! Maybe one of you two can provide some text for

Re: Frescobaldi... panic alternatives?

2024-05-01 Thread Kenneth Flak
Yes, I also use that combo. It's fantastic, but you'd have to be willing to invest some time to climb the admittedly steep learning curve of (neo)vim. However, it's a time investment that pays off massively, so I recommend it heartily! Kenneth Roosna & Flak Contemporary Dance & Music

Frescobaldi... panic alternatives?

2024-05-01 Thread jeff
Hi,I live in Paris. I'm a composer. This discussion is really interesting. I came back to lilypond a few month ago because there is no language better than Lilypond dealing with code. I'm not interested in those WYSIWYG. But I also came back because I have a really good tool for Lilypond you

Re: Conditional markup? UP|DOWN

2024-05-01 Thread Pierre-Luc Gauthier
Thank you so much Aaron, How could I have *never* used chain-assoc-get. I've read the docs about it since then. I also used (display props) to know what was available (which by itself was instructing). Again, I'm very grateful for your help. Le lun. 29 avr. 2024, à 12 h 43, Aaron Hill a écrit

Re: Transparent box around notes

2024-05-01 Thread K. Blum
Hi Paolo, But the alpha channel is ignored... Is there a way to fix this? AFAIK LilyPond cannot deal with alpha transparency at all. The impression of transparency is only achieved by placing the boxes in a layer behind the staff. I therefore replaced (see the attached file):        (if

New LSR snippet 1187 "New pitch language"

2024-05-01 Thread Thomas Morley
To the author of the new LSR snippet 1187 "New pitch language" https://lsr.di.unimi.it/LSR/Item?u=1=1187 You add your new language to "nederlands", thus \language "alpha" returns a warning: warning: Could not find language `alpha'. Ignoring. Please fix or delete that line. Furthermore, I think

Re: Transparent box around notes

2024-05-01 Thread Paolo Prete
Hello David and Klaus, A further improvement is to add colors with alpha channel. I therefore replaced (see the attached file): (if filled (ly:make-stencil (list 'color fill-color (list 'round-filled-box (- (- (car

Re: Empty chord construct and \break.

2024-05-01 Thread Thomas Morley
Am So., 28. Apr. 2024 um 22:34 Uhr schrieb Hwaen Ch'uqi : > > I suppose I spoke too soon, for when I compiled the code, the result was > actually the same. > > HC > > > On Sun, Apr 28, 2024 at 7:47 AM Hwaen Ch'uqi wrote: >> >> Indeed, that helps tremendously. Thank you so much!!! >> >> Hwaen

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

Re: parenthesis around dot only (note value indication)

2024-05-01 Thread Aaron Hill
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 someone else has an idea for that. Looks like the DotColumn is controlling things. This seems to work: { \once \override

Re: parenthesis around dot only (note value indication)

2024-05-01 Thread David Kastrup
Dirck Nagy writes: > Hi all > > I know this is highly unusual, but is there a way to add parentheses > around the DOT ONLY after the notehead? > > see following image: > > [cid:85851784-8a26-48b0-b2b4-b9a8e03b517c] > FYI, I have a piece with sequences of octaves. Every instance has a > note

Re: parenthesis around dot only (note value indication)

2024-05-01 Thread Dirck Nagy
Beautiful! Thanks Pierre! BTW, How are you ? I'm not active on Delcamp any more. peace! dirck From: Pierre Perol-Schneider Sent: Wednesday, May 1, 2024 12:32 AM To: Dirck Nagy Cc: lilypond-user@gnu.org ; dirckn...@hotmail.com Subject: Re: parenthesis