lilypond-user
[Top][All Lists]
Advanced

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

center-aligning TimeSignatures


From: Kieren MacMillan
Subject: center-aligning TimeSignatures
Date: Mon, 1 Dec 2014 19:10:34 -0500

Hello all,

1. When different staves have different TimeSignatures, is there a standard as 
to the alignment? (n.b. Lilypond’s default is left-aligned, as seen in the 
snippet below.)

2. If my preference would be to center-align them (see manually-tweaked version 
in the snippet), is there an easy way to accomplish this globally/automagically?

Thanks,
Kieren.

\version "2.19"

thinSigMusic = {
  \set Staff.timeSignatureFraction = 3/4
  c''1
}

thickSigMusic = {
  \set Staff.timeSignatureFraction = 4899/222
  c''1
}

\score {
  <<
    \new Staff \thinSigMusic
    \new Staff \thickSigMusic
  >>
}

\score {
  <<
    \new Staff \with { \override TimeSignature.extra-offset = #'(2 . 0) } 
\thinSigMusic
    \new Staff \thickSigMusic
  >>
}

_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  address@hidden




reply via email to

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