Hello,
I've been using frescobaldi mostly because I like the point and click
functionality. I just discovered today that you can configure that to work
with other PDF viewers and editors, which I would like to do, since I keep
trying to use emacs bindings inside frescobaldi
Anyways, I thought t
Thank you, Michael!
"...Another part of just how configurable LilyPond can be. "
I agree, and this is one of the big reasons why I use Lilypond!
peace!
dirck
From: Michael Werner
Sent: Friday, April 5, 2024 8:40 PM
To: Dirck Nagy
Cc: lilypond-user@gnu.org
Hi Dirck,
On Fri, Apr 5, 2024 at 5:36 PM Dirck Nagy wrote:
> Hello Michael!
>
> First of all, thank you for your patience! I don't have much computer
> code experience, so i apologize if i am asking questions that are obvious
> to most others.
>
> This custom header looks like the most promisin
> \version "2.25.13"
>
> #(define (string-list? arg) (and (list? arg) (every string? arg)))
> #(define (string-or-string-list? arg) (or (string? arg) (string-list?
> arg)))
>
> quoteDuring =
> #(define-music-function (what main-music) (string-or-string-list?
> ly:music?)
>(fold (lambda (elem pr
Hello Michael!
First of all, thank you for your patience! I don't have much computer code
experience, so i apologize if i am asking questions that are obvious to most
others.
This custom header looks like the most promising solution, but I had a couple
problems:
1.
The link you sent doesn
On 2024-04-05 10:20 am, Pierre-Luc Gauthier wrote:
Hi there,
Is there a way to quote multiple quotables ?
I use it often for piano reductions and what not.
e.g.:
\version "2.25.15"
\addQuote "piccolo" {c4}
\addQuote "fluteI" {g'''4}
\addQuote "fluteII" {e'''4}
\addQuote "oboeI" {c'''4}
Hi there,
Is there a way to quote multiple quotables ?
I use it often for piano reductions and what not.
e.g.:
\version "2.25.15"
\addQuote "piccolo" {c4}
\addQuote "fluteI" {g'''4}
\addQuote "fluteII" {e'''4}
\addQuote "oboeI" {c'''4}
\new Voice <<
\ottava 1
\quoteDuring "piccolo"
Hi Dirck,
On Thu, Apr 4, 2024 at 11:49 PM Dirck Nagy wrote:
> Hi Lilypond
>
> What are my options for indicating scordatura such as the png image at the
> bottom of this email?
>
If this is something that you'll be doing on a regular (or even
semi-regular) basis I'd consider defining a custom h