Re: Aligning Dynamic/Expressive Marks

2012-10-25 Thread Reinhold Kainhofer
On 2012-10-25 06:10, Keehun Nam wrote: I know this is a novice question and I've tried what the document says to try but I don't thin its examples relate exactly to this situation although I'm sure it's been beaten into a pulp in previous discussions. I need to align poco sf where the sf aligns

Re: custom voiceStyle

2012-10-25 Thread Phil Holmes
Not on my system. Could you confirm you've used my exact code, with the corrected voicing? Could you provide PNG output demonstrating the problem? -- Phil Holmes - Original Message - From: Gagi Petrovic To: Phil Holmes Cc: Marc Hohl ; lilypond-user@gnu.org Sent:

Re: Manual search returns results from wrong version

2012-10-25 Thread Phil Holmes
Please see http://code.google.com/p/lilypond/issues/detail?id=2845 -- Phil Holmes - Original Message - From: Nick Payne Cc: bug-lilyp...@gnu.org ; lilypond-user@gnu.org Sent: Wednesday, October 24, 2012 11:00 PM Subject: Re: Manual search returns results from wrong version

Re: lilypond-book \begin{lilypond} does not accept options

2012-10-25 Thread Jan-Peter Voigt
Hello Mario, you may try to put the options before the curly brackets: \begin[line-width=12\cm,staffsize=14]{lilypond} ... There has been a change a while ago, that lilypond environment looks like other envs, IIRC. Cheers, Jan-Peter Am 25.10.2012 um 15:10 schrieb Mario Raffin: Dear All,

Re: Using the

2012-10-25 Thread Keith OHara
Seth seth.vicknair at gmail.com writes: I'd like the F-sharp at the beginning of the second measure to be printed with both a natural and a sharp sign in acknowledgement of the F double-sharp in the previous measure. How could I go about doing this? There are two changes from LilyPond

Re: Using the

2012-10-25 Thread Thomas Morley
2012/10/25 Keith OHara k-ohara5...@oco.net: Seth seth.vicknair at gmail.com writes: I'd like the F-sharp at the beginning of the second measure to be printed with both a natural and a sharp sign in acknowledgement of the F double-sharp in the previous measure. How could I go about doing

Re: Documentation figured-bass

2012-10-25 Thread Marek Klein
Hello, 2012/10/23 Noeck noeck.marb...@gmx.de Hi, the last two snippets on this page are identical, aren't they? http://lilypond.org/doc/v2.16/Documentation/notation/figured-bass Is that a problem that only occurs in older versions? Should the documentation be adapted? Thank you for the

Writing functions for large-scale layout

2012-10-25 Thread Christopher Smith
I am working on typesetting Anglican preces and responses, and since the apparent best approach is to embed a score inside the instrumentName for one of the parts (similar to the treatment of the incipits in the scores at http://www.uma.es/victoria/partituras.html), I would like to write a

Re: Problem with remove bar number/ why I'm not upgrading to the new stable version

2012-10-25 Thread Jay Hamilton
Janek- I'm not going to do that. Here's a few reasons why. I've been using lilypond since some kind of 1 version. Some of the stable versions have been baby steps and easy to accommodate and understand. Many many of the changes that have been taking place in V2 have not been like that. It

Re: Problem with remove bar number/ why I'm not upgrading to the new stable version

2012-10-25 Thread David Kastrup
Jay Hamilton i...@soundand.com writes: Janek- I'm not going to do that. Here's a few reasons why. I've been using lilypond since some kind of 1 version. Some of the stable versions have been baby steps and easy to accommodate and understand. Many many of the changes that have been taking

Merging noteheads with \mergeDifferentlyHeadedOn

2012-10-25 Thread Nick Payne
In the following, why is it that the first C# in the top and middle voices don't merge unless I also use \once \override NoteColumn #'ignore-collision = ##t before that note in either one of those voices. The subsequent notes in those voices do merge successfully without needing this override.

Re: Writing functions for large-scale layout

2012-10-25 Thread Christopher Smith
Assign the result to a variable xxx and use \xxx. The assignment works, but then Lilypond 2.16.0 throws error: unknown escaped string `\xxx' and finally fails, expecting '='. I think it may be having trouble figuring out what to do with the resulting value, which is (currently) a score. (I'm

Re: Writing functions for large-scale layout

2012-10-25 Thread David Kastrup
Christopher Smith chry...@gmail.com writes: Assign the result to a variable xxx and use \xxx. The assignment works, but then Lilypond 2.16.0 throws error: unknown escaped string `\xxx' and finally fails, expecting '='. I think it may be having trouble figuring out what to do with the

dashed \draw-line

2012-10-25 Thread Kevin Patrick Barry
Dear LilyPond users, I would like the markup function \draw-line to produce a dashed line, but I can't find it in the internals reference to see what overrides to use. I tried TextScript #'style, Glissando #'style and \tweak #'style. I'm just fumbling in the dark really; none of the grobs

Re: Writing functions for large-scale layout

2012-10-25 Thread David Kastrup
David Kastrup d...@gnu.org writes: Christopher Smith chry...@gmail.com writes: Assign the result to a variable xxx and use \xxx. The assignment works, but then Lilypond 2.16.0 throws error: unknown escaped string `\xxx' and finally fails, expecting '='. I think it may be having trouble

Re: Problem with remove bar number/ why I'm not upgrading to the new stable version

2012-10-25 Thread Thomas Morley
Hi Jay, 2012/10/25 David Kastrup d...@gnu.org: Jay Hamilton i...@soundand.com writes: Janek- I'm not going to do that. Here's a few reasons why. I've been using lilypond since some kind of 1 version. Some of the stable versions have been baby steps and easy to accommodate and

Re: Problem with remove bar number/ why I'm not upgrading to the new stable version

2012-10-25 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: With 2.16.0 you could use: \tweak Accidental #'font-size #-2 The way it looks, with 2.17.6 you will likely have to write \tweak Accidental.font-size #-2 indeed, an incompatible syntax change. convert-ly will cover it, though. 2.17.6 will

Re: Merging noteheads with \mergeDifferentlyHeadedOn

2012-10-25 Thread Eluze
Nick Payne-3 wrote In the following, why is it that the first C# in the top and middle voices don't merge unless I also use \once \override NoteColumn #'ignore-collision = ##t before that note in either one of those voices. The subsequent notes in those voices do merge successfully without

Re: Problem with remove bar number/ why I'm not upgrading to the new stable version

2012-10-25 Thread Eluze
Am 26.10.2012 00:52, schrieb David Kastrup: Thomas Morley thomasmorle...@googlemail.com writes: With 2.16.0 you could use: \tweak Accidental #'font-size #-2 The way it looks, with 2.17.6 you will likely have to write \tweak Accidental.font-size #-2 indeed, an incompatible syntax change.

Re: dashed \draw-line

2012-10-25 Thread David Nalesnik
Hi Kevin, On Thu, Oct 25, 2012 at 4:55 PM, Kevin Patrick Barry barr...@tcd.ie wrote: Dear LilyPond users, I would like the markup function \draw-line to produce a dashed line, but I can't find it in the internals reference to see what overrides to use. I tried TextScript #'style, Glissando

Re: dashed \draw-line

2012-10-25 Thread Thomas Morley
2012/10/26 David Nalesnik david.nales...@gmail.com: Hi Kevin, On Thu, Oct 25, 2012 at 4:55 PM, Kevin Patrick Barry barr...@tcd.ie wrote: Dear LilyPond users, I would like the markup function \draw-line to produce a dashed line, but I can't find it in the internals reference to see what

Re: Writing functions for large-scale layout

2012-10-25 Thread Thomas Morley
2012/10/25 Christopher Smith chry...@gmail.com: Assign the result to a variable xxx and use \xxx. The assignment works, but then Lilypond 2.16.0 throws error: unknown escaped string `\xxx' and finally fails, expecting '='. I think it may be having trouble figuring out what to do with the

quick reply(s) bar numbers

2012-10-25 Thread Jay Hamilton
Thanks for the comments, No the solutions didn't compile or I just don't understand what Toine means/meant. Putting the additional materials in the layout just ground the program to a halt. So I am living as it's not the biggest deal for the exercise- it was just that I was surprised that the

Re: Merging noteheads with \mergeDifferentlyHeadedOn

2012-10-25 Thread Nick Payne
On 26/10/12 10:01, Eluze wrote: Nick Payne-3 wrote In the following, why is it that the first C# in the top and middle voices don't merge unless I also use \once \override NoteColumn #'ignore-collision = ##t before that note in either one of those voices. The subsequent notes in those voices

Staff spacing for Z beam

2012-10-25 Thread Helge Kruse
Hello, I have a spacing question (once again). I want to write cross staff beams like you can see in the attached example. But this code does not gives the expected result: \version 2.16.0 \include deutsch.ly upper = { \change Staff = upper } lower = { \change Staff = lower } finaleUpper

Re: Merging noteheads with \mergeDifferentlyHeadedOn

2012-10-25 Thread Keith OHara
Nick Payne nick.payne at internode.on.net writes: In the following, why is it that the first C# in the top and middle voices don't merge unless I also use \once \override NoteColumn #'ignore-collision = ##t before that note in either one of those voices. Often, the note in voice 4 would

Re: Staff spacing for Z beam

2012-10-25 Thread Keith OHara
Helge Kruse Helge.Kruse at gmx.net writes: I want to write cross staff beams like you can see in the attached example. \override VerticalAxisGroup #'staff-staff-spacing #'padding = #10 LilyPond needs to be explicitly told that this applies to a Staff, etc., with \override

Re: Writing functions for large-scale layout

2012-10-25 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: Well, I managed to print a score (omiiting `precesĀ“), but I'm quite sure it is not really what you want: \version 2.16.0 precesAndResponse = #(define-scheme-function (parser location ;preces soprano alto tenor bass)

Re: Writing functions for large-scale layout

2012-10-25 Thread David Kastrup
David Kastrup d...@gnu.org writes: The idea was to be able to write \score { \precesAndResponse \mI \mII \mIII \mIV } and after URL:http://code.google.com/p/lilypond/issues/detail?id=2928, you'll be able to do just that. Actually: your proposal looks totally fine as a solution to the