Re: No clef and key each line

2006-04-20 Thread David Feuer
On 4/19/06, Jennifer Clark <[EMAIL PROTECTED]> wrote: > That's really cool Mats, I just tried it and it is ideal for jazz > leadsheets. Is there a way of doing it that would add a vertical bar > line at the start of each line though, rather than leaving it "blank" as > it is at the moment? What w

Re: No clef and key each line

2006-04-20 Thread Mats Bengtsson
One ugly solution is to add the following at the top of your file: #(define-public (index-cell cell dir) (if (equal? dir 1) (cdr cell) (car cell))) #(define-public (bar-line::my-calc-glyph-name grob) (let* ( (glyph (ly:grob-property grob 'glyph)) (dir (ly:item-break-

Re: No clef and key each line

2006-04-19 Thread Jennifer Clark
Mats Bengtsson wrote: If you read in "Common Tweaks" in the manual, you can learn about the property called transparent. However, in this case, I don't think you want the removed clefs and key signatures to occupy any space. Then, you can instead add \override Score.KeySignature #'stencil = ##f

Re: No clef and key each line

2006-04-19 Thread Mats Bengtsson
If you read in "Common Tweaks" in the manual, you can learn about the property called transparent. However, in this case, I don't think you want the removed clefs and key signatures to occupy any space. Then, you can instead add \override Score.KeySignature #'stencil = ##f \override Score.Clef #

No clef and key each line

2006-04-18 Thread Denis Bitouzé
Hello, I searched in the documentation and in the archives of the list but I didn't find how to suppress clef and key at beginning of each line, except the first one of course. Thanks in advance for any hint. -- Denis ___ lilypond-user mailing list