Using ly:grob-object to access grobs with \tweak: Difference between revisions
m New category |
mNo edit summary |
||
| Line 5: | Line 5: | ||
The console output of the example function below (<code>display-grobs</code>) is as follows. | The console output of the example function below (<code>display-grobs</code>) is as follows. | ||
-------------------- | |||
-------------------- | #<Grob Accidental > | ||
#<Grob Accidental > | () | ||
() | #<Grob Stem > | ||
#<Grob Stem | |||
It is probably not that useful, but it demonstrates that the grobs are indeed being accessed. | It is probably not that useful, but it demonstrates that the grobs are indeed being accessed. | ||