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
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
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
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
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
- 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
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
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
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
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
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
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
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
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' {
\
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
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
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
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
- 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
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,
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
- 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
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
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
24 matches
Mail list logo