Hi Harm,
> Well, you could do:
Thanks! I’ll check this out and report back.
> Though why?
> \once \set Score.timeSigVisibility = ##t is even more typing than
> inserting \time
Because I’m trying to separate content from presentation — typing \time
forces presentation layer information into m
2015-04-12 21:28 GMT+02:00 Kieren MacMillan :
> Hi all,
>
>>> But forcing the grob to appear presupposes that there is a TimeSignature
>>> grob, and these are created in response to \time. What you are suggesting
>>> would mean that each measure needs its own time signature object, which is
>>> no
Hi all,
>> But forcing the grob to appear presupposes that there is a TimeSignature
>> grob, and these are created in response to \time. What you are suggesting
>> would mean that each measure needs its own time signature object, which is
>> not the case.
Fair enough.
> Can the edition engraver
ngraver just insert a "\time X/X" where the time sig should
appear?
-Paul
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/centering-different-time-signatures-tp174389p174425.html
Sent from the User mailing list
On Sun, Apr 12, 2015 at 9:58 AM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi Simon,
>
> > I couldn’t carry it out, but what about the following approach: Create a
> music function to add \times before /every/ bar, add that function to
> toplevel-music-functions, \omit them except
Hi Simon,
> I couldn’t carry it out, but what about the following approach: Create a
> music function to add \times before /every/ bar, add that function to
> toplevel-music-functions, \omit them except for the first, and use
> \once\override TimeSignature.stencil = #ly:time-signature::print fo
Am 12.04.2015 um 02:32 schrieb Kieren MacMillan:
Hi David,
No promises, just something hacked together. This only moves time signatures belonging
to the same paper column as a criteron of vertical "relatedness." Can't say if
that's a valid assumption.
Outstanding! Works great on all the ex
On Sat, Apr 11, 2015 at 7:32 PM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi David,
>
> > No promises, just something hacked together. This only moves time
> signatures belonging to the same paper column as a criteron of vertical
> "relatedness." Can't say if that's a valid ass
Hi David,
> No promises, just something hacked together. This only moves time signatures
> belonging to the same paper column as a criteron of vertical "relatedness."
> Can't say if that's a valid assumption.
Outstanding! Works great on all the examples I can see in this score.
Thanks!
Kiere
Hi Kieren,
On Sat, Apr 11, 2015 at 4:03 PM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi Pierre,
>
> > I'm not sure you'll like it since it is no incantation but a workaround.
>
> I appreciate the work… but I have multiple instances of this issue, with
> different combinations of
Hi Pierre,
> I'm not sure you'll like it since it is no incantation but a workaround.
I appreciate the work… but I have multiple instances of this issue, with
different combinations of time signatures, so this isn’t sufficient to save
much manual work.
I’ll just use the \editionEngraver to thro
Hi Kieren,
I'm not sure you'll like it since it is no incantation but a workaround.
Though it's well centered, so here it goes:
shortTSmusic = {
\tweak layer #-1
\tweak stencil
#(lambda (grob)
(grob-interpret-markup grob
#{
\markup
\cent
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
13 matches
Mail list logo