On 4/4/2018 7:44 PM, Emilio Millan wrote:
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}}
}


Sorry, I pasted the wrong code in my last email...half asleep :)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to