-- Forwarded message --
From: Ralph Palmer
Date: Sat, Aug 12, 2017 at 9:13 AM
Subject: Re: A premiere by Daahoud Salim, typeset with LilyPond
To: Francisco Vila
On Sat, Aug 12, 2017 at 7:09 AM, Francisco Vila wrote:
> Hello all,
>
> I'd like to share what I'm been working on la
Hello all,
I'd like to share what I'm been working on lately. Daahoud Salim, a
young Spanish composer and pianist has been commited by the Grachten
Festival Amsterdam to compose a short work for one main violin plus
piano quintet (string quartet plus piano), named "Poem - History of
Peoples", and
Here is an improved version:
\version "2.19.44"
#(define (nth n l)
(if (or (> n (length l)) (< n 0))
(error "Index out of bounds.")
(if (eq? n 0)
(car l)
(nth (- n 1) (cdr l)
#(define (scale-notehead scale tonic)
(lambda (grob)
(let ((mod-position (modulo (- (l
Am 12.08.2017 um 09:38 schrieb John Kinell:
Hello everyone!
I'm trying to use this snippet http://lsr.di.unimi.it/LSR/Item?id=1025, but
the \hideNotes command leaves ties and slurs in the "dummy melody", which
means that all ties and slurs in my score seem "double exposed". Tried both
stable a
Hello everyone!
I'm trying to use this snippet http://lsr.di.unimi.it/LSR/Item?id=1025, but
the \hideNotes command leaves ties and slurs in the "dummy melody", which
means that all ties and slurs in my score seem "double exposed". Tried both
stable and development version.
Am I doing something st