This code has two errors:
1. You didn’t name the staves "left" and "right" in the definition of
rehearsalMidi.
2. ly:make-moment doesn’t take durations but numbers. So it has to be
\set Score.tempoWholesPerMinute = #(ly:make-moment 228 8)
or
\tempo 4. = 76
instead of
\se
Sorry for the missing attachment .ly file. Here it is.
From: MING TSANG
To: Lilypond-usermailinglist
Sent: Thursday, September 28, 2017 8:43 PM
Subject: Exited with return code 1. - Guile signal error & cannot find context
to switch to
Dear lilyponders,I run (compile) the attache
On 9/28/2017 8:43 PM, MING TSANG wrote:
Dear lilyponders,
I run (compile) the attached test-tempo.ly and receive the following
error (Exited with return code 1.)
However, the pdf output seems OK.
Ming
Starting lilypond-windows.exe 2.19.65 [test-tempo.ly]...
Processing
`C:/Users/user/AppData/
Dear lilyponders,I run (compile) the attached test-tempo.ly and receive the
following error (Exited with return code 1.)However, the pdf output seems
OK.Ming
Starting lilypond-windows.exe 2.19.65 [test-tempo.ly]...Processing
`C:/Users/user/AppData/Local/Temp/frescobaldi-t7bi8umh/tmp4uf0oy18/te
Hello gumblex,
As a dirty hack, you can fool LilyPond by using a minor tenth and forcing it to
be displayed as an augmented ninth.
HTH!
JM
%%%
\version "2.19"
\header {
title = "Test Jazz"
}
% correct markup for "b" and "#" (use symbols from current font...)
On 28.09.2017 17:29, Wols Lists wrote:
On 28/09/17 12:35, Mario Moles wrote:
I would like, in small format, the title of the song on every page!
This sounds like you want to do what I've done. In my case, the default
headers are wrong because they centre the instrument name under the
title - I
> Dear list,
>>
>> I would like to write a "dis:7.9+.9-" chord in \chordmode. However, both
>> in ChordNames lines and in scores, it appears to be a "dis:7.9-" chord.
>> If I write "dis:7.9-.9+", it appears to be a "dis:7.9+" chord.
>>
>
> This is a current restriction of LilyPond's chord handling
2017-09-28 21:34 GMT+02:00 Marc Hohl :
> Am 28.09.2017 um 18:31 schrieb gumblex:
>>
>> Dear list,
>>
>> I would like to write a "dis:7.9+.9-" chord in \chordmode. However, both
>> in ChordNames lines and in scores, it appears to be a "dis:7.9-" chord.
>> If I write "dis:7.9-.9+", it appears to be a
2017-09-28 13:50 GMT+02:00 Malte Meyn :
>
>
> Am 28.09.2017 um 13:08 schrieb bb:
>>
>> #"1-1; 1-1;o;o;2-2;" %
>
>
> This is not a bug but you have an extra space here. It should be
>
> #"1-1;1-1;o;o;2-2;" % correct
> #"1-1; 1-1;o;o;2-2;" % wrong but not a bug
commit e2e1
Am 28.09.2017 um 18:31 schrieb gumblex:
[...]And how can I display this chord correctly in a
ChordNames line?
This is untested, but IIRC
\once\override ChordName.text = \markup { ... }
should work.
___
lilypond-user mailing list
lilypond-user@gnu.
On 9/28/2017 12:31 PM, gumblex wrote:
Dear list,
I would like to write a "dis:7.9+.9-" chord in \chordmode. However, both
in ChordNames lines and in scores, it appears to be a "dis:7.9-" chord.
If I write "dis:7.9-.9+", it appears to be a "dis:7.9+" chord.
Hmm, I haven't seen it written like t
Am 28.09.2017 um 18:31 schrieb gumblex:
Dear list,
I would like to write a "dis:7.9+.9-" chord in \chordmode. However, both
in ChordNames lines and in scores, it appears to be a "dis:7.9-" chord.
If I write "dis:7.9-.9+", it appears to be a "dis:7.9+" chord.
This is a current restriction of Li
David Nalesnik writes:
> Hi Kieren,
>
> On Wed, Sep 27, 2017 at 8:16 AM, Kieren MacMillan
> wrote:
>> Hi David,
>>
>>> I wanted to share something which I think illustrates the power that
>>> Lily has over other popular notation software.
>>
>> o_O
>>
>> Amazing.
>>
>> 1. You are a force of natu
Dear list,
I would like to write a "dis:7.9+.9-" chord in \chordmode. However, both
in ChordNames lines and in scores, it appears to be a "dis:7.9-" chord.
If I write "dis:7.9-.9+", it appears to be a "dis:7.9+" chord.
Is this a bug? And how can I display this chord correctly in a
ChordNames line
Pieter Terpstra wrote:
> Thank you Marc.
>
> You mean the BartGliss.ly code?
It worked perfectly. Also managed to do it with the \draw-line command but this
one is much easier and doesn't have
to be readjusted when a space-setting has changed.
Kindly,
Peter
__
On Thu, Sep 28, 2017 at 12:07 PM, Karlin High wrote:
> On 9/28/2017 8:34 AM, David Nalesnik wrote:
>
> I appreciate this. The positive feedback I've gotten is encouraging
> me to keep going with this.
>
>
> Fully understanding this piece is going to stretch my understanding of both
> music theory
On 28/09/17 12:35, Mario Moles wrote:
> I would like, in small format, the title of the song on every page!
>
This sounds like you want to do what I've done. In my case, the default
headers are wrong because they centre the instrument name under the
title - I want them left-justified on the page.
Hi David,
I agree, this is *really* impressive work!
Have you experimented with including intentional errors as a type of
error-detection exercise for students?
Take care,
Sam
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.
Hi Sam,
On Thu, Sep 28, 2017 at 8:20 AM, Sam Bivens wrote:
> Hi David,
>
> I agree, this is *really* impressive work!
I appreciate this. The positive feedback I've gotten is encouraging
me to keep going with this.
>
> Have you experimented with including intentional errors as a type of
> error
Hi Kieren,
On Wed, Sep 27, 2017 at 8:16 AM, Kieren MacMillan
wrote:
> Hi David,
>
>> I wanted to share something which I think illustrates the power that
>> Lily has over other popular notation software.
>
> o_O
>
> Amazing.
>
> 1. You are a force of nature.
Well, diligent/obsessive in fits and
On 9/28/2017 7:35 AM, Mario Moles wrote:
I would like, in small format, the title of the song on every page!
Mario,
Wouldn't this work then, as expected? A rather straight-forward header /
title setup...just set one up for the title of the piece, for example.
http://lilypond.org/doc/v2.1
Am 28.09.2017 um 13:08 schrieb bb:
#"1-1; 1-1;o;o;2-2;" %
This is not a bug but you have an extra space here. It should be
#"1-1;1-1;o;o;2-2;" % correct
#"1-1; 1-1;o;o;2-2;" % wrong but not a bug
___
lilypond-user mailing
I would like, in small format, the title of the song on every page!
Il 28/09/2017 07:24, Jan-Peter Voigt ha scritto:
so, what are you looking for?
I use a markup for odd/evenFoorterMarkup that displays the current
title. If there are other (non title) tocItems in between, it might be
disturbe
The fretboard shows fourth string as open and fingered fret one. I have
added a pdf as a proof. If you compile you should get this pdf as well.
Regards BB
\version "2.19.2"
allFourthsA =\stringTuning < a, d g c' f'>
cmSevenA = { < g'\1 c,\2 g\3 dis\4 ais\5 > } % cd#ga#
\storePredefinedDiagram
24 matches
Mail list logo