Shaping slurs --- both broken and unbroken

2010-08-29 Thread Dmytro O. Redchuk
Hi! After some searching i wrote a function to alter shape of slurs -- both unbroken and broken ones. It heavily based on Neil Puttock's functions and hints (see comments in attached script). This function accepts list off offsets (as Neil's function; to be fully compatible,-) and list of lists o

initial repeats with alternate bar style

2010-08-29 Thread Steve Tarr
I'm trying to reproduce some Sacred Harp music. The piece starts with a repeated section which starts with a partial measure. It's marked with a column of dots at the beginning of the piece. The snippet shown in "Printing a repeat sign at the beginning of a piece" doesn't have the desired ef

Re: More PDF metadata

2010-08-29 Thread M Watts
On 08/29/2010 12:33 AM, Henning Hraban Ramm wrote: Is it possible to insert PDF metadata (pdfmarks) into LilyPond's PostScript output? I use pdftk for this (and other cool stuff) http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ To add metadata, you write a text file that looks like InfoKe

Re: \tag en cascade

2010-08-29 Thread Gilles THIBAULT
LilyPond n'accepte pas les \tag à l'intérieur d'autres \tag. Du genre : \tag #'partScore { \tag #'flute { ... } \tag #'hautbois { ... } } ... J'ai essayé de faire une version étendue de \keepWithTag qui rend possible ce genre de construction. La nouvelle fonction s'a

Re: Shrink all elements?

2010-08-29 Thread Christopher Meredith
On Sun, Aug 29, 2010 at 3:02 PM, Brett McCoy wrote: > On Sun, Aug 29, 2010 at 3:09 PM, Christopher Meredith > wrote: >> I've searched, I swear. If there's a really simple answer, I apologize >> in advance! >> >> I'm looking for a way to simply shrink everything to make it easier to >> fit on a pa

Re: Shrink all elements?

2010-08-29 Thread Paul Scott
On Sun, Aug 29, 2010 at 02:09:42PM -0500, Christopher Meredith wrote: > I've searched, I swear. If there's a really simple answer, I apologize > in advance! > > I'm looking for a way to simply shrink everything to make it easier to > fit on a page. My first lines of defense are usually shrinking t

Re: Shrink all elements?

2010-08-29 Thread Brett McCoy
On Sun, Aug 29, 2010 at 3:09 PM, Christopher Meredith wrote: > I've searched, I swear. If there's a really simple answer, I apologize > in advance! > > I'm looking for a way to simply shrink everything to make it easier to > fit on a page. My first lines of defense are usually shrinking the > dist

Re: Shrink all elements?

2010-08-29 Thread Roman Stawski
Christopher Meredith gmail.com> writes: > > I've searched, I swear. If there's a really simple answer, I apologize > in advance! > > I'm looking for a way to simply shrink everything to make it easier to > fit on a page. My first lines of defense are usually shrinking the > distance between sta

Re: ambitus and break-visibility

2010-08-29 Thread Roman Stawski
Thanks folks I suspect there may be bug somewhere in there, but your solution suits me just fine. Kudos for a rapid answer. Roman ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Producing a hymnal with lilypond

2010-08-29 Thread Christopher Meredith
I'll try to sum this up as succinctly as possible. I am trying to put together a supplemental hymnal. To this point, I have been using a hymn template I found online to make "one off" hymn sheets on normal letter size paper. It's getting to the point where I want to put them in book form. I have *n

Shrink all elements?

2010-08-29 Thread Christopher Meredith
I've searched, I swear. If there's a really simple answer, I apologize in advance! I'm looking for a way to simply shrink everything to make it easier to fit on a page. My first lines of defense are usually shrinking the distance between staves, decreasing the minimum distance between lyrics, and

Re: OS X fonts

2010-08-29 Thread Henning Hraban Ramm
Am 2010-08-29 um 06:18 schrieb Tim McNamara: [tim ~]$ lilypond -dshow-available-fonts x GNU LilyPond 2.12.3 ERROR: In procedure primitive-load-path: ERROR: Unable to find file "ice-9/boot-9.scm" in load path I remember this error, but not the reason... On my current 10.5.8 the command works fla

Re: Centering tremoli under noteheads and suppressing lines through/above/below off-the-staff notes

2010-08-29 Thread Neil Puttock
On 29 August 2010 15:01, Mike Solomon wrote: > Figured it out (sorta) > > For the tremolo thing, this seems to work: > > #(define (center-trem grob) >   (let* ((x-extent >           (ly:grob-property >             (ly:grob-property >               (ly:grob-parent grob X) >               'cause) >

Re: ambitus and break-visibility

2010-08-29 Thread Neil Puttock
On 29 August 2010 15:09, Roman Stawski wrote: > I'm having some difficulty getting break-visibility to work with > ambitus. In the example below I set #'break-visibility to ##(#f #f #f) > which should stop the ambitus from rendering in any position. However, > I still see the ambitus at line ends

Re: ambitus and break-visibility

2010-08-29 Thread Francisco Vila
2010/8/29 Roman Stawski : >     \override Ambitus #'break-visibility = ##(#f #f #f) >     \override NoteHead #'color = #red >     \override AmbitusNoteHead #'color = #cyan > The actual problem is to display the ambitus at the beginning of a > second line after a one-line intro without having it s

Re: Note on the bar

2010-08-29 Thread Francisco Vila
2010/8/5 Stephan Elliot Perez : > Greetings, >   I wish to use bars as an indication of seconds and would therefore > prefer it, if the first note of the measure were to touch the bar (and the > stem, if the stem is pointing downward).  Does anyone know how this is > possible? The usual is to

Re: Centering tremoli under noteheads and suppressing lines through/above/below off-the-staff notes

2010-08-29 Thread Neil Puttock
On 29 August 2010 15:49, Francisco Vila wrote: > The ledger line is shown whenever the notehead is outside the staff, > even if the staff lines themselves are made transparent.  This > >  \override Staff.StaffSymbol #'line-count = #7 > > should make a non-standard 7-line staff which avoids ledger

Re: Centering tremoli under noteheads and suppressing lines through/above/below off-the-staff notes

2010-08-29 Thread Francisco Vila
2010/8/29 Mike Solomon : >> 1)  Is there a way to suppress the lines through / above / below over and >> under the staff notes?  In this example, you'll see that the high A has a >> line through it, and I'd like to avoid that if at all possible. The ledger line is shown whenever the notehead is ou

ambitus and break-visibility

2010-08-29 Thread Roman Stawski
Hi folks I'm having some difficulty getting break-visibility to work with ambitus. In the example below I set #'break-visibility to ##(#f #f #f) which should stop the ambitus from rendering in any position. However, I still see the ambitus at line ends, in the middle of lines and at line beginnin

Re: Centering tremoli under noteheads and suppressing lines through/above/below off-the-staff notes

2010-08-29 Thread Mike Solomon
Figured it out (sorta) For the tremolo thing, this seems to work: #(define (center-trem grob) (let* ((x-extent (ly:grob-property (ly:grob-property (ly:grob-parent grob X) 'cause) 'X-extent))) (ly:stencil-translate (ly:stem-t

Re: Centering tremoli under noteheads and suppressing lines through/above/below off-the-staff notes

2010-08-29 Thread Mike Solomon
Sorry...this time w/ code that works! \version "2.13.30" lb = \relative c''' { \override Staff . StaffSymbol #'transparent = ##t \clef "treble^8" \override Voice . Stem #'stencil = ##f \override Voice . Beam #'stencil = ##f s16 \once \override Voice . NoteHead #'font-size = #2 \bendAft