Tablature, unwanted stroke of tied note

2014-04-20 Thread Francisco Vila
Hello all, in this example upper = \relative c' { r2 b d f2~ b d f b b e2~ b b e r2 } \score { \new StaffGroup \new Staff { \clef G_8 \upper } \new TabStaff { \upper } } the second chord has the same note twice, and that seems to confuse the tablature engraver making it to

too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Marcin Gryszkalis
Hi After upgrading to 2.18.2 I noticed that scores are engraved with more space, causing different splits (and in one particular example my son was working on - I cannot fit it on one page anymore). You can see example: http://stuff.fork.pl/rondo-2-18-1.pdf http://stuff.fork.pl/rondo-2-18-2.pdf

Re: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Phil Holmes
- Original Message - From: Marcin Gryszkalis m...@fork.pl To: lilypond-user mailinglist lilypond-user@gnu.org Sent: Sunday, April 20, 2014 11:21 AM Subject: too wide score after upgrading 2.18.1 to 2.18.2 Hi After upgrading to 2.18.2 I noticed that scores are engraved with more

Odp: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Karol Majewski
Hi Marcin. There was this big spacing issue 3304, which was fixed between 2.18.1 and 2.18.2. https://code.google.com/p/lilypond/issues/detail?id=3304 I think this could be the reason. --Karol Hi After upgrading to 2.18.2 I noticed that scores are engraved with more space, causing

Re: Tablature, unwanted stroke of tied note

2014-04-20 Thread Federico Bruni
2014-04-20 12:12 GMT+02:00 Francisco Vila paconet@gmail.com: Hello all, in this example upper = \relative c' { r2 b d f2~ b d f b b e2~ b b e r2 } \score { \new StaffGroup \new Staff { \clef G_8 \upper } \new TabStaff { \upper } } the second chord has the

Re: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Phil Holmes
- Original Message - From: Karol Majewski karo...@wp.pl To: Marcin Gryszkalis m...@fork.pl Cc: lilypond-user mailinglist lilypond-user@gnu.org Sent: Sunday, April 20, 2014 11:34 AM Subject: Odp: too wide score after upgrading 2.18.1 to 2.18.2 Hi Marcin. There was this big spacing

Re: voice solfege sequence

2014-04-20 Thread Thomas Morley
2014-04-20 3:23 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-04-19 23:25 GMT+02:00 MING TSANG tsan...@rogers.com: The color solfege will be showing on the lower stack in both case. I found no convincing method to set the color for the TextScript, though. I used a workaround, hoping

Re: voice solfege sequence

2014-04-20 Thread Thomas Morley
2014-04-20 14:30 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-04-20 3:23 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-04-19 23:25 GMT+02:00 MING TSANG tsan...@rogers.com: The color solfege will be showing on the lower stack in both case. I found no convincing method to

Accessing timecode of notes or bars

2014-04-20 Thread Boris Lau
Hi all, I'm trying to provide id-values to noteheads or barlines for use with the SVG output so I can access them using JavaScript. In the archive I found the snipped below. 1. Is there a property that gives me a timecode-like value for a notehead with a bar and beat number of a note? 2.

Re: Accessing timecode of notes or bars

2014-04-20 Thread Thomas Morley
2014-04-20 15:45 GMT+02:00 Boris Lau m...@borislau.de: Hi all, I'm trying to provide id-values to noteheads or barlines for use with the SVG output so I can access them using JavaScript. In the archive I found the snipped below. [...] Hi, please give us the link or provide a compilable

Re: Accessing timecode of notes or bars

2014-04-20 Thread Boris Lau
Sorry, there was an error in my posted snipped. Here is the correct version: \version 2.16.2 #(define (note-number grob) (string-concatenate (list NoteHead/ (number-string (ly:pitch-semitones (ly:event-property (ly:grob-property grob 'cause) 'pitch)) \relative c' { \time

Re: Accessing timecode of notes or bars

2014-04-20 Thread Thomas Morley
2014-04-20 16:50 GMT+02:00 Boris Lau m...@borislau.de: Sorry, there was an error in my posted snipped. Here is the correct version: \version 2.16.2 #(define (note-number grob) (string-concatenate (list NoteHead/ (number-string (ly:pitch-semitones (ly:event-property

