Re: Strange behaviour of multiple \include’d documents

2023-01-30 Thread Jean Abou Samra
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

Re: Strange behaviour of multiple \include’d documents

2023-01-30 Thread Immanuel Asmus
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

Re: Strange behaviour of multiple \include’d documents

2023-01-30 Thread Abraham Lee
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

Re: Strange behaviour of multiple \include’d documents

2023-01-30 Thread William Rehwinkel
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

Re: Strange behaviour of multiple \include’d documents

2023-01-30 Thread Jean Abou Samra
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

Re: Strange behaviour of chord names?

2021-03-13 Thread Christian Masser
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

Re: Strange behaviour of chord names?

2021-03-13 Thread Aaron Hill
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

Re: Strange behaviour

2017-11-13 Thread David Kastrup
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 >> > >

Re: Strange behaviour

2017-11-13 Thread David Wright
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' { > >

Re: Strange behaviour

2017-11-13 Thread Michael Käppler
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

Re: Strange behaviour

2017-11-13 Thread Michael Käppler
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

Re: Strange behaviour

2017-11-13 Thread Ralph Palmer
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

Re: Strange behaviour

2017-11-13 Thread Ben
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 {   

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread Ali Cuota
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

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread Thomas Morley
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

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread 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 the problem is to do with the 'include' function or not

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread Ali Cuota
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

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread 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 include "..." Compiling the sole gregorian is ok Compiling the book makes the gregor

Re: Strange behaviour of 2.18's snippets \cueWhile

2014-02-21 Thread Jacques Menu
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

Re: Strange behaviour of 2.18's snippets \cueWhile

2014-02-21 Thread David Kastrup
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

RE: Strange behaviour (bug?) with multiple overlapping DynamicText

2013-06-10 Thread Jan Rosseel
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 >>> #

Re: Strange behaviour (bug?) with multiple overlapping

2013-06-10 Thread David Kastrup
"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

Re: Strange behaviour (bug?) with multiple overlapping DynamicTexts and override on Fingering

2013-06-09 Thread David Kastrup
"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

Re: Strange behaviour of Lyrics above Staff

2011-03-07 Thread TaoCG
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. >

Re: Strange behaviour of Lyrics above Staff

2011-03-07 Thread Phil Holmes
- 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

Re: Strange behaviour of breakbefore option

2006-06-28 Thread Graham Percival
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

Re: Strange behaviour

2003-12-15 Thread Han-Wen Nienhuys
[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

Re: Strange behaviour

2003-12-12 Thread Jeffery B. Rancier
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

Re: Strange behaviour

2003-09-15 Thread arie-lily
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 {