lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: line breaks in long parallel cadenzas


From: zbigb
Subject: Re: line breaks in long parallel cadenzas
Date: Mon, 31 May 2010 02:32:04 -0700 (PDT)

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
> address@hidden
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]