Hi Harm,
On Sun, Oct 16, 2011 at 2:36 PM, Thomas Morley <
thomasmorle...@googlemail.com> wrote:
>
>
> I regarded the gap-property, but \once\override Beam #'gap = #15 seems to
> do nothing, so I dropped that thought.
>
You have to do this instead:
\once \override Beam #'length-fraction = #15
(S
Hi Peter,
Are you simply trying to replace Lilypond's inter-syllable hyphen with an
emdash? If so, just override it directly:
\version "2.15.14"
\paper { ragged-right = ##f }
MD = {
\once \override LyricHyphen #'stencil = #ly:text-interface::print
\once \override LyricHyphen #'text = "—"
\
I also notice that with the enclosing of the actual syllable and the en-dash
within double quotes, the alignment of the syllable with the note is
distorted.
On Sun, Oct 16, 2011 at 21:12, Peter Olin wrote:
> Thanks Kieren!
>
> That's close to what I want. Yes.
>
> However I'd like to see the en
Hi David,
2011/10/16 David Nalesnik
>
> Hi again,
>
> I sent that off too quickly...
>
> Instead of
>
> #(define ((stencil-plus-bracket beam-count) grob)
>>
>
> use
>
> #(define (stencil-plus-bracket grob)
>
> -David
>
>
this works!
I regarded the gap-property, but \once\override Beam #'gap =
Hi again,
I sent that off too quickly...
Instead of
#(define ((stencil-plus-bracket beam-count) grob)
>
use
#(define (stencil-plus-bracket grob)
-David
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lily
Hi, Harm --
On Sun, Oct 16, 2011 at 10:27 AM, harm6 wrote:
>
>
> In the little test-function below I have to put in the beam-count manually.
> And the value of the between-beam-space is a guess.
>
> Any hint to improve?
>
You can get the space between the beams from the 'gap property. (It's
meas
Hi Peter,
Does this give you what you want?
\addlyrics { Må det väck -- ta sin -- "net—" vär -- de -- fullt sub -- "limt—"
}
Hope this helps,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-
Hi Jan-Peter!
Thanks for the tip.
Using an UTF dash indeed makes it show up in the lyrics - and so far that's
good.
But then the trouble is that I don't want it to "consume" a note. It seems
to be counted as a syllable.
I've been looking at the LyricHyphen and tried to experiment with overridin
On Oct 16, 2011, at 4:49 AM, "Phil Holmes" wrote:
> "Stan Sanderson" wrote in message
> news:0d770350-3bf2-4555-8f4c-ee7b5d86c...@gmail.com...
>> Sad to report that LilyPond v 2.15.14-1 fails to run on my iMac. Error
>> report follows below.
>> As previously reported, v 2.15.8 is the last vers
Hi,
trying to override Beam-stencil I need to read out the number of beams, the
space between the beams and the thickness of the whole beam (shown by the
red bracket). Of course I need only two of this values to detemine the
third, but I only managed to get the thickness of a single Beam.
http:/
Am Sonntag, 16. Oktober 2011, 13:35:42 schrieb Stefan Thomas:
> Dear Reinhold,
> thanks for Your fast reply.
> The problem is: I don't exactly know, which other commands could cause
> hiding the quoted voice than \set PianoStaff.instrumentName= ?
All things that create a different context. Example
Dear Reinhold,
thanks for Your fast reply.
The problem is: I don't exactly know, which other commands could cause
hiding the quoted voice than \set PianoStaff.instrumentName= ?
I have the problem, that the music of the cellopart is not quoted, although
it isn't a Pianostaff.
2011/10/16 Reinhold Ka
Am Sonntag, 16. Oktober 2011, 10:01:46 schrieb Stefan Thomas:
> Dear community,
> because of the wrong code, I post You my snippet again.
> The Problem is: the quoted voice doesn't appear in the staff
> "anotherinstrument" and it has definetily to do with the command
>
> > \set PianoStaff.instrume
Hello Peter,
to include the mdash sign in lilypond, it should appear as such in the (UTF8)
encoded source. The double dash in lilypond evokes a hyphenation event to draw
thin and short Lines between two syllables. If the emdash is not a syllable on
its own, you might want to override hyphen pro
Hi all!
After a 20+ years hiatus from LaTeX use, I've again found reasons to wet my
toes again.
I'm trying to typeset some verse with LilyPond - where the verse text
includes hyphens (endashes, or possibly emdashes), but it's not as
straightforward as I had hoped using LilyPond. Maybe someone can
"Stan Sanderson" wrote in message
news:0d770350-3bf2-4555-8f4c-ee7b5d86c...@gmail.com...
Sad to report that LilyPond v 2.15.14-1 fails to run on my iMac. Error
report follows below.
As previously reported, v 2.15.8 is the last version to run successfully.
The previously suggested workaround was
Dear community,
because of the wrong code, I post You my snippet again.
The Problem is: the quoted voice doesn't appear in the staff
"anotherinstrument" and it has definetily to do with the command
> \set PianoStaff.instrumentName= "Piano"
>
Is there possibilitie to get the quodation without quit
17 matches
Mail list logo