Re: Spacing broken tie away from key signature

2011-04-30 Thread Nick Payne
On 09/04/11 18:30, Nick Payne wrote: When a tie is broken across staves, the second part of the tie defaults to starting right at the key signature. How can I move it slightly away? Setting extra-spacing-width for the KeySignature moves the first note further away but doesn't move the starting

troubles with breaking lines

2011-04-30 Thread Federico Bruni
Hi, I came across a problem I'm not able to troubleshoot. I cut down the music I'm writing to the attached minimal example. I'm letting lilypond do the line breaking and what it does? It breaks the line after the first measure, then it puts all the other measures in one line. And I can't see

Re: troubles with breaking lines

2011-04-30 Thread Phil Holmes
- Original Message - From: Federico Bruni fedel...@gmail.com To: lilypond-user@gnu.org Sent: Saturday, April 30, 2011 2:41 PM Subject: troubles with breaking lines Hi, I came across a problem I'm not able to troubleshoot. I cut down the music I'm writing to the attached minimal

Re: troubles with breaking lines

2011-04-30 Thread Carl Sorensen
On 4/30/11 7:41 AM, Federico Bruni fedel...@gmail.com wrote: Hi, I came across a problem I'm not able to troubleshoot. I cut down the music I'm writing to the attached minimal example. I'm letting lilypond do the line breaking and what it does? It breaks the line after the first measure,

Format of lilypond-user Digest change

2011-04-30 Thread Patrick Karl
Sometime between April 7 and April 12 the format of the user digest has been changed with respect to the Url's for scrubbed attachments. The old format, found on April 7 and before, was: -- next part -- An HTML attachment was scrubbed... URL:

Stem too short

2011-04-30 Thread Thomas Scharkowski
Hi, the code below results in a much too short stem for the first note. \version 2.13.60 { g'8[ es''] } If I change es' to e' it is correct. Looks like a bug for me. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org

tuplet brackets

2011-04-30 Thread Peter O'Doherty
Hi, Can someone tell me if there is a way to force triplet bracket visibility in conjunction with a tuplet number in fraction form, i.e. using the following two overrides? \override TupletBracket #'bracket-visibility = ##t \override TupletNumber #'text = #tuplet-number::calc-fraction-text

Re: troubles with breaking lines

2011-04-30 Thread Carl Sorensen
On 4/30/11 8:05 AM, Phil Holmes m...@philholmes.net wrote: - Original Message - From: Federico Bruni fedel...@gmail.com To: lilypond-user@gnu.org Sent: Saturday, April 30, 2011 2:41 PM Subject: troubles with breaking lines I'm using v2.13.61 recently compiled from source

Re: Stem too short

2011-04-30 Thread Phil Holmes
- Original Message - From: Thomas Scharkowski t.scharkow...@t-online.de To: lilypond-user lilypond-user@gnu.org Sent: Saturday, April 30, 2011 5:32 PM Subject: Stem too short Hi, the code below results in a much too short stem for the first note. \version 2.13.60 { g'8[ es''] } If

LilyPond Paris meeting, 18 or 19 May

2011-04-30 Thread Graham Percival
To anybody in the city of lights / pour tout le monde en Paris, Anybody want to meet in Paris? I'll be there on May 18 and 19. I'm thinking about having an offline meeting (or meet-up as they're sometimes called). My schedule is flexible, so if day jobs are a problem, we could meet in the

Compound time signature

2011-04-30 Thread Thomas Scharkowski
Hi, I try to print a compound time signature using this construction: -- \once \override Staff.TimeSignature #'stencil = #ly:text-interface::print \once \override Staff.TimeSignature #'text = \markup { \override #'( baseline-skip . 0 ) %%% \hspace #2 \number {

Re: Compound time signature

2011-04-30 Thread Phil Holmes
- Original Message - From: Thomas Scharkowski t.scharkow...@t-online.de To: lilypond-user lilypond-user@gnu.org Sent: Saturday, April 30, 2011 6:24 PM Subject: Compound time signature Hi, I try to print a compound time signature using this construction: -- \once \override

Re: Compound time signature

2011-04-30 Thread Reinhold Kainhofer
Am Samstag, 30. April 2011, um 19:45:54 schrieb Phil Holmes: - Original Message - From: Thomas Scharkowski t.scharkow...@t-online.de I try to print a compound time signature using this construction: Is this any help?: http://lsr.dsi.unimi.it/LSR/Item?id=743 I should mention

explicit page breaks in a score with multiple \score blocks

2011-04-30 Thread David Nalesnik
Hi, all -- I'm using version 2.12.3, and I have a file which has multiple \score blocks and text independent of any \score block. I'm running into problems controlling the layout, specifically getting the page breaks I want, and only those page breaks. I know how to control page breaks _within_

\chordGlissando and finger

2011-04-30 Thread Mario Moles
Hi! I have double fingerings in this code: \version 2.13.59 myMusic = \relative c' { \set fingeringOrientations = #'(left) \chordGlissando c-3 e-2 g-18 f-3 a-2 c-1 } \score { \new Staff { \clef treble_8 \myMusic } } Do you have a solution? -- oiram/bin/selom