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 <soundsfromso...@gmail.com> 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
lilypond-user@gnu.org
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)
  }

}

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

Reply via email to