Problem with MIDI volume level

2011-03-08 Thread Zoltan Selyem
%% Changes in volume affect all the staves in the MIDI output %% instead of affecting only the one they are written in. %% %% This went wrong between 2.13.52 and 2.13.53 \version "2.13.53" Upper = \relative c' { e8\ppp e e e e\fff e e e | e\ppp e e e e\fff e e e } Lower = \relative c' { c8\

Unnecessary accidental after tied note at the beginning of a new system

2011-03-06 Thread Zoltan Selyem
% Hello, % % Accidentals on tied notes are printed at the beginning of a new % system. But I think that in these cases there should be no second % accidental in that measure. % % So I think measure 5, 9, and 13 are wrong in the following example: \version "2.13.53" \paper{ ragged-right = ##t } \r

Windows versions have problems with accents in path

2011-02-20 Thread Zoltan Selyem
% Hi, % % The latest Windows versions have problems with accents % (national characters) in the path or file name. % MIDI is produced (if there is a \midi block), but no pdf. % % Take the following simple example, and put it into a folder called % "kórus" (it means "choir" in Hungarian). \version

Piano centered dynamics are not centered

2010-10-12 Thread Zoltan Selyem
Hi, Piano centered dynamics are not centered between the two staves. Am I missing something? Thanks! Zoltan %%% %%% %% The Learning Manual (A.2.4

Hiding empty staves does not hide bar numbers

2009-02-17 Thread Zoltan Selyem
%% %% Hello all, %% %% %% Hiding empty staves does not hide bar numbers. %% \version "2.12.2" \score{ << R1*80 >> \layout{ \context{ \RemoveEmptyStaffContext %% \override VerticalAxisGroup #'remove-first = ##t %% Also remove the first staff if empty } } }<>___

LilyPond has encountered a problem and needs to close

2008-12-12 Thread Zoltan Selyem
%% %% On Windows XP: %% If there is no \layout block but a \midi block and %% there is no \header block I get a window saying that %% "LilyPond has encountered a problem and needs to close". %% (The MIDI file is created properly.) %% %% I get no error if there is a \header block, but %% I don't ne

Re: Strict grace spacing is (still) broken

2008-09-28 Thread Zoltan Selyem
On Sun, 28 Sep 2008, Valentin Villenave wrote: http://code.google.com/p/lilypond/issues/detail?id=577 What makes it look bad to you? In the Notation Reference (section 1.2.6.1 Grace notes) it says that "Grace notes may be forced to align with regular notes in other staves". But if ragged-r

Strict grace spacing is (still) broken

2008-09-28 Thread Zoltan Selyem
Hello, Allegedly this bug has been fixed: http://code.google.com/p/lilypond/issues/detail?id=577 But the output still doesn't look good to me. I don't want to offend anybody, please tell me if I am wrong. Oh, I am using LilyPond on a Windows XP. Zoltan %% Lilypond code %

Appoggiatura adds hyphen to lyrics

2008-09-28 Thread Zoltan Selyem
%% %% If there is an appoggiatura at the beginning of a new line, %% the lyrics will get an extra hyphen before the first syllable. %% %% (Of course it happens only if there's a centered hyphen between the %% syllables, but normally that should not add a hyphen at the %% beginning of a line, see m

Strict-grace-spacing does not work

2008-02-06 Thread Zoltan Selyem
%% %% Strict-grace-spacing does not work. %% %% %% The example below is from the manual: %% http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Grace-notes %% %% I didn't use \paper{ ragged-right=##t } because %% in this way the error is more apparent. %% \version "2.11.38" << \override Sc

Collision: phrasing slur and fermata

2007-11-28 Thread Zoltan Selyem
%% Phrasing slur collides with fermata \version "2.11.35" \paper{ ragged-right=##t } \relative g' { g4\( a b c | c1\)\fermata } <>___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Wrong abbreviation - decr.

2007-11-22 Thread Zoltan Selyem
Hi, >> I think the correct abbreviaton for "decrescendo" is "decresc." >> and not "decr." as \setTextDecresc writes it. > Hmm. Do you have a reference or something? The only text I can find at > the moment is "dim." I'm honestly not sure if it's supposed to be decr. > or decresc. Well, I hav

Wrong abbreviation - decr.

2007-11-21 Thread Zoltan Selyem
Hi all, I think the correct abbreviaton for "decrescendo" is "decresc." and not "decr." as \setTextDecresc writes it. Bye, Zoltán ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

rest + text mark = too long measure

2007-10-19 Thread Zoltan Selyem
Hi all, This might be connected with http://code.google.com/p/lilypond/issues/detail?id=417 but my problem now is not that the rest is not centered (it is in 2.11.34), but that the measure becomes too long. %% When there is a whole measure rest under a text mark %% the measure extends furthe

Hairpin problem

2007-10-19 Thread Zoltan Selyem
%% Hairpins bound to spacer notes seem to be aligned to lyrics... \version "2.11.34" \paper{ ragged-right=##t } \score{ << \context StaffGroup << \new Staff{ \relative g' { g4 g4~ g4 g4 } } \addlyrics{ \lyricmode{ x long x } } \new Staff{ \relativ

Bad page breaking

2007-10-19 Thread Zoltan Selyem
%% The page breaking algorithm doesn't calculate well. %% %% LilyPond thinks that the following piece doesn't fit on one page, %% but if you uncomment the page break prohibition, %% you can see that there is enough space for everything... \version "2.11.34" \paper{ ragged-right = ##t } Melody = \

Bar numbers pushed up by lyrics

2007-10-18 Thread Zoltan Selyem
%% When I want lyrics to avoid barlines %% and so I use \consists "Bar_engraver" in the Lyrics context, %% plus I want the lyrics to be above the staff, %% they push up the bar number. \version "2.11.34" \paper{ ragged-right=##t } \score{ << \new Lyrics = "one" { s1 } \new Staff \new Voice =

Text marks mess up rest-centering

2007-09-11 Thread Zoltan Selyem
%% Whole measure rests are not centered when there is a long text mark. %% \version "2.11.32" \paper{ ragged-right=##t } \context StaffGroup << \new Staff \relative g' { \override Score.RehearsalMark #'self-alignment-X = #LEFT \override Score.RehearsalMark #'break-align-symbols = #'(time

Lyrics-avoiding barlines are too long

2007-03-19 Thread Zoltan Selyem
> I'm not top posting. %% "Making lyrics avoid barlines" used with StaffGroup %% causes barlines to extend under the last staff %% and causes repeat signs not to be continuous. \version "2.10.15" \paper{ ragged-right=##t } \context StaffGroup << \relative c' { c1 d \bar ":|" } \addlyrics { c