Re: comment bug

2018-05-26 Thread Sven Axelsson
t as a comment. Anything that is enclosed in %{ and %} is ignored. However, block comments do not ‘nest’. This means that you cannot place a block comment inside another block comment. If you try, the first %} will terminate both block comments."

Re: No Longer Working after update of MacOS High Sierra to 10.13.2

2018-01-25 Thread Sven Axelsson
rebuilding the font cache? This usually happens when the OS has been updated. I just tried myself and the first run on a small file took almost three minutes. After that, it is

Gracenote in volta alternative breaks autobeaming

2017-03-03 Thread Sven Axelsson
c2 | } \alternative { { \grace c32 c8. c16 c4 c2 | } { c8. c16 c4 c2 | } % breaks % { \grace s32 c8. c16 c4 c2 | } % works } c8. c16 c4 c2 |

Re: Accidentals tied over a system break

2015-10-08 Thread Sven
Sorry, I didn't know this is a known issue. And thanks for correcting me on how to actually remove the second sharp, Urs: \once \omit Accidental get's rid of the bugger, while \once \hide Accidental makes it transparent, leaving its space in tact. Sven 2015-10-08 19:14 GMT+02:00 Dav

Re: Aw: Re: Several notation errors in bagpipe.ly

2015-06-08 Thread Sven Axelsson
m not sure about what user base we may have for bagpipe.ly, but I have had contact with some users at least. Extensive renaming of existing movements can of course easily be i

Re: Support german notation

2014-02-14 Thread Sven Axelsson
o add also HES and HESES, even if it is > not really correct / used). This is already supported, and has been so for a long time. http://lilypond.org/doc/v2.18/Documentation/notation/writing-pitches#n

Re: Bagpipe docs

2013-10-17 Thread Sven Axelsson
> > Thanks, Noeck. This has been submitted as Issue 3614 : > https://code.google.com/p/lilypond/issues/detail?id=3614 The issue has been merged with 3605 https://code.google.com/p/lilypond/issues/detail?id=3605 I have included the source for a cheat sheet that sho

Re: NR 2.6.2 Bagpipes

2013-10-08 Thread Sven Axelsson
> bug-lilypond@gnu.org > https://lists.gnu.org/mailman/listinfo/bug-lilypond > -- Sven Axelsson ++[>++>+++>++>++ ><<<<<-]>.+..>+.>+.<<-.>>+.>.<<. +++.>-.<<++.>>--

Re: "à" in title makes damaged pdf

2013-02-24 Thread Sven Axelsson
2:20: warning: non-UTF-8 input title = "Lettre ? ?lise" This very clearly shows what the problem is. Re-saving the file with proper UTF-8 encoding works fine and produces a correct PDF. Always look at the text in the log whenever Lilypond fails. It is usually helpful. -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Some "Cheat cheet" nitpicks

2009-12-15 Thread Sven Axelsson
sn't been specifically forbidden and the line is stretched, use + ragged spacing. */ + if (last && i == 0 + && lin

Book title no longer hown in preview

2006-04-16 Thread Sven Axelsson
this % file: test.ly \book { \header { title = "Book Title"} \score { { a' b' a' b' } \header { piece = "Piece 1" } } \score { { a' b' a' b' } \header { piece = "Piece 2" } } } and run with lilypond --preview test.ly -- S

Re: Volta brackets always(?) closing

2006-03-07 Thread Sven Axelsson
always, > not only when there is a "|:", ":|", ":|:", "|." or ".|" bar line, > as it used to be. Is it an intentional change or a bug? That and another volta bracket bug seems to have been fixed in version 2.7.37. -- Sven Axelsson __

Re: LilyPond 2.7.36 available: 2.8 release candidate!

2006-02-25 Thread Sven Axelsson
t least in my kind of music). -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: LilyPond 2.7.26 released

2005-12-31 Thread Sven Axelsson
-- Forwarded message -- From: Sven Axelsson <[EMAIL PROTECTED]> Date: 31-Dec-2005 16:51 Subject: Re: LilyPond 2.7.26 released To: Han-Wen Nienhuys <[EMAIL PROTECTED]> Cc: info-lilypond@gnu.org On 31/12/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > 2.7.26

Volta brackets don't break correctly (again)

2005-12-18 Thread Sven Axelsson
Volta brackets don't break correctly anymore. They are terminated at the end of the system and restarted at the next system instead of kept open. I've already reported this bug some versions ago. Any chance of having it fixed soon? It is a bit of a showstopper for me. -- Sve

RemoveEmptyStaffContext behaviour has changed

