How about
\score {
<<
\new Staff { c'1 c' c' }
\new Staff { c'1 c' c' }
>>
\layout{ \context { \Score
\consists Span_bar_engraver
\override SpanBar #'break-visibility = #center-invisible
}}
}
I'll add the missing documentation of center-invisible in the
documentation of the item-interfac
On 24-Aug-05, at 10:39 PM, [EMAIL PROTECTED] wrote:
In the LilyPond 2.6.0 manual, section 8.1.7 says that \raise, \lower,
and \translate cannot be used to displace entire scripts. But then in
section 11.2.3 (around the middle of that section), there is an
explanation of a trick to get around th
Henrik Frisk wrote:
> 1. Is it not possible to move the eps
> graphic? I have tried \raise without success.
> . . . I have tried a number of commands
> apart from \raise . . .
> \markup { \translate #(cons 2 5) \epsfile #"eps/nss.eps" }
In the LilyPond 2.6.0 manual, section 8.1.7 says tha
Trevor Baca wrote:
> Change ...
> \override Voice.Hairpin #'extra-offset = #( 0 . -1.8 )
> to
> \override Voice.Hairpin #'extra-offset = #'(0 . -1.8)
So you committed a Scheme error. Side remark: a Scheme error
always seems to result in a log file ending in a wistful
Parsing.
Well, from your four examples, and from Han-Wen's remarks, it looks like
you will have to give up on using wordwrap: I think you will have to
produce each line of the text individually, given LilyPond's current
limitations.
If you define the lines in variables,
La = "this string is the first li
On 24-Aug-05, at 3:17 AM, Han-Wen Nienhuys wrote:
You can't move scripts wholesale with \raise. See
http://www.lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/
Text-markup.html
Graham,
Where did this information go in the 2.6/2.7 manual?
As Mats said, this trick no longer works,
I'd like to connect staffs at the beginning (default) and end of each
line, but
not in the middle. Can any of the variables in Span_bar_engraver do
this?
I'm not certain if print-fuction is designed to handle this kind of
thing or not.
\score {
<<
\new Staff { c'1 c' c' }
\new Staff { c'
Nicolas Sceaux wrote:
Wahou. This used to be around 40 minutes, in an slightly older
computer, with multiple lilypond invocations.
Lily is getting so cool. Kuddos to Han-Wen and Jan!
Thanks!
the downside to this is that there is little left to optimize, I still
think Lily is a bit slow, but
Nicolas Sceaux writes:
> real12m52.841s
>
> Wahou. This used to be around 40 minutes, in an slightly older
> computer, with multiple lilypond invocations.
Woe, 1ee7. To be fair, it should be compared to 1.6 on your current
hardware. Esp. with large scores, as soon as the lilypond process
do
Hi,
I've just converted an old score from lily 1.6 to 2.7.
This 180 page score is built with a single lilypond invocation.
On my laptop (1.5GHz G4, 512 Mo):
robert$ wc -l *ly */*ly
...
27436 total
robert$ time lilypond score.ly > score.log 2>&1
real12m52.841s
user10m43.889s
sys
Mats Bengtsson <[EMAIL PROTECTED]> wrote:
>
>
> Henrik Frisk wrote:
> > Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
> >
> >>Henrik Frisk wrote:
> >>
> >>>Two questions about the \epsfile statement that I can't find in the
> >>>documentation:
> >>>1. Is it not possible to move the eps graphic?
Henrik Frisk wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Henrik Frisk wrote:
Two questions about the \epsfile statement that I can't find in the
documentation:
1. Is it not possible to move the eps graphic? I have tried \raise
without success.
You can't move scripts wholesale wit
Thanks Trevor,
I just found it myself too.
regards,
Hans.
- Original Message -
From: "Trevor Baca" <[EMAIL PROTECTED]>
To: "Hans de Rijck" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, August 24, 2005 3:04 PM
Subject: Re: LilyPond dies on hairpin override
> On 8/24/05, Hans de Rijck <[EMA
Why does the second set of lyrics with \set associatedVoice align incorrectly?
And, in general, should I bypass \set associatedVoice altogether and
insert fake spaces, as in the third set of lyrics (which do work
correctly)?
%% BEGIN LYRICS ALIGNMENT SNIPPET %
\version "2.7.7"
theVo
Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
> Henrik Frisk wrote:
> > Two questions about the \epsfile statement that I can't find in the
> > documentation:
> > 1. Is it not possible to move the eps graphic? I have tried \raise
> > without success.
>
> You can't move scripts wholesale with \rais
On 8/24/05, Hans de Rijck <[EMAIL PROTECTED]> wrote:
> Hello.
>
> When I use a \override Voice.Hairpin #'extra-offset LilyPond dies in
> compilation. No errors or warnings. Log says:
>
> # -*-compilation-*-
> Changing working directory to `G:/MusicCvt'
> Processing `G:/MusicCvt/test.ly'
> Parsing
Hello.
When I use a \override Voice.Hairpin #'extra-offset LilyPond dies in
compilation. No errors or warnings. Log says:
# -*-compilation-*-
Changing working directory to `G:/MusicCvt'
Processing `G:/MusicCvt/test.ly'
Parsing...
thats all.
Using Win2k, version 2.6.3. Example file is attached.
Somewhere in some input I've specified neither ^ nor _ for some script.
Lily then says
programming error: script direction not yet known
continuing, cross fingers
The output is fine. But is there a way to coax Lily to tell me *where*
the script is that has no direction specification (so that
Am 2005-08-23 um 13:29 schrieb Mats Bengtsson:
For the MIDI, I hope you know that you can make a separate \score{...}
for the MIDI output, for example something like,
Thank you - sometimes you've to point me to the obvious.
I always use a separate \score for MIDI output, because I need to
\u
Henrik Frisk wrote:
Two questions about the \epsfile statement that I can't find in the
documentation:
1. Is it not possible to move the eps graphic? I have tried \raise without
success.
You can't move scripts wholesale with \raise. See
http://www.lilypond.org/doc/v2.4/Documentation/user/ou
Mats Bengtsson wrote:
Since you are the only one in the discussion who knows Hebrew,
maybe you can enlighten the rest of us what happens and what
you would like to happen, for example using some examples similar
to examples that Tom sent earlier.
the problem seems to be that \markup commands ar
Well I have to admit I only tried two of the examples
\markup {
this is normal text
\override #'(linewidth . 60)
\wordwrap {
"ABC cde"
}
works and gives me edc CBA but for a long lines it
keeps going off the page (no word wrap?)I gather the
override linewidth should be set to some
I was a busy beaver look at my other post for more
specifics on this.
I admit that I didn't test all the possibilites till
now but I hope it is clear enough now.
:)
Aaron
--- Mats Bengtsson <[EMAIL PROTECTED]> wrote:
> Since you are the only one in the discussion who
> knows Hebrew,
> maybe you
>
> > but now why can't I use word wrap and justify?
>
> I don't usually read this list on the Web, I just
> read the mail that
> the list sends me -- and at this point I have lost
> track of your
> original post to the list.
>
fine I use mutt and use yahoo only for lilypond
because my private
> Did you try \justify-string or \wordwrap-string?
> See the example called markup-word-wrap.ly in the
> Regression
> Test document for version 2.7 to see what the
> different
> word wrapping commands do (though not for Hebrew).
Thats where I got the examples I used from
So far they don't work
Since you are the only one in the discussion who knows Hebrew,
maybe you can enlighten the rest of us what happens and what
you would like to happen, for example using some examples similar
to examples that Tom sent earlier.
/Mats
Aaron Mehl wrote:
Did you try \justify-string or \wordwrap
I would expect such marks to be left aligned with the bar lines instead
of centered over the multimeasure rest, to make it completely clear
exactly where in the music the change should happen. Here's one example:
\version "2.6.0"
\score{
{ \set Score.skipBars = ##t
\override Score.RehearsalMark
Did you try \justify-string or \wordwrap-string?
See the example called markup-word-wrap.ly in the Regression
Test document for version 2.7 to see what the different
word wrapping commands do (though not for Hebrew).
/Mats
Aaron Mehl wrote:
--- [EMAIL PROTECTED] wrote:
Aaron Mehl wrote:
28 matches
Mail list logo