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 any

Re: troubles with breaking lines

2011-04-30 Thread Phil Holmes
- Original Message - From: "Federico Bruni" To: 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 example. I'm letting lilypond do the line

Re: troubles with breaking lines

2011-04-30 Thread Carl Sorensen
On 4/30/11 7:41 AM, "Federico Bruni" 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, then it p

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: > http://lists.gnu.o

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 https://lists.gnu.or

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 At

Re: troubles with breaking lines

2011-04-30 Thread Carl Sorensen
On 4/30/11 8:05 AM, "Phil Holmes" wrote: > - Original Message - > From: "Federico Bruni" > To: > Sent: Saturday, April 30, 2011 2:41 PM > Subject: troubles with breaking lines > > >> >> I'm using v2.13.61 recently compiled from source (because I wanted to >> test the new chord glissa

Re: Stem too short

2011-04-30 Thread Phil Holmes
- Original Message - From: "Thomas Scharkowski" To: "lilypond-user" 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 I change es' to e' it is correct. Looks

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 ev

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 { \cente

Re: Compound time signature

2011-04-30 Thread Phil Holmes
- Original Message - From: "Thomas Scharkowski" To: "lilypond-user" 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 Staff.TimeSignature #'stencil = #ly:text-interface:

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" > > 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 that in the 2.3.x

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 8 } \score { << \new Staff { \clef "treble_8" \myMusic } >> } Do you have a solution? -- oiram/bin/selom ___ lil