lilypond-user
[Top][All Lists]
Advanced

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

Re: Polymetric music and page breaks


From: Andrea La Rose
Subject: Re: Polymetric music and page breaks
Date: Tue, 5 Jul 2011 15:34:49 -0700 (PDT)

This snippet seems to do the trick:

global = { \repeat unfold 3 { \time 4/4 \once \override Staff.TimeSignature
#'stencil = ##f { s1*4 } \bar "" \break { s1*4 } 

The override of the stencil removes the extra time signatures; the once
command ensures that not all of the time signatures throughout the piece are
removed.

I'll apply this to the larger work and report back. Thanks for helping!

cheers,
Andrea
-- 
View this message in context: 
http://old.nabble.com/Polymetric-music-and-page-breaks-tp31728865p32001019.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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