Re: Problem with merging whole measure rests

2019-07-21 Thread Malte Meyn
Hi David, if I understand correctly you see a problem with the Merge_rests_engraver (your attached file from-NR.ly)? That engraver didn’t merge MultiMeasureRests until 2.19.65 and does so since 2.19.80 (the first prerelease for 2.20.0, hence the version number jump from 65 to 80). However, m

Problem with merging whole measure rests

2019-07-20 Thread David Wright
There seems to be a problem in the merging whole measure rests code. With 2.18.2, I'd been using the 336-based snippet from https://raw.githubusercontent.com/wbsoft/lilymusic/master/include/merge-rests.ily for some years, though I changed 0) on the 110th line to 1) in order to ge

Whole measure rests in Compound duple meter

2014-12-10 Thread Cynthia Karl
> On Dec 10, 2014, at 5:02 PM, vegasart...@hotmail.com wrote: > > Message: 4 > Date: Wed, 10 Dec 2014 13:54:28 -0800 > From: Do something Artistic > To: "lilypond-user@gnu.org" > Subject: FW: Whole measure rests in Compound duple meter > > Can't figur

Re: FW: Whole measure rests in Compound duple meter

2014-12-10 Thread Urs Liska
Am 10.12.2014 22:54, schrieb Do something Artistic: Can't figure out why sometimes these don't go through From: vegasart...@hotmail.com To: lilypond-user@gnu.org Subject: Whole measure rests in Compound duple

FW: Whole measure rests in Compound duple meter

2014-12-10 Thread Do something Artistic
Can't figure out why sometimes these don't go through From: vegasart...@hotmail.com To: lilypond-user@gnu.org Subject: Whole measure rests in Compound duple meter Date: Tue, 9 Dec 2014 15:46:14 -0800 Trying to figure out the notation for whole measure rests in 6/8 time. My wo

Re: Whole-measure rests that specify rhythmic value

2014-08-08 Thread Jean-Charles Malahieude
Le 08/08/2014 08:46, Janek Warchoł disait : Hi, 2014-08-05 18:54 GMT+02:00 Pierre Perol-Schneider : Hi, 2014-08-04 23:57 GMT+02:00 Micah Walter : I have a whole measure rest. I would like the dotted half-note glyph, which specifies the rhythmic value, but I would also like it to be centered

Re: Whole-measure rests that specify rhythmic value

2014-08-07 Thread Janek Warchoł
Hi, 2014-08-05 18:54 GMT+02:00 Pierre Perol-Schneider : > Hi, > > 2014-08-04 23:57 GMT+02:00 Micah Walter : > >> I have a whole measure rest. I would like the dotted half-note glyph, >> which specifies the rhythmic value, but I would also like it to be centered >> like an ordinary whole-measure re

Re: Whole-measure rests that specify rhythmic value

2014-08-05 Thread Pierre Perol-Schneider
Hi, 2014-08-04 23:57 GMT+02:00 Micah Walter : I have a whole measure rest. I would like the dotted half-note glyph, which > specifies the rhythmic value, but I would also like it to be centered like > an ordinary whole-measure rest. I have tried overriding the stencil, but to > no avail. Do you h

Whole-measure rests that specify rhythmic value

2014-08-04 Thread Micah Walter
I have a whole measure rest. I would like the dotted half-note glyph, which specifies the rhythmic value, but I would also like it to be centered like an ordinary whole-measure rest. I have tried overriding the stencil, but to no avail. Do you have any suggestions? Thanks, Micah __

Re: Whole Measure Rests

2011-11-10 Thread Tim Roberts
David Bobroff wrote: On 11/10/2011 6:19 PM, Tim Roberts wrote: I am a little confused by capital R rests. The syntax 'r1' is *not* a "whole measure rest." It is as whole *note* rest. True. I suppose I am expecting the renderer to see that the rest is measure-aligned and occupies the enti

Re: Whole Measure Rests

2011-11-10 Thread David Bobroff
life-long pianist, I'm used to whole measure rests being centered. Is there a reference that suggests they should be left-aligned? Second, in instrumental music, I have the need to attach some notation to a whole rest (for example, a fermata), or a note like "Cadenza". I can'

Whole Measure Rests

2011-11-10 Thread Tim Roberts
I am a little confused by capital R rests. There are two aspects that confuse me. First, I don't understand why whole-measure small-r rests are not centered in the measure. Compare: { \time 4/4 r1 r1 r1 } { \time 4/4 R1 R1 R1 } As a life-long pianist, I'm used to whole mea

Re: Whole measure rests in parentheses

2011-08-06 Thread Leszek Wroński
Dear Janek and Harm, thank you both for very nice solutions! Both are working nicely, of course. Harm's method seems indeed very flexible and potentially very useful. Janek's solution has the advantage of allowing a newbie such as myself freedom of choice regarding the shape of the parentheses, or

Re: Whole measure rests in parentheses

