bar numbers at beginning of bar

2009-01-24 Thread Paul Scott
Hi, 12.2.1 When numbering all bars the default bar numbers seem to be at the end of the previous bar which is confusing to the reader. When I use \override Score.BarNumber #'self-alignment-X = #-1 to try to make these less confusing to the reader *sometimes* the music above the bar numbers

Re: Unable to force hshift

2009-01-24 Thread Robin Bannister
Stefan Waler wrote:" \once \override NoteColumn #'horizontal-shift = #-1 As you can see, this is part of my score - but is has no effect. Please reconsider. There are two note-column-interface shifts; this is the other one. And if this turns out to be more like what you are looking for, y

fontconfig link in documentation

2009-01-24 Thread James E. Bailey
I just noticed that the link to fontconfig in the documentation again points to fontforge. Wasn't that fixed a while ago? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Stopwatch time in markup

2009-01-24 Thread Tom Hall
Hello Mark Mark Polesky yahoo.com> writes: > Don't forget you can store all the formatting as a music-function: ... > { c'1 \timestamp #4 #33 c' } Thanks very much Mark, for this. I had been trying to make just such a function earlier today, after reading through 6.1.3 Paired substitution fun

Re: Stopwatch time in markup

2009-01-24 Thread James E. Bailey
See, that's just amazing. personally, I think \markup \concat {4\char ##x2032 " 33"\char##x2033 } is a little shorter, but it's kind of awesome that that can be done with all that stuff that apparently means something. Am 24.01.2009 um 21:49 schrieb Mark Polesky: Don't forget you can stor

new feature request (was: the greatness of LilyPond)

2009-01-24 Thread ljc
Quoting Mark Polesky : Did you know that LilyPond can draw cross-staff kneed beams from one staff to another, even if there's another staff in the way? this is a great feature indeed. what i really miss is a similar way to connect chords across staves. the present way, manually extending s

garbled characters in gmane archive (user)

