repeat bar at the beginning of a piece

2010-05-10 Thread Steve Tarr
I'm working with 2.13.20, trying to reproduce a piece of shape-note music that has a 4-dot (with no line) repeat bar at the beginning of the piece. The snippet titled Printing a repeat sign at the beginning of a piece works as described if I use the |: bar, but doesn't display the bar if I

Re: repeat bar at the beginning of a piece

2010-05-10 Thread Marc Hohl
Steve Tarr schrieb: I'm working with 2.13.20, trying to reproduce a piece of shape-note music that has a 4-dot (with no line) repeat bar at the beginning of the piece. The snippet titled Printing a repeat sign at the beginning of a piece works as described if I use the |: bar, but doesn't

Re: OMET: Online Music Editing Tools feedback?

2010-05-10 Thread Marc Hohl
Mike Blackstock schrieb: If somebody could have a quick look at http://www.vex.net/~mikeb/omet and tell me what they think I'd appreciate it. Keys and stuff are missing but all that code is ready to upload, as is code for producing midi 'on-the-fly' and generating lllypond source. Also I can

RE: Glissandos

2010-05-10 Thread Ossie Wilson Snr
-Original Message- Neil Puttock said That just changes the angle of the line, so you'll still be left with a gap. Try overriding 'padding instead: \relative c' { \once \override Glissando #'(bound-details right padding) = 0 c\glissando \hideNotes \once \override Glissando

Re: OMET: Online Music Editing Tools feedback?

2010-05-10 Thread David Stocker
It looks good to me. I looked at it with Firefox 3.5.9 on Ubuntu 9.10. If I get a few minutes, I'll try with Windows XP and Firefox or Safari. Have you had a look at Noteflight? www.noteflight.com It's a similar approach, but Noteflight is a proprietary site. It's still worth a peek, since

Re: repeat bar at the beginning of a piece

2010-05-10 Thread Steve Tarr
Steve Tarr schrieb: I'm working with 2.13.20, trying to reproduce a piece of shape-note music that has a 4-dot (with no line) repeat bar at the beginning of the piece. The snippet titled Printing a repeat sign at the beginning of a piece works as described if I use the |: bar, but doesn't

Re: Ties across staves in a PianoStaff

2010-05-10 Thread searchfgold
maybe. { r4 r r\pp \slurDown g1( \change Staff = lower a,2 ~ a8\ ees ees4\!) r r } \\ { \tieDown des'1. ~ des2.\ ~ des4\! r r } This looks fine and means the same thing musically. And in the second example, it looks like the splitting into two voices MAY be implied. u_li

Re: Website easier editing

2010-05-10 Thread Graham Percival
On Sun, May 09, 2010 at 12:54:39PM +0200, Valentin Villenave wrote: I think it's fine the way it is now. Perhaps I wouldn't place Denemo above LilyPondTool, although it does make sense to regroup LPT with Frescobaldi. (Actually, what I *would* do is emphasize LPT, perhaps with a big

Re: Website easier editing

2010-05-10 Thread Colin Campbell
On 10-05-10 06:39 PM, Graham Percival wrote: On Sun, May 09, 2010 at 12:54:39PM +0200, Valentin Villenave wrote: Wait - so you're saying you *can* change your mind at times? :-) If it makes things awkward and delays an aspect of website work for 4 months, sure! Cheers, - Graham

Getting width of markup in a music function

2010-05-10 Thread Nathan Reed
Hello, I'd like to be able to compute the width of a markup inside a music function, so that I can size another element based on the size of the markup. I've figured out how to compute the size inside a markup command: (ly:stencil-extent (interpret-markup layout props (markup ...)) X) This