lilypond-devel
[Top][All Lists]
Advanced

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

balloonText and DoublePercentEngraver


From: Werner LEMBERG
Subject: balloonText and DoublePercentEngraver
Date: Tue, 21 Dec 2021 22:07:31 +0000 (UTC)

Please have a look at the following example.

```
\new Score \with {
  \consists "Balloon_engraver"
} \new Staff {
  \repeat "percent" 2 {
    e'4 e' e' e' |
    \balloonGrobText #'PercentRepeat #'(0 . 1) \markup "Repeat"
  }

  \repeat "percent" 2 {
    e'2 e' | e' e' |
    \balloonGrobText #'DoublePercentRepeat #'(0 . 1) \markup "DoubleRepeat"
  }
}
```

This shows a balloon help for `PercentRepeat` but not for
`DoublePercentRepeat`.  What am I doing wrong?


    Werner

PNG image


reply via email to

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