listesso tempo

2016-04-21 Thread Helge
I want to write an indication that the beat continues at a meter change. I found in the notation manual a solution with \tempo \version "2.18" \relative c' { \time 4/4 | c4 c c c \tempo \markup { \concat { \smaller \general-align #Y #DOWN \note #"4" #1 " = " \smaller \g

Re: Scheme error message

2016-04-21 Thread Urs Liska
Hi Andrew, thank you for these explanations. I wouldn't have thought of trying the construct in another Scheme implementation (although Racket should still be installed somewhere on my PC ...). So it more or less boils down to a syntax error that Guile doesn't really understand. Maybe because the

ANN: Frescobaldi 2.19.0

2016-04-21 Thread Wilbert Berendsen
Dear all, Frescobaldi 2.19.0 has been released into the wild. There are quite a lot improvements and some nice new features. Download: http://frescobaldi.org/download Please download and enjoy :-) And if you want to, update the translations, there are some new user interface texts. In a month o

Re: Scheme error message

2016-04-21 Thread Andrew Bernard
Hi Urs, I’d say it is poor error reporting on the part of guile. (Oh no, I’m not starting that again! :-)) If you look at what racket says in these cases, which is clear, you can see tha guile makes a poor job of explaining to the user in your example. No wonder you are confused by guile. rac

Re: Scheme error message

2016-04-21 Thread Urs Liska
Am 21.04.2016 um 21:27 schrieb David Kastrup: > Urs Liska writes: > >> Hi all, >> >> I understand what this error message means: >> >> |guile> (1 2 3) standard input:98:1: In expression (1 2 3): standard >> input:98:1: Wrong type to apply: 1 ABORT: (misc-error) | >> >> But I'm at a loss with tha

Re: Scheme error message

2016-04-21 Thread David Kastrup
Urs Liska writes: > Hi all, > > I understand what this error message means: > > |guile> (1 2 3) standard input:98:1: In expression (1 2 3): standard > input:98:1: Wrong type to apply: 1 ABORT: (misc-error) | > > But I'm at a loss with that: > > |guile> (1 . 2) standard input:82:1: In expression (

Scheme error message

2016-04-21 Thread Urs Liska
Hi all, I understand what this error message means: |guile> (1 2 3) standard input:98:1: In expression (1 2 3): standard input:98:1: Wrong type to apply: 1 ABORT: (misc-error) | But I'm at a loss with that: |guile> (1 . 2) standard input:82:1: In expression (1 . 2): standard input:82:1: Wrong n