Re: lilypond-book setup for windows

2009-03-29 Thread MonAmiPierrot
Hajo Dezelski wrote: > > Hello, > > thanks for the input. > > After some hours of working with latex and several editors on windows > and mac I decided to take the easy road: OpenOffice with the > OOoLilypond Macro. It works not always as I thought, but with time I > will find some workaround

download versie 2.12

2009-03-29 Thread dirk van der eerden
probeer 2.12 te installeren, maar krijg waarschuwing uitgever onbekend, geen digitale handtekening. Wordt geadviseerd niet te installeren. Graag advies. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypon

Re: cannot find property type-check for `no-spacing-rods'

2009-03-29 Thread Kieren MacMillan
Hi Anthony, How "metronome" are your metronome functions? I'm just using it for text like "moderately fast". \tempo \markup "moderately fast" =) Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/li

Re: Strange Change Staff behavior

2009-03-29 Thread Alberto Simões
Hello, Carl No, I am under MacOS, and I noticed the warnings. I just didn't understand why it was complaining. I'll try to use your solution. Thank you. Alberto Carl Sorensen wrote: > Alberto Simões alfarrabio.di.uminho.pt> writes: > >> Hello. >> >> I am having a strange behavior with Change S

drum-sticking (textscript) order weird behavior

2009-03-29 Thread Roel Spruit
Hi folks, This is my first post to this list, so hi! I've been struggling with Lilypond for the last few days to transcribe some drumparts. My dayjob is programming and my hobby is drumming, so lilypond is right up my alley :) However, I'm having some problems with notating sticking ("R" and "L"

Re: drum-sticking (textscript) order weird behavior

2009-03-29 Thread Robin Bannister
Roel Spruit wrote:: somehow the order in the output is reversed That's queer. With me (2.12) they both read R L from top to bottom. However, with 2.10 they both read L R from top to bottom. Are you using an intermediate version? ;-) Is this suitable as a workaround? LR = \markup \colum

Stopping a melismata extender

2009-03-29 Thread Johan Vromans
The following snippet: \score { << \new Voice = HighVoice { \relative c' { c1 ~ | c1 | c1 | c1 | } } \lyricsto HighVoice \lyrics { aah __ _ _ } >> } This renders as: o o oo aah___ I would like th

Re: repeat percent and chords

2009-03-29 Thread Kees Serier
Robin Bannister schreef: > Neil Puttock wrote: >> it's possible to duplicate its code in Scheme: > > Or its appearance in markup ;-) > > simile = \markup { > \combine \translate #'(0.3 . 1.5) \draw-circle #0.2 #0 ##t \combine > \translate #'(1.7 . 0.5) \draw-circle #0.2 #0 ##t \rotate #90 >

Re: repeat percent and chords

2009-03-29 Thread Robin Bannister
Kees Serier wrote: Looks good, but how to use it, I'm only a beginning Lilypond user :-( I have a vague feeling you may not have received my reply diagnosing your arabic percent problem: Kees Serier wrote: I get Guile errors GUILE signaled an error for expression started here: markup #

Re: drum-sticking (textscript) order weird behavior

2009-03-29 Thread Roel Spruit
Hi, Thanks for your input. just one more dumb question though, after a variable is set like that (LR = ) how do I use it in the music itself? Tried looking for this info in the manual but I guess it's just t big :) Roel On Sun, Mar 29, 2009 at 18:04, Robin Bannister wrote: > Roel Spruit wr

Re: drum-sticking (textscript) order weird behavior

2009-03-29 Thread Roel Spruit
Never mind, got it. the LR assignment was in the wrong location apparently. put it in the root of the file and assigned it using sn8_\LR Roel On Sun, Mar 29, 2009 at 22:37, Roel Spruit wrote: > Hi, > > Thanks for your input. just one more dumb question though, after a > variable is set like that

snappizzicato on 2.13

2009-03-29 Thread Francisco Vila
Hello, Does \version "2.13.0" { c' \snappizzicato } work for you on latest released binary? -- Francisco Vila. Badajoz (Spain) The incredible carnival of Badajoz http://www.flickr.com/photos/pacovila/tags/carnaval/show/ ___ lilypond

Re: snappizzicato on 2.13

2009-03-29 Thread Neil Puttock
2009/3/29 Francisco Vila : > Hello, > > Does > >   \version "2.13.0" >   { >      c' \snappizzicato >   } > > work for you on latest released binary? Fingers crossed it'll work when 2.13.1's released (the patch follows 2.13.0). Regards, Neil ___ lilyp

Re: snappizzicato on 2.13

2009-03-29 Thread Francisco Vila
2009/3/29 Neil Puttock : > 2009/3/29 Francisco Vila : >> Hello, >> >> Does >> >>   \version "2.13.0" >>   { >>      c' \snappizzicato >>   } >> >> work for you on latest released binary? > > Fingers crossed it'll work when 2.13.1's released (the patch follows 2.13.0). > > Regards, > Neil Thanks. I

Re: Stopping a melismata extender

2009-03-29 Thread Neil Puttock
2009/3/29 Johan Vromans : > The following snippet: > >  \score { >    << >      \new Voice = HighVoice { >        \relative c' { >          c1 ~ | c1 | c1 | c1 | >        } >      } >      \lyricsto HighVoice \lyrics { >        aah __ _ _ >      } >    >> >  } > > This renders as: > >   o     o    

Re: Strange Change Staff behavior

2009-03-29 Thread Neil Puttock
2009/3/29 Carl Sorensen : > There were lots of warnings, which appeared to me to be the result of not > properly instantiating voices.  So I went through your music and explicitly > instantiated the voices, as recommended in the NR section on polyphony. OK, I've changed my mind; it's definitely n

Re: snappizzicato on 2.13

2009-03-29 Thread Patrick McCarty
On Mon, Mar 30, 2009 at 12:00:08AM +0200, Francisco Vila wrote: > 2009/3/29 Neil Puttock : > > 2009/3/29 Francisco Vila : > >> Hello, > >> > >> Does > >> > >>   \version "2.13.0" > >>   { > >>      c' \snappizzicato > >>   } > >> > >> work for you on latest released binary? > > > > Fingers crossed

Re: Stopping a melismata extender

2009-03-29 Thread Kieren MacMillan
Hi Johan, I found one hack to accomplish this: give the third note a 'lyric' syllable consisting of a single hard space. But I'm sure there are better ways. I don't know if it's "better", but I've defined nullLyric = \markup \null and use that instead. [Looking forward to this issue being

Re:Transpose

2009-03-29 Thread Ossie Wilson Snr
I am using LP 2.8.6 on a Windows 98 300MHz machine. My current problem is in transposing a song (for a grand daughter) and a whole bunch of double accidentals and natural/accidental combinations have turned up in the resultant printout - not too good for fast recognition by the accompanist (acc

Re: Transpose

2009-03-29 Thread David Bobroff
Maybe if you posted your *.ly file we could give you a more informative answer. Without seeing that it is difficult to diagnose your problem. -David Ossie Wilson Snr wrote: I am using LP 2.8.6 on a Windows 98 300MHz machine. My current problem is in transposing a song (for a grand daught