lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3391 in lilypond: grace notes cause InstrumentName


From: lilypond
Subject: [Lilypond-auto] Issue 3391 in lilypond: grace notes cause InstrumentName to disappear
Date: Sat, 01 Jun 2013 14:32:01 +0000

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

New issue 3391 by address@hidden: 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

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