On 17.09.2016 20:27, Simon Albrecht wrote:
Hello folks,
I’m attaching an excerpt from my current project, where I’d actually
really need a 4th order Bézier slur – but that’s impossible with Lily
now. Unfortunately I also lack an idea what else to do in this
situation – I’d like to avoid an ex
Hi Karlin,
> But I've seen some of the work on www.kierenmacmillan.info. :)
Thanks for the compliment. I take great pride in the visual appearance of my
music — it’s nice to know that my efforts are appreciated by others.
> I won't be a but surprised if you've already tried this method
> or hav
Hi Urs,
Here's an attempt with a Ravel piece.
See: http://notat.io/download/file.php?id=208
First attempt...
On thing: why not multiply the X-ratio by a factor of 10? It is sometimes
confusing compare to the Y-offset.
Anyway, this is a really nice tool. Again, thanks for sharing this.
Cheers,
Pie
On 23.09.2016 17:43, Menu Jacques wrote:
Hello folks,
musicxml2ly as delivered with LP 2.19.35 produces score specifications such as:
% The score definition
\score {
<<
\new Staff <<
\context Staff <<
\context Voice = "PartPOneVoiceOne" { \PartPOneVoi
On 9/23/2016 11:06 AM, Kieren MacMillan wrote:
> Hello all,
>
> Here’s the next big partcombine problem I’m currently running into:
>
> [...]
>
> Why doesn’t this \partcombine attempt properly deal with simple dynamics and
> hairpins?
>
> Thanks,
> Kieren.
>
>
> Ki
Sorry, I missed that.
So just for the record:
\version "2.19" %or ''2.18"
{
\tempo\markup\normal-text\sans\concat {
\bold "Blah blah" \hspace #.8
"(" \hspace #.1 \raise #.5
%% optional;
%\smaller
\with-color #red \note #"4" #0 \hspace #.3
"=" \hspace #.3 "50" \hspace #.1
Hi Andrés,
you can add this below your code:
\layout {
\context {
\TabStaff
\override TextScript.outside-staff-priority = ##f
\override TextScript.Y-offset = #1.2 % find or change by
trial-and-error :-)
}
}
However, the lines don't fit exactly. Maybe someone else knows a be
Hi everybody!
This is my first time with a project in Lilypond, and I'm so excited. And
also my first time in touch with the community.
My question is to how can I merge a fret diagram in a tablature with the
following code?:
%Start-
\v
Hello all,
Here’s the next big partcombine problem I’m currently running into:
SNIPPET BEGINS
\version "2.19.46"
musicA = {
g'1\> R1\!
}
musicB = {
b'1\> R1\!
}
\new Staff \partcombine \musicA \musicB
SNIPPET ENDS
Why doesn’t this \partcombine attempt properly deal with sim
Hello folks,
musicxml2ly as delivered with LP 2.19.35 produces scores specifications such as:
% The score definition
\score {
<<
\new Staff <<
\context Staff <<
\context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
\new Lyrics \lyricsto
Hi all,
Here’s the hack I came up with so I can move forward with today’s engraving:
%%% SNIPPET BEGINS
\version "2.19.46"
restify =
\tweak NoteHead.stencil #ly:text-interface::print
\tweak NoteHead.text \markup \musicglyph #"rests.2"
\tweak Stem.stencil ##f
\etc
musicA = {
\restif
Hello all,
I’m running into a bunch of frustrating \partcombine issues…
(Naturally, I always seem to hit these bugs and “features" right when I’m in a
crunch to get some big commission engraved!)
One thorn is demonstrated by the following MWE:
%%% SNIPPET BEGINS
\version "2.19.46"
musicA = {
Thank you Jacques.
I totally forgot to take a look at the blog. I'll take a closer look
tonight but it looks promising anyway.
Cheers,
Pierre
2016-09-23 15:21 GMT+02:00 Jacques Menu Muzhic :
> Hello Pierre,
>
> Not sure it’s exactly what you’re after, but look at :
>
> http://lilypondblo
Hello Pierre,
Not sure it’s exactly what you’re after, but look at :
http://lilypondblog.org/2013/09/automatic-generation-of-scales-in-various-modes-for-all-21-pitches/
JM
> Le 23 sept. 2016 à 09:58, Pierre Perol-Schneider
> a écrit :
>
> Hi List,
>
> Had anybody already worked on
On Fri, 23 Sep 2016 at 10:14 Werner LEMBERG wrote:
>
> > What I did was:
> >
> > $ sudo ln -s /usr/include/freetype2/freetype/config
> /usr/include/freetype2/config
> > $ sudo sed -i 's|/freetype2$|/freetype2/freetype|'
> /usr/lib/x86_64-linux-gnu/pkgconfig/freetype2.pc
> > $ ./configure
> > $ ma
Dear All
To create labeled training data for a machine learning project, I need to
extract the location at which symbols are printed. Is it possible to
extract coordinates for every symbol? Methods which reveal the position of
one symbol at a time would also already help a lot (e.g. control which
PS. Just a small technical note: It’s preferable to start a new thread
with a new request, instead of replying to an older message from the list.
Best, Simon
On 23.09.2016 04:27, PMA wrote:
Hi All again!
I would like to alter the output of LY's \tempo command,
specifically within its "( = )"
> What I did was:
>
> $ sudo ln -s /usr/include/freetype2/freetype/config
> /usr/include/freetype2/config
> $ sudo sed -i 's|/freetype2$|/freetype2/freetype|'
> /usr/lib/x86_64-linux-gnu/pkgconfig/freetype2.pc
> $ ./configure
> $ make
>
> Which gives me a working lilypond 2.19.49. What I didn
Hi List,
Had anybody already worked on a function that goes:
\version "2.19.48"
%% has to work with 'transpose
\transpose c c''{
\omit Staff.TimeSignature
\omit Stem
\key a\minor
\cadenzaOn
a, b, c d e f gis a g f e d c b,
\bar "||" \break
Where some function like:
%\key a\
19 matches
Mail list logo