Re: Missing notes after lyrics end: bug?

2013-12-15 Thread Arjen Bax
Op 15-12-13 19:09, TaoCG schreef: > Instead create a subvoice and > assign the lyrics later to it. [cut] > sopV = \relative c'' { c4 c \new Voice = sopL { \voiceOne c2 c } c4 c } Thank you. Works like a charm! Vriendelijke groet / Kind regards / Vennli

Missing notes after lyrics end: bug?

2013-12-15 Thread Arjen Bax
relative c' { c4 c c c c c c c } \score { \new ChoirStaff << \new Staff = upper << \new Voice = sop { \voiceOne \sopV } \new Voice = alt { \voiceTwo \altV } >> \new Lyrics \lyricsto alt

Re: LibreOffice, Latex Docs ?? Documenting Lilypond's *.pdf output

2013-10-12 Thread Arjen Bax
Kevin Tough toughlife.org> writes: > > As a Lilypond newbie in what direction should I be looking to be able to > create documentation including Lilypond's pdf output. Inserting the > *.pdfs into Libre Office in Fedora seems to be a dead end, at least > directly. Create encapsulated postscript

Re: Decorated scores

2007-06-19 Thread Arjen Bax
Helge Kruse gmx.net> writes: > for some ornaments this sounds great. Even if this a bit offtopic, I dont > have a program to convert a bitmap graphic (TIFF, JPG,...) to EPS. Does > anbody knows any program that runs with Windows XP? ImageMagick is a set of command-line image-manipulating tool

Re: Decorated scores

2007-06-15 Thread Arjen Bax
Helge Kruse gmx.net> writes: > I would like to include some graphics in the score like celtic ornaments at > the page borders. What are best practices in an MS Windows environment? Occasionally, I use \epsfile to insert ornamental graphics between \score{} blocks. To convert any graphics file t

Re: Text alignment center of note head

2007-06-15 Thread Arjen Bax
TiagoM gmail.com> writes: > How can one align a \markup with the center of the notehead instead of it's > left edge? Use \halign: \version "2.10.20" { c''^\markup{\halign #0 "Centered"} } See http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Overview-of-text-markup-commands#Overview

Re: Dynamic page size

2007-05-14 Thread Arjen Bax
Jonas Nyström schreef: > Is it possible to specify the page size to dynamically relate to the > content? > For example, is it possible to create a single system page with dynamic > width, corresponding to the number and the width of the bars? > (Like Finale Scroll View?) I don't think so, but I w

Re: bug? \lyricsto aligns with markup, not with note

2007-03-29 Thread Arjen Bax
Dominic Neumann wrote: > I've tried it with my version 2.10.20 and it seems to work as > appreciated (see attachment). > > Maybe you should update to the current stable version. You can install > it without the debian package system or so. I installed lilypond 2.10.20 without any problem today a

bug? \lyricsto aligns with markup, not with note

2007-03-28 Thread Arjen Bax
context, the Lyrics will be aligned ok. Is this a bug? Is there a workaround? Thank you, Arjen Bax \version "2.8.7" bas = \relative c'' { c1_"This is a rather long markup" } versII = \lyricmode { Word } \score { << \new Lyrics = basL { s4 } \new

collision of dynamic signs and markup text

2006-03-13 Thread Arjen Bax
Hello lilypond-users, In the following fragment \new Staff { \dynamicUp c'\f^"Solo" } the dynamic sign "f" is overwritten with the text "Solo". I know that I can solve that with \new Staff { c'^\markup{\column{"Solo" \dynamic f}} } but it happens rather often in the piece I'm typese