2014/1/12 Dave :
>
> Janek: how do I turn off "automatic image cropping?"
I thought you were using the 'preview' option, which crops output.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
- Original Message -
From: "Dave"
To:
Sent: Sunday, January 12, 2014 5:50 PM
Subject: Re: insert whitespace to fill line
Thanks for the suggestions, but still no luck.
I've tried both settings for ragged-right; neither work.
setting ragged-right=##f makes the sys
Hi David,
do you mean without streching? You can set the width of the StaffSymbol
to a fixed one. Is that what you want?
\version "2.18.0"
\layout { \override Staff.StaffSymbol #'width = 70 }
{ a }
{ a b a b a b a b }
But please be aware, that if the content is longer than 'width', the
staffsymb
Thanks for the suggestions, but still no luck.
I've tried both settings for ragged-right; neither work.
setting ragged-right=##f makes the systems stretch to fill the whole line; I
do not like the way that this looks for, for example, a two-bar item.
(setting it to true gives the behaviour indicat
"Janek Warchoł" schrieb:
>2014/1/12 Dave :
>>
>> Is there a way to "pad" the line with whitespace to that the produced
>files
>> have the same width?
>
>
>I'm not sure if i understood correctly, but maybe you should change
>paper size instead of line-width, and don't use automatic image
>croppin
2014/1/12 Dave :
>
> Is there a way to "pad" the line with whitespace to that the produced files
> have the same width?
I'm not sure if i understood correctly, but maybe you should change
paper size instead of line-width, and don't use automatic image
cropping?
j
___
- Original Message -
From: "Dave"
To:
Sent: Sunday, January 12, 2014 4:01 AM
Subject: insert whitespace to fill line
I'm trying to make music-snippet images using lilypond, but I'd like each
snippet to always have trailing "whitespace" so that each of
following the suggestions from the documentation, so I have a .ly file
something like:
\paper{
indent=0\mm
line-width=120\mm
oddFooterMarkup=##f
oddHeaderMarkup=##f
bookTitleMarkup = ##f
scoreTitleMarkup = ##f
}
\relative c' { c4 d e f | g a b c } % I'