lilypond-user
[Top][All Lists]
Advanced

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

RE: Cadenza break


From: Mark Stephen Mrotek
Subject: RE: Cadenza break
Date: Fri, 15 May 2015 19:13:44 -0700

Andrew,

 

Lilypond shall not break a beam. If you move the “]” up to just before the break and start a second beam, “[ …. ]” after the first chord after the break. It worked for me (2.18).

 

Mark

 

From: address@hidden [mailto:address@hidden On Behalf Of Andrew Bernard
Sent: Friday, May 15, 2015 6:56 PM
To: lilypond-user Mailinglist
Subject: Cadenza break

 

Greetings All,

 

I have a cadenza that will not break with an explicit bar and break command. What is going on? Version 2.19.20. The break  shown will not be in this position, but it won’t break anywhere for me.

 

Andrew

 

====

 

\version "2.19.20"

 

\paper

{

  #(set-paper-size "a4" 'portrait)

 

  top-margin = 14\mm

  bottom-margin = 8\mm

  left-margin = 14\mm

  right-margin = 14\mm

 

}

 

 

treble = \relative c'' {

  \clef treble

  \time 1/4

 

  \stemUp

  \cadenzaOn

  bes''8[

  fis,,

  a,

  <cis b'>

  <gis g'>

  <dis' a' cis>

  <fis cis g>

 

  \bar ""

  \break

 

  <f, ges b dis>

  <ges aes>

  <ees' g>

  <g, b>

  cis

  gis'

  f'

  b,

  <fis c'>

  <dis fis>

  <dis a' cis>

  <f c' e>

  <f gis b dis>

  <b, d e a>

  <b gis' cis>

  <fis c e>

  ]

  \cadenzaOff

  c'4

}

 

 

\score {

 

  \new Staff = "treble" \with {

  }

  { \treble }

 

  \layout {

    \context {

      \Staff

      \accidentalStyle Score.dodecaphonic

    }

  }

}

 


reply via email to

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