Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-25 Thread Johan Vromans
On Sat, 25 Apr 2015 00:38:02 +0200 Thomas Morley wrote: > repeat-note = > #(define-music-function (parser location music)(ly:music?) > (make-sequential-music (list music (ly:music-deep-copy music > > \absolute { c'1 \repeat-note c'' } > \relative c' { c \repeat-note c'1 } So? \repeat-not

Bug tracker

2015-04-25 Thread Noeck
Hi, in reply to this mail: http://www.mail-archive.com/lilypond-user@gnu.org/msg100990.html I would have loved to comment in the bug tracker but if I understand it correctly, I have to have a google account. Is that right? And I don't want to. Cheers, Joram _

Re: Bug tracker

2015-04-25 Thread Urs Liska
Am 25. April 2015 11:56:01 MESZ, schrieb Noeck : >Hi, > >in reply to this mail: >http://www.mail-archive.com/lilypond-user@gnu.org/msg100990.html > >I would have loved to comment in the bug tracker but if I understand it >correctly, I have to have a google account. Is that right? Yes, you can co

Re: Fixing overlapping notation

2015-04-25 Thread Simon Albrecht
hasn’t been referenced in this thread. Please follow the instructions there and send us a file typesetting just the one or two bars which contain the problem, in one file. Yours, Simon Am 25.04.2015 um 02:41 schrieb Anthonys Lists: On 25/04/201

Re: Bug tracker

2015-04-25 Thread Simon Albrecht
Am 25.04.2015 um 11:56 schrieb Noeck: Hi, in reply to this mail: http://www.mail-archive.com/lilypond-user@gnu.org/msg100990.html I would have loved to comment in the bug tracker but if I understand it correctly, I have to have a google account. Is that right? And I don't want to. You might wai

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-25 Thread Simon Albrecht
Am 25.04.2015 um 00:38 schrieb Thomas Morley: Hi all, I'm a little late to the party... One very annoying thing about \relative is when you want to use music-functions catching some music doing something with it. Here the less complex function I could think of, returning different results for

Re: odd behavior with acciaccatura in 1st position

2015-04-25 Thread Simon Albrecht
Am 25.04.2015 um 04:47 schrieb MarcM: Having an acciaccatura or grace note as the first element of a score makes the key, tempo & time print twice. A ‘classic’ bug, see . Insert \grace { s8 } (or whatever) in all the parallel expressions to

Re: odd behavior with acciaccatura in 1st position

2015-04-25 Thread Andrew Bernard
I don’t think you can do that in chordmode. It’s just the \global there adding the extra objects. Isn’t it? Andrew On 25 April 2015 at 21:04:21, Simon Albrecht (simon.albre...@mail.de) wrote: Am 25.04.2015 um 04:47 schrieb MarcM: > Having an acciaccatura or grace note as the first element o

Re: Re: Jianpu Notation

2015-04-25 Thread MING TSANG
David,Thank you very much. Now it working.How to switch between number and solfege in lily code?Immanuel,Ming Tsang On Saturday, April 25, 2015 12:47 AM, Super-User wrote: ___ lilypond-user mailing list lilypond-user@gnu.org https://

Re: Re: Jianpu Notation

2015-04-25 Thread MING TSANG
David, Thank you.  This mean I need to update jainpu6.ly every time I need to use solfege or number! One other thing, I just spotted that on solfege-style  underline is missing for eighth-note , double-underline for sixteenth-note.Please refer to .png file Once again for your hard work.Immanuel,M

Re: odd behavior with acciaccatura in 1st position

2015-04-25 Thread Simon Albrecht
Am 25.04.2015 um 13:52 schrieb Andrew Bernard: I don’t think you can do that in chordmode. Of course you can: chordNames = \chordmode { \global \acciaccatura s8 b1:m } It’s just the \global there adding the extra objects. Isn’t it? It does if the chord names and voice are going out of syn

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-25 Thread Ali Cuota
Hello, I am only a user and very thankfull, both for ly and for relative. I would have had really thought much longer about ly if relative had not be available. Now, I understand the pro of absolute, and I think the solution is in the editors functionalities. If, let say Frescobaldi, would offer a

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-25 Thread bobr...@centrum.is
Ali, Frescobaldi does, in fact, offer the capability of changing LilyPond input code between absolute and relative in EITHER direction. -David - Original Message - > From: "Ali Cuota" > To: "Simon Albrecht" > Cc: lilypond-user@gnu.org > Sent: Saturday, April 25, 2015 4:12:20 PM > Subj

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-25 Thread Martin Tarenskeen
On Sat, 25 Apr 2015, Ali Cuota wrote: Hello, solution is in the editors functionalities. If, let say Frescobaldi, would offer a preprocessor to translate a block from relative to absolute, this would be done. Relative is easy to write, absolute easy to read, so why choose? Both is better.

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-25 Thread Noeck
Hi, I didn't want to enter the absolute/relative discussion, but now I have to add one advantage when entering notes in the relative mode: In case of a wrong , or ' (or missing) all following notes are in the wrong octave and I am more likely to spot the error. Cheers, Joram

Re: Jianpu Notation

2015-04-25 Thread Paul Morris
Hello,On Apr 24, 2015, at 12:43 AM, Paul Morris wrote:> I just spotted \time 3/4 or 4/4, jianpu display " 6 - ." , I think it should be "6 - -". Indeed, in Jianpu, dots follow only by quarter notes and below.Yes, this is a “known issue”.  I have started working on it, but it’

Re: odd behavior with acciaccatura in 1st position

2015-04-25 Thread Andrew Bernard
Aha - of course you are correct! That’s the true root cause of the problem. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-25 Thread Ali Cuota
Thanks, just found it. I will consider it for my future works. Francois 2015-04-25 13:08 GMT-05:00, Noeck : > Hi, > > I didn't want to enter the absolute/relative discussion, but > now I have to add one advantage when entering notes in the relative mode: > In case of a wrong , or ' (or missing) a

Re: odd behavior with acciaccatura in 1st position

2015-04-25 Thread Cynthia Karl
> > Message: 2 > Date: Sun, 26 Apr 2015 10:09:13 +1000 > From: Andrew Bernard > To: lilypond-user@gnu.org > Subject: Re: odd behavior with acciaccatura in 1st position > Message-ID: > Content-Type: text/plain; charset="utf-8" > > Aha - of course you are correct! That?s the true root cause of th

Re: Jianpu Notation

2015-04-25 Thread Super-User
Hello, everyone! May I suggest having this project hosted on Github also? The facilities on Github enables better managements of issues, goal, test cases, and of course, the codebase itself, especially code merges. In addition, programmers unaware of / non-subscribing this mail-list can also co

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-25 Thread Keith OHara
Martin Tarenskeen zonnet.nl> writes: > I often use LilyPond to quickly enter a very simple tune or > small pianosheet needing just a simple texteditor (Vim). I use \relative > all the time. c g c e g is soo much faster and easier than c''' g'' > c''' e''' g''' g'''. If there were a version of

Re: Do we really offer the future?

2015-04-25 Thread Keith OHara
Michael Hendry gmail.com> writes: > I routinely put the bar checks at the _beginnings_ of the bars, thus... > > | a4 b c d > | a8 b c d e f g a > | a16 b c d e f g a b c d e f g a b > That works very nicely. When I had a measure that took more than one line of input, I used