lilypond-user
[Top][All Lists]
Advanced

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

Grace note beams won't hide correctly


From: Ben
Subject: Grace note beams won't hide correctly
Date: Thu, 4 Jul 2019 17:02:40 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

Hi all,

This is the first time I've encountered the need to hide grace note beams and/or stems. Can someone show me what I am doing wrong?

I'm attaching an image of what I am after.

Thank you!

Here is my code so far:

%%%%%%%%

\version "2.19.82"
\language "english"


\relative c'

%% This hide the beams and stems, but I only want to hide the middle notes.
{
  \omit Beam
  \omit Stem
  \appoggiatura  {
    e!8(^[

    g! c! fs bf ef bf fs c! e,!]
    df4)
  }
}


%% This hide the stems, and it's 99% there, but I can't figure out how to finish this with the correct beaming and slash.

\relative c'
{
  \appoggiatura  {
    e!8(^[

    \omit Beam
    \omit Stem
    g! c! fs bf ef bf fs c! e,!]

    df4)
  }

}

Attachment: my goal.png
Description: PNG image

Attachment: my-attempt-sofar.png
Description: PNG image


reply via email to

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