wrong position of a tie between notes in chord

2012-02-29 Thread Karol Majewski
% Tie that should connect 'g' and 'g' % is located very low, so that it looks like a tie between 'd' and 'es' \version "2.15.30" #(set-default-paper-size "a4") #(set-global-staff-size 18) LiniaJeden = \relative c'' { \clef "treble" \key c \major \numericTimeSignature \time 3/4 << { g'4 f2 }

Re: lilypond bug 2368

2012-04-13 Thread Karol Majewski
27;m not a student of Politechnika Warszawska - neither former nor present. I'm a former student of Akademia Muzyczna w Gdańsku :) Best Wishes Karol Majewski 2012/4/11 Janek Warchoł > On Wed, Apr 11, 2012 at 2:36 AM, Colin Hall wrote: > > > > On Sat, Apr 07, 2012 at 05

Re: lilypond bug 2368

2012-04-24 Thread Karol Majewski
Holmes napisał: > ** > > > - Original Message ----- > *From:* Karol Majewski > *To:* Janek Warchoł > *Cc:* LilyPond Developmet Team ; Lilypond > Bugs > *Sent:* Wednesday, April 11, 2012 7:33 PM > *Subject:* Re: lilypond bug 2368 > > OK, thanks for explanation! Actua

Something strange

2012-05-03 Thread Karol Majewski
Hi there! I've noticed very strange behavior from LilyPond. So what I do is: 1.create *.pdf from my *.ly file 2.copy this *.ly file to another directory 3.create *.pdf from my *.ly file in this new directory It's hard to belive, but despite both *.ly files are exactly the same (they are in differ

Re: Something strange

2012-05-03 Thread Karol Majewski
2012/5/3 Janek Warchoł > On Thu, May 3, 2012 at 6:52 PM, Karol Majewski > wrote: > > Hi there! > > > > I've noticed very strange behavior from LilyPond. So what I do is: > > 1.create *.pdf from my *.ly file > > 2.copy this *.ly file to another directory >

Re: Something strange

2012-05-09 Thread Karol Majewski
David: I am 99% sure that in this case the output depends on directory. On multiple runs in the same directory i have exactly the same output. But when I change the directory or change the folder name (!) the output is different. PS. I have version 2.15.38 installed right now and everything is fin

imperfect ossias

2012-06-02 Thread Karol Majewski
I think that the way of creating ossias, that is presented in the documentation, is incomplete. Apart from reducing size of: font, staff-space and thickness, we also have to reduce length of the beam! Otherwise we get something like this: <>___ bug-lilypo

Re: imperfect ossias

2012-06-03 Thread Karol Majewski
Aha. Now i see that the same thing happens with clef symbol and time signature symbol. 2012/6/3 Thomas Morley > 2012/6/3 Karol Majewski : > > I think that the way of creating ossias, that is presented in the > > documentation, is incomplete. Apart from reducing size of: font,

Re: imperfect ossias

2012-06-03 Thread Karol Majewski
2012/6/3 Colin Hall > On Sun, Jun 03, 2012 at 11:53:56AM +0200, Karol Majewski wrote: > > Aha. Now i see that the same thing happens with clef symbol and time > > signature symbol. > > Is this all working for you now, Karol? > > I just need to know if there is still a

bug in SVG output

2012-06-21 Thread Karol Majewski
I think I have found a bug. It's related to metronome mark in SVG output. Normally, there is one space before equality sign. In SVG output there is no space. Take a look at the example. <><>___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.

changing flag style/stencil should affect metronome mark, shouldn't it?

2013-01-06 Thread Karol Majewski
Hi there, I don't see how can change flag style (stencil) in metronome mark. \version "2.17.9" { \override Flag.stencil = #old-straight-flag \set autoBeaming = ##f \tempo 8 = 120 c'8 d' e' f' g' a' b' c'' } I wish *\override Flag.stencil = #old-straight-flag* worked. Unfortunately, it d

SpanBar - the problem still exists

2013-03-13 Thread Karol Majewski
Hi, Issue 3203 isn't fully solved. There is no SpanBar when including centered dynamics: \version "2.17.14" \new PianoStaff<< \new Staff { c''1 c''1 } \new Dynamics { s1 s1 \f } \new Staff { c''1 c''1 } >> Karol ___ bug-lilypond mailing list bug-