2011-08-06 Thread harm6
e c'' { %\override MultiMeasureRest #'staff-position = #4 \compressFullBarRests \parMMR R1 \parMMR R1*2 \parMMR R1*3 \parMMR R1*4 \parMMR R1*5 \parMMR R1*6

Re: Whole measure rests in parentheses

2011-08-06 Thread harm6
R #'(0 0 0 0) R1 \parenthesizeMMR #'(0.45 0 0 0) R1*2 \parenthesizeMMR #'(-2.2 0 2.2 0) R1*3 \parenthesizeMMR #'(0.5 -1.1 0 1) R1*4 \parenthesizeMMR #'(-4 -1.1 4.2 1) R1*7 R1 R1 R1 R1 } HTH, Har

Re: Whole measure rests in parentheses

2011-08-06 Thread Janek Warchoł
Hi Leszek, 2011/8/4 Leszek Wroński : > I'd like the input > \parenthesize R1 > to produce a whole measure rest in parentheses. The fact that it doesn't work is indeed interesting. I don't know how to fix it right now, but there is a workaround: { \once \override MultiMeasureRestText #'outside-

Whole measure rests in parentheses

2011-08-04 Thread Leszek Wroński
Dear Group, I'd like the input \parenthesize R1 to produce a whole measure rest in parentheses. (In common time of course.) Unfortunately, I don't know how to do it. "Why not \parenthesize r1" I hear some of you asking? Well, because in such a case the rest is rendered to the left, and not in th

Re: Whole Measure Rests again -- how to draw ledger line?

2009-01-05 Thread Dmytro O. Redchuk
2009/1/5 Trevor Daniels : > Look > in App B6 The Feta font and there you will find the symbols for a rest > with a ledger line. You will need a bit more Scheme to select the > correct glyph though. Thank you again!-) Now i'm here (please, see below). So: 1. i can improve this by checking Y offse

Re: Whole Measure Rests again -- how to draw ledger line?

2009-01-05 Thread Trevor Daniels
symbols for a rest with a ledger line. You will need a bit more Scheme to select the correct glyph though. Trevor - Original Message - From: "Dmytro O. Redchuk" To: "lilypond-user" Sent: Monday, January 05, 2009 11:46 AM Subject: Re: Whole Measure Rests again -- how

Re: Whole Measure Rests again -- how to draw ledger line?

2009-01-05 Thread Dmytro O. Redchuk
2009/1/5 Trevor Daniels : > > Dmytro O. Redchuk wrote Monday, January 05, 2009 8:16 AM > >> But what if i need raise or lower this rest for one of two (or more) >> voices >> to avoid collision? How to draw a ledger line (it isn't drawn >> automatically)? > > See Learning Manual, section 4.5.2, for

Re: Whole Measure Rests again -- how to draw ledger line?

2009-01-05 Thread Trevor Daniels
Dmytro O. Redchuk wrote Monday, January 05, 2009 8:16 AM But what if i need raise or lower this rest for one of two (or more) voices to avoid collision? How to draw a ledger line (it isn't drawn automatically)? See Learning Manual, section 4.5.2, for an example of using the 'staff-position p

Whole Measure Rests again -- how to draw ledger line?

2009-01-05 Thread Dmytro O. Redchuk
Hi again, i'm again with question regarding whole measure rests. As Neil suggested, i'm trying to override 'stencil and position rest over a bar. But what if i need raise or lower this rest for one of two (or more) voices to avoid collision? How to draw a ledger line

Hiding whole measure rests from conductor score

2007-07-09 Thread Neil Puttock
Hi Steve, On 7/9/07, Steve Schow <[EMAIL PROTECTED]> wrote: Imagine the following musical section. |rest | rest | rest | I want the score to look like this: || | | and I want the part to look like this | I3I | Furthe

Re: Hiding whole measure rests from conductor score

2007-07-09 Thread Steve Schow
re, for instance, the last > two aren't needed), but it should do the trick. YMMV > > Cheers, > Bryan... > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond

Re: Hiding whole measure rests from conductor score

2007-07-09 Thread Bryan Stanbridge
Steve Schow wrote: If you mean this is the answer: "When skipBars is set, the result will look OK, but the bar numbering will be off." I already found that out from reading the manual, but I am trying to figure out a work-around. Also, what about the notion of the part sheets showing mm rest

RE: Hiding whole measure rests from conductor score

2007-07-09 Thread Steve Schow
> Quoting Steve Schow <[EMAIL PROTECTED]>: > > > If you mean this is the answer: > > > > "When skipBars is set, the result will look OK, but the bar > numbering > > will be off." > > What do you mean that the bar numbering will be off. A multimeasure > rest is counted as the corresponding nu

RE: Hiding whole measure rests from conductor score

2007-07-09 Thread Steve Schow
while the conductor score just shows empty measures? > -Original Message- > From: Mats Bengtsson [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 08, 2007 1:57 PM > To: Dewdman42 > Cc: lilypond-user@gnu.org > Subject: Re: Hiding whole measure rests from conductor score >

RE: Hiding whole measure rests from conductor score

2007-07-09 Thread Mats Bengtsson
Original Message- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: Sunday, July 08, 2007 1:57 PM To: Dewdman42 Cc: lilypond-user@gnu.org Subject: Re: Hiding whole measure rests from conductor score If you read the section on "Rests" in the users manual, it tells you to look

Re: Hiding whole measure rests from conductor score

2007-07-08 Thread Mats Bengtsson
If you read the section on "Rests" in the users manual, it tells you to look in the section called "Multimeasure rests" for whole measure rests, which should answer your question. /Mats Quoting Dewdman42 <[EMAIL PROTECTED]>: I have come up with my own way to hid

Hiding whole measure rests from conductor score

2007-07-08 Thread Dewdman42
I have come up with my own way to hide whole measure rests from the conductor score, while displaying them for the parts, but I would like to hear if there is a generally accepted better way of handling this, as my way feels a little complicated. I'm trying to have it so that I have