lilypond-user
[Top][All Lists]
Advanced

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

rounded-boxes and \textLengthOn


From: Emilio Millan
Subject: rounded-boxes and \textLengthOn
Date: Wed, 4 Apr 2018 19:44:43 -0400

Hi again all. I've got another question.

The LilyPond code below produces the music in the attached image file.

The first three measures are, I think, correct behavior and the fourth
is not. (Pretty obscure, I'd admit.)

Can anyone think of a workaround to use rounded-boxes as in the fourth
measure but without the stair-stepping?

Thanks!
Emilio



\version "2.19.81"

{
  \time 2/4
  \textLengthOn

  c8^\markup{\dir-column {+1 +2 +3}}
  d8^\markup{\dir-column {+1 +2 +3}}
  e8^\markup{\dir-column {+1 +2 +3}}
  f8^\markup{\dir-column {+1 +2 +3}}

  c8^\markup{\dir-column \box {+1 +2 +3}}
  d8^\markup{\dir-column \box {+1 +2 +3}}
  e8^\markup{\dir-column \box {+1 +2 +3}}
  f8^\markup{\dir-column \box {+1 +2 +3}}

  c8^\markup{\dir-column \circle {+1 +2 +3}}
  d8^\markup{\dir-column \circle {+1 +2 +3}}
  e8^\markup{\dir-column \circle {+1 +2 +3}}
  f8^\markup{\dir-column \circle {+1 +2 +3}}

  c8^\markup{\dir-column \rounded-box {+1 +2 +3}}
  d8^\markup{\dir-column \rounded-box {+1 +2 +3}}
  e8^\markup{\dir-column \rounded-box {+1 +2 +3}}
  f8^\markup{\dir-column \rounded-box {+1 +2 +3}}
}

Attachment: dir-column-and-rounded-box.png
Description: PNG image


reply via email to

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