Re: Finetuning TextSpanner beginning and end positions?

2019-05-07 Thread Stefano Troncaro
Admittedly, as opposed to other Grob.padding settings no object is > moved, instead the TextSpanner itself changes its appearance. > I think you nailed the root of why I think the naming is confusing. Funnily enough I do think that the name "padding" is appropriate for Glissandos, where it is a mea

cues with lyrics

2019-05-07 Thread waterhorse
This is an example that I reduced from a snippet. Can someone please tell me why the lyrics ("wordc") don't show up on the third note (from the 2nd cueDuring)? TIA, Paul \version "2.19.83" vcNotes = \relative{ c'1 a d } \addQuote qvc \vcNotes oboeNotes = \relative{ \cueDuring qvc #down R

Re: two strange issues

2019-05-07 Thread Thomas Morley
Am Di., 7. Mai 2019 um 22:36 Uhr schrieb bobr...@centrum.is : > > Admittedly, it's been a while since I've had any kind of LilyPond project and > I'm likely rusty but this is really puzzling me. > > Input file: > > > \version "2.18.2" > > definition = \relative c, { > \key c > \ti

Re: two strange issues

2019-05-07 Thread Urs Liska
> Am 07.05.19 um 22:33 schrieb bobr...@centrum.is: First weird thing is the following error message regarding the time signature: *** Starting lilypond-windows.exe 2.18.2 [file.ly]... Processing `D:/SkyDrive/lily/file.ly' Parsing... D:/SkyDrive/lily/file.ly:6:3: error: w

two strange issues

2019-05-07 Thread bobr...@centrum.is
Admittedly, it's been a while since I've had any kind of LilyPond project and I'm likely rusty but this is really puzzling me. Input file: \version "2.18.2" definition = \relative c, { \key c \time 4/4 c1 } \score { \relative c, { \clef F \transpose c es \definiti

Re: how to restore the override to it default.

2019-05-07 Thread MING TSANG
Thank you for the quick response, Malte Meyn and David Kastup.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to restore the override to it default.

2019-05-07 Thread David Kastrup
MING TSANG writes: > Lilyponders,  > The override take effect for bar 2 to bar 4. I try to use \remove , > but not working. > \version "2.19.83"{  \fixed c' { c'4 b a g   %bar 1     \override > NoteHead.style = #'slash     \override Stem.transparent = ##t    >  \override Flag.transparent = ##t   

Re: how to restore the override to it default.

2019-05-07 Thread Malte Meyn
Am 07.05.19 um 21:30 schrieb MING TSANG: Lilyponders, The override take effect for bar 2 to bar 4. I try to use \remove , but not working. The correct command is \revert: \revert NoteHead.style or \revert Stem.transparent ___ lilypond-user ma

how to restore the override to it default.

2019-05-07 Thread MING TSANG
Lilyponders,  The override take effect for bar 2 to bar 4. I try to use \remove , but not working. \version "2.19.83"{  \fixed c' { c'4 b a g   %bar 1     \override NoteHead.style = #'slash     \override Stem.transparent = ##t     \override Flag.transparent = ##t     c'4 4 4 4   %bar 2     b4 4

Re: Fine bar line \break before repeat sign

2019-05-07 Thread mskala
On Tue, 7 May 2019, Adam Good wrote: > I'm baffled by bar lines. In the example below, I would like for the f1 bar > to use a "final" bar line as in \bar "|." the \break then on the next line > begin with a repeat sign. The manual doesn't hint at this > > http://lilypond.org/doc/v2.19/Documentation

Fine bar line \break before repeat sign

2019-05-07 Thread Adam Good
Hi List, I'm baffled by bar lines. In the example below, I would like for the f1 bar to use a "final" bar line as in \bar "|." the \break then on the next line begin with a repeat sign. The manual doesn't hint at this http://lilypond.org/doc/v2.19/Documentation/notation/bars#bar-lines Am I missin

Predicting accidentals

2019-05-07 Thread Leo Correia de Verdier
Dear list! Is there a way to run the functions in autoAccidental before they would normally be evaluated, to see beforehand if a note would get an accidental? What I would like iso do is a function that in some cases (depending on other circumstances in code) forces an accidental with a tweak,

Re: Finetuning TextSpanner beginning and end positions?

2019-05-07 Thread Thomas Morley
Am Di., 7. Mai 2019 um 01:53 Uhr schrieb Stefano Troncaro : > > Hi Harm, honestly because I generally understand "padding" as the amount of > whitespace that should be reserved between objects. Well, that's exactly what happens here. bound-details.right.padding is the amount of white-space betwee