Re: Disappearing barlines with skipBars - possible bug?

2015-03-25 Thread Mark Knoop
At 00:03 on 25 Mar 2015, Thomas Morley wrote: >I disagree. >\set Score.skipBars = ##t _is_ intended to affect notes _and_ useful! >Don't limit your thoughts to modern music. > >Below I retyped (quick'n dirty) the last bar from Missa Papae >Marcelli, Sanctus by Palestrina taken from an edition which

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Thomas Morley
d standard for >>notating that, except for connecting smaller note values with ties. >>And as I said before I have never seen it in a score (do you have any >>examples?). > > I agree these are contrived examples and am not claiming them to be > standard notation. However t

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Mark Knoop
s. >And as I said before I have never seen it in a score (do you have any >examples?). I agree these are contrived examples and am not claiming them to be standard notation. However tuplets spanning barlines are common in contemporary music and that is the context where this bug appears. >

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread tisimst
h is empty >> > > At best I would consider these to be non-standard notation. At worst I'd > say it's incorrect. It's possible to write a note value longer than a bar, > but I don't think there is an accepted standard for notating that, except > for connecting smalle

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Kevin Barry
27;d say it's incorrect. It's possible to write a note value longer than a bar, but I don't think there is an accepted standard for notating that, except for connecting smaller note values with ties. And as I said before I have never seen it in a score (do you have any examples?). s

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Mark Knoop
At 12:31 on 24 Mar 2015, Kevin Barry wrote: >On Tue, Mar 24, 2015 at 9:01 AM, Mark Knoop wrote: >>>>At 18:16 on 23 Mar 2015, Mark Knoop wrote: >>>Barlines disappear when skipBars is true and a note duration >>>continues over the bar. I don't think this

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Kevin Barry
On Tue, Mar 24, 2015 at 9:01 AM, Mark Knoop wrote: > Tuplets across barlines are a relatively common notational practice and > work perfectly well in LilyPond. It is undesirable that they should > require a workaround for use in parts with skipBars. > If I understand you correctly i

Re: Disappearing barlines with skipBars - possible bug?

2015-03-24 Thread Mark Knoop
At 23:42 on 23 Mar 2015, Kevin Barry wrote: >On Mon, Mar 23, 2015 at 6:16 PM, Mark Knoop wrote: >> Barlines disappear when skipBars is true and a note duration >> continues over the bar. I don't think this should happen. > >It is consistent with the IR definition of the

Re: Disappearing barlines with skipBars - possible bug?

2015-03-23 Thread Kevin Barry
On Mon, Mar 23, 2015 at 6:16 PM, Mark Knoop wrote: > Barlines disappear when skipBars is true and a note duration continues > over the bar. I don't think this should happen. > It is consistent with the IR definition of the property: `If set to true, then skip the empty bars that a

SkipBars

2002-06-15 Thread Rune Zedeler
This example should illustrate my problem: akk = \chords { c1 f g c c f g c } mus = \notes \transpose c''' { c4 e g e c2 r2 R1*4 r4 d f d c1 } \score { < \property Score.skipBars = ##t \context ChordNames \akk \context Staff \mus > \paper {} } Ofcourse one