Customizing the position of the dots in repeat bar lines

2014-04-20 Thread Paul Morris
Hello everyone, Here's an obscure one. I have worked out a way to customize the vertical position of the repeat dots in repeat bar lines. This would be for use with staves with custom line-positions, when you want something different from LilyPond's default positioning. As a side benefit it

Re: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Marcin Gryszkalis
On 20.04.2014 12:56, Phil Holmes wrote: Also, simply deleting all the forced line breaks fits the piece on one page! That's right - though I wanted to have line break every 4th bar (as you can see on 2.18.1 sample). 2.18.1 was never actually released: how did you get it? Gentoo linux

Re: Customizing the position of the dots in repeat bar lines

2014-04-20 Thread Paul Morris
Sent it too soon... here's a revised version that's a little simpler, more concise. -Paul \version 2.18.2 #(define (make-custom-colon-bar-line grob extent) Draw repeat dots, placed at @var{dot-positions}. The coordinates of @var{dot-positions} are equivalent to those of

Guitar bends

2014-04-20 Thread Martyn Quick
I'm pretty new to using Lilypond, so this may be well established info that I'm asking about.  I've been using various guitar tablature editing software but finding them disappointing in how they behave, much like why I use LaTeX for text documents. I've found an old file kicking around on the

Re: Guitar bends

2014-04-20 Thread Thomas Morley
2014-04-20 22:24 GMT+02:00 Martyn Quick martyn_qu...@yahoo.co.uk: I've found an old file kicking around on the internet which allows the typesetting of bends in guitar tablature. This is fine for simple bends, but it doesn't handle a pre-bend/release sequence very well. Has there been an

Re: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Janek Warchoł
2014-04-20 19:55 GMT+02:00 Marcin Gryszkalis m...@fork.pl: On 20.04.2014 12:34, Karol Majewski wrote: There was this big spacing issue 3304, which was fixed between 2.18.1 and 2.18.2. https://code.google.com/p/lilypond/issues/detail?id=3304 I think this could be the reason. It looks to be

Re: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Phil Holmes
- Original Message - From: Marcin Gryszkalis m...@fork.pl To: Phil Holmes m...@philholmes.net; Karol Majewski karo...@wp.pl Cc: lilypond-user mailinglist lilypond-user@gnu.org Sent: Sunday, April 20, 2014 6:55 PM Subject: Re: too wide score after upgrading 2.18.1 to 2.18.2 On

Ubuntu 14.04 update and lilypond

2014-04-20 Thread Simon Albrecht
Hello, today I installed the update to newly released Ubuntu 14.04 (from previous 13.04) and at the end of the process stands the removal of software packages not needed anymore. The packages which are removed by default include Guile 1.8 (which I take to be the version currently required by

Re: Ubuntu 14.04 update and lilypond

2014-04-20 Thread Simon Albrecht
Am 20.04.2014 23:23, schrieb Simon Albrecht: Hello, today I installed the update to newly released Ubuntu 14.04 (from previous 13.04) and at the end of the process stands the removal of software packages not needed anymore. The packages which are removed by default include Guile 1.8 (which

Re: voice solfege sequence

2014-04-20 Thread MING TSANG
Hi, Thomas: On Sunday, April 20, 2014 8:36:04 AM, Thomas Morley thomasmorle...@gmail.com wrote: 2014-04-20 14:30 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-04-20 3:23 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-04-19 23:25 GMT+02:00 MING TSANG tsan...@rogers.com: The

Locating X/Y positions of staves and bars in PNG output

2014-04-20 Thread David Hinkle
I'm working on a new GPL web application designed to help new people learn to sing using the new FFT capabilities of HTML5. (Git hub links below if you're interested). I'd like to use Lilypond to generate scores for display in the app. In order to show the user the feedback about where they're

Re: Customizing the position of the dots in repeat bar lines

2014-04-20 Thread Paul Morris
Paul Morris wrote Sent it too soon... here's a revised version that's a little simpler, more concise. And another one, now with dot-positions supplied as an argument. -Paul \version 2.18.2 #(define ((make-custom-colon-bar-line dot-positions) grob extent) Draw repeat dots, placed at