lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Noeck
Hi, does anybody have a lilypond style for pigments codehilite? What I am able to do with python markdown is this: ```python if i == 0: print(i) ``` and I get an html file with classes to style the code block. What I want to do is the same with lilypond code: ```lilypond \relative { a'4 c

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Noeck
Am 01.06.2016 um 19:28 schrieb tisimst: > On lilypondblog and my blog, we both use a CSS file that defines the > classes and then use Frescobaldi to export the input file as properly > classified html. Thanks, Abraham. That's good to know. Probably, my assumption that surely you, Urs, et al. did

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Urs Liska
Am 1. Juni 2016 19:28:40 MESZ, schrieb tisimst : >On Wed, Jun 1, 2016 at 11:21 AM, Noeck [via Lilypond] < >ml-node+s1069038n191304...@n5.nabble.com> wrote: > >> Hi, >> >> does anybody have a lilypond style for pigments codehilite? >> >> What I am able to do with

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Noeck
Hi Urs, Am 01.06.2016 um 19:57 schrieb Urs Liska: > If any of these sounds interesting I can give you more details. Yes. I am currently looking into python-ly (document, colorize). It seems like there is something to be found. But if you have a link how to do this: html_with_pgyment_classes =

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread tisimst
On Wed, Jun 1, 2016 at 11:21 AM, Noeck [via Lilypond] < ml-node+s1069038n191304...@n5.nabble.com> wrote: > Hi, > > does anybody have a lilypond style for pigments codehilite? > > What I am able to do with python markdown is this: > > ```python > if i == 0: > print(i) > ``` > and I get an html

1/24 in Allabreve

2016-06-01 Thread Simon Albrecht
Hello everybody, I just noticed that Lily by default beams semiquaver triplets in 2/2 time 12 and 12, i.e. by half measure. That seems clumsy to me, and I’d vote for beaming them 6+6+6+6 by default. Any opinions? Best, Simon PS. Found this in Schubert, D 672, m.18ff.

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Noeck
Hi all, I found it: ly.colorize.HtmlWriter was what I was looking for. Thanks for all the hints. Cheers, Joram ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Spare SSD anybody?

2016-06-01 Thread David Kastrup
Alexander Kobel writes: > recently I was afraid about my SSD for the same reason, so I asked our > institute's IT service staff who cares for some dozens (hundreds?) of > laptops and desktops with SSDs. > > They say that even power users of hibernation with high rate of data >

Re: Spare SSD anybody?

2016-06-01 Thread David Kastrup
David Kastrup writes: > Hi, > > my current development SSD, graciously donated by James, currently has > the following readings: > > Vendor Specific SMART Attributes with Thresholds: > ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED > WHEN_FAILED

Re: Spare SSD anybody?

2016-06-01 Thread David Kastrup
Michael Hendry writes: >> On 1 Jun 2016, at 10:07, David Kastrup wrote: >> >> David Kastrup writes: >> >>> Hi, >>> >>> my current development SSD, graciously donated by James, currently has >>> the following readings: >>> >>> Vendor

Re: Spare SSD anybody?

2016-06-01 Thread Alexander Kobel
On 2016-06-01 11:07, David Kastrup wrote: David Kastrup writes: Hi, my current development SSD, graciously donated by James, currently has the following readings: Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE

Re: Spare SSD anybody?

2016-06-01 Thread Michael Hendry
> On 1 Jun 2016, at 10:58, Phil Holmes wrote: > > - Original Message - From: "Michael Hendry" > To: "David Kastrup" > Cc: ; > Sent: Wednesday, June 01, 2016 10:44 AM > Subject:

Re: Spare SSD anybody?

2016-06-01 Thread Phil Holmes
- Original Message - From: "Michael Hendry" To: "David Kastrup" Cc: ; Sent: Wednesday, June 01, 2016 10:44 AM Subject: Re: Spare SSD anybody? Surely an SSD is entirely Solid State, so can’t wear

Σχετ: Arrow Accidentals Code Error v.2.19

2016-06-01 Thread dtsmarin
Thanks Abraham, I was missing a line of code that caused the error and not the parser since I fixed this a while ago. Στις 8:39 π.μ. Τετάρτη, 1 Ιουνίου 2016, ο/η tisimst [via Lilypond] έγραψε: On Tue, May 31, 2016 at 6:58 PM, dtsmarin [via

Re: Spare SSD anybody?

2016-06-01 Thread Michael Hendry
> On 1 Jun 2016, at 10:07, David Kastrup wrote: > > David Kastrup writes: > >> Hi, >> >> my current development SSD, graciously donated by James, currently has >> the following readings: >> >> Vendor Specific SMART Attributes with Thresholds: >> ID# ATTRIBUTE_NAME

Spare SSD anybody?

2016-06-01 Thread David Kastrup
Hi, my current development SSD, graciously donated by James, currently has the following readings: Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 5 Reallocated_Sector_Ct 0x0033 099 099

Re: Harmonic notehead style

2016-06-01 Thread Paul
Hi Andrew, On 05/31/2016 09:48 PM, Andrew Bernard wrote: I am using a custom stencil for noteheads, to achieve a certain look and ellipticity and rotation compared to the default noteheads. Suddenly doing a guitar piece I have to use \harmonic style and this does not have any effect when

Re: Harmonic notehead style

2016-06-01 Thread Andrew Bernard
Hi Paul, Thanks so much for this. That has given me the impetus and understanding to code my solution. In your context you are using an engraver, so you simply omit the notehead styles such as harmonic. In my case, I am overriding the notehead stencil to draw my own custom shapes, and so what I

keyboard graphic

2016-06-01 Thread Jim Tisdall
I need to display small graphics of a piano keyboard with selected notes indicated by color. It will be used similarly as the guitar fret diagrams and actually in conjunction with them (and with standard and tablature notation, and explanatory comments) as guitarists examine chord voicings. I've

Re: keyboard graphic

2016-06-01 Thread Phil Holmes
- Original Message - From: "Jim Tisdall" To: Sent: Wednesday, June 01, 2016 3:14 PM Subject: keyboard graphic I need to display small graphics of a piano keyboard with selected notes indicated by color. It will be used similarly as the

Re: keyboard graphic

2016-06-01 Thread David Kastrup
Jim Tisdall writes: > I need to display small graphics of a piano keyboard with selected > notes indicated by color. > > It will be used similarly as the guitar fret diagrams and actually > in conjunction with them (and with standard and tablature notation, > and