2005-12-18 Thread Sven Axelsson
\context { \RemoveEmptyStaffContext } \context { \Score \override VerticalAxisGroup #'remove-first = ##t } \context{ \StaffGroup \override SystemStartBracket #'collapse-height = #5 } } -- Sven Axelsson murrays_fancy_6_hornpipe.preview.png De

Re: lilypond speed - ridiculously slow on windows xp

2005-11-26 Thread Sven Axelsson
On 26/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Sven Axelsson wrote: > > > Well, duh. The file is called .font.cache-1 and is stored in the root > > of the current user profile (usually c:\Documents and > > Settings\Username). The one I have hasn't

Re: lilypond speed - ridiculously slow on windows xp

2005-11-22 Thread Sven Axelsson
On 21/11/05, Sven Axelsson <[EMAIL PROTECTED]> wrote: > On 21/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > Sven Axelsson wrote: > > > On 21/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > > > > >>I believe that this is relat

Re: lilypond speed - ridiculously slow on windows xp

2005-11-21 Thread Sven Axelsson
On 21/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Sven Axelsson wrote: > >>It's understandable that reading things takes time. The strange thing is > >>that this should all be cached, so second runs are much quicker. Can you > >>check whether t

Re: lilypond speed - ridiculously slow on windows xp

2005-11-21 Thread Sven Axelsson
On 21/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Sven Axelsson wrote: > > On 21/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > > >>I believe that this is related to a FontConfig problem. You can verify > >>this, by running the co

Re: lilypond speed - ridiculously slow on windows xp

2005-11-21 Thread Sven Axelsson
ntConfig... for at least 30 seconds on each run. In my case it may be because I fiddled with the system fonts a while ago, trying out (and uninstalling) Suitcase - a font handling program. So, how do we get the font information back in synch? -- Sven Axelsson _

Re: Lilypond Python on Windows

2005-11-17 Thread Sven Axelsson
On 17/11/05, Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Sven Axelsson writes: > > > Really? I have never seen a version that doesn't work with double > > quotes around the full path. > > See this > > http://lists.gnu.org/archive/html/lilypond-

Re: Lilypond Python on Windows

2005-11-17 Thread Sven Axelsson
On 17/11/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Sven Axelsson wrote: > > Okay, I'll have a look. But wouldn't this be .bat files that basically > > only looks something like > > > > rem lilypond-book.bat > > c:\\usr\bin\python.exe lilypo

Re: Lilypond Python on Windows

2005-11-17 Thread Sven Axelsson
On 17/11/05, Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Sven Axelsson writes: > > Ideally, Lilypond wouldn't change the file associations at all > [snip] > > Then we could have .bat files that does the same under Windows. > > Until now, no-one has managed to

Re: Lilypond Python on Windows

2005-11-17 Thread Sven Axelsson
On 17/11/05, Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote: > Sven Axelsson writes: > > > but specifically it fails to load the struct module from the > > lib-dynload folder. > > > Maybe all dynloaded modules fail, I haven't checked that much. > > Can you

Volta brackets don't break correctly

2005-11-16 Thread Sven Axelsson
\break a a a a } { a a a a } } } -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Gracenote stems in 2.7.17 too short

2005-11-16 Thread Sven Axelsson
Lilypond 2.7.17 on Windows XP. The stems on gracenotes with multiple beams are shorter than before. Too short, they often squeeze up against the note head. -- Sven Axelsson stems.png Description: PNG image ___ bug-lilypond mailing list bug-lilypond

Lilypond Python on Windows

2005-11-16 Thread Sven Axelsson
t would be nice if the installer checked if there is an existing Python installation on the computer before replacing the file associations for .py files. -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/li

Single quote in the PDF documentation (was Re: Abort without error message, and pdf manual bug)

2005-10-15 Thread Sven Axelsson
. It is probably easier to request a solution from the texinfo people. > I'm sure it can be done reasonably simply though. As I posted some months ago, it is easy enough to get TeX to output a "real" single quote instead of a curly one. This is how to do that: Quote Sven Axels

Re: Page layout is affected by previous pages?

2005-10-11 Thread Sven Axelsson
the headers do take up some space, and this seems to make the second to last page break early. Fix that by either using oddHeaderMarkup = "" and evenHeaderMarkup = "" or by making topmargin a bit less. And to finish this rambling, let's file a bug rep

Re: \wordwrap-string and \justify string fails with non-Unix line endings

2005-10-10 Thread Sven Axelsson
On 11/10/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > > Sven Axelsson wrote: > > The markup functions \wordwrap-string and \justify-string should start a > new > > paragraph at double linebreaks, but this only works in files that use > Unix > > line endi

\wordwrap-string and \justify string fails with non-Unix line endings

2005-10-10 Thread Sven Axelsson
The markup functions \wordwrap-string and \justify-string should start a new paragraph at double linebreaks, but this only works in files that use Unix line endings. -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org http

InnerChoirStaff nested in StaffGroup doesn't work

2005-10-08 Thread Sven Axelsson
\music \new Staff \music >> \new InnerChoirStaff << \new Staff \music \new Staff \music >> \new Staff \music >> The InnerStaffGroup and InnerChoirStaff produces exactly the same result. -- Sven Axelsson ___ bug-lilypond mailin

Re: Small issues

