Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3391 by [email protected]: grace notes cause InstrumentName to disappear
http://code.google.com/p/lilypond/issues/detail?id=3391

As stated in the title - remove both grace notes and the instrument name comes back.

  harprh = \relative c' {
    \grace { s16 } R1*4 |
    \break
    R1*4
  }

  harplh = \relative c' {
    \grace { s16 } R1*4 |
    \break
    R1*4
  }

  \score { <<
    \new PianoStaff = "harp" <<
      \set PianoStaff.instrumentName = "InstName"
      \set PianoStaff.shortInstrumentName = "Short"
      \new Staff = "rh" { \harprh }
      \new Staff = "lh" { \harplh }
    >>
    >>
  }

Attachments:
        dance1.png  11.0 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to