У пн, 2010-02-15 у 17:13 +0800, 胡海鹏 - Hu Haipeng пише:
> Then Here's the source file. Very simple piano score. Does it have
> errors itself?
I'd say "no".
But i can remember that one my "classmate" run into this error a couple
of times. Then she tried to comment out part by part and has found a
me
Then Here's the source file. Very simple piano score. Does it have errors
itself?
Haipeng
\version "2.13.7"
\header {
tagline = ##f
dedication = \markup { \bold "DEDICATED TO MY CLASSMATES IN THE COLLEGE FOR ADULTS" }
title = \markup { \fontsize #2 "Calling" }
composer = \markup { \
Then Here's the source file. Very simple piano score. Does it have errors
itself?
No errors with \version "2.12.1"
Gilles___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
2010/2/15 胡海鹏 - Hu Haipeng :
> Lilypond-windows.exe
> "0x007aa281" command uses "0x" ram, this ram cannot be "read".
>
> What's wrong?
Looks like a problem specific to your installation of Microsoft
Windows (memory corruption or whatever).
I can't reproduce it with your source file (either
У пн, 2010-02-15 у 18:41 +0800, 胡海鹏 - Hu Haipeng пише:
> Thank you for your email. 2.12 and 2.13.7 can compile it without any
> problem. I ever tried a very simple snippet such as:
>
> \version "2.13.11" % the problem came since this version
>
> \Score {
> \new Staff { \clef treble \time 2.4 c,
Thank you for your email. 2.12 and 2.13.7 can compile it without any problem. I
ever tried a very simple snippet such as:
\version "2.13.11" % the problem came since this version
\Score {
\new Staff { \clef treble \time 2.4 c,2 }
\layout {}
}
and the error still appeared.
Haipeng
___
No, this is like Segmentation fault, or Null pointer.
I always wondered what is lilypond-windows.exe used for, I always run
lilypond.exe
I would also suspect corrupted file.
Bert
Valentin Villenave wrote:
2010/2/15 胡海鹏 - Hu Haipeng :
Lilypond-windows.exe
"0x007aa281" command uses "0x000
胡海鹏 - Hu Haipeng wrote Monday, February 15, 2010 10:41 AM
Thank you for your email. 2.12 and 2.13.7 can compile it without
any problem. I ever tried a very simple snippet such as:
\version "2.13.11" % the problem came since this version
2.13.11 works fine here on your piano piece (apart fr
Reboot system? I've never thought about it, but it may not be the key. Any
versions before 2.13.10 can run without problem. The same error occurred in the
versions (perhaps) 2.11.50-51. Perhaps further 2.14 can run without any problem?
If I still can't find the key, I have to either continue us
Hi,
I would like to write the following key signatures:
1) 5/8 (2+3)
2) 6/4 (3/4)
(no slashes, just default fraction)
Is this possible?
I have looked in the manual and lsr, maybe the examples for compound can
be used as starting point, but I can't figure out how.
Thank you,
Thomas
LilyP
Hi!
I have the following problem:
in figured bass sometimes the position of the cord-tones is given with a "^"
over the number:
"carat"-3 for the third to be played as the highest tone
"carat"-5 for the fifth to be played as the highest tone
"carat"-8 for the octave to be played as the highest
On Sun, 2010-02-14 at 14:16 +0100, Xavier Scheuer wrote:
> On 12 February 2010 17:54, Michael J. O'Donnell
>
> > I also need to merge whole-measure and multi-measure rests, which, alas,
> > the snippet doesn't cover. I will poke into extending the snippet. If
> > you've already tried, and know w
Hi Lilyponders
I just wanted to improve the vowel alignment of the lyrics and a few days
later I find myself diving deep into the Lilypond with fascination
and...yes...some frustration.
I want to improve the fine code by Carl Sorensen:
http://old.nabble.com/Re:-Lyrics---align-first-wowel-of-a-sy
Thomas Scharkowski wrote:
>
> Hi,
>
> I would like to write the following key signatures:
>
> 1) 5/8 (2+3)
>
>
hi
if you don't want to play around with scheme (and only need a workaround for
once or twice) you can use
\override Staff.TimeSignature #'stencil = #ly:text-interface::print
On 15.02.2010, at 14:39, Thomas Scharkowski wrote:
Hi,
I would like to write the following key signatures:
1) 5/8 (2+3)
2) 6/4 (3/4)
(no slashes, just default fraction)
Is this possible?
I have looked in the manual and lsr, maybe the examples for
compound can be used as starting point,
Original-Nachricht
Thomas Scharkowski wrote:
Hi,
I would like to write the following key signatures:
1) 5/8 (2+3)
hi
if you don't want to play around with scheme (and only need a workaround for
once or twice) you can use
\override Staff.TimeSignature #'stencil = #l
On 2/15/10 8:16 AM, "Wolf Alight" wrote:
> Hi Lilyponders
>
> I just wanted to improve the vowel alignment of the lyrics and a few days
> later I find myself diving deep into the Lilypond with fascination
> and...yes...some frustration.
>
> I want to improve the fine code by Carl Sorensen:
Steven White wrote:
Hello,
Just an inquiry, but is there any specific reason why the mailing list
doesn't have a prepended subject like [lilypond-user]? I just joined
the mailing list to read the solutions as I learn lilypond to help my
wife out while she is learning to use the engraver. I
On 2/15/10 12:06 PM, Colin Campbell wrote:
Steven White wrote:
Hello,
Just an inquiry, but is there any specific reason why the mailing list
doesn't have a prepended subject like [lilypond-user]? I just joined
the mailing list to read the solutions as I learn lilypond to help my
wife out while
I'm helping a friend with an instructional booklet for his ukulele music.
I'm using \lyricmode to add note names to the notes in the melody and would
like to add the word "rest" on the lyric line when there is a rest in the
melody. However, \lyricmode "ignores" the rest event.
I code the followin
Mats,
Thanks for the pointer. Somehow, I think of better search terms when I
know there's something to find.
The discussion that I found shows how to merge full- and multi-measure
rests explicitly, when the corresponding rests have been identified
(this seems to be essentially the same idea shown
On 2/14/10 11:05 AM, "Michael J. O'Donnell"
wrote:
> For those who would like to use it too, I append a complete utility file
> that I use to copy in a file full of definitions with \includeIfAbsent,
> skipping the copy if the file has already been copied in with
> \includeIfAbsent. This utili
Am Montag, 15. Februar 2010 21:57:59 schrieb Carl Sorensen:
> On 2/14/10 11:05 AM, "Michael J. O'Donnell"
>
> wrote:
> > For those who would like to use it too, I append a complete utility file
> > that I use to copy in a file full of definitions with \includeIfAbsent,
I wouldn't call it "includ
On 2/15/10 11:41 AM, "Steven White" wrote:
> On 2/15/10 12:06 PM, Colin Campbell wrote:
>> Steven White wrote:
>>
> I'm currently working on tweaking the placement of a note in a two voice
> segment. Working on this Scriabin piece "Two Poems" There is an odd
> "Chord" in the piece where all th
Hi all. I am trying to use Lilypond's Emmentaler font in a wxPython project
of mine. However, the font seems to consist only of a small set of actual
characters, and the others are blank. I read about someone having the same
problem, but I couldn't make out how they resolved it. Could anyone tell m
Steven White wrote Monday, February 15, 2010 6:41 PM
I'm currently working on tweaking the placement of a note in a two
voice segment. Working on this Scriabin piece "Two Poems" There
is an odd "Chord" in the piece where all the members are not of
the same durations. I think to get it in p
* Steven White [2010-02-15 12:41]:
Other then that the only problem I have run in to is a good way to
visually block off the "Mystic Chords" found in the piece for turning
in the final analysis of the paper. I am currently just punting back
to photoshop and editing lilypond's png output to
2010/2/15 胡海鹏 - Hu Haipeng :
> Reboot system? I've never thought about it, but it may not be the key. Any
> versions before 2.13.10 can run without problem. The same error occurred in
> the versions (perhaps) 2.11.50-51. Perhaps further 2.14 can run without any
> problem?
> If I still can't find
On 15.02.2010, at 19:50, keith Luke wrote:
I'm helping a friend with an instructional booklet for his ukulele
music. I'm using \lyricmode to add note names to the notes in the
melody and would like to add the word "rest" on the lyric line when
there is a rest in the melody. However, \lyr
29 matches
Mail list logo