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

Strange behaviour of multiple \include’d documents

2023-01-30 Thread Immanuel Asmus
Dear community, I’ve been using lilypond for a fair amount of time, and even though I sometimes use non-standard notation, I’ve never had any problem finding a solution. Until now. It’s my first time typesetting a song cycle I wrote. I want (as what I understand is recommended) to typeset ev

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

Strange behaviour of chord names?

2021-03-13 Thread Christian Masser
Hey all! Just had a curious case concerning chord names. Typesetting a small jazz piece and - as always - wanted to keep my file tidy, so I put the chords for the solo-section in a variable as they are the same for every solo. But somehow Lilypond seems to make a difference, if one inserts the res

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 {   

Strange behaviour

2017-11-12 Thread Don Gingrich
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 alternate, so I figured, "OK, use grace notes" But for some reason that I d

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

strange behaviour with dotted note before gregorian music

2015-01-27 Thread Ali Cuota
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 gregorian have dotted (augmentum) at every notes ex

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

Strange behaviour of 2.18's snippets \cueWhile

2014-02-21 Thread Jacques Menu
Hello Folks,I ran into this problem, in which \cueWhile fails to display the notes inside a repeat block:Any hint is welcome!JMPS> I just changed mail address, and re-subscribed to lilypond-user with the new one.—\version "2.18.1"%%% FIRST PART IS TAKEN FROM THE 2.18 SNIPPETScueWhile =#(define-musi

Re: shapeII strange behaviour

2014-01-13 Thread Janek Warchoł
Hi, 2014/1/9 Simon Bailey : > hi all, > > when running the following file (sorry, this is as minimal as i can get it): > > <<< > \version "2.18.0" > \language "deutsch" > \include "openlilylib/notation-snippets/shaping-bezier-curves/shapeII.ily" > > \relative c' { > \time 4/4 > e1 | \break > a8 h

Re: shapeII strange behaviour

2014-01-10 Thread Urs Liska
Interesting behaviour! I suggest you also open an issue at the snippets repo so the problem doesn't get lost. Urs Am Donnerstag, den 09.01.2014, 21:54 +0100 schrieb Simon Bailey: > hi all, > > when running the following file (sorry, this is as minimal as i can get it): > > <<< > \version "2.18

shapeII strange behaviour

2014-01-09 Thread Simon Bailey
hi all, when running the following file (sorry, this is as minimal as i can get it): <<< \version "2.18.0" \language "deutsch" \include "openlilylib/notation-snippets/shaping-bezier-curves/shapeII.ily" \relative c' { \time 4/4 e1 | \break a8 h ~ h8 cis8 \shapeII #'((h)(0 . 1.5)(ap 85 1)(h)) Slur

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

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

2013-06-09 Thread Jan Rosseel
Hello all, I'm using Lily pond for some time, and am at the moment trying to setup a template system that would allow people to make annotations (fingerings, for example) or change small elements (dynamics) without having to fully learn and understand Lilypond. While doing this, I came across som

Re: Strange behaviour of Lyrics above Staff

2011-03-07 Thread TaoCG
n CHANGES that only said lyrics above a staff have to set #'staff-affinity = #DOWN or use alignAboveContext but that really isn't a change. Regards, Tao -- View this message in context: http://old.nabble.com/Strange-behaviour-of-Lyrics-above-Staff-tp31089958p31094964.html Sent from

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 dista

Strange behaviour of Lyrics above Staff

2011-03-07 Thread TaoCG
} >> } http://old.nabble.com/file/p31089958/score.pdf score.pdf -- View this message in context: http://old.nabble.com/Strange-behaviour-of-Lyrics-above-Staff-tp31089958p31089958.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _

\betweenLilyPondSystem : strange behaviour

2007-06-30 Thread Jean-Charles
Hi all! Sorry to bother everybody with it, but I really get messed up: I tried to play around with the test.lytex Laura Conrad sent with http://lists.gnu.org/archive/html/lilypond-user/2007-06/msg00424.html to figure out what was so strange with me, since her spacing is fine but not mine. It se

Re: psfonts problem with lilypond-book - strange behaviour?

2007-04-02 Thread Dmytro O. Redchuk
On Mon, Apr 02, 2007 at 11:04:23AM +0200, Mats Bengtsson wrote: > That seems to indicate that the problem is in pdflatex, since the > inclusion of > these .pdf files into the latex document is done using standard > \includegraphics, > in the latex file generated by lilypond-book. Yes, surely. Th

