On 30/01/2023 22:26, Immanuel Asmus wrote:
> Hello Jean,
>
> actually, I /did/ subscribe. I wonder why my subscription was unsuccessful. I
> just tried again.
It didn't work this time either. I approved your message again.
Did you receive the confirmation email after filling the subscription
for
Hello Jean,
actually, I /did/ subscribe. I wonder why my subscription was
unsuccessful. I just tried again.
I finally found the cause of this error: It seems I checked only the
paper variables of my main document and Wetterlied.ly, whereas I didn’t
llok carefully into the other tqo source fi
On Mon, Jan 30, 2023 at 9:34 AM Jean Abou Samra wrote:
> Hello Immanuel,
>
> Welcome to this list. For your information, I had to approve your message
> manually as a list administrator because you are not subscribed to the list
> yet. Please fix this by subscribing on
> https://lists.gnu.org/mai
Dear Immanuel,
Sorry, I’m having trouble finding what would be the problem from the
provided snippets. Could you please reduce the files to a minimum
working example that we can compile that reproduces the problem? This
might help find what is the problem. In my experience when this kind of
t
Hello Immanuel,
Welcome to this list. For your information, I had to approve your message
manually as a list administrator because you are not subscribed to the list
yet. Please fix this by subscribing on
https://lists.gnu.org/mailman/listinfo/lilypond-user (note that once
subscribed, you can
Ah, that explains it. Thank you very much, Aaron!
Am Sa., 13. März 2021 um 16:02 Uhr schrieb Aaron Hill <
lilyp...@hillvisions.com>:
> On 2021-03-13 6:11 am, Christian Masser wrote:
> > [...]
> > mySoloChordsA = \chords {
> > c1 f g c
> > }
> > [...]
>
> I think you want \chordmode, not \chords
On 2021-03-13 6:11 am, Christian Masser wrote:
[...]
mySoloChordsA = \chords {
c1 f g c
}
[...]
I think you want \chordmode, not \chords, when defining the variables.
\chords { ... } is shorthand for \new ChordNames \chordmode { ... } if I
recall.
-- Aaron Hill
David Wright writes:
> On Mon 13 Nov 2017 at 07:13:10 (-0500), Ben wrote:
>> On 11/13/2017 1:58 AM, Don Gingrich wrote:
>> >What I want is to effectively have two voices in the second bar -- The
>> >first time through fits the d4 r4 r4 e8 e tune and the second uses d4 (
>> >a8) a4 d4 e8 e
>> >
>
On Mon 13 Nov 2017 at 07:13:10 (-0500), Ben wrote:
> On 11/13/2017 1:58 AM, Don Gingrich wrote:
> >What I want is to effectively have two voices in the second bar -- The
> >first time through fits the d4 r4 r4 e8 e tune and the second uses d4 (
> >a8) a4 d4 e8 e
> >
> >melody = \relative c' {
> >
Seems what you are looking for is here:
http://lilypond.org/doc/v2.19/Documentation/notation/stanzas#stanzas-with-different-rhythms
Where exactly is the documentation unclear about using multiple voices?
This works for me:
<<
\relative c' \new Voice = "vone" {
d2 d4 d
<<
\new Voi
Seems what you are looking for is here:
http://lilypond.org/doc/v2.19/Documentation/notation/stanzas#stanzas-with-different-rhythms
Where exactly is the documentation unclear about using multiple voices?
This works for me:
<<
\relative c' \new Voice = "vone" {
d2 d4 d
<<
\new Voi
Hi, Don -
On Mon, Nov 13, 2017 at 1:58 AM, Don Gingrich
wrote:
> What I want is to effectively have two voices in the second bar -- The
> first time through fits the d4 r4 r4 e8 e tune and the second uses d4 (
> a8) a4 d4 e8 e
>
> I'm copying a sheet that used diminished size notes for the alte
On 11/13/2017 1:58 AM, Don Gingrich wrote:
What I want is to effectively have two voices in the second bar -- The
first time through fits the d4 r4 r4 e8 e tune and the second uses d4 (
a8) a4 d4 e8 e
melody = \relative c' {
\clef treble
\key d \major
\time 2/2
\repeat volta 2 {
James,
you are right, I just wanted to answer fast between 2 appointments.
Here it is
Franck
2015-01-27 17:07 GMT-05:00, James Lowe :
> On 27/01/15 18:25, Ali Cuota wrote:
>> Here it is.
>
> Hardly a 'tiny' example
>
> http://lilypond.org/tiny-examples.html
>
> Can you at least get rid of the cruf
2015-01-27 23:07 GMT+01:00 James Lowe :
> On 27/01/15 18:25, Ali Cuota wrote:
>> Here it is.
>
> Hardly a 'tiny' example
>
> http://lilypond.org/tiny-examples.html
>
> Can you at least get rid of the cruft that isn't anything to do with the
> problem? I.e. a single file would help to determine if t
On 27/01/15 18:25, Ali Cuota wrote:
> Here it is.
Hardly a 'tiny' example
http://lilypond.org/tiny-examples.html
Can you at least get rid of the cruft that isn't anything to do with the
problem? I.e. a single file would help to determine if the problem is to
do with the 'include' function or not
Here it is.
Franck
2015-01-27 12:46 GMT-05:00, James Lowe :
> Hello
>
> On 27/01/15 16:05, Ali Cuota wrote:
>> Hello again,
>>
>> version "2.18.0"
>> I have a western-notation piece that finishes with a dotted-note a4.
>> (very last note)
>> then a gregorian piece.
>> both comes in a book.ly with
Hello
On 27/01/15 16:05, Ali Cuota wrote:
Hello again,
version "2.18.0"
I have a western-notation piece that finishes with a dotted-note a4.
(very last note)
then a gregorian piece.
both comes in a book.ly with include "..."
Compiling the sole gregorian is ok
Compiling the book makes the gregor
Hello David,
Thanks for the explanation!
JM
Le 21 févr. 2014 à 17:39:34, David Kastrup a écrit :
> Jacques Menu writes:
>
>> Hello Folks,
>>
>> I ran into this problem, in which \cueWhile fails to display the notes
>> inside a repeat block:
>>
>> *
>>
>> Any hint is welcome!
>
> In the s
Jacques Menu writes:
> Hello Folks,
>
> I ran into this problem, in which \cueWhile fails to display the notes
> inside a repeat block:
>
> *
>
> Any hint is welcome!
In the second measure, there is no music in the quotes. The quotes are
only one measure long. So there is nothing to quote ther
From: David Kastrup
To: lilypond-user@gnu.org
Subject: Re: Strange behaviour (bug?) with multiple overlapping
>>> The \new Voice {} neatly pushes everything inside one voice. This of
>>> course means I can no longer have a global \override DynamicText
>>> #
"Jan Rosseel" writes:
>> From: David Kastrup "Jan Rosseel" writes:
>>
>> Thanks David,
>>
>>> > The code below results in having four stacked dynamic texts under the
>>> > third note. Maybe not exactly what is expected (I'd expect Lilypond to
>>> > detect the overlapping dynamics), but I can
"Jan Rosseel" writes:
> While doing this, I came across some really weird behavior. This is
> either a bug, or I am not understanding Lilypond enough.
The latter.
> The code below results in having four stacked dynamic texts under the
> third note. Maybe not exactly what is expected (I'd expect
Phil Holmes-2 wrote:
>
> Have a look at http://code.google.com/p/lilypond/issues/detail?id=1486 and
> http://code.google.com/p/lilypond/issues/detail?id=1483 which I think will
> clarify some of this for you. You may need to experiment with staff
> spacing
> commands and lyric affinities.
>
- Original Message -
From: "TaoCG"
To:
Sent: Monday, March 07, 2011 6:04 PM
Subject: Strange behaviour of Lyrics above Staff
Hi,
I am having weird results with Lyrics above the Staff.
I tried to reduce the problem to a small snippet.
What I notice is that the distance to the staff
Gianluca D. wrote:
So, trying on a little test file, I've discovered that "breakbefore"
apparently works only if "piece" string is set, and this string can't be an
empty one.
Yes, please see the "Bugs" section of the documentation about breakbefore.
Cheers,
- Graham
[EMAIL PROTECTED] writes:
> Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
>
> > Nothing, really. For some reason (\addlyrics is quite broken, I prefer
> > not to know), a short lived LyricsVoice context is created that spans
> > the rest. The ending of the LyricsVoice is before the first note, does
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> Nothing, really. For some reason (\addlyrics is quite broken, I prefer
> not to know), a short lived LyricsVoice context is created that spans
> the rest. The ending of the LyricsVoice is before the first note, does
> not have any spacing parameters t
On Mon, 2003-09-15 at 18:54, Jozsa Marton wrote:
> I ran lilypond (1.8.1-12) on a very simple file:
>
> text = \lyrics { A B C }
>
> melody = \notes { r4 c'4 e' g' }
>
> \score {
> \addlyrics
> \melody
> \context Lyrics {
29 matches
Mail list logo