Re: slur control-points (collides with accidental)

2011-03-09 Thread Jan-Peter Voigt
Hello David, thanks, this is exactly, what I was looking for! Jan-Peter. Hi Jan-Peter, You could also use this snippet, which works with the default control-points: http://lsr.dsi.unimi.it/LSR/Snippet?id=639 Best, David ___ lilypond-user mailin

Re: Using #(define fonts) gives me an ill-looking feta font

2011-03-09 Thread Timothy Sheasby
Try changing the second number in the font tree parameter --> (/ myStaffSize 20) I have been using this parameter and find this fixed a similar problem I had. Can't remember why it had to be 20 but that's what worked for me. On 09 Mar 2011, at 9:55 AM, David Rogers wrote: > * James Lowe [2011-0

Putting fret diagrams in a separate score

2011-03-09 Thread Marc Hohl
Hello list, I try to put fret diagrams at the beginning of a piece. My input file looks like this: \version "2.13.50" \score { << \new ChordNames \chordmode { g:m } \new Lyrics \lyricmode { \markup { \fret-diagram #"w:4;4-o;3-o;2-1;1-3;" } } >> \layout { ragged-rig

Re: Using #(define fonts) gives me an ill-looking feta font

2011-03-09 Thread Carl Sorensen
On Mar 9, 2011, at 12:14 AM, "James Lowe" wrote: > Hello, > > I am using Mac OS X (in case that matters) and I am having an issue > where > using the following construct in a \paper block: > > myStaffSize = #24 > #(define fonts > (make-pango-font-tree "Baskerville" >

Re: alignAboveContext not working

2011-03-09 Thread Phil Holmes
Actually, if you put it in the snippet you sent, it won't compile. It provides an extra unwanted {. My version compiles with the Ossia where required. Could I suggest you experiment using this as a basis? -- Phil Holmes - Original Message - From: Richard Opheim To: Phil Holm

Re: How to tell lilypond some barlines have width

2011-03-09 Thread Laura Conrad
> "Neil" == Neil Puttock writes: Neil> On 8 March 2011 18:05, Laura Conrad wrote: >> Does anyone know a way to tell lily that an "empty" barline shouldn't >> have space, but there should still be some space around the barlines >> that are being printed? Neil> If you're r

Fwd: pick up notes and chord names not lining up with first measure

2011-03-09 Thread john ware
Thank you Janek, for your quick response. It pointed me in the right direction. I'm including my simple example that works the way I want. It generates a score with chord names in one file and just the chords with bar lines in a second file. \version "2.12.3" titleJohn = "John" melodyJohn = {

Re: slur control-points (collides with accidental)

2011-03-09 Thread David Nalesnik
On 3/9/11, Jan-Peter Voigt wrote: > Hello David, > > thanks, this is exactly, what I was looking for! > > Jan-Peter. > Glad I could help! David ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Using #(define fonts) gives me an ill-looking feta font

2011-03-09 Thread James Lowe
Hello, -Original Message- From: Timothy Sheasby Date: Wed, 9 Mar 2011 10:21:05 +0200 To: David Rogers Cc: LilyPond User Subject: Re: Using #(define fonts) gives me an ill-looking feta font >Try changing the second number in the font tree parameter --> (/ >myStaffSize 20) >I have been

Re: Using #(define fonts) gives me an ill-looking feta font

2011-03-09 Thread James Lowe
Hello, -Original Message- From: Carl Sorensen Date: Wed, 9 Mar 2011 05:53:34 -0700 To: James Lowe Cc: Lilypond Dev , LilyPond User Subject: Re: Using #(define fonts) gives me an ill-looking feta font > >On Mar 9, 2011, at 12:14 AM, "James Lowe" >wrote: > >> Hello, >> >> I am using Ma

Re: Using #(define fonts) gives me an ill-looking feta font

2011-03-09 Thread David Rogers
* James Lowe [2011-03-09 17:51]: Hello, -Original Message- From: Timothy Sheasby Date: Wed, 9 Mar 2011 10:21:05 +0200 To: David Rogers Cc: LilyPond User Subject: Re: Using #(define fonts) gives me an ill-looking feta font Try changing the second number in the font tree parameter

Re: pick up notes and chord names not lining up with first measure

2011-03-09 Thread Janek Warchoł
2011/3/9 john ware : > Thank you Janek, > for your quick response. It pointed me in the right direction. > I'm including my simple example that works the way I want. It generates a > score with chord names in one file and just the chords with bar lines in a > second file. Great! Glad i could help.

Scheme question

2011-03-09 Thread TaoCG
Hi, is it possible to determine the current time signature with scheme? I would like to alter the functions from this snippet so that the length of the produced rest equals the denominator and that $count equals the nominator. http://lsr.dsi.unimi.it/LSR/Snippet?id=332 Regards, Tao -- View this

Re: Using #(define fonts) gives me an ill-looking feta font

2011-03-09 Thread David Rogers
-Original Message- From: Timothy Sheasby Date: Wed, 9 Mar 2011 10:21:05 +0200 To: David Rogers Cc: LilyPond User Subject: Re: Using #(define fonts) gives me an ill-looking feta font Try changing the second number in the font tree parameter --> (/ myStaffSize 20) I have been using thi

Re: Using #(define fonts) gives me an ill-looking feta font

2011-03-09 Thread James Lowe
David -Original Message- From: David Rogers Date: Wed, 9 Mar 2011 11:40:08 -0800 To: James Lowe Cc: LilyPond User Subject: Re: Using #(define fonts) gives me an ill-looking feta font >>>-Original Message- >>>From: Timothy Sheasby >>>Date: Wed, 9 Mar 2011 10:21:05 +0200 >>>To:

skip lyrics

2011-03-09 Thread MING TSANG
I have two verses for a score. The score has 30 measures (bars). However only first 4 measures and last 4 measure have distinct two verses, the middle sections lyrics of two verses are identical. Right low I code verse 2 with lyrics for first 4 measure follow with 120 " " for the notes, then l

Re: skip lyrics

2011-03-09 Thread Francisco Vila
2011/3/9 MING TSANG : > I have two verses for a score. The score has 30 measures (bars). However > only first 4 measures and last 4 measure have distinct two verses, the > middle sections lyrics of two verses are identical. > > Right low I code verse 2 with lyrics for first 4 measure follow with 12

Re: Scheme question

2011-03-09 Thread Carl Sorensen
On 3/9/11 12:22 PM, "TaoCG" wrote: > > > Hi, > > is it possible to determine the current time signature with scheme? > I would like to alter the functions from this snippet so that the length of > the produced rest equals the denominator and that $count equals the > nominator. > http://lsr.dsi

Re: skip lyrics

2011-03-09 Thread MING TSANG
Thank you. It works. What "8" means on the \skip 8? I use "4" and I get the same result. The 120 notes are a mixture of eight- note, quarter-note, half-note and some dotted-note. : <> I have two verses for a score. The score has 30 measures (bars). H

bar line through text in Mensurstriche layout

2011-03-09 Thread Klaus Föhl
Hello, With lyrics and ChoirStaff a long word may overlap into an adjacent bar and this looks visually ok. Now I want to set a piece with Mensurstriche which essentially is StaffGroup and in some tightly spaced staff lines the overlapping words have the bar line cutting through them. Is there an

Re: How to tell lilypond some barlines have width

2011-03-09 Thread Neil Puttock
On 9 March 2011 16:02, Laura Conrad wrote: > Unfortunately, it creates a new one.  In some cases, such as the > attached small example, when I use this BarType I get a lot of errors: > > programming error: Loose column does not have right side to attach to. > > I was hoping these loose columns we

Re: How to tell lilypond some barlines have width

2011-03-09 Thread Laura Conrad
> "Neil" == Neil Puttock writes: Neil> On 9 March 2011 16:02, Laura Conrad wrote: >> Unfortunately, it creates a new one.  In some cases, such as the >> attached small example, when I use this BarType I get a lot of errors: >> >> programming error: Loose column does not

Re: Double Digit Fingering ie 10 11 12

2011-03-09 Thread Robin Bannister
This is hardcoded. See http://lists.gnu.org/archive/html/lilypond-user/2009-04/msg00691.html ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: left-aligning grobs to other grobs

2011-03-09 Thread Han-Wen Nienhuys
On Tue, Mar 8, 2011 at 2:44 PM, David Nalesnik wrote: > Hi, all -- > > Attached is a function which started out as an attempt to get tempo > indications to line up with the left edge of the time signature.  It's I thought they already did; define-grobs.scm says (MetronomeMark ... (brea

Re: Varying shape note heads varying by semitone

2011-03-09 Thread Paul Morris
Hi all, I have a worked out a way to customize note head styles (shapes) based on pitch, (so I'm revisiting this thread from 2007). Here's a new snippet that does the trick: http://lsr.dsi.unimi.it/LSR/Item?id=754 I basically adapted the code from this snippet on "coloring notes depending o

Re: Double Digit Fingering ie 10 11 12

2011-03-09 Thread James Lowe
Hello -Original Message- From: Robin Bannister Date: Thu, 10 Mar 2011 00:00:07 +0100 To: , LilyPond User Subject: Re: Double Digit Fingering ie 10 11 12 >This is hardcoded. See >http://lists.gnu.org/archive/html/lilypond-user/2009-04/msg00691.html > > From:Robin Bannister Subject:Re: F

Re: left-aligning grobs to other grobs

2011-03-09 Thread David Nalesnik
Han-Wen, Oops! -- I've been working with 2.12.3 where this was an issue, but checking the 2.13.53 manual I see that this is no longer a problem in the development version. Thanks to the person/people who fixed this! David On 3/9/11, Han-Wen Nienhuys wrote: > On Tue, Mar 8, 2011 at 2:44 PM, Dav

Re: skip lyrics

2011-03-09 Thread Timothy Sheasby
The documentation says that the number of the skip is ignored in the lyrics but still has to be there. I am glad to learn the \repeat unfold tip too though. I have been typing '_' to space out areas in lyrics because it takes too long to type the '\skip 8'. On 09 Mar 2011, at 10:49 PM, MING TS