2009-01-24 Thread Mark Polesky
Tom Hall wrote: > I understand the way to put special characters into markup > is as below (from Mark's reply to the stopwach question > below - although missing the struck out letters - read on). > > But how do I strike out the "char" part in LilyPond (Mac > X.4.11)? Unlike, other charcters, l

Re: Stopwatch time in markup

2009-01-24 Thread Mark Polesky
Don't forget you can store all the formatting as a music-function: timestamp = #(define-music-function (parser location minutes seconds) (number? number?) (let ((min (number->string minutes)) (sec (number->string seconds))) #{ \mark \markup \rounded-box \small \concat { $min ′ $sec ″ } #}))

Re: Issue with cross staff beam

2009-01-24 Thread Stefan Waler
Robin Bannister wrote: A similar problem was discussed recently http://lists.gnu.org/archive/html/lilypond-user/2009-01/msg00530.html Thanks - I'll look into this! Stefan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/m

Re: Unable to force hshift

2009-01-24 Thread Stefan Waler
Robin Bannister schrieb: I'm not sure what you want. How about this? \once \override NoteColumn #'horizontal-shift = #-1 As you can see, this is part of my score - but is has no effect. Stefan ___ lilypond-user mailing list lilypond-user@gnu.or

Re: Issue with cross staff beam

2009-01-24 Thread Robin Bannister
A similar problem was discussed recently http://lists.gnu.org/archive/html/lilypond-user/2009-01/msg00530.html Cheers, Robin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: jeux inegales

2009-01-24 Thread Gilles Sadowski
Hi. > the question I'm asking You is not directly connected with lilypond, > but I guess, that some of You could help me a lot. > I'm searching for instructive examples from the french baroque-music, > where the so called "jeux inegales" (it's a little bit like swing) has ^^

Re: Chord Naming

2009-01-24 Thread Carl D. Sorensen
On 1/24/09 4:02 AM, "Tao Cumplido" wrote: > I never use fret diagrams so I don't know how this predefined exceptions work. You can get a description of how the predefined fretboards work, including the addition of new diagrams, by looking in the Notation Reference, Section 2.4.1 Common notati

Re: Unable to force hshift

2009-01-24 Thread Robin Bannister
Stefan Waler wrote: I'm not able anymore to set a manual shift for a note. Any workaround...? I'm not sure what you want. How about this? \once \override NoteColumn #'horizontal-shift = #-1 Cheers, Robin ___ lilypond-user mailing list lilypond-

Re: automatic setting of `currentBarNumber'

2009-01-24 Thread Han-Wen Nienhuys
On Fri, Jan 23, 2009 at 6:05 PM, Werner LEMBERG wrote: > >> What happens if you use \applyContext for the 2nd value too? > > It gets ignored. See attached file. A bug? > >\applyContext > #(lambda (x) >(ly:context-set-property! x 'currentBarNumber lastBarNumber)) what happens i

jeux inegales

2009-01-24 Thread Stefan Thomas
Dear lilypond-users, the question I'm asking You is not directly connected with lilypond, but I guess, that some of You could help me a lot. I'm searching for instructive examples from the french baroque-music, where the so called "jeux inegales" (it's a little bit like swing) has tu be used. Mostl

Re: utf-8 characters

2009-01-24 Thread Carl D. Sorensen
On 1/24/09 4:36 AM, "James E. Bailey" wrote: > Oh yeah, that's a problem. Apparently it's been fixed, it's just not > in the distributed binary. There's a thread on the list that shows > how to fix it. > You can also find the fix on issue 735 at the bug tracker, thanks to James:

Re: utf-8 characters

2009-01-24 Thread Tom Hall
James E. Bailey googlemail.com> writes: > > { > > \mark \markup \rounded-box { > > \small { > > \concat { 4\char ##x2032 } > > } > > } c'2 > > } > > > > error: > > > > (process:440): Pango-WARNING **: Error loading GDEF table 28333 > > > > ...

Unable to force hshift

2009-01-24 Thread Stefan Waler
Hi, after setting the stem direction manually, I'm not able anymore to set a manual shift for a note. Any workaround...? I attach a short example where I had no good idea so far because of the staff switch. Thanks for your help! Stefan \version "2.12.01" global = { \key c \major \time 4

Re: the greatness of LilyPond

2009-01-24 Thread Jonathan Kulp
Nice! I didn't know that but am glad to know now. You should put this in the LSR. I'm adding it to my personal collection of snippets. :) Jon Mark Polesky wrote: Did you know that LilyPond can draw cross-staff kneed beams from one staff to another, even if there's another staff in the way?

Re: Stopwatch time in markup

2009-01-24 Thread James E. Bailey
See http://code.google.com/p/lilypond/issues/detail?id=735&q=font that shows how to fix the font problem. Then you can compile with the prime and double-prime characters. You'll get the pango warning, but you can ignore that. Am 24.01.2009 um 12:45 schrieb Tom Hall: Ole Schmidt gmx.net> w

Re: Stopwatch time in markup

2009-01-24 Thread James E. Bailey
Yeah, the Pango warning is normal. that happens regardless. But there's an .scm file that needs to have 0 added to it in order to actually get output. Am 24.01.2009 um 12:45 schrieb Tom Hall: Ole Schmidt gmx.net> writes: when I move the brace: % \version "2.12.1" { \mark \mar

Re: Stopwatch time in markup

2009-01-24 Thread Tom Hall
Ole Schmidt gmx.net> writes: > > when I move the brace: > % > \version "2.12.1" > > { > \mark \markup { \rounded-box > \small \concat { 4' 33'' } > } c'2 > } > % > > it works but not with the prime and double prime characters copy and pasted in, that gives the Pango-WA

Re: utf-8 characters

2009-01-24 Thread James E. Bailey
Oh yeah, that's a problem. Apparently it's been fixed, it's just not in the distributed binary. There's a thread on the list that shows how to fix it. Am 24.01.2009 um 12:26 schrieb Tom Hall: James E. Bailey googlemail.com> writes: Hello James I also get an error as follows when trying

Re: utf-8 characters

2009-01-24 Thread Ole Schmidt
when I choose in the preferences "show invisible characters", my file look like this: <> it seems like a copy & paste promblem from my mail-client (Apple "Mail"). Does anyone know how to fix this? ole Am 24.01.2009 um 12:23 schrieb James E. Bailey: { \mark \markup \rounded-box {

Re: Stopwatch time in markup

2009-01-24 Thread Ole Schmidt
when I move the brace: % \version "2.12.1" { \mark \markup { \rounded-box \small \concat { 4' 33'' } } c'2 } % it works ole Am 24.01.2009 um 11:31 schrieb James E. Bailey: That's odd, there are extra spaces in there too. What if you try just copying and pasting in th

Re: utf-8 characters

2009-01-24 Thread Tom Hall
James E. Bailey googlemail.com> writes: Hello James > > I also get an error as follows when trying the code below: > > > > Regards > > > > Tom > > > > > > error: syntax error, unexpected SCM_TOKEN > > \concat { 4/char > > ##x2032 } >

Issue with cross staff beam

2009-01-24 Thread Stefan Waler
Hi, I encountered an issue with accidentals not being taken into account in a cross staff beam ... does anybody know a simple workaround? Thanks! Stefan \version "2.12.01" global = { \key c \major \time 4/4 } NotesTest = { \clef "bass" \relative c' { ais8 [ \change Staff=RHStaf

Re: Chord Naming

2009-01-24 Thread Tao Cumplido
I never use fret diagrams so I don't know how this predefined exceptions work. If I understand it right you want to make a list of all possibillities named on dolmetsch.com so that everyone can pick his/her favourite way?! Generally I think it's a good idea to improve the chord symbols in LP, or

Re: utf-8 characters

2009-01-24 Thread James E. Bailey
Am 24.01.2009 um 11:44 schrieb Tom Hall: James E. Bailey googlemail.com> writes: { \mark \markup \rounded-box { \small { 4′33″ } } c'2 } Hmm, trying the code directly above, gives me the following error (3 times) (pr

Re: utf-8 characters

2009-01-24 Thread Tom Hall
James E. Bailey googlemail.com> writes: > > There may be an easier way. In osx, you have utf-8 on by default. So > you don't need to use the lilypond special of inserting utf-8 > characters. Which, by the way, mark's way I don't understand, it uses > scheme. The easier way is to just use \

Re: Stopwatch time in markup

2009-01-24 Thread James E. Bailey
That's odd, there are extra spaces in there too. What if you try just copying and pasting in the ′ and ″ characters? Or what about using \char ##x2032? Does that help? Am 24.01.2009 um 11:04 schrieb Ole Schmidt: when I compile your example, it comes out like this (see pdf), why?? I'am on Mac

Re: utf-8 characters

2009-01-24 Thread James E. Bailey
There may be an easier way. In osx, you have utf-8 on by default. So you don't need to use the lilypond special of inserting utf-8 characters. Which, by the way, mark's way I don't understand, it uses scheme. The easier way is to just use \markup \concat { 4/char ##x2032 } But, since on osx,

Re: Stopwatch time in markup

2009-01-24 Thread Ole Schmidt
when I compile your example, it comes out like this (see pdf), why?? I'am on Mac OS 10.5.6 using the latest Lilypond... <> ole Am 23.01.2009 um 23:59 schrieb Mark Polesky: James E. Bailey wrote: Wow, that took me a minute to figure out. The quotes around 33" are the problem. That makes

utf-8 characters

2009-01-24 Thread Tom Hall
Hello List I understand the way to put special characters into markup is as below (from Mark's reply to the stopwach question below - although missing the struck out letters - read on). But how do I strike out the "char" part in LilyPond (Mac X.4.11)? Unlike, other charcters, like 中, for example