Assigning lyrics to stanzas without using \lyricsto

2009-01-12 Thread Fibonacci Prower
Hello, I'm trying to write some lyrics to a chorus and two stanzas, explicitly specifying the duration of each syllable (see sample file at the end). While trying to assign each of the stanza lyrics to the music, I find myself on this situation: · If I use \lyricsto, the specified durations are ig

Re: Assigning lyrics to stanzas without using \lyricsto

2009-01-13 Thread Fibonacci Prower
wer than that. I would expect the first stanza to be written as close to the corresponding staff as the chorus, so that the text can be read continuously the first time. How can I achieve that? > /Mats > Thanks again. > Fibonacci Prower wrote: >> >> Hello, >> >

Re: Assigning lyrics to stanzas without using \lyricsto

2009-01-13 Thread Fibonacci Prower
d >> also set the associatedVoice property, see >> >> http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Aligning-lyrics-to-a-melody#Manual-syllable-durations >> In your example, this would be done with: >> \score{ >> ... >> \new Lyrics { \set a

Thin bars

2009-01-16 Thread Fibonacci Prower
Hello, Simply put, I find the default bars in lilypond too thick - whether they be the bars automatically put between beats, or the ones inserted by using \bar "something". Is there any way to make them thinner? -- $0='!/msfQ0yjoV!fe!sfldbi!psup!pmpT'x19xor print+map{("\e[7m \e[0m", chr ord(chop$

Re: Thin bars

2009-01-16 Thread Fibonacci Prower
e mailing list, > there are > some issues with how the bar lines show up on the screen. > > /Mats > > Fibonacci Prower wrote: >> >> Hello, >> >> Simply put, I find the default bars in lilypond too thick - whether >> they be the bars automati

Re: Thin bars

2009-01-18 Thread Fibonacci Prower
Mats Bengtsson : > I hope you refer to what you see on a printed paper copy and not to what you > see on > the screen using Acrobat reader. As has been discussed on the mailing list, > there are > some issues with how the bar lines show up on the screen. > > /Mats > > Fib

Re: Thin bars

2009-01-19 Thread Fibonacci Prower
Well, I just tried printing the document with Adobe Reader under WinXP. At least the bars have just the right length, but they still look too thick. Even if I still used Evince, I could take care of that if there were any way to hand-tune the length and thickness of the bars. How do I do that? 200

Staves closer to one another

2009-01-30 Thread Fibonacci Prower
Hello, me again. Is there a way to get the staves in lilypond to appear closer together? The default separation seems excessive to me. Also, since some of the staves I'm working with have lyrics (two stanzas, one on top of the other), I would like to know if it's possible to get the first stanza c

Re: Staves closer to one another

2009-01-31 Thread Fibonacci Prower
Berendsen > > Op vrijdag 30 januari 2009, schreef Fibonacci Prower: > > Is there a way to get the staves in lilypond to appear closer > > together? > > See http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Vertical-spacing > > best regards, > Wilbert Berendse

Consistent page layout

2010-03-30 Thread Fibonacci Prower
Hello. I've created a score using Lilypond 2.12.2 (source code is at the end). Unfortunately there are two things which I haven't been able to fix: 1- The text "Da capo al Fine", which appears right at the end - or at least should, is displayed as "Da capo al Fin". This, of course, is because the

Fwd: Consistent page layout

2010-03-30 Thread Fibonacci Prower
Sorry, I've just noticed I didn't send this message to the whole list. -- Forwarded message ------ From: Fibonacci Prower Date: 2010/3/30 Subject: Re: Consistent page layout To: Phil Holmes Thank you, that takes care of the first problem. The second is still unresolv

Re: Fwd: Consistent page layout

2010-03-31 Thread Fibonacci Prower
pacing issue,  use use following \paper block Instead of > #(set-default-paper-size "letter"), > > \paper { > >  #(set-paper-size "letter") > >  print-page-number = ##t > >  ragged-last-bottom = ##t > >  ragged-bottom = ##f > > } > > Ho

Re: Fwd: Consistent page layout

2010-04-02 Thread Fibonacci Prower
t-page-number = ##t > >  ragged-last-bottom = ##f %%adjustments for the last system, if set to ##t > systems on last page won't be spaced evently. > >  ragged-bottom = ##f > > } > > also see the attached pdf and ly files. > > Eby. > > --- On Wed, 3/

Three systems per page

2010-04-03 Thread Fibonacci Prower
Hello. This is (almost) the final version of the score I was recently working on and which I posted on this list a while ago. However, I still have one doubt: is it possible, perhaps by reducing the spacing or the size of the symbols, to fit three systems per page? Even though the systems are even

Re: Three systems per page

2010-04-03 Thread Fibonacci Prower
Doesn't work, I still get two systems per page. 2010/4/3 Kieren MacMillan : > Hi Fibonacci: > >> is it possible [...] to fit three systems per page? > > Have you tried > >  systems-per-page = 3 > > ? > > > H