Hi Emil,

'\repeat unfold 8 { s4 } \bar"'" \break' means that you're trying to "cut"
the breve, and LP won't do that.
So you have to find the right beat for breaking; try:

myBreaks = {
  \repeat unfold 1 { \repeat unfold 10 { s4 } \bar"'" \break }
}

Cheers,
Pierre


2015-03-06 17:47 GMT+01:00 Emil Salim <[email protected]>:

> Hello All,
>
> It seems that \breve deactivates the \repeat unfold and produces an
> unwanted \divisioMinima automatically. When I deleted the \breve, the score
> looks just fine. Can someone help me with this? I need to have the \breve
> there. Thanks.
>
> best,
> Emil
>
> \version "2.18.2"
> \include "gregorian.ly"
>
> myMelody = {\relative c'' {\time 3/4
> \override Staff.TimeSignature #'stencil = ##f
> \key c \major
>   \override Staff.Stem #'transparent = ##t
>   \cadenzaOn a_( bes) a\breve \override NoteHead #'transparent = ##t  a a
> a a a a a a
> }
> }
>
> myBreaks = {
>   \repeat unfold 1 { \repeat unfold 8 { s4 } \bar"'" \break }
> }
>
> myLyrics = \lyricmode {
> My soul pro -- claims the great -- ness of the Lord,
> }
>
> \score {
>   <<
>     \new Staff \myMelody
>     \addlyrics \myLyrics
>     \new Dynamics \myBreaks
>   >>
> }
>
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to