|
From: | Mats Bengtsson |
Subject: | Re: Stanza numbers don't print in partial measures with repeats |
Date: | Mon, 22 Nov 2004 16:44:34 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 |
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 = 0pagenumber = "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: address@hidden WWW: http://www.s3.kth.se/~mabe =============================================
[Prev in Thread] | Current Thread | [Next in Thread] |