Re: Looking for proper beam grouping

2009-03-29 Thread Trevor Daniels
Graham Percival wrote Sunday, March 29, 2009 4:12 AM On Sat, Mar 28, 2009 at 08:38:08PM +, Anthony W. Youngman wrote: In message 3cbf99092d5f4e77a0cae01edf7be...@trevorlaptop, Trevor Daniels t.dani...@treda.co.uk writes You'll be pleased to know the revert will not be required at all

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 workarounds.

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

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

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 albie at alfarrabio.di.uminho.pt writes: Hello. I am having a strange behavior with Change

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

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 the

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 r...@dataway.ch wrote:

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 roelspr...@gmail.com wrote: Hi, Thanks for your input. just one more dumb question though, after a variable

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/ ___

Re: snappizzicato on 2.13

2009-03-29 Thread Neil Puttock
2009/3/29 Francisco Vila paconet@gmail.com: 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

Re: snappizzicato on 2.13

2009-03-29 Thread Francisco Vila
2009/3/29 Neil Puttock n.putt...@gmail.com: 2009/3/29 Francisco Vila paconet@gmail.com: 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,

Re: Stopping a melismata extender

2009-03-29 Thread Neil Puttock
2009/3/29 Johan Vromans jvrom...@squirrel.nl: 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 c_soren...@byu.edu: 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;

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 n.putt...@gmail.com: 2009/3/29 Francisco Vila paconet@gmail.com: Hello, Does   \version 2.13.0   {      c' \snappizzicato   } work for you on latest released binary? Fingers

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