Oh yes I see

hmm
A old solution is

\override Staff.InstrumentName #'space-alist =
#'((left-edge extra-space . 0.0))

but no work with "2.8.8"
sorry !

\relative c' {
\override Staff.InstrumentName #'space-alist =
#'((left-edge extra-space . 0.0))
                
                \set Staff.instrument =
                \markup {
                \column { \right-align { \tiny { A Bela Bartok  1940 }}}
                }
        c4 d e f g a b c        
        }


Well, due to other bugs in lilypond, I use 2.8 - which has this buggy.

Bert

Martial írta:
Hi
You don't obtain this (see image joint) with the syntaxe ?


    \relative c' {
        \set Staff.instrumentName =
        \markup {
            \column {  \right-align {  \tiny {
            "A""Bela" "Bartok"  "1940" }}
        }
        }
    c4 d e f g a b c        }


That doesn't work correctly for me. It puts the text too much to the left of the score.

Bert

Martial írta:
hi
try this :

\set Staff.instrumentName =
\markup {
\column {
\right-align {"A" \tiny "Bela" \tiny "Bartok" "1940" }
}}




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to