Re: Breathes placement

2013-05-02 Thread Patrick or Cynthia Karl
On May 1, 2013, at 5:49 PM, g...@sdf.org wrote: > Message: 6 > Date: Thu, 2 May 2013 00:49:32 +0200 (CEST) > From: g...@sdf.org > To: lilypond-user@gnu.org > Subject: Breathes placement > Message-ID: > Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII > >

Re: Breathes placement

2013-05-02 Thread Marek Klein
Hello, 2013/5/2 > Yes, I know that these are overfull measures; actually most measure bars > are not even drawn (I have \context { \Score defaultBarType = "empty" }, > with a few \bar "|" here and there). These are indeed the intended > durations; in the kind of (liturgical) music I want to type

Re: Breathes placement

2013-05-02 Thread ghe
the main problem with your input is, that you have overfull measures. { c d e f2 } are 5/4 in a 4/4 measure. That means, Lilypond draws and starts this f2 in the first measure, but it is still played in the second. Therefore, the breathing mark is placed where the f2 is over. How can you br

Re: Breathes placement

2013-05-02 Thread Noeck
> Thanks, this seems to fix the problem indeed. But is there a more > systematic way of doing this, instead of typing "*1/2 ... s4" each time? > > --ghe Hi, the main problem with your input is, that you have overfull measures. { c d e f2 } are 5/4 in a 4/4 measure. That means, Lilypond draws an

Re: Breathes placement

2013-05-02 Thread ghe
Trevor Daniels wrote: Indeed, my question was not precise enough. Here is a minimal example: \relative c' { c d e f2 \breathe g4 a b c } For the printed score it can be done like this: \relative c' { c d e f2*1/2 \breathe s4 g a b c } Thomas Morley wrote: You could try to scale dur

Re: Breathes placement

2013-05-02 Thread Thomas Morley
2013/5/2 : > >>> >>> I have a question about the placements of breathe symbols. >>> >>> When measure bars are placed automatically, and when a \breathe is placed >>> at the end of a measure, it seems that it is placed *after* the bar, before >>> the first note of the next measure. >> >> >> Can you

Re: Breathes placement

2013-05-02 Thread Trevor Daniels
g...@sdf.org> wrote Thursday, May 02, 2013 10:04 AM > Indeed, my question was not precise enough. Here is a minimal example: > > \relative c' { c d e f2 \breathe g4 a b c } For the printed score it can be done like this: \relative c' { c d e f2*1/2 \breathe s4 g a b c } Trevor ___

Re: Breathes placement

2013-05-02 Thread ghe
I have a question about the placements of breathe symbols. When measure bars are placed automatically, and when a \breathe is placed at the end of a measure, it seems that it is placed *after* the bar, before the first note of the next measure. Can you post a minimal example for this? And

Re: Breathes placement

2013-05-01 Thread Noeck
Am 02.05.2013 00:49, schrieb g...@sdf.org: > > Hi list, > > I have a question about the placements of breathe symbols. > > When measure bars are placed automatically, and when a \breathe is > placed at the end of a measure, it seems that it is placed *after* the > bar, before the first note of

Breathes placement

2013-05-01 Thread ghe
Hi list, I have a question about the placements of breathe symbols. When measure bars are placed automatically, and when a \breathe is placed at the end of a measure, it seems that it is placed *after* the bar, before the first note of the next measure. I would like them to be placed after