Order in which \mark and \tempo are stacked above a staff

2013-04-04 Thread Richard Shann
Hi, I was wondering what influences the order in which things like \mark and \tempo are stacked above the staff. In the following LilyPond the fermata appears above the tempo when typeset (v. 2.16.0) \new Staff { \time 2/4 fis' g'4 \time 4/4 \tempo a tempo \mark \markup { \musicglyph

Re: Order in which \mark and \tempo are stacked above a staff

2013-04-04 Thread Andrew Bernard
Greetings, Try: \new Staff { \time 2/4 fis'4 g'4 \time 4/4 \once \override Score.MetronomeMark.outside-staff-priority = #3000 \tempo a tempo \once \override TextScript.outside-staff-priority = #450 \mark \markup { \musicglyph #scripts.ufermata } d'16 b' d'' b' d' b' d'' b' e' b'

Re: Order in which \mark and \tempo are stacked above a staff

2013-04-04 Thread Andrew Bernard
Greetings, 2.16 version: \new Staff { \time 2/4 fis'4 g'4 \time 4/4 \once \override Score.MetronomeMark #'outside-staff-priority = #3000 \tempo a tempo \mark \markup { \musicglyph #scripts.ufermata } d'16 b' d'' b' d' b' d'' b' e' b' e'' b' e' b' e'' b' } Note #' syntax instead of

Re: vowel aligned lyrics - want to improve it

2013-04-04 Thread Janek Warchoł
On Wed, Apr 3, 2013 at 11:02 PM, Xavier Scheuer x.sche...@gmail.com wrote: Someone on the French users mailing list would like to align lyrics on the first vowel. http://lilypond-french-users.1298960.n2.nabble.com/Alignement-des-paroles-sur-la-premiere-voyelle-td7579353.html I found this

Re: Lilypond \include statements and the GPL

2013-04-04 Thread Alexander Kobel
On 04/02/2013 06:51 PM, Joseph Rushton Wakeling wrote: On 04/02/2013 11:38 PM, Anthonys Lists wrote: [...] You've just answered your own question. You have just said that this program does NOT contain ANY copyrighted content from the gsl. As such, it is not a derivative work. That's what the

Re: vowel aligned lyrics - want to improve it

2013-04-04 Thread Janek Warchoł
Hi all, On Thu, Apr 4, 2013 at 1:20 AM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Ultimately, it would be great to have two settings: 1. glyphs which don't count for width calculations (e.g., the LyricText amazing— should be centred as if it were just amazing)

Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
hello, how can I set up lilypond to use a multiple column page layout. I have very short independent scores, and I would like to arrange them in four example four columns next to each other. It doesn't matter whether the grid goes left-to-right then top-to-bottom or the other way round.

Re: Order in which \mark and \tempo are stacked above a staff

2013-04-04 Thread Richard Shann
Thanks - I've incorporated that. I think the score is ready for uploading to IMSLP :) Richard On Thu, 2013-04-04 at 21:08 +1100, Andrew Bernard wrote: Greetings, 2.16 version: \new Staff { \time 2/4 fis'4 g'4 \time 4/4 \once \override Score.MetronomeMark #'outside-staff-priority

Re: Multi column page setup

2013-04-04 Thread Urs Liska
If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably have to define a 1/16th paper size with suitably small margins and use an external tool (suggestions depending on your OS and output format) to arrange them on the full paper. HTH Urs Hanns Holger Rutz

Re: Multi column page setup

2013-04-04 Thread Phil Hézaine
Le 04/04/2013 15:25, Urs Liska a écrit : If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably have to define a 1/16th paper size with suitably small margins and use an external tool (suggestions depending on your OS and output format) to arrange them on the full paper.

Re: Multi column page setup

2013-04-04 Thread Marek Klein
Hello 2013/4/4 Hanns Holger Rutz cont...@sciss.de how can I set up lilypond to use a multiple column page layout. I have very short independent scores, and I would like to arrange them in four example four columns next to each other. It doesn't matter whether the grid goes left-to-right then

Constraining widths of layout objects (TimeSignature)

2013-04-04 Thread Hanns Holger Rutz
I'm staring at http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Size-of-objects#Size-of-objects but there is no information about how to constrain the width of objects. I would like to adjust the width of a time signature. I randomly tried \score { \new

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
On 4 Apr 2013, at 15:46, Phil Hézaine wrote: Le 04/04/2013 15:25, Urs Liska a écrit : If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably have to define a 1/16th paper size with suitably small margins and use an external tool (suggestions depending on your OS and

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
ok, great! (I think that's what grid_of_mini_scores.ly is actually doing) On 4 Apr 2013, at 16:12, Marek Klein wrote: Hello 2013/4/4 Hanns Holger Rutz cont...@sciss.de how can I set up lilypond to use a multiple column page layout. I have very short independent scores, and I would like to

Re: Lilypond \include statements and the GPL

2013-04-04 Thread Joseph Rushton Wakeling
On 04/04/2013 02:50 PM, Alexander Kobel wrote: Then, everybody is free to use my-app.C constraint to my terms, since they are imposed on this very file. However, nobody would be allowed to use /GSL/ to compile this program, because GPL considers my-app.C a covered work /whenever used with

RE: LilyPond featured in Demo videos.

2013-04-04 Thread Richard Shann
On Wed, 2013-04-03 at 12:31 -0600, Eduardo Silva wrote: Subject: LilyPond featured in Demo videos. From: richard.sh...@virgin.net To: lilypond-user@gnu.org Date: Thu, 28 Mar 2013 17:00:56 + Dear LilyPond, LilyPond features in a demo video that I have posted at

2.16: warning: type check for `stencil' failed

2013-04-04 Thread James Harkins
It seems that if I write: \override Staff.TimeSignature #'stencil = ##f ... there's no problem. But this: \override Staff.TimeSignature #'stencil = ##t ... produces: warning: type check for `stencil' failed; value `#t' must be of type `stencil' I assumed the opposite of #f would be #t.

Re: Constraining widths of layout objects (TimeSignature)

2013-04-04 Thread David Nalesnik
Hi Hanns, On Thu, Apr 4, 2013 at 9:14 AM, Hanns Holger Rutz cont...@sciss.de wrote: I'm staring at http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Size-of-objects#Size-of-objects (A little off-topic: this is a rather old version of LilyPond. Current stable is 2.16.2.

Re: Constraining widths of layout objects (TimeSignature)

2013-04-04 Thread Hanns Holger Rutz
I've got it: \context { \Score \override TimeSignature #'X-extent = #'(0 . 3) } that does it. and I think this is the file I was looking for: http://www.lilypond.org/doc/v2.16/Documentation/internals/grob_002dinterface best, .h.h. On 4 Apr 2013, at 16:29, David Nalesnik

Re: 2.16: warning: type check for `stencil' failed

2013-04-04 Thread Marc Hohl
Am 04.04.2013 16:27, schrieb James Harkins: It seems that if I write: \override Staff.TimeSignature #'stencil = ##f ... there's no problem. But this: \override Staff.TimeSignature #'stencil = ##t ... produces: warning: type check for `stencil' failed; value `#t' must be of type

Re: 2.16: warning: type check for `stencil' failed

2013-04-04 Thread David Kastrup
James Harkins jamshar...@gmail.com writes: It seems that if I write: \override Staff.TimeSignature #'stencil = ##f ... there's no problem. But this: \override Staff.TimeSignature #'stencil = ##t ... produces: warning: type check for `stencil' failed; value `#t' must be of type

Re: 2.16: warning: type check for `stencil' failed

2013-04-04 Thread David Kastrup
David Kastrup d...@gnu.org writes: James Harkins jamshar...@gmail.com writes: It seems that if I write: \override Staff.TimeSignature #'stencil = ##f ... there's no problem. But this: \override Staff.TimeSignature #'stencil = ##t ... produces: warning: type check for `stencil'

Re: Multi column page setup

2013-04-04 Thread Orm Finnendahl
Hi Hanns Holger, below is a minimal example (with a layout block for each column for illustration how to specify different layout settings for each column). You can extend it to as many columns you want. There is a major drawback though: You can't have lilypond figure out page breaking as the

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
thanks, Orm, this looks straight forward. I'm generating the score fragments, so adding explicit breaks is no problem. .h.h. On 4 Apr 2013, at 17:52, Orm Finnendahl wrote: Hi Hanns Holger, below is a minimal example (with a layout block for each column for illustration how to specify

Re: speed

2013-04-04 Thread Janek Warchoł
Hi, On Thu, Feb 7, 2013 at 1:22 PM, Andrew Bernard andrew.bern...@gmail.com wrote: Greetings, On my Linux Mint 14 virtual machine running in Virtualbox on a Macbook Pro with a 2.4 GHz i7, I get 30 seconds more or less exactly. Looks like those i5's are catching up. The Reubke seems like

Re: Whole note bracket

2013-04-04 Thread Rustik
Thomas Morley wrote ... but it might give you starting-point. vertical-brackets-02.ly (10K) lt;http://lilypond.1069038.n5.nabble.com/attachment/136823/0/vertical-brackets-02.lygt; vertical-brackets-02.png (47K)

Re: Whole note bracket

2013-04-04 Thread Thomas Morley
2013/4/4 Rustik r.ala...@mail.ru: Thomas Morley wrote ... but it might give you starting-point. vertical-brackets-02.ly (10K) lt;http://lilypond.1069038.n5.nabble.com/attachment/136823/0/vertical-brackets-02.lygt; vertical-brackets-02.png (47K)

font

2013-04-04 Thread Christian
Hi all, I am trying to have a text in the plantin font and bold and italic at the same time. How can I achieve this? I have tried this with \override LyricText #'font-name = #Plantin MT Std But than I cannot make it bold and italic. ___

Re: Whole note bracket

2013-04-04 Thread Robin Bannister
Rustik wrote: Tell me please only how can I make right-aligned bracket «]» by \arpeggio command. Have a look at http://lists.gnu.org/archive/html/lilypond-user/2012-03/msg00725.html Cheers, Robin ___ lilypond-user mailing list

Re: Multi column page setup

2013-04-04 Thread Nick Payne
On 04/04/13 23:59, Hanns Holger Rutz wrote: hello, how can I set up lilypond to use a multiple column page layout. I have very short independent scores, and I would like to arrange them in four example four columns next to each other. It doesn't matter whether the grid goes left-to-right

Re: font

2013-04-04 Thread Janek Warchoł
Hi, 2013/4/4 Christian christian@gmail.com: Hi all, I am trying to have a text in the plantin font and bold and italic at the same time. How can I achieve this? I have tried this with \override LyricText #'font-name = #Plantin MT Std But than I cannot make it bold and italic. Try

Re: Multi column page setup

2013-04-04 Thread Eluze
Orm Finnendahl-3 wrote Hi Hanns Holger, below is a minimal example (with a layout block for each column for illustration how to specify different layout settings for each column). You can extend it to as many columns you want. There is a major drawback though: You can't have lilypond

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Eluze elu...@gmail.com writes: Orm Finnendahl-3 wrote Hi Hanns Holger, below is a minimal example (with a layout block for each column for illustration how to specify different layout settings for each column). You can extend it to as many columns you want. There is a major drawback

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Eluze elu...@gmail.com writes: Orm Finnendahl-3 wrote Hi Hanns Holger, below is a minimal example (with a layout block for each column for illustration how to specify different layout settings for each column). You can extend it to as many columns you want. There is a major drawback

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/4 David Kastrup d...@gnu.org: Regarding the you can't have LilyPond figure out page breaking angle: maybe URL:http://code.google.com/p/lilypond/issues/detail?id=1334 is a suitable building block for that. -- David Kastrup \markup \score { ... } now _can_ handle pageBreak, though,

Re: Using \tempo or multiple events in define-event-function

2013-04-04 Thread David Kastrup
Pavel Roskin pro...@gnu.org writes: It turns out I cannot put more than one statement into the function. For example, this works: \version 2.15.36 rit = #(define-event-function (parser location) () #{ ^rit. #}) { \tempo 4=50 c'4 e'4 \rit g'2 } And this works: \version 2.15.36 rit =

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: 2013/4/4 David Kastrup d...@gnu.org: Regarding the you can't have LilyPond figure out page breaking angle: maybe URL:http://code.google.com/p/lilypond/issues/detail?id=1334 is a suitable building block for that. -- David Kastrup

Re: more custom articulations...

2013-04-04 Thread Thomas Morley
2013/4/4 luis jure l...@internet.com.uy: hello list, with the help of the code provided by harm, i've been able to create my own custom articulations, but i still have some problems i haven't been able to solve on my own. the two more important right now are: 1. studying script.scm i see

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/5 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: 2013/4/4 David Kastrup d...@gnu.org: Regarding the you can't have LilyPond figure out page breaking angle: maybe URL:http://code.google.com/p/lilypond/issues/detail?id=1334 is a suitable building block

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/5 Thomas Morley thomasmorle...@googlemail.com: 2013/4/5 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: 2013/4/4 David Kastrup d...@gnu.org: Regarding the you can't have LilyPond figure out page breaking angle: maybe

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: 2013/4/5 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: 2013/4/4 David Kastrup d...@gnu.org: Regarding the you can't have LilyPond figure out page breaking angle: maybe