Hi Gianmaria,
On 14/05/2016, 7:01 AM, "lilypond-user on behalf of Gianmaria Lari"
wrote:
>Is there any tool to "unroll" the code. For instance, suppose you have
>something like this...
That’s a textual transformation on source code isn’t it? Therefore you would
have to do it external to lilyp
Hi Urs,
I have some programming experience, but no understanding of schemes at all.
And I've been using Lilypond for the last 3 years or so.
If you think I could help as someone who would use your book to learn scheme
programming for Lilypond, I would be very happy to help.
Thanks,
Zoran
--
V
Hi Gianmaria,
if you use Frescobaldi, there's a "Import Midi" function in the File
Menu. In principle, if you produce a midi file from your original ly
file, you should be able to reimport the music fully unfolded.
The problem is, I've never used this function, and a quick trial just
now did
Well, despite that I think this is an absolutely terrible hack, exporting to
midi and importing it back produces more or less what you want, with a lot of
editing. Works on 2.19.41 on openSUSE Leap 42.1 linux.
Still interested to know why you want to do this.
Andrew
== snip
Using your input:
On Sat 14 May 2016 at 23:54:17 (+1000), Andrew Bernard wrote:
> Well, despite that I think this is an absolutely terrible hack, exporting to
> midi and importing it back produces more or less what you want, with a lot of
> editing. Works on 2.19.41 on openSUSE Leap 42.1 linux.
>
> Still interest
Hi all,
is there a way to move horizontally (in this case on the left) a staff
instrument name?
In this specific case, I’d like to have both the group name and the staff
names, but I’m not able to move the first one…
Many thanks for any help
matteo
TestInstrName.ly
Description: Binary da
Hello Matteo,
Does :
instrumentName = \markup {\rotate #90 \column{" " \vspace #-2 \bold
"Sopranos" }}
do what you’d like?
JM
> Le 14 mai 2016 à 17:49, matpen3@gmail a écrit :
>
> Hi all,
>
> is there a way to move horizontally (in this case on the left) a staff
> instrument name?
>
>
Hi Jacques,
perfect!
many thanks
m
> Il giorno 14 mag 2016, alle ore 17:57, Jacques Menu Muzhic
> ha scritto:
>
> Hello Matteo,
>
> Does :
>
> instrumentName = \markup {\rotate #90 \column{" " \vspace #-2 \bold
> "Sopranos" }}
>
> do what you’d like?
>
> JM
>
>> Le 14 mai 2016 à 17:49
Thank you to Robert Schmaus, Andrew Bernard, David Wright for the
suggestions.
I try to be more precise.
It's not that really I need to be able to enroll some lilypond code.
(1) I was curios to know if LP or Frescobaldi give this functionality
(2) I thought that maybe this functionality was ava