\book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Tuukka Verho
This code: \book { \score { \header {piece = "piece"} \new Staff { c'4 c' c' c' } } } gives the following error: GNU LilyPond 2.7.38 Processing `testi.ly' Parsing... testi.ly:3:16: error: syntax error, unexpected "\\header"

bar number positioning bug

2006-03-20 Thread Tuukka Verho
In 2.7.39 the bar number placement behavior is rather odd. When there is no key signature, bar numbers are typeset in the left hand side of the clef as in previous versions, but otherwise they are placed next to the key signature. The following code demonstrates the issue: \version "2.7.39"

\set tupletSpannerDuration causes segfault on Linux GUB 2.8.0

2006-03-29 Thread Tuukka Verho
The following code causes a segmentation fault: \version "2.8.0" { \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 {c' c' c'} } The compiler output: GNU LilyPond 2.8.0 Processing `testi.ly' Parsing... Interpreting music... [1] Preprocessing graphical objects

Notes sometimes collide with barlines in a broadly spaced score

2006-03-31 Thread Tuukka Verho
I find the default spacing in Lilypond too tight for most purposes, so I usually add "\override Score.SpacingSpanner #'shortest-duration-space = #3" to my parts. I noticed, however, that when there is a time signature or key change at the end of a system, the last note is set too close to the ba

Broken ties very small in 2.8.1

2006-04-02 Thread Tuukka Verho
Broken ties starting from an eight note that is on a staff line are barely visible in 2.8.1. I wonder if this is intentional... \paper { ragged-right = ##t } \relative f'' { f2( f4. f8~ \break%% this looks bad f2) e4.( e8~ \break %% this is ok e1) } - Tuukka __

Re: slur and tie collision

2006-04-03 Thread Tuukka Verho
Another way is setting the 'avoid-slur property for the script. I don't know if there is an easy way to override invidual script settings, this is kind of a hack: #(define set-script-property (lambda (script property value) (append! (cdr (assoc script default-script-alist)) (list (cons

Re: \emptyText not documented

2006-04-06 Thread Tuukka Verho
\emptyText is mentioned here as a predefined command: http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Text-scripts.html#index-g_t_0040code_007b_005cemptyText_007d-682 You can also find it in the documentation index. The page, however, leaves it to the reader to guess that it does the o

Re: Page numbers aren't printed

2006-09-15 Thread Tuukka Verho
Printing page numbers seem to be disabled by default in 2.8. You can enable it by setting print-page-number = ##t in \paper block. http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Page-formatting.html#Page-formatting I wonder why the default setting has been changed? Tuukka Verho On

Trill spanners too short

2006-10-03 Thread Tuukka Verho
-aligned, instead of centered as it should (like with \trill). However, even with these problems I see this as an improvement to the previous behaviour -- the tendency to extend the trill line over the next note was very annoying in earlier versions. Thanks to the developers for fixing

Re: Trill spanners too short

2006-10-05 Thread Tuukka Verho
;8\stopTrillSpan c'8 c'8\startTrillSpan c'8\stopTrillSpan } >> IMO the trill should be at least twice as long as it is in the example. Notice also the weird placement of the second trill. You can also see the problem in the trill spanner regression test. http://lilypond.org/do

tupletSpannerDuration bug

2007-01-26 Thread Tuukka Verho
In 2.11.14, if one enters a tuplet shorter than tupletSpannerDuration, the bracket won't be terminated correctly. The bug didn't occur in 2.10.0. A minimal example: \version "2.11.0" \paper {ragged-right = ##t} \relative c' { \set tupletSpannerDuration = #(ly:make-moment 1 8)

Re: tupletSpannerDuration bug

2007-01-31 Thread Tuukka Verho
t 1 4) c8 \times 2/3 {c16 c c} c4 c c c4 c c c } On Tue, 30 Jan 2007, Graham Percival wrote: Sorry, I cannot duplicate this in 2.11.14. Are you certain that you used this version? (not 2.11.4 or 2.10.14 ?) Cheers, - Graham Tuukka Verho wrote: In 2.11.14, if one enters a tuplet shorter than t

2.11.15: superfluous warnings, converting to pdf fails on ubuntu edgy

2007-02-02 Thread Tuukka Verho
Every time a slur and a DynamicLineSpanner begin from the same note, a following warning is printed: GNU LilyPond 2.11.15 Processing `testi.ly' Parsing... Interpreting music... testi.ly:5:11: warning: Ignoring grob for slur: DynamicLineSpanner. avoid-slur not set? c4( \<

Tuplet bracket sometimes not printed

2007-07-28 Thread Tuukka Verho
= ##t } % The bracket for the middle tuplet won't be printed \relative c' { \times 2/3 {r8 c4} \times 2/3 {r8 c'4} \times 2/3 {r8 c c} } Kind regards, Tuukka Verho ___ bug-lilypond mailing list bug-lilypond@gnu.org http://list