old-straight-flag + smaller Stem.thickness gives no output and huge overflow

2013-05-27 Thread Karol Majewski
The following code gives: warning: cannot fit music on page: overflow is 1096.382978 and no output. Perhaps it's a bug? \version "2.17.19" \layout { \context { \Score \override Stem.thickness = #1.2 \override Flag.stencil = #old-straight-flag } } { c'16 r r d' c' r r d' c' r r d' c

strange spacing behavior - possible bug

2013-06-20 Thread Karol Majewski
Hi, It seems to me that the strange spacing behavior, which I described here: http://lilypond.1069038.n5.nabble.com/strange-spacing-behavior-is-it-expected-td147132.html is not expected and therefore should be reported as a bug. Probably there is something wrong with so called "double backslash

bug: \global section does not tolerate spacer rests

2013-07-01 Thread Karol Majewski
Hi, In 2.17.21 \global section does not tolerate spacer rests. That's why the following snippet won't compile: http://www.lilypond.org/doc/v2.17/Documentation/learning/solo-verse-and-two_002dpart-refrain I got: terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_all

bug: grace notes before double bar line

2013-07-13 Thread Karol Majewski
The bug occurs in 2.16.2 when using global section: \version "2.16.2" global= { \time 4/4 \key c \major s4*4 \bar "||" s4*4 \bar "|." } violinOne = \relative c'' { c1 \grace f8 e1 } violinTwo = \relative c'' { g2 f e1 } \score { \new StaffGroup << \new St

whiteout bug

2013-07-28 Thread Karol Majewski
Hi, Take look at this: %% \version "2.17.22" \layout { \context { \Score \override TextScript.whiteout = ##t } } right = \relative c' { 4_"wh" 8 4 8 2 } left = \relative c { 4 8 4 8 2 } \score { << \new PianoStaff << \new Staff = "right" \righ

partcombine bug - missplaced rest

2013-10-14 Thread Karol Majewski
Missplaced rest when notes are tied. \version "2.17.28" first = { c'1 d'1~ d'1 R1*4/4 } second = { R1*4/4*4 } \score { \new Staff << \partcombine \first \second >> } ___ bug-lilypond mailing list bug-lilypond@gnu.org http

issue 3418 is more serious than we can imagine

2013-11-11 Thread Karol Majewski
It seems that the difference in horizontal spacing is very small, but when the line is stretched, it becomes huge! \version "2.17.95" \paper { ragged-right = ##f } ss = \markup \translate #'(1.28 . -0) { \override #'(thickness . 1.5) \translate #'(0 . -0.3) \draw-line #'(6 . 0) } { f'

fingering overlap - bug?

2013-11-28 Thread Karol Majewski
\version "2.17.96" { \set fingeringOrientations = #'(up) 1 } PS. I want to have all numerals in one column. Karol ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

another fingering bug

2013-12-02 Thread Karol Majewski
\version "2.17.96" { 4 ^1 8 ^1 8 r2 } Vertical position of the numerals should be the same. Looks like a bug. Is there any workaround (apart from tweaking Y-offset)? ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/lis

bug: fingering symbol on grace note collides with beam

2013-12-19 Thread Karol Majewski
fingering symbol on grace note collides with beam: \version "2.17.97" { g'8 \grace b'8-3 c''8 r4 r2 } ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

treble clef looks horrible in sizes smaller than 20

2014-02-24 Thread Karol Majewski
\version "2.19.2" #(set-global-staff-size 18) \clef treble <>___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: whole page rotated

2014-03-04 Thread Karol Majewski
Hi Harm, this is nice workaround, indeed. But how can I modify it to have different glyph for each duration-log? The original code was: #(define nhg (lambda (grob) (if (= 2 (ly:grob-property grob 'duration-log)) (begin (let* ((stem (ly:grob-object grob

Re: whole page rotated

2014-03-04 Thread Karol Majewski
Thanks! This is exactly what I need! Hopefully the rotation bug will be solved eventually. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

staccato overlaping on staff line

2014-03-08 Thread Karol Majewski
\version "2.19.3" upper = { \clef treble \time 2/4 \voiceOne a''8 \noBeam 8 } lower = { \clef bass \time 2/4 \override Beam.auto-knee-gap = ##f \voiceTwo b8 -. \change Staff = "upper" 8 -. } \score { \new PianoStaff << \new Staff = "upper" \upper \new Staff = "lower" \lower

another spacing bug (\noBreak)

2014-03-12 Thread Karol Majewski
Hi This is an excerpt from random piece. If you add \noBreak command at the end of measure 9 and 11, than the whole spacing becomes distorted! Bug? \version "2.19.3" \include "deutsch.ly" { \time 2/4 \clef treble 8. a'16 8 8 %1 8 4 8 %2 8. 16 8 8 %3 8 4 8 %4 8. 16 8 8 %5 8 g'4

3304 not completely fixed

2014-03-21 Thread Karol Majewski
Issue 3304 is not completely fixed. When the font-size of individual staff is other than default, horizontal spacing becomes uneven. \version "2.19.3" { << { c'8. c'16 } \new Staff \with { fontSize = #-5 } { \tuplet 5/4 { c'16 c'16 c'16 c'16 c'16 } } >> } Perhaps new i

fingering colidse with phrasing slur

2014-04-27 Thread Karol Majewski
\version "2.19.5" { c''4 \( d''4 ^1 ( e''4 ) d''4 \) } ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: whole page rotated

2014-05-03 Thread Karol Majewski
Harm, and what if I don't want to rotate my note head along with stem-dir? How to modify your code then? Some note heads look beeter when they are not being rotated. > > If you only want noteheads of doThin-type, try: > > \version "2.18.0" > > #(define nhg > (lambda (grob) > (let* ((sti

binding-offset bug

2014-07-19 Thread Karol Majewski
Hi, it seems that binding-offset size scales accordingly to global-staff-size, which of course is a bug: %%% \version "2.19.10" #(set-global-staff-size 20) \paper { top-markup-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0

Re: binding-offset bug

2014-07-20 Thread Karol Majewski
> It seems to me (from my limited playing about with 2.19.8) that if you > comment out either/or 'two-sided' or 'binding-offset' then the problem > 'goes away'. So is this a 'binding-offset' issue or a 'two-sided' issue? James, note that binding-offset doesn't work at all when two-sided is disable

Incorrect cropping with lilypond-book-preamble.ly

2015-07-20 Thread Karol Majewski
% With lilypond-book-preamble.ly included % some scores are cropped incorrectly. % Here, articulation mark (accent) is out of area. \version "2.19.23" \include "lilypond-book-preamble.ly" one = { s8 } two = { \voiceOne a16[ _> \change Staff = "one" \voiceTwo a'16] } \score { \new Piano

Re: Grace notes and staff miss-alignment

2016-03-06 Thread Karol Majewski
And what about Win8 and Win10? Can someone reproduce this bug on these systems in 2.19.37? ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Grace notes and staff miss-alignment

2016-03-07 Thread Karol Majewski
I think that tracker has to be created for this issue. Perhaps it should be marked as critical as one gets different output depending on platform. Karol ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinf

Re: Grace notes and staff miss-alignment

2016-03-08 Thread Karol Majewski
Anyway, the tracker should be created for this issue, shouldn't it? Here's the whole topic: http://lilypond.1069038.n5.nabble.com/Grace-notes-and-staff-miss-alignment-td181529.html --Karol > > So as I see it unless this behaviour is worse/different compared to > earlier released versions *acro

Re: Grace notes and staff miss-alignment

2016-09-18 Thread Karol Majewski
Hi, the problem still exists (Win7 x64, LilyPond 2.19.48) and is very annoying. Has tracker been created? Best Karol ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Grace notes and staff miss-alignment

2016-09-19 Thread Karol Majewski
At first, I'd like to try to revert these two: http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=2eb22fd223cd56a2dd90eda1499dadbcbfa5fad5 http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=f758afb1497e9d95e564844363f23efa5a313321 and see if the problem still exists. Unfortu