2005-09-30 Thread Sven Axelsson
this somewhat better workaround: http://lsr.dsi.unimi.it/LSR/Item?id=185 -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Analysis brackets start too early

2005-09-27 Thread Sven Axelsson
Is this really how it's supposed to work? The below code puts a bracket over a b c and not only over b c as expected. \version "2.7.10" \new Staff \with { \consists "Horizontal_bracket_engraver" } \relative c'' { a \startGroup b c \stopG

Can't get RemoveEmptyStaffContext to work

2005-09-07 Thread Sven Axelsson
It seems as if I can't get \RemoveEmptyStaffContext to work properly. In the example below it doesn't do anything at all. The RemoveEmptyVerticalGroup override does indeed remove the first empty system, but the other two are still there. What am I doing wrong? -- Sven Axelsson \vers

PNG images in the 2.7.9 documentation doesn't work in IE

2005-09-05 Thread sven
ption, please? -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Stem direction overrides broken in 2.7.7

2005-08-28 Thread Sven Axelsson
done in a \layout block, it works as expected. \relative c''' { \override Voice.Stem #'direction = #-1 \grace { g32 } g,4 a \grace { g'32 } b,4 c } -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org htt

RE: header in \score

2005-08-02 Thread Sven Axelsson
> then all headers are printed. Obviously this is how it is intended to work. Nowdays it is easy to change this behaviour by redefining scoreTitleMarkup to include whatever fields you need. -- Sven Axelsson ___ bug-lilypond mailing lis

RE: What is the proper way of printing the current date? Also bug report

2005-07-28 Thread Sven Axelsson
> From: Han-Wen Nienhuys [mailto:[EMAIL PROTECTED] > Sent: den 28 juli 2005 14:39 > To: Sven Axelsson > Cc: lilypond-user@gnu.org; 'bug-lilypond' > Subject: Re: What is the proper way of printing the current > date? Also bug report > > Sven Axelsson wrote: &g

What is the proper way of printing the current date? Also bug report

2005-07-28 Thread Sven Axelsson
rate no output at all. Obviously this is caused by some strange Guile interactions that I don't understand. However, shouldn't there be a standard way of getting a formatted date in Lilypond? Or maybe there is, and I just haven't found it yet. -- Sven Axelsson

RE: lily/parser.yy rev 1.476

2005-07-28 Thread Sven Axelsson
> From: Han-Wen Nienhuys [mailto:[EMAIL PROTECTED] > Sent: den 28 juli 2005 10:41 > To: Graham Percival > Cc: Sven Axelsson; bug-lilypond > Subject: Re: lily/parser.yy rev 1.476 > > Graham Percival wrote: > > > > On 27-Jul-05, at 4:10 AM, Sven Axelsson

lily/parser.yy rev 1.476

2005-07-27 Thread Sven Axelsson
* lily/parser.yy (score_body): \score can only begin with Music. No, it can begin with \header too, and this change (i think) is causing errors when I try version 2.7.3. -- Sven Axelsson ___ bug-lilypond mailing list bug-lilypond@gnu.org http

RE: Lilypond 2.7.1 Manual 3.7.3

2005-07-22 Thread Sven Axelsson
s and updates, which is easier using a version control system. I am not sure I want to make the music sources as easily accessible as simply putting them on the web. -- P/S Sven Axelsson, The Murray Pipes & Drums of Gothenburg > -Original Message- > From: Fairchild [mailto:[

RE: Lilypond 2.7.1 Manual 3.7.3

2005-07-22 Thread Sven Axelsson
Yes, using Subversion, at svn://svenax.dynip.com/LilyMusic/Bagpipe -- P/S Sven Axelsson, The Murray Pipes & Drums of Gothenburg > -Original Message- > From: Fairchild [mailto:[EMAIL PROTECTED] > Sent: den 21 juli 2005 00:28 > To: 'Sven Axelsson'; bug-lily

Lilypond 2.7.1 Manual 3.7.3

2005-07-20 Thread Sven Axelsson
.php?op=modload&name=sheetmusic&file=index -- P/S Sven Axelsson The Murray Pipes & Drums of Gothenburg Sweden www.svenax.net (personal), www.murrays.nu (band) ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

RE: bagpipe LilyPond stuff

2005-07-14 Thread Sven Axelsson
> From: Graham Percival [mailto:[EMAIL PROTECTED] > > On 10-Jul-05, at 3:30 PM, Sven Axelsson wrote: > > > I have put together a pretty complete set of definitions > > for bagpipe music which I have attached to this message. > > Sorry, bug-lilypond strips attachm

Lilypond 2.6.0 Manual 3.7.3

2005-07-11 Thread Sven Axelsson
have attached to this message. Examples of bagpipe notation with Lilypond can be found here: http://www.svenax.net/modules.php?op=modload&name=sheetmusic&file=index -- P/S Sven Axelsson The Murray Pipes & Drums of Gothenburg Sweden www.svenax.net (personal), www.murr