Re: psfonts problem with lilypond-book - strange behaviour?

2007-04-02 Thread Mats Bengtsson
Dmytro O. Redchuk wrote: On Fri, Mar 30, 2007 at 12:30:25PM +0200, Mats Bengtsson wrote: Dmytro O. Redchuk wrote: I use --psfonts, too -- lilypond-book --pdf produces pdf with no syllables (hyphens are in right places thought,-). (2.10.20, W2K, Ukrainian language (cyrillic))

Re: psfonts problem with lilypond-book - strange behaviour?

2007-04-02 Thread Dmytro O. Redchuk
On Fri, Mar 30, 2007 at 12:30:25PM +0200, Mats Bengtsson wrote: > > > Dmytro O. Redchuk wrote: > > > >I use --psfonts, too -- lilypond-book --pdf produces pdf with no syllables > >(hyphens are in right places thought,-). > > > >(2.10.20, W2K, Ukrainian language (cyrillic)) > > That's strange. Ho

Re: psfonts problem with lilypond-book - strange behaviour?

2007-03-30 Thread Mats Bengtsson
Dmytro O. Redchuk wrote: I use --psfonts, too -- lilypond-book --pdf produces pdf with no syllables (hyphens are in right places thought,-). (2.10.20, W2K, Ukrainian language (cyrillic)) That's strange. How about the files lily-*.pdf generated by lilypond-book? Can you view them in Acrob

Re: psfonts problem with lilypond-book - strange behaviour?

2007-03-30 Thread Dmytro O. Redchuk
On Thu, Mar 29, 2007 at 05:28:59PM +0200, Mats Bengtsson wrote: > I'm rather surprised that you have managed to use lilypond-book with the > flag --psfonts on Windows. Last time I tried, it only worked to use > lilypond-book --pdf songbook.lytex > pdflatex songbook I use --psfonts, too -- lilypond

Re: psfonts problem with lilypond-book - strange behaviour?

2007-03-29 Thread Mats Bengtsson
I'm rather surprised that you have managed to use lilypond-book with the flag --psfonts on Windows. Last time I tried, it only worked to use lilypond-book --pdf songbook.lytex pdflatex songbook (make sure to first remove all old lily-*.* files from your working directory). Hopefully, this will

psfonts problem with lilypond-book - strange behaviour?

2007-03-20 Thread Dominic Neumann
[EMAIL PROTECTED], I´m working with lilypond-book and LaTeX to typeset a songbook. Since today there´s a problem with the PDF creation. Here´s a short example: %%% TEX FILE songbook.lytex %%% \documentclass{book} \begin{document} \lilypondfile{herr_erbarme_dich.ly} \end{document} %%% END O

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

Strange behaviour of breakbefore option

2006-06-28 Thread Gianluca D.
file, I've discovered that "breakbefore" apparently works only if "piece" string is set, and this string can't be an empty one. So this header block did not work: \header { breakbefore = ##t } but this one worked: \header { piece = " " breakbefore = ##t

\compressMusic: strange behaviour in example

2006-01-08 Thread andrea valle
Hi to all, I was tweaking with the example about independent times here: http://lilypond.org/doc/v2.6/Documentation/user/lilypond/Polymetric- notation.html#Polymetric-notation I was simply adding some measures of music. I cannot understand why 9/8 doesn't work. Any ideas? Her'es the cod

Strange Behaviour of same-note polyphonic

2004-11-19 Thread Arjan Bos
Hi list, I have found something peculiar in lilypond 2.4.2. I'm setting a piece that has, in a few cases, two voices instead of one. Browsing the manual, I found the << a \\ b >> syntax. So far, so good. Normally, when two notes are the same, they are printed overlapping. However, when introduc

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

Strange behaviour

2003-09-15 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Calculating line breaks... warning: No spacing wishes found. Does your score > have a staff? > [2] > > However, the message disappears in two cases: > 1. If I remove the line about Lyrics font size. > 2. If the piece doesn't begin with a rest, but with a note, e.g. melo

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 {

Strange behaviour

2003-09-15 Thread Jozsa Marton
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 { \property Lyrics . LyricText \set #'font-relative-size =