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: [email protected] 
[mailto:[email protected]] 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

    }

  }

}

 

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to