openlilylib / scholarly

ScholarLY, a library for annotating LilyPond scores
GNU General Public License v3.0
24 stars 6 forks source link

"tweaked" forms of \annotate don't work properly #37

Open uliska opened 8 years ago

uliska commented 8 years ago

There are two ways to specify "tweaking" applications of \annotate:

\musicalIssue Accidental \with {
  ...
}
cis

\musicalIssue \with {
  ...
}
cis

The first will annotate the Accidental of the following music expression, while the second will annotate the next music expression itself (which usually should result in the NoteHead being affected).

However, this doesn't seem to make a difference. Checking inside \annotate seems to indicate that the annotation is attached to the grob, and when not attaching an annotation but coloring the object it works smoothly. So the issue should be found somewhere in the engraver rather than in the main entry function.