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,
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
> 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
> 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
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
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/
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
> >
> 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
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
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
> 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
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
> 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
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
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
15 matches
Mail list logo