lily-user wrote:
> 
> Newbie question, 
> How do I make the "Flute" instrument name appear like the one in the image
> i.e., along with the 1 2 player information, with the correct alignment.
> Thanks. 
> 
>   http://old.nabble.com/file/p33030134/markup.jpg 
> 

  \new Staff \with {
    instrumentName = \markup
    \override #'(line-width . 10)
    \fill-line {
      \vcenter \column { \null "Flute" }
      \column {  "1"  "2" } 
} }
-- 
View this message in context: 
http://old.nabble.com/instrument-name-or-%5Cmarkup-question-tp33030134p33030755.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to