Unexpected tag warning

2011-12-30 Thread Roman
> (Not top-posting ... honest) In the following snippet nothing has actually been tagged with #'bad inside the expression assigned to incl, so the two evaluations of incl should be identical. -- \version "2.15.22" incl = \new Staff { \tempo 2=46 \relative c'' { a2 a } } <<

Re: Unexpected tag warning

2011-12-30 Thread David Kastrup
Roman writes: >> (Not top-posting ... honest) > > In the following snippet nothing has actually been tagged with #'bad inside > the > expression assigned to incl, so the two evaluations of incl should be > identical. > > -- > \version "2.15.22" > > incl = \new Staff { > \tempo 2=46 >

frescobaldi templates

2011-12-30 Thread Martin Tarenskeen
If I select "bewaar als sjabloon" (save as template) in Frescobaldi 2.0, where/how is it saved? I edited a loaded template, and saved again as template, and know I am having the (almost) same template twice in the template selection menu. How do I remove a template ? -- MT ___

Re: frescobaldi templates

2011-12-30 Thread James
Hello, On 30 December 2011 10:16, Martin Tarenskeen wrote: > > If I select "bewaar als sjabloon" (save as template) in Frescobaldi 2.0, > where/how is it saved? I edited a loaded template, and saved again as > template, and know I am having the (almost) same template twice in the > template selec

Minuet and Trio

2011-12-30 Thread Peter Gentry
Seasonal greetings. I have been using Lilypond for about 4 weeks and am getting to enjoy it - as a beginner I find the various help files rather confusing and I still do not have a good grasp of the overall structure and syntax. The descriptions (seem to) vary somewhat through the variou

subdivision of beams in 5/16 bar

2011-12-30 Thread Stefan Thomas
Dear community, I have a problem with subdivided beams in a 5/16 bar. I want to have subbeams of irregular length, grouped in 2+3 16ths. Unfortunately it doesn't work. Is there a way to realize it? Here is a short snippet: \version "2.14.2" motif = \relative c' { c16[ d e f g] } \new Staff { \t

Re: Minuet and Trio

2011-12-30 Thread Marc Hohl
Am 30.12.2011 13:06, schrieb Peter Gentry: Seasonal greetings. [...] However when it comes to the classical Minuet and Trio form I am stumped. Is it possible to produce all the various repeats in a Midi file with the final minuet played without repeats to “fine”. So far I am stumped – my f

Re: lyrics with polyphany

2011-12-30 Thread Michael_D
-Eluze wrote: > > > Known issues and warnings > > All \partcombine... functions can only accept two voices and are not > designed to work with lyrics such that when one of the voices is > explicitly named in order to attach lyrics to it, > the partcombiner will stop working. > > > sorry i h

position text oppositie stem direction

2011-12-30 Thread maaachseven
Hello, Is there a way to automatically position note text opposite the note's stem direction? I can do it manually with \markup using the direction indicators ^ and _ , but I'm hoping there is a way to automate it. I thought the default direction indicator - might do help, but it defaults to belo

Re: frescobaldi templates

2011-12-30 Thread Wilbert Berendsen
Op Fri, 30 Dec 2011 11:16:29 +0100 (CET) Martin Tarenskeen schreef: > If I select "bewaar als sjabloon" (save as template) in Frescobaldi > 2.0, where/how is it saved? I edited a loaded template, and saved > again as template, and know I am having the (almost) same template > twice in the templat

Re: Unexpected tag warning

2011-12-30 Thread Roman Stawski
David Kastrup gnu.org> writes: > > I just pushed a fix to staging as > a2c7fbaa892b59a590b4635ddd184ca0487a38e3. With that fix, your example > runs fine. > Thankyou Sir! And Christmas has already been and gone (well nearly). I look forward to the next update. And thanks again for your rapid f

Re: Unexpected tag warning

2011-12-30 Thread David Kastrup
Roman Stawski writes: > David Kastrup gnu.org> writes: > >> >> I just pushed a fix to staging as >> a2c7fbaa892b59a590b4635ddd184ca0487a38e3. With that fix, your example >> runs fine. >> > > Thankyou Sir! And Christmas has already been and gone (well nearly). Not too late for sending present

Re: subdivision of beams in 5/16 bar

2011-12-30 Thread Hans Aberg
On 30 Dec 2011, at 15:38, Stefan Thomas wrote: > I have a problem with subdivided beams in a 5/16 bar. > I want to have subbeams of irregular length, grouped in 2+3 16ths. > Unfortunately it doesn't work. > Is there a way to realize it? To set it as a meter, use \set beatStructure = #'(2 3), as i

Re: Rest after/while cueDuring

2011-12-30 Thread C.Flothow
Am 30.12.2011 08:02, schrieb Keith OHara: Xavier Scheuer gmail.com> writes: On 19 December 2011 09:38, C.Flothow gmx.de> wrote: I had read all that and I still don't see anything there that helps with my problem! Isn'

Re: subdivision of beams in 5/16 bar

2011-12-30 Thread Hans Aberg
[Please keep the cc to the list, so that others can follow the issue.] On 30 Dec 2011, at 21:34, Stefan Thomas wrote: > Dear Hans, > thanks for Your reply, but it was a misunderstanding. > I know how to beam in 2+3 in 5/16 bar, but I would like to know if I can make > subbeams, grouped in 2+3. >

Implementing reliable cross-staff stems

2011-12-30 Thread Pavel Roskin
Hello! I'm trying to implement cross-staff stems that would not get disconnected when the distance between staves changes. Ideally, I need a function that would extend the stem from the note in the lower staff exactly until it meets the stem of the note on the staff above. As a simpler solution,