Hi Valentin,
I took over the OLL project from Urs, and have been intending to move
the git repo to a new more unified and refactored structure. I have not
been able to complete this yet, and due to a major and stupid bungle on
my part I accidentally deleted the new OLL website I made, and the
Hello,
Lilypond transitioned to guile 2. Thus in core/internal/control.scm
(use-syntax (ice-9 syncase))
Will not be nescessary anymore and won’t work. We can replace it by
(if (< (string->number (car (string-split (version) #\.))) 2) (use-syntax
(ice-9 syncase)))
which keeps compatibility to
Hi!
I need to obtain a list of accordion registers.
I know I can engrave them using:
#(use-modules (scm accreg))
\markup \line {
\discant "1"
\discant "10"
\discant "101"
\discant "121"
\discant "21"
\discant "11"
\discant "120"
\discant "110"
\discant "1+0"
\discant "100"
\discant "11+0"
}
> has anyone already tried to run LilyPond and MacPorts on an Apple M1?
https://ports.macports.org/port/lilypond/summary
Werner
Hi list
has anyone already tried to run LilyPond and MacPorts on an Apple M1?
I'm having trouble adjusting the thickness of the ledger lines for the
TrillPitchHeads.
Perhaps i'm approaching this incorrectly. I want to make TrillPitchHeads
smaller than default but then ledger lines look disproportioned against the
smaller noteheads.
I have control over the font-size of the n
Thanks to both of you!
Davide
Il 23/01/2021 21:01, Jean Abou Samra ha scritto:
Hi!
I need to obtain a list of accordion registers.
I know I can engrave them using:
#(use-modules (scm accreg))
\markup \line {
\discant "1"
\discant "10"
\discant "101"
\discant "121"
\discant "21"
\discant
Hi!
I need to obtain a list of accordion registers.
I know I can engrave them using:
#(use-modules (scm accreg))
\markup \line {
\discant "1"
\discant "10"
\discant "101"
\discant "121"
\discant "21"
\discant "11"
\discant "120"
\discant "110"
\discant "1+0"
\discant "100"
\discant "11+0"
}
Am Sa., 23. Jan. 2021 um 19:48 Uhr schrieb Davide Bonetti
:
>
>
> Hi!
> I need to obtain a list of accordion registers.
>
>
> I know I can engrave them using:
>
> #(use-modules (scm accreg))
>
> \markup \line {
> \discant "1"
> \discant "10"
> \discant "101"
> \discant "121"
> \discant "21"
> \dis
Hi!
I need to obtain a list of accordion registers.
I know I can engrave them using:
#(use-modules (scm accreg))
\markup \line {
\discant "1"
\discant "10"
\discant "101"
\discant "121"
\discant "21"
\discant "11"
\discant "120"
\discant "110"
\discant "1+0"
\discant "100"
\discant "11+0"
}
10 matches
Mail list logo