lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 2752 in lilypond: Parenthesize dots in fretboa


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2752 in lilypond: Parenthesize dots in fretboards
Date: Tue, 17 Jun 2014 16:45:53 +0000


Comment #9 on issue 2752 by address@hidden: Parenthesize dots in fretboards
http://code.google.com/p/lilypond/issues/detail?id=2752

I am not overly happy with the rather verbose and arbitrary interface. It is pretty much in line with the existing interface. I am currently playing with the following kind of "markup transform" (a chain of markup commands with the last argument being a markup each, and the ultimate markup replaced with \default):

pred = \markup \with-color #red \large \default

\markup \box \pred { Hello world! }

While I have actual code working, it does not cooperate with markup->lily-string and would require a bit of a redesign to become transparent enough for useful printing.

This kind of transform would make it possible to collect a number of open-ended stock manipulations (or just define one's own markup-command for a custom one) into a function argument or variable or property. Which seems like a nice building block for open-coded extensions.

fret-diagram-verbose, however, is designed in a manner that does not really offer itself for integrating this. So it's just some food for thought for now, nothing to stop the countdown.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]