Re: Grouped Beams

2010-02-11 Thread Nick Payne
Something like this: \version "2.13.12" sixteenthNotesBeamedInFours = \overrideBeamSettings #'Voice #'(2 . 2) #'end #'((* . (1 1)) ((1 . 16) . (4 4 4 4 4 4 4 4)) ((1 . 32) . (8 8 8 8))) \relative c' { \time 2/2 \repeat unfold 32 c16 \sixteenthNotesBeamedInFours \repeat unfold 32 c

Re: space-between-pieces

2010-02-11 Thread Xavier Scheuer
On 11 February 2010 19:38, David Bobroff wrote: > I'm trying to put extra space between consecutive pieces in a \bookpart{} > block and have been unsuccessful.  I have looked carefully through "4.1.2 > Page formatting: Vertical dimensions" and tried a number of things, but none > of them seems to

Re: Grouped Beams

2010-02-11 Thread grisu_76
I use 2.13; cheers, christian Mats Bengtsson-4 wrote: > > On Thu, 2010-02-11 at 07:31 -0800, grisu_76 wrote: >> Hello! >> >> How to beam 4 16th-notes in a 2/2 automatically? got severe problem with >> the >> >> override-auto-beam-setting >> >> afraid, I did not get the idea behind..? > >

space-between-pieces

2010-02-11 Thread David Bobroff
I'm trying to put extra space between consecutive pieces in a \bookpart{} block and have been unsuccessful. I have looked carefully through "4.1.2 Page formatting: Vertical dimensions" and tried a number of things, but none of them seems to apply to this situation. The only thing that has don

lilypond tool and MidiInput

2010-02-11 Thread David Santamauro
Hello all (new subscriber), I'm a new lilypond user and am quite enthusiastic with my initial attempts. What a wonderful tool! One thing that tripped me up is speed of input so I did some research and found in the archives a post [1] that introduced a nice plugin for jedit that allowed one to inp

Re: Community of professional LilyPond engravers?

2010-02-11 Thread fiëé visuëlle
I'm a professional typesetter and programmer and like to have nice scores as a hobby folk musician. For a Unitarian church magazine that I design I occasionally provide song sheets, and recently I got to typeset a whole songbook for a customer - they wanted to design the page layout and lyric

Re: Changing staff size

2010-02-11 Thread Mats Bengtsson
On Thu, 2010-02-11 at 11:53 -0500, Kieren MacMillan wrote: > Hi Mats, > > > I hope you don't forget about > > http://code.google.com/p/lilypond/issues/detail?id=216 > > Hasn't this specific issue been solved by the \bookpart? > i.e., the original problem was that you couldn't "produce different s

Re: Changing staff size

2010-02-11 Thread Kieren MacMillan
Hi Mats, > I hope you don't forget about > http://code.google.com/p/lilypond/issues/detail?id=216 Hasn't this specific issue been solved by the \bookpart? i.e., the original problem was that you couldn't "produce different staff size of different scores within the same book", but each \bookpart

Re: Grouped Beams

2010-02-11 Thread Mats Bengtsson
On Thu, 2010-02-11 at 07:31 -0800, grisu_76 wrote: > Hello! > > How to beam 4 16th-notes in a 2/2 automatically? got severe problem with the > > override-auto-beam-setting > > afraid, I did not get the idea behind..? Which version of LilyPond are you using? The answer is different for versions

Re: Changing staff size

2010-02-11 Thread Mats Bengtsson
On Thu, 2010-02-11 at 08:57 -0500, David Stocker wrote: > Trevor, > > I'll prepare a rewrite, perhaps this afternoon. > > Thanks! > > David > > Trevor Daniels wrote: > > > > David, you wrote Wednesday, February 10, 2010 4:53 PM > > > > > >> I just saw the warning about staff spaces at the botto

Grouped Beams

2010-02-11 Thread grisu_76
Hello! How to beam 4 16th-notes in a 2/2 automatically? got severe problem with the override-auto-beam-setting afraid, I did not get the idea behind..? cheers, christian -- View this message in context: http://old.nabble.com/Grouped-Beams-tp27547783p27547783.html Sent from the Gnu - Lilypo

Re: Changing staff size

2010-02-11 Thread David Stocker
Trevor, I'll prepare a rewrite, perhaps this afternoon. Thanks! David Trevor Daniels wrote: David, you wrote Wednesday, February 10, 2010 4:53 PM I just saw the warning about staff spaces at the bottom of the documentation page. The question remains, is this behavior beneficial? If so, s

Re: Conditional runs

2010-02-11 Thread Karl Hammar
Reinhold: > Am Donnerstag, 11. Februar 2010 08:47:42 schrieb Karl Hammar: ... > > 1, what is the rationale for "lilypond -d xx" to be restricted to just > >a certain list of variables? > If the given flag is not an officially supported one, then lilypond will > print > out a warning, but the

Re: Conditional runs

2010-02-11 Thread Reinhold Kainhofer
Am Donnerstag, 11. Februar 2010 08:47:42 schrieb Karl Hammar: > > I try to do conditional lilypond runs. I can do that by having different > files which includes the common parts, but I'd like to have just one > source file and specify which version to use (in my case, mostly different > p

Re: Changing staff size

2010-02-11 Thread Trevor Daniels
David, you wrote Wednesday, February 10, 2010 4:53 PM I just saw the warning about staff spaces at the bottom of the documentation page. The question remains, is this behavior beneficial? If so, should the documentation and command wording simply be reworked? David, if you are willing to r

Conditional runs

2010-02-11 Thread Karl Hammar
I try to do conditional lilypond runs. I can do that by having different files which includes the common parts, but I'd like to have just one source file and specify which version to use (in my case, mostly different page sizes). So I'm trying out the #(if (defined ..)) construct. 1, wha