lilypond-user
[Top][All Lists]
Advanced

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

Re: Grace note beams won't hide correctly


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

On 7/4/2019 5:45 PM, Shane Brandes wrote:
\undo \omit Stem
 That turns it back on.
regards,
Shane

On Thu, Jul 4, 2019 at 5:07 PM Ben <address@hidden> wrote:
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)
  }

}

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-use

Hi Shane,

When I try your code suggestion, it does look correct but I have errors in my log?

Drawing systems...

programming error: bounds of this piece aren't breakable.

continuing, cross fingers

%%%%% code

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

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

    df4)
  }

}


reply via email to

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