Re: How to define a turn with two accidentals

2023-10-13 Thread Volodymyr Prokopyuk
Hi Michael, Fantastic solution! Thank you very much! LilyPond is similar to Emacs: given my superficial understanding of both LilyPond and Elisp, quite often non-standard things are quite hard to nail down without help from experts, but most of them are possible! Thank you, Vlad On Fri, Oct 13,

Re: How to define a turn with two accidentals

2023-10-13 Thread Michael Werner
Hi Vlad, On Fri, Oct 13, 2023 at 6:02 AM Volodymyr Prokopyuk < volodymyrprokop...@gmail.com> wrote: > I'd like to create a *music function* for convenience to be used like \after > 4. { \udTurn \sharp \natural } g=''2 a8 g f e | > > How do I create a music function for this purpose? I've tried th

Re: How to define a turn with two accidentals

2023-10-13 Thread Volodymyr Prokopyuk
> volodymyrprokop...@gmail.com> wrote: > > > > Is it possible to define a turn with two accidentals as shown below? > > I think you must design them, say adding another column item to what I use: > > mordentsharp = ^\markup \left-align \center-column { > \musicg

Re: How to define a turn with two accidentals

2023-10-13 Thread Hans Åberg
> On Oct 12, 2023, at 23:10, Volodymyr Prokopyuk > wrote: > > Is it possible to define a turn with two accidentals as shown below? I think you must design them, say adding another column item to what I use: mordentsharp = ^\markup \left-align \center-column { \musicglyph #&quo

Re: How to define a turn with two accidentals

2023-10-12 Thread Knute Snortum
4^\markup { \center-column { \flat \musicglyph > "scripts.turn" \sharp } } e'8 c \bar "||" } > > I'm sure there's a better way known to the real experts, so consider this > a not-quite-good hack. > > Best wishes, > Jakob > > On 12.10.2

Re: How to define a turn with two accidentals

2023-10-12 Thread Jakob Pedersen
nown to the real experts, so consider this a not-quite-good hack. Best wishes, Jakob On 12.10.2023 23.10, Volodymyr Prokopyuk wrote: Hi, Is it possible to define a turn with two accidentals as shown below? image.png The LilyPond documentation has a snippet here https://lilypond.org/doc/

How to define a turn with two accidentals

2023-10-12 Thread Volodymyr Prokopyuk
Hi, Is it possible to define a turn with two accidentals as shown below? [image: image.png] The LilyPond documentation has a snippet here https://lilypond.org/doc/v2.24/Documentation/notation/expressive-marks-attached-to-notes for a turn with one accidental. Thank you, Vlad

Re: Turn with two accidentals

2005-04-16 Thread David Sanders
> > > The error message says exactly what the problem is and agrees with the > way \column works for me with 2.4.2. The example in the Text Markup of > the manual for 2.4.2 is: > > \markup { \column < a c > } Thanks, I had somehow missed this bit of the documentation. The following is a solu

Re: Turn with two accidentals

2005-04-16 Thread dax2
On Sat, 16 Apr 2005 10:36:43 -0700 Paul wrote: > The error message says exactly what the problem is and agrees with the > way \column works for me with 2.4.2. The example in the Text Markup of > the manual for 2.4.2 is: > > \markup { \column < a c > } Ah! You came first! I cannot resist

Re: Turn with two accidentals

2005-04-16 Thread Paul Scott
Mats Bengtsson wrote: Please always tell what LilyPond version you have when you ask a question to the mailing list. I assumed that you had the latest stable version, 2.4.x, but it seems that you have an earlier version. If you read the section on "Text Markup" in the manual for your version of Lil

Re: Turn with two accidentals

2005-04-16 Thread David Sanders
> Please always tell what LilyPond version you have when you ask a > question to the mailing list. I assumed that you had the latest I did give the version, in my original message: 2.4.2. > If you read the section on "Text Markup" in the manual for your version > of LilyPond, I'm sure that you c

Re: Turn with two accidentals

2005-04-16 Thread Mats Bengtsson
Please always tell what LilyPond version you have when you ask a question to the mailing list. I assumed that you had the latest stable version, 2.4.x, but it seems that you have an earlier version. If you read the section on "Text Markup" in the manual for your version of LilyPond, I'm sure that y

Re: Turn with two accidentals

2005-04-16 Thread David Sanders
> The easiest is probably to typeset it all using a single \markup. > Something like: > a4^\markup{\column {\teeny \sharp } { \musicglyph #"scripts-turn" } > {\teeny \sharp} } That looks like it should do exactly what I want, but I get the following errors: --- test.ly:2:19: error: synt

Re: Turn with two accidentals

2005-04-16 Thread Mats Bengtsson
The easiest is probably to typeset it all using a single \markup. Something like: a4^\markup{\column {\teeny \sharp } { \musicglyph #"scripts-turn" } {\teeny \sharp} } /Mats David Sanders wrote: Hi, I have looked carefully in the manual, but have not managed to find any information on how to d

Turn with two accidentals

2005-04-15 Thread David Sanders
Hi, I have looked carefully in the manual, but have not managed to find any information on how to do the following. (Version 2.4.2, Linux) I need to place a turn with a sharp sign below and another sharp sign above. I tried a4^\markup { \teeny \sharp }^\turn^\markup { \teeny \sharp } but it