lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Acciaccatura question/issue


From: Knute Snortum
Subject: Re: Acciaccatura question/issue
Date: Fri, 15 Jul 2022 16:38:10 -0700

On Fri, Jul 15, 2022 at 3:34 PM jh <info@soundand.com> wrote:
>
> using 2.22.2 in fresco, my very old understanding of grace and
> acciaccatura is that they receive no duration value in a measure.

That's correct.

> the
> following Minimal example using forget for accidentals when compiled
> allows only 3 quarter notes in a 4/4 bar.  I changed the 8ths in the
> acciaccatura to 16ths in case that was the problem but that's not the
> solution.
> ~
> <ges' ces es>4^\markup {IX}<f bes d><es aes ces><d aes bes><es f bes>
>         \acciaccatura {\times 2/3 {aes16 ges aes}} <d, f bes>4
>         \acciaccatura {\times 2/3 {aes'16 ges f}} <ces es ges>4
>         \acciaccatura {\times 2/3 {ges'16 f d}} <es ges bes>4\fermata\bar
> "||"
>         d'8 f es16 ces bes8 aes ces bes16 ges f8 es4 ~ <es,, es''>\bar
> "||"
>
> So what don't I understand?

Here's your code slightly modified so that it actually compiles:

\version "2.22.2"

\relative {
  <ges' ces es>4^\markup {IX}<f bes d><es aes ces><d aes bes><es f bes>
  \acciaccatura {\times 2/3 {aes16 ges aes}} <d, f bes>4
  \acciaccatura {\times 2/3 {aes'16 ges f}} <ces es ges>4
  \acciaccatura {\times 2/3 {ges'16 f d}} <es ges bes>4\fermata\bar "||"
  d'8 f es16 ces bes8 aes ces bes16 ges f8 es4 ~ <es,, es''>\bar "||"
}

I don't see any problem with this code and no errors are produced when
I compile it.  Can't you post a minimal *working* example that
demonstrates the problem?  (Working, as is "it will compile").

--
Knute Snortum



reply via email to

[Prev in Thread] Current Thread [Next in Thread]