lilypond-devel
[Top][All Lists]
Advanced

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

strange results for LedgerLineSpanner and \balloonText


From: Werner LEMBERG
Subject: strange results for LedgerLineSpanner and \balloonText
Date: Tue, 01 Mar 2022 14:41:52 +0000 (UTC)

[git commit 3cdce08c24d3cef7f242214f2b48763242a2ead6]


Please have a look at the output of

```
\new Score \with {
  \consists "Balloon_engraver"
} \new Staff {
  \balloonGrobText LedgerLineSpanner #'(1 . 1) "ledger line"
  c'''1
  \balloonGrobText LedgerLineSpanner #'(1 . -1) "ledger line"
  c'''1
}
```

There are two problems.

(1) The first balloon points to a position that is not related to the
    ledger line of the first note.  The vertical position is off, too.
(2) The balloon for the second note is missing.

If I'm not mistaken, there are bugs :-)


    Werner

PNG image


reply via email to

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