lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lines to edges of \center-column


From: caagr98
Subject: Lines to edges of \center-column
Date: Sat, 22 Apr 2017 22:22:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

Is there some way to make a center-column draw lines from slightly outside the text to the edges of the column (see example)?

In this specific case, I have both English and Japanese names for stuff, and without those lines, I think it's a bit unclear exactly what part the Japanese refers to.

```
subtitle = \markup \bold \large \line {
  "from"
  \center-column {
    "Legend of Heroes"
    \smaller \smaller \smaller
    "英雄伝説"
  }
  "VI:"
  \center-column {
    "Trails in the Sky"
    \smaller \smaller \smaller
    "空の軌跡"
  }
}
```

Attachment: column-lines.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]