[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: Using Lilyjazz with LilyPond 2.25.11
From:       Laurie Savage <savage.laurie () gmail ! com>
Date:       2024-01-21 5:16:13
Message-ID: CAEZ3P8+gHu5iFUq7+T7zs-e6SyipgYZN652uhFQF1NBY7LMfEA () mail ! gmail ! com
[Download RAW message or body]

Found it!
https://github.com/OpenLilyPondFonts/lilyjazz/blob/master/LilyPond-Fonts-Installation-And-Usage.txt

Laurie Savage
https://www.queensofthewest.com/

The Latest Queens of The West clips
https://www.youtube.com/playlist?list=PLgkDbfgWIb8_tQgEZRKeRWVSukoM2xoC_


On Sun, 21 Jan 2024 at 16:12, Laurie Savage <savage.laurie@gmail.com> wrote:

> I can't remember, but this information is from the README. I can zip the
> files and post them somewhere if it has disappeared.
>
> =============================================
>  # lilyjazz: LilyJazz font package for lilypond
>
> This package provides the LilyJazz open-source font for lilypond.
>
> Original code by Torsten Hämmerle and Abraham Lee. For more information on
> producing Jazz lead sheets with Lilypond, checkout Abraham's [blog post](
> http://leighverlag.blogspot.fr/2015/12/mimicking-real-book-look.html).
>
> ## Installation
>
> Install using [lyp](https://github.com/noteflakes/lyp):
>
> ```bash
> $ lyp install lilyjazz
> ```
>
> ## Usage
>
> ```lilypond
> \require "lilyjazz"
>
> \layout {
>   \context {
>     \Score \jazzOn
>   }
> }
>
> \markup { \override #'(font-name . "LilyJAZZ Text") "Some markup" }
>
> ```
>
> For more details see the included [example](
> https://github.com/noteflakes/lyp-lilyjazz/blob/master/test/test.ly).
>
> Another example is a "real book" style setting of ["All Of Me"](
> https://github.com/noteflakes/lyp-lilyjazz/blob/master/test/allofme.ly).
>
> ## Compatibility with Lilypond versions
>
> This font is known to work in Lilypond version 2.18.2 or later.
> =====================================================
>
> Laurie Savage
> https://www.queensofthewest.com/
>
> On Sun, 21 Jan 2024 at 16:05, Jeff Kopmanis <kopmanis@gmail.com> wrote:
>
>> Just for completeness sake, where do we fine the LilyJazz package?
>>
>> On Sat, Jan 20, 2024 at 11:59 PM Laurie Savage <savage.laurie@gmail.com>
>> wrote:
>>
>>> Hi,
>>>
>>> I use the LilyJazz package (lilyjazz.ily, jazzchords.ily, and
>>> jazzextras.ily) to prepare lead sheets.
>>>
>>> These packages have to be upgraded with convert.ly before using them -
>>> and the fonts copied into Lilypond's font folder.
>>>
>>> Normally these packages survive the upgrade or throw errors if they
>>> haven't. 2.25.11 compilations proceed without error but don't result in any
>>> "jazz style" formatting unless they are converted.
>>>
>>> Laurie Savage
>>> https://www.queensofthewest.com/
>>>
>>
>>
>> --
>> *Jeff Kopmanis*
>> Medium: https://kopmanis.medium.com
>> GLAAC: https://www.glaac.org/
>> University Lowbrow Astronomers: http://umich.edu/~lowbrows
>> Orange Can Astronomy: https://www.facebook.com/orangecanastronomy/
>>
>> ** Go Green and leave this email on the Screen! **
>>
>

[Attachment #3 (text/html)]

<div dir="ltr">Found it!<div><a \
href="https://github.com/OpenLilyPondFonts/lilyjazz/blob/master/LilyPond-Fonts-Install \
ation-And-Usage.txt">https://github.com/OpenLilyPondFonts/lilyjazz/blob/master/LilyPond-Fonts-Installation-And-Usage.txt</a></div><div><br \
clear="all"><div><div dir="ltr" class="gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr">Laurie Savage<div><a \
href="https://www.queensofthewest.com/" \
target="_blank">https://www.queensofthewest.com/</a></div><div><br></div><div>The \
Latest Queens of The West clips<br></div><div><a \
href="https://www.youtube.com/playlist?list=PLgkDbfgWIb8_tQgEZRKeRWVSukoM2xoC_" \
target="_blank">https://www.youtube.com/playlist?list=PLgkDbfgWIb8_tQgEZRKeRWVSukoM2xoC_</a><br></div></div></div></div><br></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 21 Jan 2024 at 16:12, \
Laurie Savage &lt;<a \
href="mailto:savage.laurie@gmail.com">savage.laurie@gmail.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I \
can&#39;t remember, but this information is from the README. I can zip the files and \
post them somewhere if it has \
disappeared.<div><br><div>=============================================<br><div>  # \
lilyjazz: LilyJazz font package for lilypond<br><br>This package provides the \
LilyJazz open-source font for lilypond.<br><br>Original code by Torsten Hämmerle and \
Abraham Lee. For more information on producing Jazz lead sheets with Lilypond, \
checkout Abraham&#39;s [blog post](<a \
href="http://leighverlag.blogspot.fr/2015/12/mimicking-real-book-look.html" \
target="_blank">http://leighverlag.blogspot.fr/2015/12/mimicking-real-book-look.html</a>).<br><br>## \
Installation<br><br>Install using [lyp](<a href="https://github.com/noteflakes/lyp" \
target="_blank">https://github.com/noteflakes/lyp</a>):<br><br>```bash<br>$ lyp \
install lilyjazz<br>```<br><br>## Usage<br><br>```lilypond<br>\require \
&quot;lilyjazz&quot;<br><br>\layout {<br>   \context {<br>      \Score \jazzOn<br>   \
}<br>}<br><br>\markup { \override #&#39;(font-name . &quot;LilyJAZZ Text&quot;) \
&quot;Some markup&quot; }<br><br>```<br><br>For more details see the included \
[example](<a href="https://github.com/noteflakes/lyp-lilyjazz/blob/master/test/test.ly" \
target="_blank">https://github.com/noteflakes/lyp-lilyjazz/blob/master/test/test.ly</a>).<br><br>Another \
example is a &quot;real book&quot; style setting of [&quot;All Of Me&quot;](<a \
href="https://github.com/noteflakes/lyp-lilyjazz/blob/master/test/allofme.ly" \
target="_blank">https://github.com/noteflakes/lyp-lilyjazz/blob/master/test/allofme.ly</a>).<br><br>## \
Compatibility with Lilypond versions<br><br>This font is known to work in Lilypond \
version 2.18.2 or later.</div><div>=====================================================</div><div><br \
clear="all"><div><div dir="ltr" class="gmail_signature"><div dir="ltr">Laurie \
Savage<div><a href="https://www.queensofthewest.com/" \
target="_blank">https://www.queensofthewest.com/</a></div></div></div></div></div></div></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 21 Jan 2024 at 16:05, \
Jeff Kopmanis &lt;<a href="mailto:kopmanis@gmail.com" \
target="_blank">kopmanis@gmail.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div dir="ltr">Just for completeness sake, where \
do we fine the LilyJazz package?</div><br><div class="gmail_quote"><div dir="ltr" \
class="gmail_attr">On Sat, Jan 20, 2024 at 11:59 PM Laurie Savage &lt;<a \
href="mailto:savage.laurie@gmail.com" target="_blank">savage.laurie@gmail.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div \
dir="ltr">Hi,<div><br></div><div>I use the  LilyJazz package (lilyjazz.ily, \
jazzchords.ily, and jazzextras.ily) to prepare lead \
sheets.</div><div><br></div><div>These packages have to be upgraded with <a \
href="http://convert.ly" target="_blank">convert.ly</a> before using them - and the \
fonts copied into Lilypond&#39;s  font folder.</div><div><br></div><div>Normally \
these packages survive the upgrade or throw errors if they haven&#39;t. 2.25.11 \
compilations proceed without  error but don&#39;t result in any &quot;jazz \
style&quot; formatting unless they are converted.</div><div><br clear="all"><div><div \
dir="ltr" class="gmail_signature"><div dir="ltr">Laurie Savage<div><a \
href="https://www.queensofthewest.com/" \
target="_blank">https://www.queensofthewest.com/</a></div></div></div></div></div></div>
 </blockquote></div><br clear="all"><div><br></div><span \
class="gmail_signature_prefix">-- </span><br><div dir="ltr" \
class="gmail_signature"><div dir="ltr"><div><b>Jeff Kopmanis</b></div><div>Medium: <a \
href="https://kopmanis.medium.com" \
target="_blank">https://kopmanis.medium.com</a></div><div>GLAAC:  <a \
href="https://www.glaac.org/" \
target="_blank">https://www.glaac.org/</a></div><div>University Lowbrow Astronomers: \
<a href="http://umich.edu/~lowbrows" \
target="_blank">http://umich.edu/~lowbrows</a></div><div>Orange Can Astronomy: <a \
href="https://www.facebook.com/orangecanastronomy/" \
target="_blank">https://www.facebook.com/orangecanastronomy/</a></div><div><br>** Go \
Green and leave this email on the Screen! **</div></div></div> </blockquote></div>
</blockquote></div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic