lyrics - vertical position

2012-04-05 Thread luis jure
hello list, i have some code with two markups on a note (one of them postscript code), and some tweaks including \once \override TextScript #'extra-offset and \shapeSlur. for some reason, the presence of the markups forces the lyrics down too far away from the staff (see image). i studied an

Re: partcombine - whole note : slash on grace note

2012-04-05 Thread Frank Steinmetzger
On Wed, Apr 04, 2012 at 06:21:00AM -0700, MING TSANG wrote: Mark, I try as suggested.  The print seems to suggest no voice two.   When I just extract voice two (the bass) there is no midi sound for the s1~ s1.   This is not what I want. When I encounter this, I use tags. In your case:

Re: Score layout in a separate file

2012-04-05 Thread David Raleigh Arnold
On Tue, 2012-04-03 at 15:17 +0200, Siska Ádám wrote: Dear List, is there a way to put the layout block for a score in a variable that lives in a separate file? Unfortunately the following won't compile: This does something similar: http://www.openguitar.com/files/slyce.py Regards,

Another tricky music situation. This time: Repeat Nightmare with alternative endings.

2012-04-05 Thread Nils
Hello list, Maybe you have an opinion about this musical situation, described here: http://www.nilsgey.de/2012/04/05/nightmare-repeats/ In my eyes it should be forbidden. The real cause it that alternative endings use the same glyph as boundary as repeats: the repeat close barline. Better would

Re: Another tricky music situation. This time: Repeat Nightmare with alternative endings.

2012-04-05 Thread James
Hello, On 5 April 2012 15:20, Nils l...@nilsgey.de wrote: Hello list, Maybe you have an opinion about this musical situation, described here: http://www.nilsgey.de/2012/04/05/nightmare-repeats/ In my eyes it should be forbidden. The real cause it that alternative endings use the same glyph

Re: lyrics - vertical position

2012-04-05 Thread m...@apollinemike.com
On Apr 5, 2012, at 1:24 PM, luis jure wrote: for some reason, the presence of the markups forces the lyrics down too far away from the staff (see image). is there a way to adjust the vertical position of lyrics locally? There's always extra-offset, but it's kludgy. Could you send an

Re: Another tricky music situation. This time: Repeat Nightmare with alternative endings.

2012-04-05 Thread Nils
Am Thu, 5 Apr 2012 15:31:48 +0100 schrieb James pkx1...@gmail.com: Hello, On 5 April 2012 15:20, Nils l...@nilsgey.de wrote: Hello list, Maybe you have an opinion about this musical situation, described here: http://www.nilsgey.de/2012/04/05/nightmare-repeats/ In my eyes it should

Re: Another tricky music situation. This time: Repeat Nightmare with alternative endings.

2012-04-05 Thread James
Hello, On 5 April 2012 15:42, Nils l...@nilsgey.de wrote: Am Thu, 5 Apr 2012 15:31:48 +0100 schrieb James pkx1...@gmail.com: Hello, On 5 April 2012 15:20, Nils l...@nilsgey.de wrote: Hello list, Maybe you have an opinion about this musical situation, described here:

Re: partcombine - whole note : slash on grace note

2012-04-05 Thread Christ van Willegen
On Thu, Apr 5, 2012 at 13:40, Frank Steinmetzger war...@gmx.de wrote: On Wed, Apr 04, 2012 at 06:21:00AM -0700, MING TSANG wrote: Blessing in+, Blessing in plus? I think it refers to the 'cross' symbol that the Catholic people use when they say 'the name of the Father, the Son and the Holy

Re: lyrics - vertical position

2012-04-05 Thread luis jure
on 2012-04-05 at 16:36 m...@apollinemike.com wrote: There's always extra-offset, but it's kludgy. Could you send an image of the line you're talking about? It may be a bug if the markups force the lyrics down too low. hi mike, i sent a tiny image in my previous mail, here's attached the whole

Re: lyrics - vertical position

2012-04-05 Thread luis jure
on 2012-04-05 at 16:36 m...@apollinemike.com wrote: There's always extra-offset, but it's kludgy. using \override LyricText #'extra-offset = #'(0.0 . 2.0) before that line of text, and \revert LyricText #'extra-offset after it, i got the correct spacing. i don't know what