Re: Titles italic format ignored

2020-02-14 Thread Marco Bagolin
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

Re: Titles italic format ignored

2020-02-14 Thread Noeck
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

Re: Titles italic format ignored

2020-02-14 Thread Kieren MacMillan
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

Re: Titles italic format ignored

2020-02-14 Thread Curt McDowell
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

Re: Titles italic format ignored

2020-02-14 Thread Aaron Hill
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

Re: titles & scores

2010-08-31 Thread Xavier Scheuer
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

Re: titles & scores

2010-08-30 Thread Xavier Scheuer
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

Re: Titles and "localtitle"

2010-01-03 Thread Ralph Palmer
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) \

Re: Titles and "localtitle"

2010-01-02 Thread Trevor Daniels
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 -

Re: Titles on separate page

2009-02-14 Thread James E. Bailey
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

Re: Titles on separate page

2009-02-14 Thread Simon Bailey
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

Re: Titles

2008-12-16 Thread Ralph Palmer
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

Re: Titles

2008-12-16 Thread Ralph Palmer
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

Re: Titles

2008-12-16 Thread Hajo Dezelski
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://

RE: Titles

2008-12-16 Thread Nick Payne
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 {

Re: Titles

2008-12-16 Thread Kieren MacMillan
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

Re: Titles in lilypond-book (2.8.6 vs 2.2.5)

2006-09-16 Thread Michael Haynie
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

Re: Titles in lilypond-book (2.8.6 vs 2.2.5)

2006-09-06 Thread Mats Bengtsson
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