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

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 s

Re: voice solfege sequence

2014-04-20 Thread MING TSANG
Hi, Thomas: On Sunday, April 20, 2014 8:36:04 AM, Thomas Morley wrote: 2014-04-20 14:30 GMT+02:00 Thomas Morley : > 2014-04-20 3:23 GMT+02:00 Thomas Morley : >> 2014-04-19 23:25 GMT+02:00 MING TSANG : >>> The color solfege will be showing on the lower >>> stack in both case. > >> I found no con

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 I

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: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Phil Holmes
- Original Message - From: "Marcin Gryszkalis" To: "Phil Holmes" ; "Karol Majewski" Cc: "lilypond-user mailinglist" Sent: Sunday, April 20, 2014 6:55 PM Subject: Re: too wide score after upgrading 2.18.1 to 2.18.2 On 20.04.2014 12:56, Phil Holmes wrote: Also, simply deleting all th

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 : > 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 tuplet

Re: Guitar bends

2014-04-20 Thread Thomas Morley
2014-04-20 22:24 GMT+02:00 Martyn Quick : > 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 update or further work

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: 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 StaffSymbol.line

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 port

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 all

Re: Accessing "timecode" of notes or bars

2014-04-20 Thread Thomas Morley
2014-04-20 16:50 GMT+02:00 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 (l

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' { \

Re: Accessing "timecode" of notes or bars

2014-04-20 Thread Thomas Morley
2014-04-20 15:45 GMT+02:00 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. [...] Hi, please give us the link or provide a compilable snippet. Otherwi

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. I

Re: voice solfege sequence

2014-04-20 Thread Thomas Morley
2014-04-20 14:30 GMT+02:00 Thomas Morley : > 2014-04-20 3:23 GMT+02:00 Thomas Morley : >> 2014-04-19 23:25 GMT+02:00 MING TSANG : >>> 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 wor

Re: voice solfege sequence

2014-04-20 Thread Thomas Morley
2014-04-20 3:23 GMT+02:00 Thomas Morley : > 2014-04-19 23:25 GMT+02:00 MING TSANG : >> 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 someone else comes up with a better

Re: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Phil Holmes
- Original Message - From: "Karol Majewski" To: "Marcin Gryszkalis" Cc: "lilypond-user mailinglist" 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 issue 3304, which was fixed between 2.18.1 a

Re: Tablature, unwanted stroke of tied note

2014-04-20 Thread Federico Bruni
2014-04-20 12:12 GMT+02:00 Francisco Vila : > Hello all, > > in this example > > upper = \relative c' { > r2 2~ >2~ >r2 > } > > \score { > \new StaffGroup << > \new Staff { \clef "G_8" \upper } > \new TabStaff { \upper } > >> > } > > the second chord has the same note twice,

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 di

Re: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Phil Holmes
- Original Message - From: "Marcin Gryszkalis" To: "lilypond-user mailinglist" 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 space, causing different splits (an

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 ht

Tablature, unwanted stroke of tied note

2014-04-20 Thread Francisco Vila
Hello all, in this example upper = \relative c' { r2 2~ 2~ 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 show a figure a