lilypond-user
[Top][All Lists]
Advanced

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

StaffGroup starting with grace note


From: Ahanu Banerjee
Subject: StaffGroup starting with grace note
Date: Sun, 14 Feb 2021 17:26:27 -0500

Hi,

I am having an issue creating a new StaffGroup where one staff begins with a grace note. The key signature for the other staff ends up shifted to the right and collides with the time signature. Please advise how to fix. Thanks!!

\version "2.20.0"
\language "english"
  \new StaffGroup <<
    \new Staff = "Top" {
      \key ef \major
        g'1
    }
     \new Staff = "Bottom" {
       \clef bass
       \key ef \major
       \acciaccatura <c, g,>8
       g1 |
    }
  >>

-Ahanu

Attachment: Screen Shot 2021-02-14 at 5.25.58 PM.jpg
Description: JPEG image


reply via email to

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