2012/4/16 Gagi Petrovic <gagig...@gmail.com>:
> I hope it's more clear now what I'm aiming for. Still I honestly think there
> should be an easier way than spending hours of tweaking markup: just to add
> some simple text in front of a staff. And still the result is not that
> satisfactory.

But you did not follow Kieren's advice. Look at

\version "2.14.2"

gong = {
  #(define mylines '(-4 0 4))
  \override Staff.StaffSymbol #'line-positions = #mylines
  \clef percussion  g
}

\score { \gong }


\layout {
  \context {
    \Staff
    %   \override StaffSymbol #'line-count = #3
    \override InstrumentName #'baseline-skip = #2
    \override InstrumentName #'font-size = #0
    \override InstrumentName #'self-alignment-X = #RIGHT
    instrumentName =
    \markup \concat{
      \raise #-1 \center-column{ "Wind " "Gong " }
      \bold\italic \center-column { e. m. c. }
    }
  }
}

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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

Reply via email to