On Wed, 2024-08-14 at 09:11 -0700, Donald J. Stewart wrote:
> Thanks Richard,
>
> I did start with the Grace After feature but it didn't seem to change
> the
> grace note position and in Print View it appears in measure after
> where it
> appears in Denemo.
>
> I've changed the default 'fractional position' of 3/4 to many
> different
> fractions, but it still stays in exactly the same place -- which is
> after the
> barline and near the following note. At first I thought I was turning
> the
> feature On and Off each time I applied the feature, but that didn't
> seem to be
> the case.
>
> It seems that no matter what I do -- delete the grace note, and start
> a new
> one -- it doesn't make the change.
>
> I'm using Andreas' 2.6.38 build for Debian/Ubuntu.
>
> It was only then that I tried the LilyPond \afterGrace command which
> changed
> the grace note position, but then moved the following quarter note
> out of the
> next measure, pushing everything else out of rhythmic alignment.
>
> I'd rather stay within Denemo to make these changes. Is there a
> possibility
> the Grace After feature has been deactivated on my build or system?
The first thing to do is to create a new blank score put in two whole
notes in the first two bars. Then at the end of the first bar insert a
grace note and, with the cursor on it, execute the after grace command.
Check that this is working in the Print View.
The LilyPond syntax you should see in the LilyPond View is this
MvmntIVoiceI = {
\attachGraces #3/4 c''1 \grace {d''8} \AutoBarline
c''1 \AutoEndMovementBarline
}
along with the definition of attachGraces immediately above the music.
If this is all good, then the problem will lie in something else in
your score. You could compare what you have in your score at the place
where you have invoked the Denemo after grace command to see what is
different. You could post the it here if you would like a second pair
of eyes on it.
HTH
Richard
>
> Donald
>
> On Wednesday, August 14, 2024 2:31:18 AM PDT Richard Shann wrote:
> > On Tue, 2024-08-13 at 15:23 -0700, Donald J. Stewart wrote:
> > > I'm trying to move a grace note to 'attach' itself to the note
> > > immediately preceding it by using
> > >
> > > Directives->Insert LilyPond
> > >
> > > and inserting
> > >
> > > \afterGrace
> >
> > Denemo has a command to manage the LilyPond syntax for after
> > graces:
> >
> > Command: Grace After (Off/On)
> > The grace note(s) at the cursor will be typeset close to the
> > previous
> > note, rather than attaching to the music that follows. It will be
> > spaced from the note at the fraction of the duration given.
> > (OFF/ON)
> > Location: Object Menu ▶ Notes/Rests ▶ Grace Notes
> > Internal Name: GraceAfter
> >
> > The current version (2.6.34) allows you to say how close to the
> > preceding note you want the grace note to come.
> >
> > > as per the LilyPond Notation Reference
> > > https://lilypond.org/doc/v2.25/Documentation/notation/grace-notes
> > >
> > > It does pull the grace note to that note, but it also pulls the
> > > note
> > > after it into the same measure -- which consequently takes it out
> > > of
> > > the correct measure. (marked in red)
> >
> > If you're question is about LilyPond syntax you will get much more
> > expert help from [email protected] - I consulted them myself
> > just
> > the other day. In any case you will need to provide a short example
> > showing the syntax you are using (you can get this by copying and
> > pasting from the LilyPond View in Denemo).
> >
> > Richard
>
>
>
>