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.


<pre>
--------------------
--------------------
#<Grob Accidental >
#<Grob Accidental >
()
()
#<Grob Stem >
#<Grob Stem >
</pre>


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.