Comment #5 on issue 771 by n.puttock: Instrument names should be centered accordingly to StartSystem objects in other staves
http://code.google.com/p/lilypond/issues/detail?id=771

You can certainly add a global override to a \layout block; the example I posted
above used the follow:

\layout {
  indent = 30\mm
  \context {
    \Staff
% or \Score, if there are also instrument names attached to grouping contexts
    % (e.g. PianoStaff)
    \override InstrumentName #'padding = #-1.5
  }
}

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to