Compress Full Bar Rests with Temporary Divisi Staves

2017-06-25 Thread NagyMusic
Hello! This is my first post (question) to all Lilypond-User list members, so my apology if this issue has been resolved already. I welcome your guidance in this matter and thank you for you time. Attached you will find three .ly files corresponding to the engraving of a short example from Arvo Pä

Re: compress full bar rests

2015-10-10 Thread Flaming Hakama by Elaine
> And a really minimal example is the one Thomas already posted: > > %%% > > \new Staff << > { s1 s1 } > { \compressFullBarRests R1*2 } > >> > %%% I reject this as a minimal example because it only demonstrates half of what I demonstrated, which is that the sam

Re: compress full bar rests

2015-10-10 Thread David Kastrup
Flaming Hakama by Elaine writes: > Somehow, through this framework, I cannot get full bar rests to compress > when I use a globals treatment. > > Does anyone have a clue as to how to get them to compress? > > Thanks. > > > > \version "2.19.15" > > structure = \relative c { > \compressFullBarR

Re: compress full bar rests

2015-10-09 Thread Flaming Hakama by Elaine
Thanks for the help, everyone who replied. Looks like a simple solution. The purpose of the globals treatment is to consolidate any score-wide content, like double barlines, repeats, signatures, rehearsal marks, coda and D.S. markings, tempi, etc. Admiyyedly, in this minimal example, that utili

Re: compress full bar rests

2015-10-09 Thread Kieren MacMillan
Hi Thomas (et al.), On Oct 9, 2015, at 6:41 PM, Thomas Morley wrote: > A sequence of single SkipEvents like { s1 s1 } will not be compressed. Check the archives for “mergeSkips”, especially . (And, yes, I think this — or som

Re: compress full bar rests

2015-10-09 Thread Simon Albrecht
Hello David, On 09.10.2015 22:31, Flaming Hakama by Elaine wrote: Somehow, through this framework, I cannot get full bar rests to compress when I use a globals treatment. Minimal examples are highly useful: You should follow the instructions on if you

Re: compress full bar rests

2015-10-09 Thread Thomas Morley
2015-10-09 22:31 GMT+02:00 Flaming Hakama by Elaine : > Somehow, through this framework, I cannot get full bar rests to compress > when I use a globals treatment. > > Does anyone have a clue as to how to get them to compress? > > Thanks. > > > > \version "2.19.15" > > structure = \relative c { >

Re: compress full bar rests

2015-10-09 Thread Trevor Daniels
Try s1*5 Trevor - Original Message - From: Flaming Hakama by Elaine To: Lilypond-User Mailing List Sent: Friday, October 09, 2015 9:31 PM Subject: compress full bar rests Somehow, through this framework, I cannot get full bar rests to compress when I use a globals

Re: compress full bar rests

2015-10-09 Thread Jacques Menu
Hello David, Played around with your example, but to no avail. What is this « globals » function supposed to bring? JM > Le 9 oct. 2015 à 22:31, Flaming Hakama by Elaine a > écrit : > > Somehow, through this framework, I cannot get full bar rests to compress when > I use a globals treatment

compress full bar rests

2015-10-09 Thread Flaming Hakama by Elaine
Somehow, through this framework, I cannot get full bar rests to compress when I use a globals treatment. Does anyone have a clue as to how to get them to compress? Thanks. \version "2.19.15" structure = \relative c { \compressFullBarRests \override MultiMeasureRest.expand-limit = #2

Re: Compress Full Bar Rests

2012-09-15 Thread Josiah Boothby
On Sat, 15 Sep 2012 11:24:30 +0200 Jan Nieuwenhuizen wrote: > Hugh Resnick writes: > > >> Consider lumping your measures together, so: s1*3 instead of s1 s1 > >> s1 > >> > >> —Josiah > > > > Perfect. Thank you so much. > > I'd like to ask some more silly questions here > > * why is this [*3

Re: Compress Full Bar Rests

2012-09-15 Thread Phil Holmes
- Original Message - From: "Jan Nieuwenhuizen" To: "Hugh Resnick" Cc: Sent: Saturday, September 15, 2012 10:24 AM Subject: Re: Compress Full Bar Rests Hugh Resnick writes: Consider lumping your measures together, so: s1*3 instead of s1 s1 s1 —Josiah Perfec

Re: Compress Full Bar Rests

2012-09-15 Thread Jan Nieuwenhuizen
Hugh Resnick writes: >> Consider lumping your measures together, so: s1*3 instead of s1 s1 s1 >> >> —Josiah > > Perfect. Thank you so much. I'd like to ask some more silly questions here * why is this [*3] necessary? and if it is necessary, then * why isn't it obvious? and if it isn't ob

Re: Compress Full Bar Rests

2012-09-14 Thread Kieren MacMillan
Hi Hugh, > the line breaks (which were only there to make the full score prettier) Have you looked at ?? Hope this helps! Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/

Re: Compress Full Bar Rests

2012-09-14 Thread Hugh Resnick
Nick Payne internode.on.net> writes: > > On 15/09/12 10:58, Hugh Resnick wrote: > > > It's the spacer notes in \global that prevent it, as you'll see if you > remove \global from the score block, though you'll then get lots of > barcheck errors because you've lost the time signature changes. >

Re: Compress Full Bar Rests

2012-09-14 Thread Nick Payne
On 15/09/12 10:58, Hugh Resnick wrote: >> I'm not top posting. > Jan N. himself requested that I send this question to the forum after becoming > frustrated with it last night and tweeting about it. I cannot see what I am > doing incorrectly that would prevent \compressFullBarRests from working in

Re: Compress Full Bar Rests

2012-09-14 Thread Hugh Resnick
Josiah Boothby gmail.com> writes: > > On Sat, 15 Sep 2012 00:58:05 + (UTC) > Hugh Resnick gmail.com> wrote: > > Consider lumping your measures together, so: s1*3 instead of s1 s1 s1 > > —Josiah Perfect. Thank you so much. Hugh ___ lilypo

Re: Compress Full Bar Rests

2012-09-14 Thread Josiah Boothby
On Sat, 15 Sep 2012 00:58:05 + (UTC) Hugh Resnick wrote: > > I'm not top posting. > > Jan N. himself requested that I send this question to the forum after > becoming frustrated with it last night and tweeting about it. I > cannot see what I am doing incorrectly that would prevent > \compres

Compress Full Bar Rests

2012-09-14 Thread Hugh Resnick
> I'm not top posting. Jan N. himself requested that I send this question to the forum after becoming frustrated with it last night and tweeting about it. I cannot see what I am doing incorrectly that would prevent \compressFullBarRests from working in this situation. When I compile the following,