lilypond-user
[Top][All Lists]
Advanced

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

Re: horizontal alignment suggestions


From: James E. Bailey
Subject: Re: horizontal alignment suggestions
Date: Sun, 3 May 2009 17:33:51 +0200

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




reply via email to

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