ConTeXt には詩を中央に配置する環境がありますか?

ConTeXt には詩を中央に配置する環境がありますか?

ウィリアム ブレイクの詩を中央に表示したいのですが、ConTeXt にこれを実現できる環境はありますか?

私の唯一の方法はmidaligned

\midaligned{To see a world in a grain of sand}
\midaligned{And a heaven in a wild fllower}
\midaligned{Hold infinity in the palm of your hand}
\midaligned{And eternity in an hour}

しかし、エレガントではありません。

答え1

があるlines

\starttext
\setuplines[align=middle]
\startlines
To see a world in a grain of sand
And a heaven in a wild flower
Hold infinity in the palm of your hand
And eternity in an hour
\stoplines
\stoptext

関連情報