Perfect!
This is what I was looking for, many thanks!
I discovered I didn't got my logo to work because my eps file was faulty - but
now it works.
And I am amazed how fast you found an answer for the total pages question -
I've searched for hours before (but only on goole and the LSR, not on the
Thank you very much. The sample code helps.
Blessing in+,
>
> From: Carl Sorensen
>To: MING TSANG ; Matthew Collett
>Cc: lilypond-usermailinglist
>Sent: Sunday, February 12, 2012 1:20:15 AM
>Subject: Re: lyrics disappear
>
>On 2/11/12 6:23 PM, "MING TSANG
Hello,
I’m sometimes using half length bar lines that way:
| pipeSymbol = {
| \once \override Staff.BarLine #'bar-size = #2
| \once \override Staff.BarLine #'extra-offset = #'(0 . 1)
| \bar "|"
| }
and within the voice contect:
| \set Timing.defaultBarType="pipeSymbol"
Then it’s possible to m
Hannes Kuhnert writes:
> Hello,
>
> I’m sometimes using half length bar lines that way:
> | pipeSymbol = {
> | \once \override Staff.BarLine #'bar-size = #2
> | \once \override Staff.BarLine #'extra-offset = #'(0 . 1)
> | \bar "|"
> | }
>
> and within the voice contect:
> | \set Timing.default
David Kastrup wrote:
>
> Hannes Kuhnert writes:
>
>> Hello,
>>
>> I’m sometimes using half length bar lines that way:
>> | pipeSymbol = {
>> | \once \override Staff.BarLine #'bar-size = #2
>> | \once \override Staff.BarLine #'extra-offset = #'(0 . 1)
>> | \bar "|"
>> | }
>>
>> and within th
The edit side accept UTF-8 but the display side does not. Lyrics shows
nothing. The pdf download also does not show lyrics which is UTF-8.
Blessing in+,___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilyp
-Eluze schrieb:
> David Kastrup wrote:
> > Hannes Kuhnert writes:
> >> I’m sometimes using half length bar lines that way:
> >> | pipeSymbol = {
> >> |
> >> | \once \override Staff.BarLine #'bar-size = #2
> >> | \once \override Staff.BarLine #'extra-offset = #'(0 . 1)
> >> | \bar "|"
> >> |
>
On Sun, Feb 12, 2012 at 1:31 AM, David Kastrup wrote:
> 16th century mass with full bar lines?
At those places where note lengths exceed measures, the bar line will
be drawn dashed (using
\dl note \nl where
dl = \set Timing.defaultBarType = "dashed"
nl = \set Timing.defaultBarType = "|"
If
Sorry for the delay. It now works beautifully!
I also think this should be the default. I'd expect harmonics to have
a diamond shaped notehead, but otherwise look exactly like normal
notes… with dots enabled and all but whole and half notes having black
noteheads. I don't have a clue how this is h
Hartmut:
> I'm writing/producing a song book, but want to use both LilyPond and
> MusixTex, since I already got sheets in both types/languages.
>
> Here's what I do so far:
> (1) Use lilypond-book to translate LY to TEX
Instead of lilypond-book you can produce eps's which you can
manually \input,
Hi Hannes,
2012/2/12 Hannes Kuhnert :
> Is it possible to change the style of the automatic bar lines only?
try:
%%{
\version "2.12.3"
customDefaultBarLine =
\override Staff.BarLine #'stencil =
#(lambda (grob)
(let ((default-bar-glyph? (equal? (ly:grob-property grob 'glyph) "|")))
Hi again,
perhaps you may want to use:
\version "2.14.2"
%\version "2.15.29"
CustomDefaultBarLineEngraver =
#(lambda (context)
(let ((glyph "|"))
`((acknowledgers
(bar-line-interface .
,(lambda (engraver grob source-engraver)
(if (equal? glyph (ly:grob-property
12 matches
Mail list logo