Trevor Daniels - 2015-11-15

Well, maybe this is not an intelligent way, but it works perfectly well for fixed line layouts like poems, verses to hymns and stanzas to songs:

:::TeX
\markup {
  \vspace #1
  \fill-line {
    "    "
    \column { 
      "1. Verse 1, line 1"
      "       Verse 1, line 2"
    }
    "    " 
    \column {
      "2. Verse 2, line 1"
      "       Verse 2 line 2"
    }
    "    "
  }
}

But there is no way of making text reflow when column widths change.