Re: Total number of pages & Logo

2012-02-12 Thread Frederik Van der Veken
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

Re: lyrics disappear

2012-02-12 Thread MING TSANG
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

Automatic setting custom bar lines

2012-02-12 Thread Hannes Kuhnert
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

Re: Automatic setting custom bar lines

2012-02-12 Thread David Kastrup
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

Re: Automatic setting custom bar lines

2012-02-12 Thread -Eluze
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

Re: LilyBin Launch

2012-02-12 Thread MING TSANG
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

Re: Automatic setting custom bar lines

2012-02-12 Thread Hannes Kuhnert
-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 "|" > >> | >

Re: Vertically align bar line in polyphonic music

2012-02-12 Thread Marcel Korpel
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

Re: Using other NoteHeads with \harmonicByFret?

2012-02-12 Thread Peter Crighton
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

Re: Mix MusixTex and LilyPond

2012-02-12 Thread Karl Hammar
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,

Re: Automatic setting custom bar lines

2012-02-12 Thread Thomas Morley
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) "|")))

Re: Automatic setting custom bar lines

2012-02-12 Thread Thomas Morley
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