Re: Frescobaldi?

2024-05-10 Thread Robert Garrigos
I can confirm the same problem. Just installed macports and frescobaldi port and it launches only via terminal. Double clicking on the .app (inside the apps/macports folder) returns a general launch error with py2app. Once launched via terminal, frescobaldi works great, though. > El 10 maig

\after positioning in voices

2024-05-07 Thread Robert Garrigos
I have this code which uses \after to position dynamic marks in the right place where I want them: \version "2.25.14" \language "english" example = \relative c' { \clef treble \key c \major \time 5/4 { \after 2\< \after 8*7 \> \repeat unfold 10 {e16 f} \!| } } \score { \new

Re: slurs problem with voices

2024-05-01 Thread Robert Garrigos
k > > \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 >

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: Fw: Frescobaldi ... panic alternatives?

2024-04-30 Thread Robert Garrigos
VS Code also provide point and click. Snippets and wizards are tipical features for any other programming language in VS Code. It should not be too difficult to write them for lilypond. I understand that it can be difficult to find the developers and mantainers to keep Frescobaldi runnig, but

Re: Frescobaldi?

2024-04-29 Thread Robert Garrigos
I cannot use Frescobaldi on Mac Sonoma (not working), so I went for Visual Studio Code, with some lilypond plugins, and I have to say that it offers everything I need Robert > El 28 abr. 2024, a les 13:57, Jean Abou Samra va > escriure: > >> Is Frescobaldi the most common tool on Linux, or

Re: slur cross staves

2024-04-27 Thread Robert Garrigos
Thanks, Knuite, this helped me a lot. Robert. > El 27 abr. 2024, a les 1:07, Knute Snortum va escriure: > > On Fri, Apr 26, 2024 at 2:57 PM Robert Garrigos <mailto:rob...@garrigos.cat>> wrote: >> This is the original music to cop

slur cross staves

2024-04-26 Thread Robert Garrigos
This is the original music to copy: I have this: << { \change Staff = "upper" \set tieWaitForNote = ##t \grace {cs'4_~ fs_~ cs'~ s4} 1^\fermata } \\ { \set tieWaitForNote = ##t \grace { fs,,4~^\pp\sustainOn cs'~ as'^~ s4*4} 1_\fermata } >> Which

Re: explicit arpeggio

2024-04-26 Thread Robert Garrigos
024, a les 20:05, Knute Snortum va escriure: > > On Fri, Apr 26, 2024 at 7:07 AM Robert Garrigos <mailto:rob...@garrigos.cat>> wrote: >> How about moving the grace notes of the lower staff to the left? I’m trying >> with GraceSpacing but cannot make it work just for the

Re: GraceSpacing on Staff

2024-04-26 Thread Robert Garrigos
Thanks, Leo, this is indeed the easiest solution. > El 26 abr. 2024, a les 20:08, Knute Snortum va escriure: > > On Fri, Apr 26, 2024 at 10:02 AM Leo Correia de Verdier > mailto:leo.correia.de.verd...@gmail.com>> > wrote: >> s4*3 after the grace notes (within the grace group) in the lower

GraceSpacing on Staff

2024-04-26 Thread Robert Garrigos
I have this music to replicate: I managed to get this: Still, I need to move the lower grace notes to the left. I can only apply GraceSpacing on the whole Score, which doesn’t help. Can I apply it on just one Staff? Also, I need the slur across the Staves but cannot find how to do so.

Re: explicit arpeggio

2024-04-26 Thread Robert Garrigos
How about moving the grace notes of the lower staff to the left? I’m trying with GraceSpacing but cannot make it work just for the lower staff. It is applied to the Score, not the Staff. > El 26 abr. 2024, a les 13:33, Robin Bannister va escriure: > > Robert Garrigos wrote: > >

Re: explicit arpeggio

2024-04-26 Thread Robert Garrigos
Oh thanks. I knew it was somewhere, but couldn't find it. ⁣Robert On 26 d’abr. de 2024, 13:33, at 13:33, Robin Bannister wrote: > Robert Garrigos wrote: > >> >> I don’t find a way to do this kind of explicit arpeggio (piano): >> >> > >This is covere

explicit arpeggio

2024-04-26 Thread Robert Garrigos
Dear list, I don’t find a way to do this kind of explicit arpeggio (piano): Any clues would be much appreciated. Robert

Re: computer compatible

2024-04-11 Thread Robert Garrigos
not the same as OSX 14 (Mojave, would be 10.14 in a more > straightforward numbering). I don’t know about compatibility, though. > >> 11 apr. 2024 kl. 16:57 skrev Robert Garrigos : >> >> I’m using it with macosx 14.4.1 since 14.1 >> >> Robert >>

Re: computer compatible

2024-04-11 Thread Robert Garrigos
I’m using it with macosx 14.4.1 since 14.1 Robert > El 11 abr. 2024, a les 16:28, Lydia Westerberg va > escriure: > > > Is Lilypond compatible with iMac sonoma 14.2? > Thanks. > Lydia Westerberg > > >

Re: LilyPond 2.25.14

2024-03-24 Thread Robert Garrigos
I did convert this Carver Mass to 2.25.13 and created the pdf with no error but the following warning: the property 'extra-X-extent' does not exist (perhaps a typing error) and warning: The MIDI channel is tuned around warning: module 16 will be remapped (actually, I got these last messages in

Re: Lilypond and digital readers

2024-02-29 Thread Robert Garrigos
both books. Hope I might help someone. Robert Garrigos > El 24 febr. 2024, a les 1:51, Laurie Savage va > escriure: > > Hi, > > I use a tablet for storing my lead sheets, most of which I prepare in > Lilypond. I have just stumbled on a trick I thought I'd share with you

small notes for different lyrics

2024-02-01 Thread Robert Garrigos
How do you do this?: This is, adding smalls notes or different rhythms for different lyrics. Just add a second voice and change the note’s sizes? Or is it there a proper way to do so? Thanks! Robert

broken bar line across staff

2024-01-31 Thread Robert Garrigos
Hi all, My first post in this list. Is there a way to accomplish this? the bar line across the staff is broken to enable the text to be more visible Thanks Robert