lilypond-user
[Top][All Lists]
Advanced

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

centering different time signatures


From: Kieren MacMillan
Subject: centering different time signatures
Date: Sat, 11 Apr 2015 14:46:29 -0400

Hi all,

In the snippet included below, I’d like to have the two time signatures 
center-aligned, but haven’t found the correct incantation.
(Gould has nothing specific to say about this situation, but her polymetric 
time signatures *appear* to be centre-aligned, and not left-aligned like Lily’s 
default.)
Any help would be appreciated.

Thanks,
Kieren.
________________________

\version "2.19.18"

\layout {
  \context {
    \Score
    \remove "Timing_translator"
    \remove "Default_bar_line_engraver"
  }
  \context {
    \Staff
    \consists "Timing_translator"
    \consists "Default_bar_line_engraver"
  }
}

shortTSmusic = {
  \time 4/4 g'4
}

longTSmusic = {
  \time 12345/4 g'4
}

\score {
  <<
    \new Staff \shortTSmusic
    \new Staff \longTSmusic
  >>
}
_______________________

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




reply via email to

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