To anybody who runs Frescobaldi from the Git repository:
I'm working on an improved source code export from Frescobaldi (which
became necessary because the WordPress editor for the LilyPond blog
scrambled the HTML code).
While I'm not finished with it yet and will provide a better and unified
On 16 juin 2013, at 19:09, Kieren MacMillan
wrote:
> Hi all,
>
> Is there any [easy] way for the \whiteout command, and/or the #'whiteout
> property, to use a grob's stencil outline instead of its bounding box?
>
> whiteFFMarkup = \markup { \whiteout \pad-markup #0.5 \dynamic ff}
> whiteFF =
Brian Wolff writes:
> Thanks for reaching out to us.
Sure. I remembered reading something about this desire, but couldn't
find that discussion; I was redirected here through the Score Talk page.
> I just tried the demo, and it looks pretty awesome. I definitely think
> integrating this into Sco
Hi,
Take a look at the following example:
begin
\version "2.16.2"
{
\relative d, {
\clef bass 4 << { a8 bes g a } \\ { d,4 es } >>
}
}
%
{
<< \relative d, { \clef bass \oneVoice 4 \voiceOne a8 bes g a }
\\ { s2 d,4 es, } >>
}
end
Hi all,
Is there any [easy] way for the \whiteout command, and/or the #'whiteout
property, to use a grob's stencil outline instead of its bounding box?
whiteFFMarkup = \markup { \whiteout \pad-markup #0.5 \dynamic ff}
whiteFF = #(make-dynamic-script whiteFFMarkup)
\paper { ragged-right = ##f }
On 6/16/13, Jan Nieuwenhuizen wrote:
> Hi,
>
> I am working on a GUI for LilyPond and am looking for your feedback on
> the desirability or usefulness --if any-- for MediaWiki.
>
> My desire is to have LilyPond accessible to everyone by presenting a
> basic GUI initially so as to provide a more ge
Hi,
I am working on a GUI for LilyPond and am looking for your feedback on
the desirability or usefulness --if any-- for MediaWiki.
My desire is to have LilyPond accessible to everyone by presenting a
basic GUI initially so as to provide a more gentle introduction than
text to most people, simult
2013/6/16 Paul Malcolm :
> Dear David thanks for your link.
> I did try that but I could not figure out how to turn it on and off,
> that is, it seemed a condition that is for the entire score only.
> I wanted triangles and squares only in certain parts of the score.
> Ive attached the final resul