Thank you!

Paul

On 12/19/25 12:08 PM, Knute Snortum wrote:
On Fri, Dec 19, 2025 at 9:58 AM Paul Scott <[email protected]> wrote:

    \version "2.25.31"

    \markup{
       \fill-line{
         \column{"REED 2" "Oboe"} \column{"Show Name" {\right-align "2"}}
       }
    }

    How can I get the "2" to the far right? center-align and
    left-align give
    the same result. A simple syntax mistake?


The following seems to do what you want, although I'm not a markup expert:

%%% Start
\version "2.25.31"

\markup{
   \fill-line{
     \column{"REED 2" "Oboe"}
     \column \right-align {"Show Name" "2" }
   }
}
%%% End



--
Knute Snortum

Reply via email to