Hi Kieren,

Am 03.05.2009 um 14:47 schrieb Kieren MacMillan:

Hi James,

Essentially, I'd like the instrumentName to not be calculated as part of the system width.

I'm confused: when I try it, the instrumentName *isn't* calculated as part of the system width:
Can you send an example of where it doesn't work as expected?
Kieren.

Perhaps it's just my inability to explain what I want. I'd like to have the two systems centered on the page, regardless of what the instrumentName is.
\version "2.12.2"

\markup {
   \fill-line {
      \score {
\new Staff \with { instrumentName = "Instrument Name" } { a4 g a f }
         \layout { indent = 0 }
      }
   }
}
\markup {
   \fill-line {
      \score {
         \new Staff { a4 g a f }
      \layout { indent = 0 }
      }
   }
}


James E. Bailey



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

Reply via email to