Pushing \ff to the left to below the clef

2011-10-08 Thread Alberto Simões
Hello I would like to push \ff to the left, below the clef, to give horizontal space to the lyrics. Is this possible? Thank you Alberto -- Alberto Simoes CEHUM ___ lilypond-user mailing list lilypond-user@gnu.org

Change TextScript horizontal anchor point

2011-10-08 Thread Xavier Scheuer
Hi, By default, TextScript anchor point is located at the left side of the note head. I'd like to have TextScript centered ( #'self-alignment-X = #CENTER ) on the *center* of the note head. Is there an easy way to change the anchor point in order to put it on the horizontal center of the note

Re: Pushing \ff to the left to below the clef

2011-10-08 Thread Xavier Scheuer
2011/10/8 Alberto Simões al...@alfarrabio.di.uminho.pt: Hello I would like to push \ff to the left, below the clef, to give horizontal space to the lyrics. Is this possible? In the doc, NR 2.1 Vocal music 2.1.3 Stanzas Adding dynamics marks to stanzas, they use \set stanza = \markup {

Re: Pushing \ff to the left to below the clef

2011-10-08 Thread Alberto Simões
On 08/10/2011 13:49, Xavier Scheuer wrote: 2011/10/8 Alberto Simõesal...@alfarrabio.di.uminho.pt: Hello I would like to push \ff to the left, below the clef, to give horizontal space to the lyrics. Is this possible? In the doc, NR 2.1 Vocal music 2.1.3 Stanzas Adding dynamics marks to

Re: Change TextScript horizontal anchor point

2011-10-08 Thread David Nalesnik
Hi Xavier, On Sat, Oct 8, 2011 at 7:42 AM, Xavier Scheuer x.sche...@gmail.com wrote: Hi, By default, TextScript anchor point is located at the left side of the note head. I'd like to have TextScript centered ( #'self-alignment-X = #CENTER ) on the *center* of the note head. Is there an

Re: Change TextScript horizontal anchor point

2011-10-08 Thread David Nalesnik
Hi again, On Sat, Oct 8, 2011 at 8:11 AM, David Nalesnik david.nales...@gmail.comwrote: I think this snippet is what you're looking for: http://lsr.dsi.unimi.it/LSR/Snippet?id=637 Best, David Here it is as an engraver:

How to put vertical space into a page?

2011-10-08 Thread Alan McConnell
Assembled Wisdom! I have a simple .ly file, of a four-bar change to a Schubert string trio. It is one line of staff. Below it, I wish to put the violin part(one line), then the viola part, then the cello part. Object: so people can download, print out, and then cut the individual parts out to

Re: How to put vertical space into a page?

2011-10-08 Thread Kieren MacMillan
Hi Alan, The easiest way is probably manually inserting space: \score { [Trio Music] } \markup { \vspace #12 } \score { [Violin Part] } \markup { \vspace #12 } \score { [Viola Part] } \markup { \vspace #12 } \score { [Cello Part] } \markup { \vspace #12 } where the #12 is adjusted as necessary.

Re: How to put vertical space into a page?

2011-10-08 Thread eluze
But how to put in the (vertical space)s? simply use \markup \vspace #15 between the scores hth Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to put vertical space into a page?

2011-10-08 Thread Alan McConnell
On Sat, Oct 08, 2011 at 10:28:53AM -0400, Kieren MacMillan wrote: Hi Alan, The easiest way is probably manually inserting space: \score { [Trio Music] } \markup { \vspace #12 } This works splendidly! Thank you, and thanks to eluze who sent the same suggestion. Best

Re: How to put vertical space into a page?

2011-10-08 Thread David Kastrup
Alan McConnell a...@patriot.net writes: On Sat, Oct 08, 2011 at 10:28:53AM -0400, Kieren MacMillan wrote: Hi Alan, The easiest way is probably manually inserting space: \score { [Trio Music] } \markup { \vspace #12 } This works splendidly! Thank you, and thanks to eluze

Re: How to put vertical space into a page?

2011-10-08 Thread Alan McConnell
On Sat, Oct 08, 2011 at 04:54:18PM +0200, David Kastrup wrote: Alan McConnell a...@patriot.net writes: On Sat, Oct 08, 2011 at 10:28:53AM -0400, Kieren MacMillan wrote: Hi Alan, The easiest way is probably manually inserting space: \score { [Trio Music] } \markup { \vspace #12 }

problem with compound meter

2011-10-08 Thread Stefan Thomas
Dear community, I have a problem with the compoundMeter command. In the below quoted snippet the compound meter is displayed only in the very high staff, but not in the following one! \version 2.14.1 global= { \compoundMeter #'((1 4) (5 16)) s4 s16*5 } UPstaff = { c' 16 d' e' f' g' a' b' c'' d''

Re: problem with compound meter

2011-10-08 Thread Colin Campbell
On 11-10-08 09:13 AM, Stefan Thomas wrote: Dear community, I have a problem with the compoundMeter command. In the below quoted snippet the compound meter is displayed only in the very high staff, but not in the following one! \version 2.14.1 global= { \compoundMeter #'((1 4) (5 16)) s4 s16*5

Standard for instrument names and their abbreviations

2011-10-08 Thread Xavier Scheuer
Hi, I'm currently writing several orchestral scores and I'm looking for a reference (book?) for standard instrument names and their abbreviations. The first google results do not give the same results. For example, what is the standard abbreviation for Violin II? V II, V.II, Vl II, Vl.II, Vn

Re: Change TextScript horizontal anchor point

2011-10-08 Thread Xavier Scheuer
On 8 October 2011 15:19, David Nalesnik david.nales...@gmail.com wrote: Here it is as an engraver: http://www.lilypond.org/doc/v2.14/Documentation/snippets/text#centering-markup-on-note-heads-automatically Hope this helps! Thank you very much, that's perfect! I would never have imagined that

Re: How to put vertical space into a page?

2011-10-08 Thread -Eluze
Alan McConnell wrote: On Sat, Oct 08, 2011 at 04:54:18PM +0200, David Kastrup wrote: Alan McConnell a...@patriot.net writes: On Sat, Oct 08, 2011 at 10:28:53AM -0400, Kieren MacMillan wrote: Hi Alan, The easiest way is probably manually inserting space: \score { [Trio Music]

Cues (CueVoice) and quoted instrument name : InstrumentSwitch

2011-10-08 Thread Xavier Scheuer
Hi, IIRC in some previous version of the doc it was recommended to use \new CueVoice \with { instrumentCueName = quoted instrument name } in order to print the name of the quoted instrument (shown in small notes). Now I see (version 2.14/2.15 of the doc, NR 1.6.3 Writing parts

How to read out the slope of a beam?

2011-10-08 Thread harm6
Hi, trying to hack Beam stencil, I need to read out the slope of the original Beam. I thought reading out the y-extent, the x-extent and using the quotient would do the job. But I was wrong: this quotient can't be negativ. Here's my test-code: \version 2.14.2 #(define (test grob) (let*

Re: Cues (CueVoice) and quoted instrument name : InstrumentSwitch

2011-10-08 Thread Keith OHara
Xavier Scheuer x.scheuer at gmail.com writes: IIRC in some previous version of the doc it was recommended to use \new CueVoice \with { instrumentCueName = quoted instrument name } in order to print the name of the quoted instrument (shown in small notes). I had so much trouble

Re: ragged-last-bottom should not ignore stretching on the last page

2011-10-08 Thread Keith OHara
On Sat, 08 Oct 2011 14:57:33 -0700, Xavier Scheuer x.sche...@gmail.com wrote: Maybe this has been already discussed, but I do not like the current vertical spacing behaviour of the last page when using ragged-last-bottom (##t by default). It has been discussed, most recently at