lilypond-user
[Top][All Lists]
Advanced

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

Re: \breve and \repeat unfold


From: Pierre Perol-Schneider
Subject: Re: \breve and \repeat unfold
Date: Fri, 6 Mar 2015 18:06:53 +0100

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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