Please always tell what LilyPond version you are using (and on what
operating system) when sending questions to the mailing list.
The best way to troubleshoot such a problem is to run LilyPond from a
command line and look at the log printouts:
lilypond myfile.ly
or even
lilypond --verbose myfile.l
I'm not 100% certain why force-hshift is ignored, but my guess is that the
collision handling takes over. However, I would propose the following
solution to your problem:
\version "2.11.17"
\score {
\relative c'' {
\time 4/4
\key e \minor
\clef treble
\override Fingering #'padding = #0.3
\set
On 2/12/07, Roland Goretzki <[EMAIL PROTECTED]> wrote:
Hi list,
(version 2.10.14)
I posted this on Feb, 01, but got no reply, so I ask it again:
Using crescendoText with a dashed line I wanted to put a bit more space
between the text and the dashed line with \hspace #1.
But then I found that
Hi Till and all,
this was very valuable help indeed! I installed texlive-fonts-extra
which contains the Antykwa Torunska otf files. Then I linked the whole
directory into ~/.fonts. Then I used
myStaffSize = #26
#(define fonts
(make-pango-font-tree "AntykwaTorunska"
Le lundi 12 février 2007 à 09:26 +0100, Mats Bengtsson a écrit :
> I recommend you to read the latest version of the Tutorial at
> http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Tutorial#Tutorial
> Even though it's included with the experimental development version, it's
> relevant also
Currently entering rhythmic slashes are a pain in the butt and have numerous
kludge solutions. For example, if you simply change the noteheads to slash
and set the notes to middle-line "b" the visual result and spacing is
perfect. However the day you need to transpose, the slashes are all over
t
I included the lilypond files with \lilypondfile in my latex file.
If I translate the lilypond file on it's own with lilypond, the
postscript output is ok. If I translate the latex file with
lilypond-book, the output has postscript errors. Both the latex file and
the .ly files are utf-8 encoded.
Hi,
Every so often someone writes in and asks why Lily ignores some \break
or \pageBreak commands. The answer is usually that Lily sees something
ugly in the line- or page-breaking that we're asking for, and so
disregards the request.
Lily aims at optimal spacing and layout and so this behavior
> The answer is usually that Lily sees something
ugly in the line- or page-breaking that we're asking for, and so
disregards the request.
Lily aims at optimal spacing and layout and so this behavior makes sense.
No, this doesn't make sense at all. A computer software (which is in practice
always
On 2/13/07, Bertalan Fodor <[EMAIL PROTECTED]> wrote:
> The answer is usually that Lily sees something
ugly in the line- or page-breaking that we're asking for, and so
disregards the request.
Lily aims at optimal spacing and layout and so this behavior makes sense.
No, this doesn't make sense a
Hello,
How can I remove the time signature? -- I googled and found
\override TimeSignature #'transparent = ##t
which works but leaves some space for the 'transparent' time signature.
So: how can I completely remove the time signature?
--
Johannes
\override TimeSignature #'stencil = ##f
This is a method that works for other objects as well.
Dr. Johannes Zellner írta:
Hello,
How can I remove the time signature? -- I googled and found
\override TimeSignature #'transparent = ##t
which works but leaves some space for the 'transparen
Please make sure that you have a recent version of Ghostscript installed
when you run ps2pdf, otherwise it will not be able to understand all
Postscript constructs used by LilyPond.
/Mats
Quoting Till Rettig <[EMAIL PROTECTED]>:
I included the lilypond files with \lilypondfile in my latex
Hello,
I'm trying
\set Staff.instrument = \markup { \right-align \column { "A" \tiny
"Bela" \tiny "Bartok" "1940" } }
But that doesn't aligned to the right.
Could you give me a clue?
Thanks,
Bert
___
lilypond-user mailing list
lilypond-user
hi
try this :
\set Staff.instrumentName =
\markup {
\column {
\right-align {"A" \tiny "Bela" \tiny "Bartok" "1940" }
}}
\set Staff.instrument = \markup { \right-align \column { "A" \tiny
"Bela" \tiny "Bartok" "1940" } }
But that doesn't aligned to the right.
Could you give me a clue?
Rick Hansen (aka RickH) wrote:
Currently entering rhythmic slashes are a pain in the butt and have numerous
kludge solutions. For example, if you simply change the noteheads to slash
and set the notes to middle-line "b" the visual result and spacing is
perfect. However the day you need to trans
Paul Scott-3 wrote:
>
> Rick Hansen (aka RickH) wrote:
>> Currently entering rhythmic slashes are a pain in the butt and have
>> numerous
>> kludge solutions. For example, if you simply change the noteheads to
>> slash
>> and set the notes to middle-line "b" the visual result and spacing is
>>
17 matches
Mail list logo