bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 771 in lilypond: Instrument names should be centered accordingly


From: codesite-noreply
Subject: Issue 771 in lilypond: Instrument names should be centered accordingly to StartSystem objects in other staves
Date: Mon, 12 Oct 2009 21:52:12 +0000


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]