lilypond-user
[Top][All Lists]
Advanced

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

\breve and \repeat unfold


From: Emil Salim
Subject: \breve and \repeat unfold
Date: Fri, 6 Mar 2015 10:47:00 -0600

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
  >>
}



reply via email to

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