This is a known old problem. What would you suggest LilyPond to do in
such a situation when a measure is split across a line break?
One possibility would be to put a bar number at the first full bar
of the line. Another possibility that I would find very confusing if
I had to play the music, would be to write the bar number of the
on-going bar at the beginning of the line. I'm sure that half the
orchestra would fail to notice the split bar if the conductor specified
that bar number in a rehearsal. Are there other options? I don't know
what's most commonly used in printed parts.

   /Mats

Rob V wrote:
I'm using Lilypond 2.4.2 on Cygwin.  The stanza numbers don't print when a 
repeat begins at a partial measure.  I've included an example below.

Rob



\version "2.4.0"
\header {       

                title = "Repeat Error"
                subtitle = "Doesn't print all stanza number"
}

#(set-global-staff-size 19)     

upperOne = \relative a'{
\time 3/4
\clef treble
\key a \major


\partial 4
a4 b c d a b \break
\repeat volta 2 { a b c d \break e, f a b c}




                }
        





firstverse = \lyricmode {
        La la la la la la la la la la la la la la la
        }



secondverse = \lyricmode {
So so so so so so so so so so so so so so so }






\score{ \context Score<<



\context Staff = "upper"
<<
\context Voice = "one" \upperOne
>>


                
                
                
                <<

\lyricsto "one" \new Lyrics {
\set minimumVerticalExtent = #'(-0.7 . 0.0)
\set vocalName = "1."
\set vocNam = "1."
\firstverse }





\lyricsto "one" \new Lyrics {
\set minimumVerticalExtent = #'(-0.7 . 0.0)
\set vocalName = "2."
\set vocNam = "2."
\secondverse }
>>


                >>
\layout {

                \context{
                 \Lyrics                
 \override VocalName #'break-align-symbol = #'time-signature
% \override VocalName #'break-align-symbol = #'custos

                }       

        }


\midi { } } \paper {

linewidth = 4.5\in indent = 0
pagenumber = "no"
}




-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to