---

** [issues:#5020] Grace notes obscure ledger lines**

**Status:** Accepted
**Created:** Wed Dec 28, 2016 11:56 PM UTC by Graham Percival
**Last Updated:** Wed Dec 28, 2016 11:56 PM UTC
**Owner:** nobody
**Attachments:**

- 
[bug.png](https://sourceforge.net/p/testlilyissues/issues/5020/attachment/bug.png)
 (22.6 kB; image/png)


Minimal working example:

```
\version "2.18.2"

\markup{"Grace note beams and slash cover ledger lines:"}
{
  \clef bass
  \grace{
    e,,32 f,, e,, f,,
  }
  a,,2
  \slashedGrace{e,,8}
  a,,2
}
```

More info:

```
\markup{"Perhaps better would be:"}
{
  \clef bass
  \once \override Beam.positions = #'(-0.5 . -0.5)
  \grace{
    e,,32 f,, e,, f,,
  }
  a,,2
  \once \override Stem.length = #11
  \slashedGrace{e,,8}
  a,,2
}

\markup{"Note that regular notes do not show this problem:"}
{
  \time 5/4
  \clef bass
  e,,32 f,, e,, f,,
  a,,2
  e,,8
  a,,2
}
```

More discussion here:
http://lists.gnu.org/archive/html/bug-lilypond/2016-12/msg00050.html


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to