Thank you all.
Il giorno ven 14 feb 2020 alle 15:44 Noeck ha
scritto:
> Hi,
>
> as others said, font-name overwrites all of font-family, font-series and
> font-shape. You can set the font family like this:
>
> \version "2.19.84"
>
> \paper {
> % define a font ‘arial’ from the font called ‘Aria
Hi,
as others said, font-name overwrites all of font-family, font-series and
font-shape. You can set the font family like this:
\version "2.19.84"
\paper {
% define a font ‘arial’ from the font called ‘Arial’
#(add-pango-fonts fonts 'arial "Arial"
(/ (* staff-height pt) 2.5))
}
% use th
Hi Curt,
> Overriding font-name also overrides the font slant and weight in a sticky
> way. Perhaps LilyPond ought to have a font-face property.
You can override the entire font family, and then just use \italic, \bold, etc.
as expected.
Search the archives for Abraham’s posts on how.
Hope th
Overriding font-name also overrides the font slant and weight in a
sticky way. Perhaps LilyPond ought to have a font-face property. The
slant and weight can be specified along with the font name:
subtitle = \markup \raise #1.0 \fontsize #-3 \override #'(font-name .
"Arial Italic") "A Medley
On 2020-02-13 11:22 pm, Marco Bagolin wrote:
Why “italic” format is ignored ?
Because you effectively told LilyPond to ignore it. font-name trumps
font-family, font-series and font-shape.
Please review this post for more details:
https://lists.gnu.org/archive/html/lilypond-user/2019-01/msg
On 30 August 2010 23:21, Tim McNamara wrote:
>
> Notice the difference between:
>
> after-title-space=0\cm
>
> and
>
> after-title-space = #0
>
> Which will probably result in different results.
You are right.
I'm now used to the 2.13 system and its lists of parameters/values.
after-title-spac
On 30 August 2010 22:24, mark damerell wrote:
>
> V. 2.12.3
>
> I am trying to set a file that consists of several short pieces, each
> with a title. Each piece is a \score and each title a \markup:
>
> header of whole file
>
> \markup { title 1}
>
> \score 1
>
> \markup { title 2}
>
> \score 2
Thanks, Trevor -
It took me a minute to figure out how to get it to work. I've had trouble
with it before, and never got it to work. It wasn't clear to me from the
docs that you could include a \paper block in the middle of a file, and that
it would affect only the succeeding (as opposed to all) \
Hi Ralph
This is working as designed. It's explained towards the bottom of
section 3.2.1 in the Notation Reference. By default only the piece
and opus are printed when \header is included in the \score block.
Setting print-all-headers true in a paper block is what you're
looking for.
Trevor
-
El 14.02.2009, a las 09:18, Simon Bailey escribió:
hi,
On Feb 14, 2009, at 8:24 AM, sdfgsdhdshd wrote:
i want the first system to be on the page after the titles.
If you put a huge value to after-title-space: the first system is
still at
the same page (=> bug?).
I tried other parameters, b
hi,
On Feb 14, 2009, at 8:24 AM, sdfgsdhdshd wrote:
i want the first system to be on the page after the titles.
If you put a huge value to after-title-space: the first system is
still at
the same page (=> bug?).
I tried other parameters, but didn't managed to do it.
Any solution?
iirc, th
Thanks, Kieren.
I'm not sure I understand, and I don't have LilyPond on this computer, so
I'm going to have to evaluate later.
Ralph
On Tue, Dec 16, 2008 at 10:38 AM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi Ralph,
>
> I don't always have a meter or composer, but I think I
Thanks, Nick.
I'm not sure this will work for me. I'll check it out when I'm at the
computer I have LilyPond on. I may be able to use it with some modification.
Ralph
On Tue, Dec 16, 2008 at 10:53 AM, Nick Payne wrote:
> See http://www.mail-archive.com/lilypond-user@gnu.org/msg42832.html. Just
Hallo
you answered my question although I didnt post it. It is the more elegant
solution for my incipits.
Thanks and all the Best
Hajo
---
... indessen wandelt harmlos droben das Gestirn
___
lilypond-user mailing list
lilypond-user@gnu.org
http://
See http://www.mail-archive.com/lilypond-user@gnu.org/msg42832.html. Just add
composer and notes after each separate header block:
\version "2.11.65"
\paper {
ragged-bottom = ##t
ragged-last-bottom = ##t
}
\header {
Hi Ralph,
I don't always have a meter or composer, but I think I know how to
deal with that.
With some help from Valentin, I've come close, using his suggestion:
\paper{
scoreTitleMarkup = \markup { \column {
\fill-line {
\fromproperty #'header:meter
\fromproperty #'header
Sorry for the delay in responding.
I've spent considerable time hacking up support for this very thing,
but I haven't had time to post all of the relevant fixes, and there
remains one deployment problem. The main hold up is that I currently
require an auxiliary .tex file containing a group
As far as I can see, there is no such option. However, it should be
possible to do something along the lines of
\begin{lilypond}
\paper{bookTitleMarkup=##f scoreTitleMarkup=##f }
\include{myfile.ly}
\end{lilypond}
assuming that you today use
\lilypondfile{myfile.ly}
/Mats
Quoting Jim Cownie
18 matches
Mail list logo