[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Stanza numbers don't print in partial measures with repeats
From: |
Rob V |
Subject: |
Stanza numbers don't print in partial measures with repeats |
Date: |
Mon, 22 Nov 2004 10:35:41 -0500 |
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"
}
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
- Stanza numbers don't print in partial measures with repeats,
Rob V <=