Re: line breaks in long parallel cadenzas

2010-05-31 Thread zbigb

well yes, i guess the question was if the line can be broken at any point
regardless of rhythmical values 
is that possible?
zb
-- 
View this message in context: 
http://old.nabble.com/line-breaks-in-long-parallel-cadenzas-tp28725535p28729889.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: line breaks in long parallel cadenzas

2010-05-31 Thread Wojciech Kosma
Hi, thanks for your email, adding \break doesn't seem to change anything,
please see the example below
regards,
zb


\version "2.12.3"

upper = \relative c'' {
  \clef treble
  \key c \major
\cadenzaOn

  c4. c c c c c c c c c c c c \bar "" \break c c c c c c  c c c c c c   c c
c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c
c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c
 c c c c c c
}

lower = \relative c {
  \clef bass
  \key c \major


 \cadenzaOn

  c4 c c c c c c c c c c c c  c c c c c c  c c c c c c c c c c c c  c c c c
c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c
c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c
}

\score {
  \new PianoStaff <<
\set PianoStaff.instrumentName = #"Piano  "
\new Staff = "upper" \upper
\new Staff = "lower" \lower
  >>
  \layout { }
  \midi { }
}

On Mon, May 31, 2010 at 12:23 AM, David Bobroff  wrote:

> On 5/30/2010 11:14 PM, zbigniew brzezinski wrote:
>
>> Hello,
>>
>> I'm trying to produce a piano score with two independent staves
>> with long sections of unmetered music
>> filled with notes of different rhythmical values.
>> using two cadenzas with \bar "" fails to produce a line
>> break (I guess since the rhythms always sum up to something different).
>> Is there a way to generate a line
>> break and use e.g. proportional spacing in two staves of long unmetered
>> music running parallel?
>>
>> thanks in advance for any advice,
>> zb
>>
>>
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> http://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
>>
>
> At the very least you'll probably need to add a \break to the \bar "" where
> you would like the break to occur.  I'm not sure what you would need
> proportional spacing for.
>
> -David
>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: line breaks in long parallel cadenzas

2010-05-31 Thread -Eluze


zbigb wrote:
> 
>   c4. c c c c c c c c c c c c \bar "" \break c c c c c c  c c c c c c   c
> c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c 
> c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c
> c  c c c c c c
>   
>   c4 c c c c c c c c c c c c  c c c c c c  c c c c c c c c c c c c  c c c
> c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c
> c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c   
> 

if i counted correctly you want the break after the 13th dotted quarter of
the upper voice, whereas the lower voice is written in quarters…

so either you break at another point or you write the corresponding quarter
as tied 8th!

hth
-- 
View this message in context: 
http://old.nabble.com/line-breaks-in-long-parallel-cadenzas-tp28725535p28729877.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: line breaks in long parallel cadenzas

2010-05-31 Thread zbigb

Hi, thanks for your email, adding \break doesn't seem to change anything,
please see the example below 
regards,
zb


\version "2.12.3"

upper = \relative c'' {
  \clef treble
  \key c \major
\cadenzaOn
  
  c4. c c c c c c c c c c c c \bar "" \break c c c c c c  c c c c c c   c c
c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c
c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c 
c c c c c c
}

lower = \relative c {
  \clef bass
  \key c \major


 \cadenzaOn
  
  c4 c c c c c c c c c c c c  c c c c c c  c c c c c c c c c c c c  c c c c
c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c
c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c  c c c c c c   
}

\score {
  \new PianoStaff <<
\set PianoStaff.instrumentName = #"Piano  "
\new Staff = "upper" \upper
\new Staff = "lower" \lower
  >>
  \layout { }
  \midi { }



zbigb wrote:
> 
> Hello, 
> 
> I'm trying to produce a piano score with two independent staves 
> with long sections of unmetered music 
> filled with notes of different rhythmical values. 
> using two cadenzas with \bar "" fails to produce a line 
> break (I guess since the rhythms always sum up to something different). 
> Is there a way to generate a line 
> break and use e.g. proportional spacing in two staves of long unmetered 
> music running parallel?
> 
> thanks in advance for any advice, 
> zb
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/line-breaks-in-long-parallel-cadenzas-tp28725535p28728703.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: line breaks in long parallel cadenzas

2010-05-30 Thread David Bobroff

On 5/30/2010 11:14 PM, zbigniew brzezinski wrote:

Hello,

I'm trying to produce a piano score with two independent staves
with long sections of unmetered music
filled with notes of different rhythmical values.
using two cadenzas with \bar "" fails to produce a line
break (I guess since the rhythms always sum up to something different).
Is there a way to generate a line
break and use e.g. proportional spacing in two staves of long unmetered
music running parallel?

thanks in advance for any advice,
zb


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

   


At the very least you'll probably need to add a \break to the \bar "" 
where you would like the break to occur.  I'm not sure what you would 
need proportional spacing for.


-David

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user