Re: Two adjacent clefs

2024-06-09 Thread Valentin Petzel
Hello Richard, usually for this I’d simply use grace notes to create a timestep separation between two clefs: { \clef bass \once\hideNotes\grace c64 \once\override Staff.Clef.X-extent = #'(1.5 . 2) \clef treble 1 } But then it would actually be quite easy to have this done properly by

Re: Two adjacent clefs

2024-06-09 Thread Richard Shann
On Sat, 2024-06-08 at 14:46 -0400, William Rehwinkel wrote: > Dear Richard, > > I'm not sure what you mean, but I think I would do something like > this > for putting multiple clefs together. > > -William > > % -- > \version "2.25.16" > > \relative c' { >    \override Staff.Cle

Re: Two adjacent clefs

2024-06-09 Thread Richard Shann
On Sun, 2024-06-09 at 10:33 +0200, Valentin Petzel wrote: > Hello Richard, > > usually for this I’d simply use grace notes to create a timestep > separation > between two clefs: > > { >   \clef bass >   \once\hideNotes\grace c64 >   \once\override Staff.Clef.X-extent = #'(1.5 . 2) >   \clef treb

Re: Two adjacent clefs

2024-06-09 Thread Knute Snortum
On Sun, Jun 9, 2024 at 6:39 AM Richard Shann wrote: I was imagining that this construct was more commonly used than I guess > it actually is (the current case that I have been asked about is not > even what I took to be the common case of pianists so used to having > treble and bass that they don

Re: 2.25.16 D.S. al Fine

2024-06-09 Thread mskala
On Sat, 8 Jun 2024, Paul Scott wrote: > I can't quickly find any examples in printed music that has the redundant > segno mark.  D.S. aleady means "dal segno" or "from the sign." > > I don't have a copy of Gould but Wikipedia and other sources on the Internet > agree with me. For what it's worth,

Re: Two adjacent clefs

2024-06-09 Thread Richard Shann
On Sun, 2024-06-09 at 06:56 -0700, Knute Snortum wrote: > > On Sun, Jun 9, 2024 at 6:39 AM Richard Shann > wrote: > > > I was imagining that this construct was more commonly used than I > > guess > > it actually is (the current case that I have been asked about is > > not > > even what I took to

Re: Two adjacent clefs

2024-06-09 Thread Jean Abou Samra
> I think it's not uncommon for two clefs to appear side by side at the > start of a piece (e.g. when a piano piece starts with both staves in > bass clef so as to alert the pianist that the upper staff is not in > treble clef). > How is this done in LilyPond? See https://lsr.di.unimi.it/LSR/Item

Re: Two adjacent clefs

2024-06-09 Thread Richard Shann
On Sun, 2024-06-09 at 18:08 +0200, Jean Abou Samra wrote: > > > I think it's not uncommon for two clefs to appear side by side at > > the > > start of a piece (e.g. when a piano piece starts with both staves > > in > > bass clef so as to alert the pianist that the upper staff is not in > > treble

Spontini experiences

2024-06-09 Thread bobr...@centrum.is
After seeing the posts about Spontini I thought I'd have a look myself. There were a few stumbling blocks but I've managed to get it working. This is on a Windows 11 box. A few observations: I tried the Export SVG to PDF and got a warning about Inkscape being called but not set. There is no

Re: Spontini experiences

2024-06-09 Thread Paolo Prete
Hello David, Thanks for your feedback! > A few observations: > > I tried the Export SVG to PDF and got a warning about Inkscape being > called but not set. There is no option in the Spontini server to set > Inkscape. I did not have Inkscape installed initially, so I installed it > and tried t

Re: Spontini experiences

2024-06-09 Thread bobr...@centrum.is
> From: "Paolo Prete" > To: "bobroff" > Cc: "Lillypond Users Mailing List" > Sent: Sunday, June 9, 2024 7:21:10 PM > Subject: Re: Spontini experiences > Hello David, > Thanks for your feedback! >> A few observations: >> I tried the Export SVG to PDF and got a warning about Inkscape being call

Fwd: color text in markup

2024-06-09 Thread Виноградов Юрий
Hi. Tell me how to make the first letter in the \markup department red.  d4^\markup {  "Tell me how to make" } d4  С уважением,Виноградов Юрий.

Re: color text in markup

2024-06-09 Thread Werner LEMBERG
> Tell me how to make the first letter in the \markup department red. > > d4^\markup { "Tell me how to make" } d4 Try ``` { d'4^\markup \concat { \with-color #red T ell " me how to make" } d'4 } ``` Werner

Re: Spontini experiences

2024-06-09 Thread Paolo Prete
On Mon, Jun 10, 2024 at 12:22 AM bobr...@centrum.is wrote: > It's preferable if you don't manually edit the config file and you set > Inkscape with the GUI. Just click on TOOLS -> "Set configuration > parameter". Then enter "inkscape-exec" as the parameter to configure, then > enter "path/to/inks

Re: Spontini experiences

2024-06-09 Thread bobr...@centrum.is
> From: "Paolo Prete" > To: "bobroff" > Cc: "Lillypond Users Mailing List" > Sent: Monday, June 10, 2024 6:20:27 AM > Subject: Re: Spontini experiences > On Mon, Jun 10, 2024 at 12:22 AM [ mailto:bobr...@centrum.is | > bobr...@centrum.is ] < [ mailto:bobr...@centrum.is | bobr...@centrum.is ] >