Re: Re: error in predefined chord diagram?

2011-02-06 Thread bart . deruyter
@ Carl Sorensen Wow, looks great :-), though I'd play the D° as following : xx0131 . Doubling the first note of the chord is better then the third of it, when it is possible. And it's even easier to take. This is why I love open source, people really can contribute :-D. @ Tim McNamara

Lines per page

2011-02-06 Thread Helge Kruse
Hello, I have a score adapted for harp trio. I want to put it on four pages to reduce the page turns. The slow part starting at last measure on page 2 is also convevient for page turn. On pages 1,2 and for Lilypond has put four lines on the page. But on page 3 there is a lot of space while

Re: Lines per page

2011-02-06 Thread Xavier Scheuer
On 6 February 2011 11:31, Helge Kruse helge.kruse-nos...@gmx.net wrote: Hello, I have a score adapted for harp trio. I want to put it on four pages to reduce the page turns. The slow part starting at last measure on page 2 is also convevient for page turn. On pages 1,2 and for Lilypond has

Re: Lines per page

2011-02-06 Thread Phil Holmes
- Original Message - From: Helge Kruse helge.kruse-nos...@gmx.net To: lilypond-user@gnu.org Sent: Sunday, February 06, 2011 10:31 AM Subject: Lines per page Hello, I have a score adapted for harp trio. I want to put it on four pages to reduce the page turns. The slow part starting

Re: Lines per page

2011-02-06 Thread Helge Kruse
Am 06.02.2011 11:44, schrieb Xavier Scheuer: Since you are using the dev version (2.13), you can use \paper { systems-per-page = #4 } Thanks, this options makes the last page more readable while the document gets a more consistent layout. PS: BTW I compiled your .ly file with 2.13.47

Feature? Bug? (part 1)

2011-02-06 Thread Mike Solomon
Hey all, In the attached png, you'll see that the feathered beam resets to 0 feather @ the line break. Actually, it even regresses a bit: you'll see that it's actually fatter at the linebreak than it is a couple beats after, after which it starts to spread out again. I would argue that the

Feature? Bug? (part 2)

2011-02-06 Thread Mike Solomon
Well, no, I lied, just plain bug. I can't imagine this being a feature. But, before I start working on it, does anyone have a clean work-around to get the bendAfter spanning the line break correctly? Cheers, MS inline: bendbug.png \score { \new Staff { s1*3 \break } \relative c' { s1*2

Feature? Bug? (third and final part)

2011-02-06 Thread Mike Solomon
To round out my feature/bug tryptych (yes, this is the day that I make my score not look crappy...sorry for all the traffic @ once...) inline: staffbug.png \relative c'' { b1 \stopStaff \override Staff . StaffSymbol #'line-count = #1 \startStaff \tempo Langsam b1 b1 b1 } \relative c'' { b1

Re: Feature? Bug? (third and final part)

2011-02-06 Thread Neil Thornock
You need to set the tempo's X-extent to 0. On Sun, Feb 6, 2011 at 8:32 AM, Mike Solomon mike...@ufl.edu wrote: To round out my feature/bug tryptych (yes, this is the day that I make my score not look crappy...sorry for all the traffic @ once...) \relative c'' { b1 \stopStaff \override

Re: Feature? Bug? (part 1)

2011-02-06 Thread Mike Solomon
\relative c { \clef bass r4. \override Staff . Beam #'breakable = ##t { \once \override Voice . Beam #'grow-direction = #RIGHT \times 76/56 { f,32\p\ [ s s s s s s s s s g s s s s s s s s a s s s s s s s b s s s s s s c s s s s s d s s s s f s s s a s s c s e a\f ] } } { s8 s2 s1 \break } r4 | }